Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Committed stage 1 of the menu callbacks improvements. Patch by Jonathan. | Dries Buytaert | 2003-11-08 |
| | |||
* | - Usability improvement: replaced many selection boxes by radio buttons. | Dries Buytaert | 2003-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. | ||
* | - Improvement: better HTML/CSS for the example theme. Patch by Adrian Simons. | Dries Buytaert | 2003-11-04 |
| | |||
* | - Improvement: made it possible to disable the comment controls and reworded ↵ | Dries Buytaert | 2003-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. | ||
* | - Fixing typo that Dries didn't notice I told him about. | Kjartan Mannes | 2003-10-27 |
| | |||
* | - Bugfix: fixed SQL errors with tablesort when 'order' is invalid. | Dries Buytaert | 2003-10-27 |
| | | | | Patch by Kjartan. Fixes bug #2613. | ||
* | - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is | Dries Buytaert | 2003-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. | ||
* | - Bugfix: prefix not prepended to sequences. Fixes bug #3639. | Dries Buytaert | 2003-10-22 |
| | | | | | | | | | | Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field); | ||
* | - Bugfix: made the "Default front page" setting work with URL aliases. Patch | Dries Buytaert | 2003-10-20 |
| | | | | by Matt. | ||
* | - Bugfix: added missing . which stopped the Example theme's DOCTYPE from being | Dries Buytaert | 2003-10-19 |
| | | | | emitted. Reported by Robert Castelo. | ||
* | - Fixed bug #3637: made comment module settings translatable. Patch #13 by ↵ | Dries Buytaert | 2003-10-16 |
| | | | | | | | | | | | | | Moshe. - Fixed bug #3642: removed duplicate settings from user page. Patch #14 by Moshe. - Fixed bug #3503: added 'forum topic' link to the 'create content' menu. Patch by Gobar. I think this might be more intuitive and consistent code-wise; I don't want to introduce small hacks. - Cache improvement: small cache improvement to prevent SQL errors. Patch by Jeremy. | ||
* | - Usability improvement: improved consistency and themability of the search ↵ | Dries Buytaert | 2003-10-15 |
| | | | | form. | ||
* | - Replaced some dead wood. | Dries Buytaert | 2003-10-14 |
| | |||
* | - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). ↵ | Dries Buytaert | 2003-10-14 |
| | | | | | | | | | | | | | | Patch by Nick (CodeMonkeyX). - Bugfix: anonymous users could not change comment settings. Patch by Bart. - Bugfix: the comment control form always showed "order by date - newest first", no matter what order you selected. Patch by Bart. - Small usability improvement: only display comment controls when there are comments to show. Patch by Bart. | ||
* | - Bugfix: the search result type names (node, user, comment) were not | Dries Buytaert | 2003-10-13 |
| | | | | translatable in the search page output. Patch by Gabor. | ||
* | - Fixed prefix problem with the book module. Patch by Moshe. | Dries Buytaert | 2003-10-13 |
| | | | | | | | | | | | | | | - Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al. | ||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Small code improvement | Dries Buytaert | 2003-10-09 |
| | |||
* | - Fixed cache issue with path map. | Dries Buytaert | 2003-10-09 |
| | |||
* | - Fixed typo in menu system. Patch by Jonathan. | Dries Buytaert | 2003-10-07 |
| | |||
* | - Fixing bug #3499: File upload tool does not display in 'create image' form | Kjartan Mannes | 2003-10-07 |
| | |||
* | - Path modoule improvements. Modified path by Matt. | Dries Buytaert | 2003-10-03 |
| | |||
* | - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian. | Dries Buytaert | 2003-10-01 |
| | | | | | | | | | | - Updates database.pgsql and database.mysql to work with current cvs. Patch by Adrian. - Updates update.php to be able to update postgres from 4.2 to current. Patch by Adrian. - Small fixes by me. | ||
* | - Some URL alias fixes by Matt. | Dries Buytaert | 2003-09-30 |
| | |||
* | - Url aliasing improvements. Patch by Matt. See mailing list for more | Dries Buytaert | 2003-09-30 |
| | | | | information. | ||
* | - Made sure dates can be translated nicely. Patch by Gobar. | Dries Buytaert | 2003-09-29 |
| | |||
* | - Rolling back debug_backtrace(). Handy to have, but PHP 4.3 required. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Ick. Hit the backspace key before commiting. Undoing. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Fixed cache's handling of HTTP headers (passed all 9 unit tests) | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Fixing cache logic, the logic was inversed. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Associate a callback with the menu links! (This callback is not yet being | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | called but will be as soon the remaining links have been transformed to use the menu system.) - Made sure the menu does not render links with no callback and no children. Like this, the 'create content' link is not being shown when the user has no permission to add any content. | ||
* | - Made the check for If-Modified-Since and Etag headers work for non-Apache | Dries Buytaert | 2003-09-28 |
| | | | | | webservers. This will, for example, improve caching on IIS. Patch by Kjartan. | ||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Fixed bug #3037: fixed translation issue with menu items. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Renamed some menu items for clarity and ... added basic phpDoc comments. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Rewrote the most of the menu system; this fixes Al's problem with the | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s. | ||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Fixed problem introduced by partial integration of the administration pages. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Fixed critical bug #2952: tablesort_init() used a static variable made it | Dries Buytaert | 2003-09-20 |
| | | | | impossible to use more than one sortable table on a page. | ||
* | - Committed Nick's _content improvements. | Dries Buytaert | 2003-09-20 |
| | |||
* | - XHTML fixes in the base theme. Patch by Chris Johnson. | Dries Buytaert | 2003-09-18 |
| | |||
* | - Book module improvements. This commit changes the behavior of the "view" | Dries Buytaert | 2003-09-15 |
| | | | | | hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick. | ||
* | - Don't use the global theme object; use theme() instead. | Dries Buytaert | 2003-09-14 |
| | |||
* | - Bugfix: fixed string being check_query()-ed twice. Bug #2425. Patch by | Dries Buytaert | 2003-09-14 |
| | | | | Matt. | ||
* | - Committed Nick's path improvements; you can now control the look and feel | Dries Buytaert | 2003-09-11 |
| | | | | of the breadcrumb navigation. | ||
* | - Patch by Bart Jansen: | Dries Buytaert | 2003-09-10 |
| | | | | | | | | | | | | | | | | | | | <quote> This adds session support for anonymous users and fixes a bug/typo. 1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make inner join work. 2. replaced "if ($user .." by "if ($user->uid .." because now $user is always set (my previous change probably caused this). 3. db_next_id("user_uid") -> db_next_id("users_uid"); </quote> I repeat: "This adds session support for anonymous users and fixes a bug/typo." | ||
* | - fixing a invaild if that has slipped in. | Kjartan Mannes | 2003-09-05 |
| | |||
* | - Tested and committed Kjartan's performance patches. (Fixed the access check | Dries Buytaert | 2003-08-27 |
| | | | | in update.php though.) | ||
* | - Committed Moshe's selective table rewriting patch. Makes it possible to | Dries Buytaert | 2003-08-26 |
| | | | | share some database tables but not others. | ||
* | - Adding $Id$ and removing som extra spacing | Kjartan Mannes | 2003-08-25 |
| |