summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Fixed sitewide timezone settings not being saved.Kjartan Mannes2004-04-29
| | | | - Making sure profile fields are saved properly.
* - Applied patch #6552: Put back register_form and register_validate ↵Kjartan Mannes2004-04-29
| | | | | | callbacks in user.module. - Fixed bug #7406: User delete hook incorrect params.
* - Incorrect quotes.Kjartan Mannes2004-04-29
|
* - Fixed bug #7094: Incorrect displayed umlauts in ISO-8859-1 RSS-feeds.Kjartan Mannes2004-04-29
| | | | - Fixed feed status not being reset when items are removed.
* - Patch #6612 by JonBob: extended the node API with new hooks.Dries Buytaert2004-04-28
|
* - Various aggregator module improvements. Modified patch by drumm.Dries Buytaert2004-04-27
|
* - Removed the menu cache. Too many problems with it.Dries Buytaert2004-04-27
|
* - Patch #6887 by drumm: fixed drupal_http_requestDries Buytaert2004-04-27
|
* - Patch #7416 by Stefan: added sitewide timezone support.Dries Buytaert2004-04-27
|
* - Patch #7403 by jhriggs: the required-form-items patch that hit HEAD a few ↵Dries Buytaert2004-04-26
| | | | days back has an erroneous assignment in form_radios().
* - Patch #7330 by MegaGrunt: turns primary and secondary link ids into a classes,Dries Buytaert2004-04-25
| | | | | | and assigns the classes to header and footer. Also renamed a few elements to make them more logical/consistent. Plus added search id around search area, and a few other minor improvements.
* - Patch #6009 by Matthias: reworked the help texts of the taxonomy module ↵Dries Buytaert2004-04-24
| | | | generated forms. The help text can now be customized.
* - Patch #7211: changed 'root' to 'top-level' for sake of usability. I took ↵Dries Buytaert2004-04-24
| | | | Gerhard's patch and extended it so we did not miss any instances of 'root'.
* - Bugfix: strip all HTML from the feed description.Dries Buytaert2004-04-24
|
* - Patch #6791: mark required fields. Modified patch by Michelangelo.Dries Buytaert2004-04-24
|
* - Patch #7286 by LiDave: improved filter table indices. I updated ↵Dries Buytaert2004-04-24
| | | | database/updates.inc as well.
* - Patch #6444 by Junyor: allow modules to change the 'changed' timestamp of ↵Dries Buytaert2004-04-24
| | | | nodes.
* - Patch #7302 by Gerhard: saves the selected terms in a session variable.Dries Buytaert2004-04-23
|
* - Patch #7314 by jluster: added support to ping technorati.comDries Buytaert2004-04-23
|
* - Patch #7332 by marky: don't emit extra whitespace withing <body>Dries Buytaert2004-04-23
|
* - Changing permissions on user menus.Kjartan Mannes2004-04-22
|
* - Patch #6498 by jhriggs: <label> requires opening and closing tags.Dries Buytaert2004-04-21
|
* - Patch #6887 by Gerhard: fget -> fread for sake of compatibility.Dries Buytaert2004-04-21
|
* - Patch #4635 by Ber: user search should translate wildcard characterDries Buytaert2004-04-21
|
* - Patch #7271 by JonBob: avoid filling the database with menu items.Dries Buytaert2004-04-21
|
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-04-21
| | | | | | | | administrators will be able to define a custom 403 page, just as they can define 404 pages now. This needs to be documented in the "Changes since / migrating to ..." pages.
* - Only encode strings that contain non-ASCII characters.Kjartan Mannes2004-04-21
|
* - Fixed problem with global session variable that caused the wrong page toDries Buytaert2004-04-18
| | | | be rendered after posting a comment.
* - Renamed 'taxonomy' menu to 'categories' for sake of usability.Dries Buytaert2004-04-18
|
* - Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics moduleDries Buytaert2004-04-18
| | | | to be more intuitive and moved some help text to Doxygen comments.
* - Patch #6829 by asimmonds: fixed drupal.cssDries Buytaert2004-04-18
|
* - Patch #7161 by jhriggs: fixed bug with 'last page' functionality.Dries Buytaert2004-04-15
|
* - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty ↵Dries Buytaert2004-04-15
| | | | array by default. Reported by Adriaan.
* - Patch by JonBob/Jonathan: reworked the menu system so that menus areDries Buytaert2004-04-15
| | | | | | | | | | | | configurable! Menu items can be disabled, repositioned, added and so on. Upgrading to requires you to run update.php. This functionality depricates some of the 'navigation modules' in the contributions repository. Furthermore, modules can now 'suggest' menu items and site adminstrators can choose to enable them. Modules in the contributions repository should try to take advantage of this.
* Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping ↵Steven Wittens2004-04-15
| | | | off strings at unsure locations, without risking incomplete UTF-8 data.
* Poll.module / Statistics.module: fixing bug caused by using array_merge and ↵Steven Wittens2004-04-14
| | | | | | drupal_map_assoc. This causes array keys to be renumbered, leading to bugs. Remember to use $array1 + $array2 instead.
* - Patch #7088 by TDobes: fixed incorrect comment links in search results.Dries Buytaert2004-04-13
|
* - Patch #7120 by MegaGrunt: made the title of nodes the same size on home ↵Dries Buytaert2004-04-13
| | | | page as on the node page and improved the various header styles to give better visual indication of hierarchy.
* - Patch #7121 by Adrian: added missing PostgreSQL update function.Dries Buytaert2004-04-13
|
* - Patch #7110 by drumm: fixed aggregator module help text.Dries Buytaert2004-04-13
|
* - Patch #7082 by MegaGrunt: fixed font size and comment spacing.Dries Buytaert2004-04-13
|
* - Added forum-closed.gif created by kika.Dries Buytaert2004-04-12
|
* - Patch #6829 by kika: cleanup of drupal.css. The patch did not apply 100% ↵Dries Buytaert2004-04-12
| | | | cleanly so hopefully everything is well.
* - Patch #/6863 by kika: prettified the tables.Dries Buytaert2004-04-12
|
* - Patch #6947 by Ax: fixed a Doxygen warning, fixed some uninitialized varables.Dries Buytaert2004-04-12
| | | | (I'm back from vacation.)
* Added 4.4 release date.Steven Wittens2004-04-07
|
* Missing semi-colon for HTML entity.Steven Wittens2004-04-05
|
* - Remove redundant line. Patch by killes.Dries Buytaert2004-04-01
|
* - Partial patch 6680 by Brian: fixed invalid XHTML in search result page.Dries Buytaert2004-03-31
|
* - Patch #6818 by Kristjan: chameleon theme CSS cleanup.Dries Buytaert2004-03-30
|