- May 24, 2004
-
-
Dries Buytaert authored
-
- Apr 21, 2004
-
-
Dries Buytaert 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.
-
- Apr 01, 2004
-
-
Dries Buytaert authored
-
- Mar 29, 2004
-
-
Dries Buytaert authored
- Tiny usability improvement for translators. Patch by Gerhard.
-
- Mar 21, 2004
-
-
Dries Buytaert authored
+ Updated the _user() hook's "$type == 'view'" case to match the "$type == 'edit'" case. That is, both have to return an associtive array of the format array('category' => 'fields'). + Updated the profile pages to group fields by category. Made possible thanks to the above change. + Moved logic out of the theme_ functions.
-
- Mar 20, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Tracker and forum module improvements! Note: the CSS of the tracker page has changed. Some CSS files still have to be updated.
-
- Mar 11, 2004
-
-
Dries Buytaert authored
- Rewrote the profile module: + Added a 'created' field to the users table and renamed the 'timestamp' fied to 'changed' (cfr. node table). Update.php will try to determine a 'created' timestamp for existing users. + The profile module no longer uses serialized data but has its own set of tables. Known existing profile data is migrated by these new tables. TODO: migrate the birthday field. + The profile fields can be grouped, and within each group, profile fields can be sorted using weights. + The profile pages can be themed. + The profiles can be browsed based on certain properties/settings. + Change the _user hook: (i) 'private_view' and 'public_view' are merged into 'view' as there are no private fields and (ii) 'edit_form' has been renamed to 'edit'. + Avatar handling has been refactored and is now part of the user module. The users table has a dedicted 'picture' field. + Simplified the way themes should use display/visualize pictures or avatars. + Made it possible for administrators to replace or delete avatars. + ... I hope this make for a good base to build on collectively.
-
- Feb 21, 2004
-
-
Kjartan Mannes authored
- Extended tracker comments to handle project issues.
-
- Feb 15, 2004
-
-
Dries Buytaert authored
- Patch by Steven: removed redundant permission checks. These are no longer required thanks to the new 404 handling.
-
- Feb 07, 2004
-
-
Dries Buytaert authored
- Patch #5501: fixed invalid HTML in the comment and tracker module.
-
- Jan 31, 2004
-
-
Dries Buytaert authored
- Fixed tracker bug: tracker module has a line of faulty code which tries to get the node name in the old way. Patch by JonBob.
-
- Dec 14, 2003
-
-
Dries Buytaert authored
- Fixed capitalization.
-
- Dec 08, 2003
-
-
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.
-
- Nov 25, 2003
-
-
Dries Buytaert authored
- Committed phase 4 of JonBob's menu system changes.
-
- Nov 23, 2003
-
-
Dries Buytaert authored
- Committed phase 3 of JonBob's menu changes. Adds an API for modules to define titles and breadcrumbs for their pages, and updates the theme system to display them.
-
- Nov 20, 2003
-
-
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.
-
- Nov 13, 2003
-
-
Dries Buytaert authored
- table(...) -> theme("table", ...)
-
- Nov 09, 2003
-
-
Dries Buytaert authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
- Nov 08, 2003
-
-
Dries Buytaert authored
- Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.
-
- Oct 09, 2003
-
-
Dries Buytaert authored
- Fixed some link titles that were no longer correct due to the menu changes. - Made sure that the link titles match the page titles.
-
Dries Buytaert authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- Oct 07, 2003
-
-
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.
-
- Oct 03, 2003
-
-
Dries Buytaert authored
- Help improvements and translation improvements from Michael. Thanks!
-
- Sep 30, 2003
-
-
Dries Buytaert authored
- Url aliasing improvements. Patch by Matt. See mailing list for more information.
-
- Sep 28, 2003
-
-
Dries Buytaert authored
- Associate a callback with the menu links! (This callback is not yet being 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.
-
- Sep 27, 2003
-
-
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.
-
- Sep 26, 2003
-
-
Dries Buytaert authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- Sep 09, 2003
-
-
Dries Buytaert authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- Sep 06, 2003
-
-
Dries Buytaert authored
- Fixed the tracker author sort. Patch by Moshe.
-
- Aug 25, 2003
-
-
Dries Buytaert authored
- Tracker module: adds a missing call to tablesort_pager(). - Tablesort: + add 'title' attributes + let arbitrary querystring params flow through to pager links + removed ugly border around the arrow
-
- Aug 21, 2003
-
-
Dries Buytaert authored
- Applied Moshe's tablesort patch! Note that I changed the arrow images because those of Moshe where not identical.
-
- Aug 20, 2003
-
-
Dries Buytaert authored
- Updated the tracker module to the new help system scheme.
-
- Aug 15, 2003
-
-
Dries Buytaert authored
- Bugfix: changed 'INNER JOIN' back to 'LEFT JOIN'.
-
- Jul 16, 2003
-
-
Dries Buytaert authored
- Commited the URL aliasing patch. Thanks Matt. This update requires you to run update.php!
-
Dries Buytaert authored
- Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested by me.
-
- Jul 12, 2003
-
-
Dries Buytaert authored
- Performance improvement: changed a fair amount of "left joins" to "inner joins". Patch by Gerhard.
-
- Jul 10, 2003
-
-
Dries Buytaert authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- Jul 09, 2003
-
-
Dries Buytaert authored
- Added a permalink to the Xtemplate theme. Requested by Scott. - Added pager support to the locale module.
-
- Jul 08, 2003
-
-
Dries Buytaert authored
- Made it easier to translate some text on the tracker page. Patch #71 by Stefan.
-