Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | - Applied Michael Caerwyn's "%s -> %d" patch. | Dries Buytaert | 2003-05-07 | |
| | | | | - Changed all occurences of '%d' to %d as suggested on the mailing list. | |||
* | - Fixed typo: 'messagess' -> 'messages' | Dries Buytaert | 2003-03-16 | |
| | ||||
* | - Two small fixes. | Dries Buytaert | 2003-03-04 | |
| | ||||
* | - Bugfix: there was an errant </a> tag with no opening tag. Patch by Al. | Dries Buytaert | 2003-02-27 | |
| | ||||
* | - New menu houskeeping. Prototyped by Zbynek. | Dries Buytaert | 2003-02-20 | |
| | | | | | | | | | | | | | | | | 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. | |||
* | - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html. | Dries Buytaert | 2003-02-11 | |
| | ||||
* | - Tidied up XHTML. Patch by Ulf. | Dries Buytaert | 2003-01-23 | |
| | | | | - Added missing t() function. Patch by Stefan. | |||
* | - Small improvement to the admin menu based on feedback from Michael. | Dries Buytaert | 2003-01-14 | |
| | ||||
* | - Some usability improvements requested by Michael. | Dries Buytaert | 2003-01-06 | |
| | ||||
* | - Clean URL patch. | Dries Buytaert | 2003-01-06 | |
| | ||||
* | - Added an extra parameter to watchdog() which lets you specifiy an "action" | Dries Buytaert | 2003-01-04 | |
| | | | | | | | | | 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. |