Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #7211: changed 'root' to 'top-level' for sake of usability. I took ↵ | Dries Buytaert | 2004-04-24 |
| | | | | Gerhard's patch and extended it so we did not miss any instances of 'root'. | ||
* | - 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 #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. | Dries Buytaert | 2004-03-20 |
| | |||
* | - Patch by Steven: removed redundant permission checks. These are no longer | Dries Buytaert | 2004-02-15 |
| | | | | required thanks to the new 404 handling. | ||
* | - Patch 4332 by Goba: eliminate compose tips module. | Dries Buytaert | 2004-01-27 |
| | |||
* | - Patch 5049 by JonBob: allow a module to define multiple node types. | Dries Buytaert | 2004-01-27 |
| | |||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Code beautifications: corrected indentation. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Removed the $help parameter from the _form hook. The help, typically | Dries Buytaert | 2004-01-17 |
| | | | | submission guidelines, should be emmitted using the _help hook. | ||
* | - Bugfix: display the correct author. Patch by Nick. | Dries Buytaert | 2004-01-15 |
| | |||
* | - Small bugfix | Dries Buytaert | 2004-01-15 |
| | |||
* | - Fixed 5218: book page "administer" removes original author. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Usability improvement: added a book navigation block. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Applied patch #4949: node_prepare() wastes resources. Patch by Goba. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Patch 4916: improved preparation of $node->teaser and $node->body. Patch by | Dries Buytaert | 2004-01-02 |
| | | | | Goba. | ||
* | - Updated the calls to menu() to use MENU_HIDE instead of 1 | Dries Buytaert | 2003-12-17 |
| | |||
* | - Introduced a drupal_set_message() and drupal_get_message() function. | Dries Buytaert | 2003-12-01 |
| | | | | | | | Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them. | ||
* | - Committed phase 4 of JonBob's menu system changes. | Dries Buytaert | 2003-11-25 |
| | |||
* | - Performance improvement: avoid copying/cloning arrays. Patch #155 by anarcat. | Dries Buytaert | 2003-11-23 |
| | |||
* | - Committed phase 3 of JonBob's menu changes. Adds an API for modules to | Dries Buytaert | 2003-11-23 |
| | | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them. | ||
* | - 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 |
| | |||
* | - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX. | Dries Buytaert | 2003-11-09 |
| | |||
* | - Committed stage 1 of the menu callbacks improvements. Patch by Jonathan. | Dries Buytaert | 2003-11-08 |
| | |||
* | - Usability improvement: replaced many selection boxes by radio buttons. | Dries Buytaert | 2003-11-07 |
| | | | | Patch by Stefan. | ||
* | - Bugfix: fixed typo in cloud module. Patch by Marky. | Dries Buytaert | 2003-11-03 |
| | | | | - Bugfix: fixed menu glitch in book module. Patch by Kjartan. | ||
* | - Bugfix: fixed problem with book outlines. Reported by Mark Cheverton. | Dries Buytaert | 2003-10-23 |
| | |||
* | - Bugfix: fixed book module links. Fixed bug #3621. Patch #132 by eafarris. | Dries Buytaert | 2003-10-21 |
| | |||
* | - Fixed prefix problem with the book module. Patch by Moshe. | Dries Buytaert | 2003-10-13 |
| | | | | | | | | | | | | | | - Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al. | ||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | | | changes. - Fixed some broken links. | ||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - 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 book preview problem. Patch by Kjartan. | Dries Buytaert | 2003-10-06 |
| | |||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 |
| | |||
* | - Bugfix: made printer-friendly pages work. They were rendered but never | Dries Buytaert | 2003-10-02 |
| | | | | printed. | ||
* | - Associate a callback with the menu links! (This callback is not yet being | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | called but will be as soon the remaining links have been transformed to use the menu system.) - Made sure the menu does not render links with no callback and no children. Like this, the 'create content' link is not being shown when the user has no permission to add any content. | ||
* | - More translation fixes for the menu items. Patch by Gabor. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Rewrote the most of the menu system; this fixes Al's problem with the | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s. | ||
* | - 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 Nick's _content improvements. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Committed a partial administration page integration patch. | Dries Buytaert | 2003-09-19 |
| | |||
* | - Fixed typo. Patch by Nick. | Dries Buytaert | 2003-09-16 |
| | |||
* | - Book module improvements. This commit changes the behavior of the "view" | Dries Buytaert | 2003-09-15 |
| | | | | | hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick. | ||
* | - Committed Nick's path improvements; you can now control the look and feel | Dries Buytaert | 2003-09-11 |
| | | | | of the breadcrumb navigation. | ||
* | - Fixed a number of small user experience inconsistencies pointed out by | Dries Buytaert | 2003-08-23 |
| | | | | Keith. | ||
* | - Removed left-overs from the rating module. Patch by Gerhard. Updated the | Dries Buytaert | 2003-08-22 |
| | | | | | | | | | | | | | | | | PostgreSQL and MSSQL database scheme as well. - Made sure the update script updates the correct tables when database prefixing is enabled. Patch by Bart Jansens. - Improved the breadcrumb navigation of the book and the forum module as per Keith Instone's suggestions. - Updated page titles (or block titles) and links to match. Suggested by Keith Instone. - Added missing 'thread' field to the comment table of the MySQL database scheme. Fixes bug #2590. | ||
* | 1) Bugfix: changed INNER JOIN to LEFT JOIN to make forum topics with no ↵ | Dries Buytaert | 2003-08-15 |
| | | | | | | | | | | comments show on the topic overview page. 2) Beautified the forum module views; rewritten to use the table() rendering functions, X HTML-ified the emitted code, added additional CSS tags, and removed hard-coded markup. This improves themeabality; it should be able to mimic the view and color scheme of, say, http://www.phpbb.com/. 3) Reorganized forms and links (interactive elements) to improve usability. Also ensured that the link names and page titles match. 4) Temporary removed container functionality: this simplified the work and eliminated some usability issues. | ||
* | - Usability improvements based on Keith Instone's suggestions: | Dries Buytaert | 2003-08-13 |
| | | | | | | | | | | * Removed 'handbook' title. * Added a 'books' link to the book location bar: the link takes you to the book overview page. * Renamed a few 'collaborative books' to 'books' so that the links and page/box titles match. |