summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.Dries Buytaert2004-06-02
|
* - Patch #8234 by mathias: using block path with Drupal subdirectory installs.Dries Buytaert2004-06-02
|
* - Patch #8244 by walkah: Taxonomy_get_tree changes break mt.getCategoryListDries Buytaert2004-06-02
|
* - Patches #6863 by Kristjan and Moshe: implemented pretty tables and fixed ↵Dries Buytaert2004-06-02
| | | | some tablesort glitches.
* - Patch #8105 by mathias: made the menu system aware of path aliases.Dries Buytaert2004-06-01
|
* - Fixing watchdog menu so the filters work.Kjartan Mannes2004-06-01
|
* - Patch #7350 by Mathias: return part a taxonomy tree to a user-definedDries Buytaert2004-05-31
| | | | | | depth/level. - Updated CHANGELOG.txt.
* - Make sure the form has been submitted before validating and saving user.Kjartan Mannes2004-05-31
|
* - Reworked comment submission. It is less broken now.Dries Buytaert2004-05-31
|
* - Updated the form handling to use form_set_error(). All core modules haveDries Buytaert2004-05-31
| | | | | been updated (almost none have error checking for forms) except the node forms ...
* - Improved form handling.Dries Buytaert2004-05-31
| | | | | | | | | | | | | | | | | | | | | + Introduced two new functions: 1. form_set_error($name, $message): files an error against the form element with the specified $name. 2. form_has_errors(): returns true if errors has been filed against form elements. + Updated the form handling: 1. The form_ functions will add 'class="error"' when a form field has been found to be erroneous. 2. The error message is passed to theme_form_element() when the particular form field has been found to be erroneous. + I updated the user and profile module to take advantage of these new functions. + IMPORTANT: the _user() hook changed. The 'validate' case should no longer retun an error message when something goes wrong but should set it with form_set_error().
* - Fixed empty searches being performed.Kjartan Mannes2004-05-30
| | | | | - Fixed empty searches being logged. - Trim whitespace from start and end of search key.
* - Added some error checking to the profile module.Dries Buytaert2004-05-28
|
* - Patch by JonBob: fixed problem with theme admin page. Reported by Morbus.Dries Buytaert2004-05-26
|
* - Patch by JonBob: killed a warning.Dries Buytaert2004-05-26
|
* - Patch #7959 by walkah: the 'blog it' link used the wrong SQL tables.Dries Buytaert2004-05-24
|
* - Fixed bug introduced by previous patch.Dries Buytaert2004-05-24
|
* - Patch 7444 (#35) by Pablo. This patch addresses some issues with showingDries Buytaert2004-05-24
| | | | | | anonymous usernames in comments. It does not solve all my problems, but others claim it works as advertised. I'm committing this because it does fix some pending issues (even though that might not be the end of it).
* - Patch 7727 by Benjamin Grant: fixed incorrect <channel> URL in blog feeds.Dries Buytaert2004-05-24
|
* - More code improvements by JonBob.Dries Buytaert2004-05-24
|
* - Patch #7957 by James: made the blogapi module send absolute URLs instead ↵Dries Buytaert2004-05-22
| | | | of relative URLs.
* - Patch #7723 by Roderik: added strtolower()s to make PostgreSQL behave like ↵Dries Buytaert2004-05-21
| | | | MySQL and to be more 'forgiving' for users logging in on a PostgreSQL powered Drupal site.
* - Usability improvement: simplified the administration menu of the aggregatorDries Buytaert2004-05-20
| | | | module.
* - Simplified the 'anonymous poster settings' of the comment module andDries Buytaert2004-05-20
| | | | | | | | | | | | | | | | | | | | | made it possible to enforce a username/e-mail address. Based on James Seng's work there are now 3 radio buttons: ( ) Anonymous users may not enter contact information ( ) Anonymous users may leave contact information ( ) Anonymous users must leave contact information - Fixed a bug in the default theme_comment_view() function. - Added permalinks for comments. Requested by Michael and Christina. Maintainers of contributed themes might want to add permalinks too. TODO: - Fix the interaction design of the submission form: the page you are directed to and the validation of the contact information. - Changing the comment viewing options appears to be broken?
* - Patch #7614 by jhriggs: fixed some role related problems.Dries Buytaert2004-05-19
|
* - More code improvements by JonBob. Thanks a bunch.Dries Buytaert2004-05-18
|
* - Made it possible for anonymous users to leave their name, e-mail addressDries Buytaert2004-05-18
| | | | and the URL of their homepage. Patch by Pablo.
* - Patch 7840 by Drumm: fixed warning.Dries Buytaert2004-05-17
|
* - Code improvements by JonBob. Thanks.Dries Buytaert2004-05-17
|
* - Fixed missing block selection on user edit page.Kjartan Mannes2004-05-17
|
* - Made the log type menus conditonalKjartan Mannes2004-05-17
|
* - Patch #6682 by jhriggs: added form_checkboxes(), much like form_radios()Dries Buytaert2004-05-15
| | | | and updated some modules to take advantage of it.
* - Code improvements to the blogapi module. Patch by JonBob.Dries Buytaert2004-05-15
|
* - Fixed pruning of old items giving errors when there are no old items.Kjartan Mannes2004-05-13
|
* - Forgot to hide the edit menus.Kjartan Mannes2004-05-13
|
* - 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
|