Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #8952 by Morbus: watchdog module beautifications. | Dries Buytaert | 2004-07-03 |
| | | | | | | | * 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. | ||
* | - Small watchdog module optimization by Morbus. | Dries Buytaert | 2004-07-02 |
| | |||
* | - Patch #8952 by Morbus: made the watchdog module more doxygenish: | Dries Buytaert | 2004-07-02 |
| | | | | | | | | * @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. | ||
* | - Patch #8681 by stefan: fixed some broken URLs and help texts. | Dries Buytaert | 2004-06-20 |
| | |||
* | Tabs patch! | Dries Buytaert | 2004-06-18 |
| | | | | | | | | | | | | | | | | | | 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'). | ||
* | - Fixing watchdog menu so the filters work. | Kjartan Mannes | 2004-06-01 |
| | |||
* | - More code improvements by JonBob. | Dries Buytaert | 2004-05-24 |
| | |||
* | - Made the log type menus conditonal | Kjartan Mannes | 2004-05-17 |
| | |||
* | - Added support for 403 handling. Patch by JonBob. As a side benefit, | Dries Buytaert | 2004-04-21 |
| | | | | | | | | 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. | ||
* | - Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module | Dries Buytaert | 2004-04-18 |
| | | | | to be more intuitive and moved some help text to Doxygen comments. | ||
* | - Patch by JonBob/Jonathan: reworked the menu system so that menus are | Dries Buytaert | 2004-04-15 |
| | | | | | | | | | | | | 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. | ||
* | Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping ↵ | Steven Wittens | 2004-04-15 |
| | | | | off strings at unsure locations, without risking incomplete UTF-8 data. | ||
* | - Patch by Steven: removed redundant permission checks. These are no longer | Dries Buytaert | 2004-02-15 |
| | | | | required thanks to the new 404 handling. | ||
* | - Patch 5592 by Goba: introduced a new function, drupal_map_assoc(). | Dries Buytaert | 2004-02-12 |
| | |||
* | - Avoid SQL queries if possible. | Dries Buytaert | 2004-02-10 |
| | |||
* | - Usability improvement: changed 'messages' to 'logs'. | Dries Buytaert | 2004-02-07 |
| | |||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Removed the hard-coded list of watchdog types. The list is compiled | Dries Buytaert | 2004-01-02 |
| | | | | | dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.) | ||
* | - Updated the calls to menu() to use MENU_HIDE instead of 1 | Dries Buytaert | 2003-12-17 |
| | |||
* | - Improvements by Goba: | Dries Buytaert | 2003-12-08 |
| | | | | | | + 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. | ||
* | - Fixed typo. | Dries Buytaert | 2003-12-06 |
| | |||
* | - Corrected the context-sensitive help of the error messages. | Dries Buytaert | 2003-12-06 |
| | |||
* | - Patch 0178 by eafarris: moved the watchdog colors to CSS so they are ↵ | Dries Buytaert | 2003-12-03 |
| | | | | themeable. | ||
* | - Fixed incorrect link title. | Dries Buytaert | 2003-11-27 |
| | |||
* | - Committed phase 4 of JonBob's menu system changes. | Dries Buytaert | 2003-11-25 |
| | |||
* | - 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 |
| | |||
* | - Small documentation improvements. | Dries Buytaert | 2003-10-23 |
| | |||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Fixed typo in the watchdog module's help text. Patch by Gabor. | Dries Buytaert | 2003-10-07 |
| | |||
* | - 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. | ||
* | - Fixed translation glitch in watchdog module. Thanks Stefan. | Dries Buytaert | 2003-10-02 |
| | |||
* | - Fixed bug #3383: broken admin help of the watchdog module. Patch by | Dries Buytaert | 2003-09-30 |
| | | | | Jonathan. | ||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Committed Al's new admin link texts. Remarks: | Dries Buytaert | 2003-09-27 |
| | | | | | | | 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. | ||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Committed a partial administration page integration patch. | Dries Buytaert | 2003-09-19 |
| | |||
* | - Fixed bug #2874: typo in watchdog module help. Patch by Stefan. | Dries Buytaert | 2003-09-16 |
| | |||
* | - Gerhard's uid 0 patches. These patches bring various performance | Dries Buytaert | 2003-09-09 |
| | | | | improvements. Requires a database update. | ||
* | - Applied Moshe's tablesort patch! Note that I changed the arrow images | Dries Buytaert | 2003-08-21 |
| | | | | because those of Moshe where not identical. | ||
* | - Updated the watchdog module to use the new help function approach. | Dries Buytaert | 2003-08-19 |
| | |||
* | - 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. | ||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Removed some cruft. | Dries Buytaert | 2003-07-08 |
| | |||
* | - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813. | Dries Buytaert | 2003-06-16 |
| | |||
* | - Improvements: XHTML-ifications. Patch by GmbH. | Dries Buytaert | 2003-06-15 |
| | |||
* | - Dropped check_input(); use check_query() instead. | Dries Buytaert | 2003-06-06 |
| | | | | - Made the statistics module use referer_uri() for security's sake. | ||
* | - Michael Frankowski's excellent help text improvements! | Dries Buytaert | 2003-05-29 |
| |