summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
|
* - 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
|