summaryrefslogtreecommitdiff
path: root/modules
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
|
* - 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
* - 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
|
* - 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
|
* - 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
|
* - Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.Dries Buytaert2001-09-09
|
* node.moduleKjartan Mannes2001-08-30
| | | | - fixed a listing bug.
* 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
|
* - Added missing urlencode()'s as reported by Jared.Dries Buytaert2001-08-23
|
* - removed debug statementDries Buytaert2001-08-22
|
* - fixed some bugsDries Buytaert2001-08-16
|
* - blog.module:Dries Buytaert2001-08-15
| | | | | + fix small glitch with blog not being displayed immediatly after posting
* - node.module:Dries Buytaert2001-08-15
| | | | | + fixed author names not being displayed. + XHTML-ified the code.
* - import.module:Dries Buytaert2001-08-15
| | | | | + fixed a few visual glitches: '\n' won't be stripped anymore which makes most of the new/feeds 'render' better.
* - Added some 'header("Content-Type: text/xml")' as suggested by Julian.Dries Buytaert2001-08-14
|
* - Changed the authentication and login scheme as discussed on the mailingDries Buytaert2001-08-11
| | | | | | list. - Fixed the export function in book.module (patch my Julian). - Fixed the comment alignment (comments got truncated).
* locale.moduleKjartan Mannes2001-08-08
| | | | | | - search is now default. - search remembers your settings. - save will dump you back to your last search.
* locale.moduleKjartan Mannes2001-08-07
| | | | - fixed the filter/search problem.
* - Small updates: see mailing-list for details.Dries Buytaert2001-08-06
|
* locale.moduleKjartan Mannes2001-08-06
| | | | | - renamed locale_search() locale_filter() so it does not show up on node searches.
* - various updatesDries Buytaert2001-08-05
|
* - added fclose()Dries Buytaert2001-08-05
|
* - added "rssfeeds"-tagDries Buytaert2001-08-05
|
* - cloud.module:Dries Buytaert2001-08-05
| | | | + small bugfix
* - bugfix: cured a warningDries Buytaert2001-08-04
|
* - various improvements and small additionsDries Buytaert2001-08-04
|
* - import.module:Dries Buytaert2001-08-03
| | | | | | | | | | | + applied Julian's fputs() patch + fixed typo - cloud.module: + applied Julian's fputs() patch - comment.module: + applied Julian's "delete" patch
* node.moduleKjartan Mannes2001-08-02
| | | | - some minor modifications to node_link()
* blog.moduleKjartan Mannes2001-07-31
| | | | - fixed the $date typo.
* cloud.modulenatrak2001-07-30
| | | | | | | - fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.
* cloud.moduleKjartan Mannes2001-07-30
| | | | | | | - fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.