summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - bugfix #1: fixed the line that accidentically got cut off by incorrectlyDries Buytaert2001-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 unableDries Buytaert2001-09-25
| | | | to create a new forum. (patch by Alexander)
* - Fixed translation bugs (reported by Alexander Schwartz)Dries Buytaert2001-09-24
|
* - fixed bug in poll.module (patch by alex)Dries Buytaert2001-09-23
|
* - fixed bug in theme unconedDries Buytaert2001-09-23
|
* - updated the CHANGELOG (on a sunny sunday morning)Dries Buytaert2001-09-23
|
* - improved search module (vaguely derived from axel's code)Dries Buytaert2001-09-22
|
* - fixed HTML/XHTML typosDries Buytaert2001-09-21
|
* - added a new tracker.module (everybody kept nagging about the missingDries Buytaert2001-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 postDries Buytaert2001-09-20
| | | | | | | comments now. - Improved the comment system so that anonymous users can change the comment settings.
* - got rid of some unused warning / error messagesDries Buytaert2001-09-20
|
* - don't hash the passwordDries Buytaert2001-09-20
|
* - added a password hashDries Buytaert2001-09-20
|
* - fixed language bug in user.moduleDries Buytaert2001-09-19
|
* - fixed comments using the timestamp of the comment, and not the timestampnatrak2001-09-19
| | | | of the user. (Should stop using * in SQL queries :-)
* - use $HTTP_SERVER_VARS instead of $GLOBAL[REMOTE_ADDR] to beKjartan Mannes2001-09-18
| | | | less reliant on php config.
* - fixed another bug in the new user.module (reported by Remco).Dries Buytaert2001-09-18
|
* - an attempt to work around a getenv() problemDries Buytaert2001-09-18
|
* - fixed bug in new user systemDries Buytaert2001-09-18
|
* - set session.save_handler to user. required to usenatrak2001-09-18
| | | | session_set_save_handler() in user.module.
* - small bugfixDries Buytaert2001-09-18
|
* - Fixed 2 typos in the user module. Thanks Axel and Remco.Dries Buytaert2001-09-18
| | | | | - Applied (modified versions of) Alexander's patches on the development branch.
* - added the "Log in" blockDries Buytaert2001-09-16
|
* - improved the search system by making it context sensitiveDries Buytaert2001-09-16
|
* - added the search functionalityDries Buytaert2001-09-16
|
* - fixed the access_get_role() problem reported by RemcoDries Buytaert2001-09-16
|
* - Added the new user module!Dries Buytaert2001-09-16
|
* - Added the new user module!Dries Buytaert2001-09-16
|
* - Updated the CHANGELOGDries Buytaert2001-09-16
|
* - added UnConeD's drupal.png to the development branchDries Buytaert2001-09-16
|
* - Updated with new logoSteven Wittens2001-09-15
|
* - removed depricated fileDries Buytaert2001-09-13
|
* - added a 3.00-to-x.xx.sql file : do _NOT_ apply these yetDries Buytaert2001-09-13
|
* - Fixed a bug in theme UnConeDDries Buytaert2001-09-13
|
* - Added new Drupal logo made by UnConeD.Dries Buytaert2001-09-12
|
* - Added an XML-RPC server. Modules that want to export remote procedureDries Buytaert2001-09-09
| | | | | | | | | | calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); }
* - Updated CHANGELOG at a best effort basis. If someone would like to goDries Buytaert2001-09-09
| | | | | over it to check for typos, missing information or confusing entries - don't hesitate to do so.
* - Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.Dries Buytaert2001-09-09
|
* - fix a _bug_ in "max threaded" modeDries Buytaert2001-09-07
|
* - fixed HTML typo in search.inc which confused Mozilla - thanks Carl andDries Buytaert2001-09-06
| | | | Keith.
* node.moduleKjartan Mannes2001-08-30
| | | | - fixed a listing bug.
* - common.inc:Dries Buytaert2001-08-28
| | | | + added a form_password() function
* - variable_del(): small improvement/fixDries Buytaert2001-08-28
|
* book.moduleKjartan Mannes2001-08-28
| | | | - just a minor update to sort books of the same weight by title.
* - sort collections by nameDries Buytaert2001-08-27
|
* - fixed bug in node.listing as reported by JulianDries Buytaert2001-08-27
|
* - fixed fonts for browser compatibilityDries Buytaert2001-08-24
|
* - small collection of visual improvements I added the past days to makeDries Buytaert2001-08-24
| | | | | theme marvin display on Mozilla and Opera: hopefully it looks nice on IE as well.
* module.incKjartan Mannes2001-08-23
| | | | - Fixed bug reported by Remco.
* - Added missing urlencode()'s as reported by Jared.Dries Buytaert2001-08-23
|