summaryrefslogtreecommitdiff
path: root/modules/title.module
Commit message (Collapse)AuthorAge
* - Added the possibility to reorder filters. Patch by UnConeD.Dries Buytaert2004-02-06
|
* Fixed bug in query: if "%" is used in an SQL query, it needs to be escaped ↵Steven Wittens2004-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 Buytaert2004-01-26
|
* - Updated the calls to menu() to use MENU_HIDE instead of 1Dries Buytaert2003-12-17
|
* - Fixed title problem with title module. Patch by Moshe.Dries Buytaert2003-12-07
|
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - Committed phase 3 of JonBob's menu changes. Adds an API for modules toDries Buytaert2003-11-23
| | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them.
* - Patch by JonBob:Dries Buytaert2003-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 Buytaert2003-11-13
|
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-07
| | | | Patch by Stefan.
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - Help improvements and translation improvements from Michael. Thanks!Dries Buytaert2003-10-03
|
* - Url aliasing improvements. Patch by Matt. See mailing list for moreDries Buytaert2003-09-30
| | | | information.
* - Added $Id$ tags. Patch by Chris.Dries Buytaert2003-09-25
|
* - Gerhard's uid 0 patches. These patches bring various performanceDries Buytaert2003-09-09
| | | | improvements. Requires a database update.
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
| | | | This update requires you to run update.php!
* - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not testedDries Buytaert2003-07-16
| | | | by me.
* - Performance improvement: changed a fair amount of "left joins" to "innerDries Buytaert2003-07-12
| | | | joins". Patch by Gerhard.
* - Bugfix: fixed username not being fetched with the title module. Fixes bugDries Buytaert2003-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 Buytaert2003-07-10
|
* - Fixed braino in title.module; should fix bug #1966 reported by Moshe.Dries Buytaert2003-06-14
|
* - Bugfix: removed call to dead function. Patch by Al. Bug #1852.Dries Buytaert2003-06-05
|
* - Committed Al's rollback fixes and the title improvements. Thanks again.Dries Buytaert2003-05-31
|
* - Added support for user registration guidelines. Patch by Al. Feature ↵Dries Buytaert2003-04-28
| | | | request #1109.
* - Added title module; this brings back some old functionality. ThanksDries Buytaert2003-04-24
Moshe and Gerhard.