- May 05, 2005
-
-
Dries Buytaert authored
-
- May 01, 2005
-
-
Dries Buytaert authored
It did not return nor print its output.
-
- Apr 24, 2005
-
-
Dries Buytaert authored
- Patch 20910 by chx: centralize print theme page.
-
- Feb 12, 2005
-
-
Dries Buytaert authored
- permissions menu link updates in a number of modules help - anchor link fix in distributed auth help - "my account" link fix in user help - spelling correction in tracker.module help - I also changed 'admin/access/perms' to 'admin/access/permissions'.
-
- Jan 30, 2005
-
-
Dries Buytaert authored
Goba: it would be nice if one of the core themes would showcase this functionality. ;-)
-
Dries Buytaert authored
-
- Jan 29, 2005
-
-
Dries Buytaert authored
- I had to use DISTINCT for the tracker.module's SQL queries.
-
Dries Buytaert authored
-
- Jan 27, 2005
-
-
Dries Buytaert authored
- Patch #16253 by Goba: this simple and straightforward patch adds the ability to define different types of markers (while retaining the old default behaviour of the new and required markers to look the same). Someone with enough time on his hands might be able to partition the new marker to a real new marker and a changed marker (since node_is_new() returns TRUE even if nodes changed, and not only when they are new). This is the base on which the new patch can be worked though.
-
- Jan 19, 2005
-
-
Steven Wittens authored
- Fix tracker pager count query being wrong (it did not return a count but a set, and it counted nodes with more than 1 comment as multiple nodes). - Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings.
-
Steven Wittens authored
- Tiny code style fix
-
- Jan 17, 2005
-
-
Steven Wittens authored
-
- Jan 16, 2005
-
-
Dries Buytaert authored
- Patch #14731 by chx: made it possible to rewrite node queries.
-
- Dec 16, 2004
-
-
Dries Buytaert authored
- Patch #14262 by Richard: help text improvements for the tracker module.
-
- Nov 23, 2004
-
-
Dries Buytaert authored
-
- Nov 15, 2004
-
-
Dries Buytaert authored
- Patch #12783 by Stefan: various small consistency/usability improvements.
-
- Nov 04, 2004
-
-
Dries Buytaert authored
- Modifed patch by ccourtne: made the tracker module take advantage of the node_comment_statistics table. Improves performance of the tracker page by facter 10 because it eliminates up to 20 SQL queries.
-
- Oct 15, 2004
-
-
Dries Buytaert authored
- Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it translatable in languages such as Spanish.
-
- Oct 06, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Usability improvement: the 'recent posts' feature on the user pages lead to a page with a confusing (wrong) title so I shuffled things around a bit and tab-ified it as 'track'.
-
- Sep 16, 2004
-
-
Dries Buytaert authored
- Patch #8179 by JonBob: reintroduced menu caching.
-
- Aug 21, 2004
-
-
Dries Buytaert 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.
-
- Aug 19, 2004
-
-
Dries Buytaert authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
- Aug 06, 2004
-
-
Dries Buytaert authored
- Patch #9330: ucfirst() gives problem when used with multibyte charset. Replaced the use of ucfirst() with a CSS-based solution.
-
- Jul 31, 2004
-
-
Dries Buytaert authored
- Patch #9543 by JonBob: added node-level access control!
-
- Jul 25, 2004
-
-
Dries Buytaert authored
- Patch #9478 by JonBob: allow printf-style arguments in pager_query. Currently pager_query() is the black sheep of the database query family, because it does not allow for printf-style arguments to be inserted in the query. This is a problem because it introduces developer confusion when moving from an unpaged query to a paged one, and it encourages substitution of variables directly into the query, which can bypass our check_query() security feature. This patch adds this ability to pager_query(). The change is backwards-compatible, but a couple calls to the function in core have been changed to use the new capability.
-
- Jul 11, 2004
-
-
Dries Buytaert authored
- Patch by Matt: made it possible to alias an URL multiple times.
-
- Jul 08, 2004
-
-
Dries Buytaert authored
- Fixed colspan in tracker table. - Renamed '... your ...' to '... my ...' (cfr. 'my account).
-
Dries Buytaert authored
- Patch #9031 by Morbus: this last tracker patch was broken - for installations where the comment.module is turned on, $comments is never set to 0, and posts that have no comments instead get the value of the last successful comment_num_all. The attached patch corrects this ($comments is set to 0 before we do anything) and also merges the if statements.
-
- Jul 06, 2004
-
-
Dries Buytaert authored
- Patch #9031 by Ber: if the comment module is not available comment_num_all() should not be called.
-
- Jun 20, 2004
-
-
Dries Buytaert authored
-
- Jun 18, 2004
-
-
Dries Buytaert 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').
-
- 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.
-