summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Improvement: made sure that the example theme uses the misc/drupal.css ↵Dries Buytaert2003-11-10
| | | | stylesheet.
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Removed the "return" link from the node submission confirmation page.Dries Buytaert2003-11-09
|
* - Bugfix: made theme_footer() call theme_closure() instead of itself. Patch ↵Dries Buytaert2003-11-09
| | | | by Bart.
* - Removed debug statement. Patch by Bart.Dries Buytaert2003-11-09
|
* - Translation fix: the date in the calendar block could not be translated. ↵Dries Buytaert2003-11-09
| | | | | | | | Patch by Goba. - Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba. - Translation fix: the ping module's help text was translated twice. Patch by Goba.
* - Committed stage 1 of the theme system improvements.Dries Buytaert2003-11-08
| | | | | | | | Some TODO's: * The sidebars of theme Marvin and theme UnConeD look unstyled. * CSS-ify theme UnConeD so we can remove the class around the functions. * Rewrite theme_init() not to use a class and simplify theme() accordingly.
* - Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.Dries Buytaert2003-11-08
|
* - Bugfix: added missing t() function. Patch by Goba.Dries Buytaert2003-11-07
|
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-07
| | | | Patch by Stefan.
* - Avoid fieldsets being rendered one below another. Patch by Ax.Dries Buytaert2003-11-07
|
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-06
| | | | | | | | Patch by Stefan. - Usability improvement: introduced a form_group() function and updated the node and comment module to take advantage of it. Patch #149 by Eric Farris.
* - Bugfix: PostgreSQL problem with locale module. Fixed bug #3900. Patch #139Dries Buytaert2003-11-05
| | | | | | by Gerhard. - Forum module improvements. Patch #138 by Ax.
* - Improvement: better HTML/CSS for the example theme. Patch by Adrian Simons.Dries Buytaert2003-11-04
|
* - Bugfix: fixed typo in cloud module. Patch by Marky.Dries Buytaert2003-11-03
| | | | - Bugfix: fixed menu glitch in book module. Patch by Kjartan.
* - Updating release info.Kjartan Mannes2003-11-01
|
* poll.module: Fixed invalid XHTML (Patch by Gabor Hojtsy)Steven Wittens2003-11-01
|
* - Set the update_start variable for the Drupal 4.4.0 release.Dries Buytaert2003-10-31
|
* - Improvement: made it possible to disable the comment controls and reworded ↵Dries Buytaert2003-10-31
| | | | | | | | | | | | | | | | some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
* - Improvment: detect wrong mixed case variables, be more strict about XHTML.Dries Buytaert2003-10-30
|
* - Added support for "special timezones". Patch by Steven/UnConeD.Dries Buytaert2003-10-30
|
* - Bugfix: fixed problem with queue module. Fixes bug #3839.Dries Buytaert2003-10-29
|
* - Small corrections to the punctuation.Dries Buytaert2003-10-28
|
* - Bugfix: fixed usernames being shown in the "Who is online" block afterDries Buytaert2003-10-28
| | | | | | | | | you logged out. Patch by Jeremy. - Bugfix: fixed the authmap table in the MSSQL scheme. Patch by Moshe. - Bugfix: properly themes some error messages in the user module. Patch by Moshe.
* - Fixing typo that Dries didn't notice I told him about.Kjartan Mannes2003-10-27
|
* - Bugfix: fixed SQL errors with tablesort when 'order' is invalid.Dries Buytaert2003-10-27
| | | | Patch by Kjartan. Fixes bug #2613.
* - Added an update to grow the 'name' field of the variables table. PatchDries Buytaert2003-10-27
| | | | by Gerhard.
* - Bugfix: fixed bug #3807.Dries Buytaert2003-10-27
|
* - Bugfix: made the bloggerapi respect the default promote setting. Patch byDries Buytaert2003-10-27
| | | | | | | | | | Remco. TODO: the same should be done for the fields "comment", "moderate" and so on. - Improvement: made posts/updates through the Blogger API show up on the admin main page. Modified patch from Remco.
* - Bugfix: 'path' -> {url_alias}. Patch by Mark Coady.Dries Buytaert2003-10-27
|
* - Properly initialized $contents and removed dead code. Patch/suggestion by ax.Dries Buytaert2003-10-26
|
* - Bugfix: increased the size of variable's tables the 'name' field. PatchDries Buytaert2003-10-26
| | | | by Gerhard.
* - Fixed typos in the throttle module documentation. Patch by marky.Dries Buytaert2003-10-25
|
* - Fixed typo in comment module documentation. Patch by Mark Coady.Dries Buytaert2003-10-24
|
* - Usability improvement: removed the cron setting. It was dead code.Dries Buytaert2003-10-24
|
* - Small usability improvement: add title to administration pages. Patch by Ax.Dries Buytaert2003-10-24
|
* - Documentation fix: updated context-sensitive help to match menu item changes.Dries Buytaert2003-10-24
| | | | Fixes critical bug #3453.
* - Documentation fix: updated context-sensitive help to match menu item changes.Dries Buytaert2003-10-24
| | | | Fixes critical bug #3453. (In the end someone has to do it ...)
* - Documentation improvement: updated documentation to match menu item changes.Dries Buytaert2003-10-24
| | | | Fixes critical bug #3453. (In the end, someone has to do it ...)
* - Small documentation improvements.Dries Buytaert2003-10-24
|
* - Bugfix: user->id --> user->uid. Patch by Gabor.Dries Buytaert2003-10-23
|
* Typoes.Steven Wittens2003-10-23
|
* - Bugfix: don't set a name and e-mail address for the anonymous user. FixesDries Buytaert2003-10-23
| | | | bug #3740.
* - Bugfix: removed depricated documentation.Dries Buytaert2003-10-23
|
* - Bugfix: corrected broken HTML in the documentation.Dries Buytaert2003-10-23
|
* - Small documentation improvements.Dries Buytaert2003-10-23
|
* - Bugfix: corrected the context sensitive help of the main admin page. ↵Dries Buytaert2003-10-23
| | | | | | Fixes bug #3756.
* - Bugfix: fixed problem with book outlines. Reported by Mark Cheverton.Dries Buytaert2003-10-23
|
* - Bugfix: set the timestamp of the node counters. Patch by Moshe.Dries Buytaert2003-10-23
|
* - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' isDries Buytaert2003-10-22
| | | | | | | | a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian. - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.