Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - bugfix: a permission was missing from the permission table | Dries Buytaert | 2001-09-28 |
| | |||
* | - removed the themes that are not actively maintained ... | Dries Buytaert | 2001-09-28 |
| | |||
* | - made the selection box translatable (patch by Gerhard) | Dries Buytaert | 2001-09-28 |
| | |||
* | - comment.inc: | Dries Buytaert | 2001-09-28 |
| | | | | | | | + 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. | ||
* | - bugfix | Dries Buytaert | 2001-09-28 |
| | |||
* | - a batch of updates, including some experimental changes to the moderation | Dries Buytaert | 2001-09-27 |
| | | | | of comments and nodes. | ||
* | - book.module: fixed "/admin.php" bug reported by Gerhard. | Dries Buytaert | 2001-09-27 |
| | | | | - search.module: made the search categories translatable. | ||
* | - Enhancement: added better help and translations to node.module. | Dries Buytaert | 2001-09-26 |
| | | | | (patch by Alex) | ||
* | - fixed a HTML typo as reported by Alexander | Dries Buytaert | 2001-09-26 |
| | |||
* | Bug fixes mostly | Kjartan Mannes | 2001-09-26 |
| | | | | | | | - 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. | ||
* | Bug fixes mostly | natrak | 2001-09-26 |
| | | | | | | | - 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. | ||
* | - added node_page() to list what index.php used to list. | Kjartan Mannes | 2001-09-25 |
| | | | | | - made the front page of the system configurable. Now any <node>_page() can be set as the default page. Default is node_page(). | ||
* | - Upgraded the XML-RPC libraries to version 1.01: | Dries Buytaert | 2001-09-25 |
| | | | | http://groups.yahoo.com/group/xml-rpc/message/3626 | ||
* | - modified theme_block() to ignore blocks that have no content. | Kjartan Mannes | 2001-09-25 |
| | |||
* | - removed some death code that is no longer needed due to the fact | Dries Buytaert | 2001-09-25 |
| | | | | node_del() got updated. | ||
* | - improvement: got rid of the "failed to delete node: set node status to | Dries Buytaert | 2001-09-25 |
| | | | | | 'dumped' first." (patch by Alex) | ||
* | - bugfix #1: fixed the line that accidentically got cut off by incorrectly | Dries Buytaert | 2001-09-25 |
| | | | | | | | | | | | | | 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) | ||
* | - Fixed bug in forum.module: when you enable locales you were unable | Dries Buytaert | 2001-09-25 |
| | | | | to create a new forum. (patch by Alexander) | ||
* | - Fixed translation bugs (reported by Alexander Schwartz) | Dries Buytaert | 2001-09-24 |
| | |||
* | - fixed bug in poll.module (patch by alex) | Dries Buytaert | 2001-09-23 |
| | |||
* | - fixed bug in theme unconed | Dries Buytaert | 2001-09-23 |
| | |||
* | - updated the CHANGELOG (on a sunny sunday morning) | Dries Buytaert | 2001-09-23 |
| | |||
* | - improved search module (vaguely derived from axel's code) | Dries Buytaert | 2001-09-22 |
| | |||
* | - fixed HTML/XHTML typos | Dries Buytaert | 2001-09-21 |
| | |||
* | - added a new tracker.module (everybody kept nagging about the missing | Dries Buytaert | 2001-09-20 |
| | | | | | | | "your drupal" feature). Tracker.module will be improved and expanded during the process. - renamed a link in user.module | ||
* | - Fixed bug reported by Kristjan and Mike: anonymous users can post | Dries Buytaert | 2001-09-20 |
| | | | | | | | comments now. - Improved the comment system so that anonymous users can change the comment settings. | ||
* | - got rid of some unused warning / error messages | Dries Buytaert | 2001-09-20 |
| | |||
* | - don't hash the password | Dries Buytaert | 2001-09-20 |
| | |||
* | - added a password hash | Dries Buytaert | 2001-09-20 |
| | |||
* | - fixed language bug in user.module | Dries Buytaert | 2001-09-19 |
| | |||
* | - fixed comments using the timestamp of the comment, and not the timestamp | natrak | 2001-09-19 |
| | | | | of the user. (Should stop using * in SQL queries :-) | ||
* | - use $HTTP_SERVER_VARS instead of $GLOBAL[REMOTE_ADDR] to be | Kjartan Mannes | 2001-09-18 |
| | | | | less reliant on php config. | ||
* | - fixed another bug in the new user.module (reported by Remco). | Dries Buytaert | 2001-09-18 |
| | |||
* | - an attempt to work around a getenv() problem | Dries Buytaert | 2001-09-18 |
| | |||
* | - fixed bug in new user system | Dries Buytaert | 2001-09-18 |
| | |||
* | - set session.save_handler to user. required to use | natrak | 2001-09-18 |
| | | | | session_set_save_handler() in user.module. | ||
* | - small bugfix | Dries Buytaert | 2001-09-18 |
| | |||
* | - Fixed 2 typos in the user module. Thanks Axel and Remco. | Dries Buytaert | 2001-09-18 |
| | | | | | - Applied (modified versions of) Alexander's patches on the development branch. | ||
* | - added the "Log in" block | Dries Buytaert | 2001-09-16 |
| | |||
* | - improved the search system by making it context sensitive | Dries Buytaert | 2001-09-16 |
| | |||
* | - added the search functionality | Dries Buytaert | 2001-09-16 |
| | |||
* | - fixed the access_get_role() problem reported by Remco | Dries Buytaert | 2001-09-16 |
| | |||
* | - Added the new user module! | Dries Buytaert | 2001-09-16 |
| | |||
* | - Added the new user module! | Dries Buytaert | 2001-09-16 |
| | |||
* | - Updated the CHANGELOG | Dries Buytaert | 2001-09-16 |
| | |||
* | - added UnConeD's drupal.png to the development branch | Dries Buytaert | 2001-09-16 |
| | |||
* | - Updated with new logo | Steven Wittens | 2001-09-15 |
| | |||
* | - removed depricated file | Dries Buytaert | 2001-09-13 |
| | |||
* | - added a 3.00-to-x.xx.sql file : do _NOT_ apply these yet | Dries Buytaert | 2001-09-13 |
| | |||
* | - Fixed a bug in theme UnConeD | Dries Buytaert | 2001-09-13 |
| |