- 03 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Patch 0178 by eafarris: moved the watchdog colors to CSS so they are themeable.
-
- 27 Nov, 2003 1 commit
-
-
Dries Buytaert authored
-
- 25 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Committed phase 4 of JonBob's menu system changes.
-
- 20 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Patch by JonBob: 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.
-
- 13 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- table(...) -> theme("table", ...)
-
- 23 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Small documentation improvements.
-
- 09 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 07 Oct, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed typo in the watchdog module's help text. Patch by Gabor.
-
Dries Buytaert authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-
- 02 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed translation glitch in watchdog module. Thanks Stefan.
-
- 30 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed bug #3383: broken admin help of the watchdog module. Patch by Jonathan.
-
- 28 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Made sure all menu items can be translated. Path by Goba.
-
- 27 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Committed Al's new admin link texts. Remarks: 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
-
- 26 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- 19 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Committed a partial administration page integration patch.
-
- 16 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed bug #2874: typo in watchdog module help. Patch by Stefan.
-
- 09 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- 21 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Applied Moshe's tablesort patch! Note that I changed the arrow images because those of Moshe where not identical.
-
- 19 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Updated the watchdog module to use the new help function approach.
-
- 16 Jul, 2003 1 commit
-
-
Dries Buytaert authored
- Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested by me.
-
- 12 Jul, 2003 1 commit
-
-
Dries Buytaert authored
- Performance improvement: changed a fair amount of "left joins" to "inner joins". Patch by Gerhard.
-
- 10 Jul, 2003 1 commit
-
-
Dries Buytaert authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 08 Jul, 2003 1 commit
-
-
Dries Buytaert authored
- Removed some cruft.
-
- 16 Jun, 2003 1 commit
-
-
Dries Buytaert authored
- Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.
-
- 15 Jun, 2003 1 commit
-
-
Dries Buytaert authored
- Improvements: XHTML-ifications. Patch by GmbH.
-
- 06 Jun, 2003 1 commit
-
-
Dries Buytaert authored
- Dropped check_input(); use check_query() instead. - Made the statistics module use referer_uri() for security's sake.
-
- 29 May, 2003 1 commit
-
-
Dries Buytaert authored
- Michael Frankowski's excellent help text improvements!
-
- 07 May, 2003 1 commit
-
-
Dries Buytaert authored
- Applied Michael Caerwyn's "%s -> %d" patch. - Changed all occurences of '%d' to %d as suggested on the mailing list.
-
- 16 Mar, 2003 1 commit
-
-
Dries Buytaert authored
-
- 04 Mar, 2003 1 commit
-
-
Dries Buytaert authored
-
- 27 Feb, 2003 1 commit
-
-
Dries Buytaert authored
- Bugfix: there was an errant </a> tag with no opening tag. Patch by Al.
-
- 20 Feb, 2003 1 commit
-
-
Dries Buytaert authored
- New menu houskeeping. Prototyped by Zbynek. The following modules need updating: * glossary module * feed module (Breyten's version) * mailhandler module * notify module * project module * smileys module * admin module * style module * taxonomy_dhtml module To avoid unexpected problems menu_add() is deprecated (it will print an error message when used) and menu() should be used instead.
-
- 11 Feb, 2003 1 commit
-
- 23 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Added missing t() function. Patch by Stefan.
-
- 14 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Small improvement to the admin menu based on feedback from Michael.
-
- 06 Jan, 2003 2 commits
-
-
Dries Buytaert authored
- Some usability improvements requested by Michael.
-
Dries Buytaert authored
- Clean URL patch.
-
- 04 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Added an extra parameter to watchdog() which lets you specifiy an "action" or "operation" link. - Made the main page of the administration section show an overview of all watchdog entries with such action link. - Fixed typo in PostgreSQL database scheme.
-
- 31 Dec, 2002 1 commit
-
-
Dries Buytaert authored
- Tidied up the use of check_output(). Might make rendering pages a bit snappier (performance improvement).
-
- 30 Dec, 2002 1 commit
-
-
Dries Buytaert authored
- Small improvement to the links.
-