- 07 Oct, 2001 2 commits
- 06 Oct, 2001 1 commit
-
-
Dries authored
- Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
-
- 05 Oct, 2001 1 commit
-
-
Dries authored
- fixed 2 bugs that where introduced by moving the index.php to node_page() in node.module.
-
- 03 Oct, 2001 1 commit
-
-
Dries authored
- Improved search architecture derived from Axel's new search patches. (There is room for improvement so let's go from these ... and build on them.) - Removed some $status's by calls to node_status().
-
- 02 Oct, 2001 4 commits
-
-
Dries authored
- tidied up some "$status"-es and removed "$rstatus".
-
Dries authored
- updated the CHANGELOG
-
Dries authored
- a small module to notify or ping weblogs.com
-
Dries authored
- improved the tracker.module so that it shows all the recent comments instead of all recent comments to recent nodes.
-
- 01 Oct, 2001 1 commit
-
-
Dries authored
- bugfix: renamed 'conf_default' to 'system_default'
-
- 30 Sep, 2001 6 commits
-
-
Dries authored
- small improvement to 'drupal_goto()'
-
Dries authored
- fixed bug: 'account_perm()' should have been 'user_perm()'
-
Dries authored
-
Dries authored
-
Dries authored
- replaced all 'header("Location: foo")'s by a call to 'drupal_goto()' which will append the session ID to the uri 'foo' when PHP is compiled with '--enable-transe-sid'.
-
Dries authored
- small improvement to the "user blogs" block
-
- 29 Sep, 2001 2 commits
- 28 Sep, 2001 7 commits
-
-
Dries authored
- fixed small glitch in node_del() - fixed small glitch in comment_del() - changed the API of the form() function. The first parameter, the "action"-attribute in the <form>-tag has been made optional. By default, it will be set to "$REQUEST_URI". Why? Because in 98% of the cases we would do: global $REQUEST_URI; $form = form($REQUEST_URI, $form_content); while we can do: $form = form($form_content); now. Update your modules (and sorry for the inconvenience)!
-
Dries authored
"call to undefined function: db_num_row()"
-
Dries authored
- bugfix: a permission was missing from the permission table
-
Dries authored
- removed the themes that are not actively maintained ...
-
Dries authored
- made the selection box translatable (patch by Gerhard)
-
Dries authored
- comment.inc: + when replying to a comment, the author's name was displayd as being 'anonymous'. - blog.module: + fixed the URLs of the links in the "latest blogs"-block.
-
Dries authored
- bugfix
-
- 27 Sep, 2001 2 commits
- 26 Sep, 2001 4 commits
-
-
Dries authored
- Enhancement: added better help and translations to node.module. (patch by Alex)
-
Dries authored
- fixed a HTML typo as reported by Alexander
-
Kjartan authored
- fixed book.module not generating next/prev links properly - re-added default node options to the admin page - fixed a potential bug in node.php. Nodes with same titles were confusing it at times, should fix the bug reported by Gerhard Killesreiter.
-
natrak authored
- fixed book.module not generating next/prev links properly - re-added default node options to the admin page - fixed a potential bug in node.php. Nodes with same titles were confusing it at times, should fix the bug reported by Gerhard Killesreiter.
-
- 25 Sep, 2001 7 commits
-
-
Kjartan authored
- made the front page of the system configurable. Now any <node>_page() can be set as the default page. Default is node_page().
-
Dries authored
- Upgraded the XML-RPC libraries to version 1.01: http://groups.yahoo.com/group/xml-rpc/message/3626
-
Kjartan authored
-
Dries authored
- removed some death code that is no longer needed due to the fact node_del() got updated.
-
Dries authored
- improvement: got rid of the "failed to delete node: set node status to 'dumped' first." (patch by Alex)
-
Dries authored
- bugfix #1: fixed the line that accidentically got cut off by incorrectly applying a patch. Mea culpa. (reported by Axel) - bugfix #2: incorrect deactivation of the delete link in node_links(). (patch by Axel) - improvement: added confirmation page upon deletion of a node ("Do you really want to delete this node?"), and removed the old and confusing "node has to be blocked first". (patch by Axel)
-
Dries authored
- Fixed bug in forum.module: when you enable locales you were unable to create a new forum. (patch by Alexander)
-
- 24 Sep, 2001 1 commit
-
-
Dries authored
- Fixed translation bugs (reported by Alexander Schwartz)
-
- 23 Sep, 2001 1 commit
-
-
Dries authored
- fixed bug in poll.module (patch by alex)
-