- 26 Nov, 2001 3 commits
-
-
natrak authored
passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
-
Kjartan authored
passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
-
Dries authored
- removed an unused variable
-
- 25 Nov, 2001 8 commits
-
-
Dries authored
- By default, spaced the "Allowed HTML tags" so that they will wrap nicely without screwing with the site's layout.
-
Dries authored
- Fixed a bug in node_submit() in that the user name was not always correctly updated.
-
Dries authored
- rating module: + fixed the gravity math: it was broken due to the node system updates + XHMTL-ified the emited HTML code
-
Dries authored
- Removed the "password words" setting: they are part of the user system now and where therefore listed twice.
-
Dries authored
- marvin.theme updates: + Some improvements to make it look better on Windows. I don't have Windows though so I can't really test it. + Fixed the character encoding and the doctype, and polished on the XML well-formedness of the theme.
-
Dries authored
- Small update wrt filters.
-
Dries authored
- Made the search result of node.module context sensitive: it will only link to the admin pages if you searched from within the admin pages. - Added checks for "post content" permission (reported by Natrak).
-
Dries authored
- Improvement/bugfix: added a function called "book_revision_load()" to load the most recent revision that matches the specified conditions. Like that we can load the last good revision of a book page using the line: book_revision_load($page, array("moderate" => 0, "status" => 1)).
-
- 24 Nov, 2001 6 commits
-
-
Kjartan authored
-
Dries authored
- Tuned the blog updating logic: Updating your own blog entry will demote it (if promoted), and will queue it in the moderation queue for promotion. If a node administrator updates his own blog entry through the blog update mechanism that regular users use, then he will be treated as a regular user and his blog entry will be demoted. But when an administrator updates blog entries through the admin pages, they will not be changed unless explicitly specified.
-
Dries authored
- Bugfix: when updating a book page, the name of the author did not change. - Bugfix: the "Edit comments" part of the node administration pages did not display the correct comments. - Bugfix: somethimes, update in a book page would mess up the book. - Improvement: when "node administrators" update a book page through the "update this book page"-link (like regular users do), their update will be subject to moderation. - Improvement: made some intermediate changes to the filter mechanism. Needs more work.
-
natrak authored
filters more specific.
-
Dries authored
A set of updates to the "_link" system: - Made the /comment links/ jump to the comments instead of to the top of the page. - Replaced the "Add comment"-button by a "add new comment"-link. (This should make UnConeD jump up and down of wild excitement.) - Moved all comment related logic from theme.inc and node.module to comment.inc and comment.module (where they belong). - Added some links to ease the site's usability/navigation.
-
Dries authored
- node module: + bugfix: made it possible for users to delete their blog entries
-
- 23 Nov, 2001 3 commits
-
-
Dries authored
- improved the watchdog messages
-
Kjartan authored
as this breaks revisions. - modified link_node() to take a third parameter $main, which will be passed on to _link hooks. This lets modules decide which links a node will get when shown on the main page, or when not. - updated themes to use the new syntax.
-
natrak authored
as this breaks revisions. - modified link_node() to take a third parameter $main, which will be passed on to _link hooks. This lets modules decide which links a node will get when shown on the main page, or when not. - updated themes to use the new syntax.
-
- 20 Nov, 2001 3 commits
-
-
Dries authored
- fixed the line filter: it should not strip v's.
-
Dries authored
- Revised and documented the "change author"-logic used in the node forms of node administrators. Fixed a bug: it was not possible to change the name to "anoymous user" (or vice versa).
-
Dries authored
- added a "line" filter
-
- 19 Nov, 2001 1 commit
-
-
Kjartan authored
- fixes help text - adds better login failure messages to user and to watchdog.
-
- 18 Nov, 2001 8 commits
-
-
Dries authored
- Removed the limit on the blog searches (patch by Natrak). For now it fixes some annoying issueus but this will need more work in future as it doesn't really scale too well.
-
Dries authored
- re-enabled the weblogs.com notification code
-
Dries authored
queue.module: - small visual bugfix
-
Dries authored
- fixed bug with minimum teaser/blog/story size
-
Dries authored
- Replaced some (if not all) "Nodes" by more meaningful names/texts.
-
Dries authored
- node system: + Made the filters work again! + There is one strange thing that I can't track down though: for some reason, "^M" characters (?) are padded after newline ("\n" and / or "\r") characters.
-
Dries authored
- book.module: + Re-introduced and re-wrote the book admin pages; there is a separate page for every book and a page with all "orphan pages" (= pages that got de-linked).
-
Dries authored
jabber.module: - removed some dull watchdog()s
-
- 17 Nov, 2001 7 commits
-
-
Dries authored
Experimental change: - Blog entries get queued in the moderation queue for promotion.
-
Dries authored
- Made a few improvements to the tracker module; the problems were reported by ax.
-
Kjartan authored
- allow $var++ and $var-- syntax. update.php / block.module - cleaned up coding style, and trailing spaces.
-
Kjartan authored
more in tune with the rest of Drupal.
-
Steven Wittens authored
-
Dries authored
- update.php: * added a new update method to create the authmap table, to move the old 'jabber' and 'drupal' field in the users table to this new authmap table, and to remove users and node left-overs.
-
- 15 Nov, 2001 1 commit
-
-
Kjartan authored
easier. Can be found by going to http://yoursite/update.php. Only the "super" user can access it (uid == 1) for security reasons.
-