- 10 Feb, 2004 1 commit
-
-
Dries Buytaert authored
- Avoid SQL queries if possible.
-
- 07 Feb, 2004 1 commit
-
-
Dries Buytaert authored
- Usability improvement: changed 'messages' to 'logs'.
-
- 23 Jan, 2004 1 commit
-
-
Dries Buytaert authored
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
-
- 11 Jan, 2004 1 commit
-
-
Dries Buytaert authored
-
- 02 Jan, 2004 1 commit
-
-
Dries Buytaert authored
- Removed the hard-coded list of watchdog types. The list is compiled dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.)
-
- 17 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
- 08 Dec, 2003 1 commit
-
-
Dries Buytaert authored
+ removes the lots of pagers and indirect pager themeing + add the theme_pager() function, which should be called as theme("pager", ...) to get a pager.
-
- 06 Dec, 2003 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Corrected the context-sensitive help of the error messages.
-
- 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.
-