summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Fixed missing edit menu callbacks for feeds and categories.Kjartan Mannes2004-05-13
| | | | - Fixed categorize not working under sources and category views.
* - Made the recent news items page, the source pages and the categorizationDries Buytaert2004-05-13
| | | | | pages use pagers. Removed the 'Items per page' setting and made Drupal remember news items much longer.
* - Patch #7704 by mathias: fixed warning due to initialization problem.Dries Buytaert2004-05-11
|
* - Code improvements by JonBob. Thanks again.Dries Buytaert2004-05-11
|
* - Patch #7638 by nereocystis: fixed PostgreSQL (ANSI SQL) compatibility bug ↵Dries Buytaert2004-05-10
| | | | in the comment module.
* - Added support for multiple user roles. Patch by Jim Hriggs.Dries Buytaert2004-05-10
|
* - Patch #7577 by JonBob: code improvements to the book, forum, page and poll ↵Dries Buytaert2004-05-09
| | | | module.
* - Menu and code improvements by JonBob.Dries Buytaert2004-05-08
|
* - Patch #7411 by Ax: fixed some aggregator module warnings.Dries Buytaert2004-05-07
|
* - Patch #7585 by Gerhard: extra data added by profile.module to the userDries Buytaert2004-05-05
| | | | | object got saved in the user's data column even if there is a dedicated table for that information.
* - Patch #7577 by JonBob: various code style improvements to the statisticsDries Buytaert2004-05-05
| | | | | | | | | | | | | module. + Usages of to print titles have been replaced by proper drupal_set_title() calls. + Many arg() usages dropped in favor of meaningful parameters. + Doxygen comments standardized and expanded. + Some grammatical corrections to help text. + Broken /statistics page linked from page navigation restored. + Fixed small bug in menu.inc pertaining to menu callbacks without arguments.
* - Patch #7581 by bylund: made the archive module's calendar accessible.Dries Buytaert2004-05-05
|
* #7468 - Added title="" attribute with term descriptions (if present) to ↵Steven Wittens2004-05-04
| | | | | | taxonomy links. See http://drupal.org/node/view/7468
* - Patch #7096 by bylund: fixed a bug with the node filters at the node ↵Dries Buytaert2004-05-03
| | | | administration page (administration > content)
* - Patch #7503 by bylund: two strings could not be translated.Dries Buytaert2004-05-03
|
* - Patch #7504 by bylund: multiple form_radio-function calls is used insteadDries Buytaert2004-05-03
| | | | | of a single form_radios-call. This could cause problems when trying to style individual form elements.
* - Bug #7135: fixed saving of comment viewing options in PostgreSQL. Patch ↵Dries Buytaert2004-05-01
| | | | by Adrian.
* - Patch #7483 by Gerhard: system_user should not return $edit.Dries Buytaert2004-05-01
|
* - Patch #7482 by Gerhard: double 'edit' in comment_user(). One 'edit' had ↵Dries Buytaert2004-05-01
| | | | to be 'validate'.
* - Patch #6552 by Gerhard: fixed problem with user callbacks that slipped in ↵Dries Buytaert2004-05-01
| | | | with Natrak's last commit.
* - 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
|
* - Patch #7416 by Stefan: added sitewide timezone support.Dries Buytaert2004-04-27
|
* - 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'.
* - Patch #6791: mark required fields. Modified patch by Michelangelo.Dries Buytaert2004-04-24
|
* - 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
|
* - Changing permissions on user menus.Kjartan Mannes2004-04-22
|
* - 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 #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 #7110 by drumm: fixed aggregator module help text.Dries Buytaert2004-04-13
|
* Missing semi-colon for HTML entity.Steven Wittens2004-04-05
|
* - Remove redundant line. Patch by killes.Dries Buytaert2004-04-01
|
* - Tiny usability improvement for translators. Patch by Gerhard.Dries Buytaert2004-03-29
|