Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Added the possibility to reorder filters. Patch by UnConeD. | Dries Buytaert | 2004-02-06 |
| | |||
* | Fixed bug in query: if "%" is used in an SQL query, it needs to be escaped ↵ | Steven Wittens | 2004-02-01 |
| | | | | | | | | as %% because otherwise it can get parsed by the sprintf() in db_query(). See: http://drupal.org/node/view/5531 (present in HEAD as well) | ||
* | - Patch 5395 by Goba: no need to have an 'enable' setting. | Dries Buytaert | 2004-01-26 |
| | |||
* | - Updated the calls to menu() to use MENU_HIDE instead of 1 | Dries Buytaert | 2003-12-17 |
| | |||
* | - Fixed title problem with title module. Patch by Moshe. | Dries Buytaert | 2003-12-07 |
| | |||
* | - Committed phase 4 of JonBob's menu system changes. | Dries Buytaert | 2003-11-25 |
| | |||
* | - Committed phase 3 of JonBob's menu changes. Adds an API for modules to | Dries Buytaert | 2003-11-23 |
| | | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them. | ||
* | - Patch by JonBob: | Dries Buytaert | 2003-11-20 |
| | | | | | | | | Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme. | ||
* | - table(...) -> theme("table", ...) | Dries Buytaert | 2003-11-13 |
| | |||
* | - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX. | Dries Buytaert | 2003-11-09 |
| | |||
* | - Usability improvement: replaced many selection boxes by radio buttons. | Dries Buytaert | 2003-11-07 |
| | | | | Patch by Stefan. | ||
* | - Help system improvements: eliminated the _system hook. Patch by Michael. | Dries Buytaert | 2003-10-07 |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | ||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 |
| | |||
* | - Url aliasing improvements. Patch by Matt. See mailing list for more | Dries Buytaert | 2003-09-30 |
| | | | | information. | ||
* | - Added $Id$ tags. Patch by Chris. | Dries Buytaert | 2003-09-25 |
| | |||
* | - Gerhard's uid 0 patches. These patches bring various performance | Dries Buytaert | 2003-09-09 |
| | | | | improvements. Requires a database update. | ||
* | - Commited the URL aliasing patch. Thanks Matt. | Dries Buytaert | 2003-07-16 |
| | | | | This update requires you to run update.php! | ||
* | - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested | Dries Buytaert | 2003-07-16 |
| | | | | by me. | ||
* | - Performance improvement: changed a fair amount of "left joins" to "inner | Dries Buytaert | 2003-07-12 |
| | | | | joins". Patch by Gerhard. | ||
* | - Bugfix: fixed username not being fetched with the title module. Fixes bug | Dries Buytaert | 2003-07-12 |
| | | | | | | #1852. (Going to backport this to the DRUPAL-4-2-0 branch.) | ||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Fixed braino in title.module; should fix bug #1966 reported by Moshe. | Dries Buytaert | 2003-06-14 |
| | |||
* | - Bugfix: removed call to dead function. Patch by Al. Bug #1852. | Dries Buytaert | 2003-06-05 |
| | |||
* | - Committed Al's rollback fixes and the title improvements. Thanks again. | Dries Buytaert | 2003-05-31 |
| | |||
* | - Added support for user registration guidelines. Patch by Al. Feature ↵ | Dries Buytaert | 2003-04-28 |
| | | | | request #1109. | ||
* | - Added title module; this brings back some old functionality. Thanks | Dries Buytaert | 2003-04-24 |
Moshe and Gerhard. |