summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #8405 by Adrian:Dries Buytaert2004-06-15
| | | | | | + Fixed duplicated view. + Fixed node types not being picked up correctly. + Improved error handling in case a particular node has not been found.
* - Patch #8418 by Axel: don't insert tid=0's in the databaseDries Buytaert2004-06-15
|
* - Patch #8477 by Goba: fixes issues of newline handling in filters, unifying ↵Dries Buytaert2004-06-15
| | | | what newline should a filter expect, and fixes the missing title filter tip issue.
* - Patch #8357 by Ax: added support for mt.getRecentPostTitles to theDries Buytaert2004-06-15
| | | | | blogapi module. Used by ecto. I changed '$titles_only' to '$bodies' as the patch favored '!$titles_only'.
* - Patch #8444 by jhriggs: creating new users was broken due to recent changes.Dries Buytaert2004-06-14
|
* Quick improvement to autoteaser generation:Steven Wittens2004-06-10
| | | | added double-width dot and comma, and right-to-left question mark as sentence boundaries.
* - Fixing bug #8233: User blog pages not displaying.Kjartan Mannes2004-06-04
|
* - Commiting patch #7577: comment.module clean up.Kjartan Mannes2004-06-04
|
* - Commited patch #4878: Support file uploads via blogapi.Kjartan Mannes2004-06-04
|
* - Fixing bug 5845: Root page of book module does use <--break-->.Kjartan Mannes2004-06-03
|
* - 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.