- 21 Aug, 2004 1 commit
-
-
Dries authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
- 19 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
- 14 Aug, 2004 1 commit
-
-
Dries authored
* Adds missing quotes around the username in "session closed" watchdog messages from user.module (session opened has quotes, but session closed does not). * Changed "view detals" after watchdog entries to "details".
-
- 03 Jul, 2004 1 commit
-
-
Dries authored
- Patch #8952 by Morbus: watchdog module beautifications. * slightly reorders the functions in anticipation of http://drupal.org/node/view/9010. * reorders help definitions to match the alphabetical nature of the menu items. * tweaked visual appearance of menu code (whitespace, etc.) * minor tweaks to "warning" help to match style of others.
-
- 02 Jul, 2004 2 commits
-
-
Dries authored
-
Dries authored
- Patch #8952 by Morbus: made the watchdog module more doxygenish: * @file header with a oneliner and blurb description about watchdog.module. * standardized the text between admin/help#watchdog and admin/logs. * tweaked the descriptions of log types available ever so slightly. * removed anything that referred to the old settings page. * added an assumed 'type' to one of the menu's.
-
- 20 Jun, 2004 1 commit
-
-
Dries authored
-
- 18 Jun, 2004 1 commit
-
-
Dries authored
Tabs patch! CHANGES ------- + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page. + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'. + Grouped settings. All settings have been grouped under 'administer > settings'. TODO ---- + Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help. + Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
-
- 01 Jun, 2004 1 commit
-
-
Kjartan authored
-
- 24 May, 2004 1 commit
-
-
Dries authored
-
- 17 May, 2004 1 commit
-
-
Kjartan authored
-
- 21 Apr, 2004 1 commit
-
-
Dries authored
- Added support for 403 handling. Patch by JonBob. As a side benefit, administrators will be able to define a custom 403 page, just as they can define 404 pages now. This needs to be documented in the "Changes since / migrating to ..." pages.
-
- 18 Apr, 2004 1 commit
-
-
Dries authored
- Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module to be more intuitive and moved some help text to Doxygen comments.
-
- 15 Apr, 2004 2 commits
-
-
Dries authored
configurable! Menu items can be disabled, repositioned, added and so on. Upgrading to requires you to run update.php. This functionality depricates some of the 'navigation modules' in the contributions repository. Furthermore, modules can now 'suggest' menu items and site adminstrators can choose to enable them. Modules in the contributions repository should try to take advantage of this.
-
Steven Wittens authored
Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data.
-
- 15 Feb, 2004 1 commit
-
-
Dries authored
- Patch by Steven: removed redundant permission checks. These are no longer required thanks to the new 404 handling.
-
- 12 Feb, 2004 1 commit
-
-
Dries authored
- Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
-
- 10 Feb, 2004 1 commit
-
-
Dries authored
- Avoid SQL queries if possible.
-
- 07 Feb, 2004 1 commit
-
-
Dries authored
- Usability improvement: changed 'messages' to 'logs'.
-
- 23 Jan, 2004 1 commit
-
-
Dries authored
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
-
- 11 Jan, 2004 1 commit
-
-
Dries authored
-
- 02 Jan, 2004 1 commit
-
-
Dries 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 authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
- 08 Dec, 2003 1 commit
-
-
Dries 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
- 03 Dec, 2003 1 commit
-
-
Dries authored
- Patch 0178 by eafarris: moved the watchdog colors to CSS so they are themeable.
-
- 27 Nov, 2003 1 commit
-
-
Dries authored
-
- 25 Nov, 2003 1 commit
-
-
Dries authored
- Committed phase 4 of JonBob's menu system changes.
-
- 20 Nov, 2003 1 commit
-
-
Dries 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 authored
- table(...) -> theme("table", ...)
-
- 23 Oct, 2003 1 commit
-
-
Dries authored
- Small documentation improvements.
-
- 09 Oct, 2003 1 commit
-
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 07 Oct, 2003 2 commits
- 02 Oct, 2003 1 commit
-
-
Dries authored
- Fixed translation glitch in watchdog module. Thanks Stefan.
-
- 30 Sep, 2003 1 commit
-
- 28 Sep, 2003 1 commit
-
-
Dries authored
- Made sure all menu items can be translated. Path by Goba.
-
- 27 Sep, 2003 1 commit
-
-
Dries 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 authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-