- Oct 07, 2001
-
-
Dries Buytaert authored
- Added a new theme!
-
- Oct 06, 2001
-
-
Dries Buytaert authored
- Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
-
- Oct 05, 2001
-
-
Dries Buytaert authored
- fixed 2 bugs that where introduced by moving the index.php to node_page() in node.module.
-
- Oct 03, 2001
-
-
Dries Buytaert 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().
-
- Oct 02, 2001
-
-
Dries Buytaert authored
- tidied up some "$status"-es and removed "$rstatus".
-
Dries Buytaert authored
- updated the CHANGELOG
-
Dries Buytaert authored
- a small module to notify or ping weblogs.com
-
Dries Buytaert authored
- improved the tracker.module so that it shows all the recent comments instead of all recent comments to recent nodes.
-
- Oct 01, 2001
-
-
Dries Buytaert authored
- bugfix: renamed 'conf_default' to 'system_default'
-
- Sep 30, 2001
-
-
Dries Buytaert authored
- small improvement to 'drupal_goto()'
-
Dries Buytaert authored
- fixed bug: 'account_perm()' should have been 'user_perm()'
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert 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 Buytaert authored
- small improvement to the "user blogs" block
-
- Sep 29, 2001
-
-
Dries Buytaert authored
- small update
-
Dries Buytaert authored
- fixed a SQL bug in the "next / prev" code of book.module
-
- Sep 28, 2001
-
-
Dries Buytaert 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 Buytaert authored
"call to undefined function: db_num_row()"
-
Dries Buytaert authored
- bugfix: a permission was missing from the permission table
-
Dries Buytaert authored
- removed the themes that are not actively maintained ...
-
Dries Buytaert authored
- made the selection box translatable (patch by Gerhard)
-
Dries Buytaert 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 Buytaert authored
- bugfix
-
- Sep 27, 2001
-
-
Dries Buytaert authored
- a batch of updates, including some experimental changes to the moderation of comments and nodes.
-
Dries Buytaert authored
- book.module: fixed "/admin.php" bug reported by Gerhard. - search.module: made the search categories translatable.
-
- Sep 26, 2001
-
-
Dries Buytaert authored
- Enhancement: added better help and translations to node.module. (patch by Alex)
-
Dries Buytaert authored
- fixed a HTML typo as reported by Alexander
-
Kjartan Mannes 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.
-
- Sep 25, 2001
-
-
Kjartan Mannes 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 Buytaert authored
- Upgraded the XML-RPC libraries to version 1.01: http://groups.yahoo.com/group/xml-rpc/message/3626
-
Kjartan Mannes authored
-
Dries Buytaert authored
- removed some death code that is no longer needed due to the fact node_del() got updated.
-
Dries Buytaert authored
- improvement: got rid of the "failed to delete node: set node status to 'dumped' first." (patch by Alex)
-
Dries Buytaert 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 Buytaert authored
- Fixed bug in forum.module: when you enable locales you were unable to create a new forum. (patch by Alexander)
-
- Sep 24, 2001
-
-
Dries Buytaert authored
- Fixed translation bugs (reported by Alexander Schwartz)
-
- Sep 23, 2001
-
-
Dries Buytaert authored
- fixed bug in poll.module (patch by alex)
-
Dries Buytaert authored
- fixed bug in theme unconed
-