summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.Dries Buytaert2004-06-02
|
* - Patch #6863 by Kristjan: fixed incorrect table behavior.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
|
* - Removing early experimental tab code that slipped in.Kjartan Mannes2004-06-02
| | | | | - Fixing a copy paste error in file.inc. - Some double => single quote changes.
* - Fixed tablesort_sql() so it returns the proper order by sql.Kjartan Mannes2004-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.
* - Patch #6863 by Moshe: add 'class="active"' to the table elements ofDries Buytaert2004-05-29
| | | | the active column.
* - Patch #8089 by matthias: make sure aliased links can be flagged as 'active'.Dries Buytaert2004-05-28
|
* - 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 #7967 by matthias: small patch to improve the robustness of the ↵Dries Buytaert2004-05-25
| | | | tablesorting code.
* - 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 #7725 by Marius: fixed glitch in e-mail address validation code. A ↵Dries Buytaert2004-05-24
| | | | subset of all e-mail addresses was rejected as valid.
* - Patch #7966 by Goba: The box has it's content wrapped in a paragraph now, ↵Dries Buytaert2004-05-24
| | | | which is not suitable for the purposes the box is used in. Boxes are used to wrap tables or forms with titles. The comment module uses theme(box, ...) to wrap forms into boxes for example. Therefore using a paragraph does not make the output valid XHTML and a div is needed.
* - Modified patch #7958 by Adrian: store status messages in a session so they ↵Dries Buytaert2004-05-22
| | | | can persist when redirection is used.
* - Patch #7957 by James: made the blogapi module send absolute URLs instead ↵Dries Buytaert2004-05-22
| | | | of relative URLs.
* Patch #7938 by moshe: menu -> {menu}Dries Buytaert2004-05-22
|
* - 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
|
* - Fixing some typos.Kjartan Mannes2004-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.
* - Return to avoid warning message.Dries Buytaert2004-05-13
|
* - Patch #7704 by mathias: fixed warning due to initialization problem.Dries Buytaert2004-05-11
|