summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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.
* - Return to avoid warning message.Dries Buytaert2004-05-13
|
* - 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 #7575 by ax: not in global scope, making updates fail.Dries Buytaert2004-05-06
|
* - 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
|
* Adding support for <optgroup> through form_select. See the PHPdoc for usage.Steven Wittens2004-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.
* Standard text/html HTTP Content-Type was not cached, causing encoding issues ↵Steven Wittens2004-05-03
| | | | on some server configurations.
* - Patch #7498 by nereocystis: PostgreSQL updates for HEADDries Buytaert2004-05-03
|
* - Updated the CHANGELOGDries Buytaert2004-05-01
|
* - 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.
* - Patch by Adrian: added support for multiple database connections.Dries Buytaert2004-04-30
|
* - 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
|