- 09 Oct, 2003 1 commit
-
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 07 Oct, 2003 1 commit
-
-
Dries authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-
- 03 Oct, 2003 1 commit
-
-
Dries authored
- Help improvements and translation improvements from Michael. Thanks!
-
- 30 Sep, 2003 1 commit
-
-
Dries authored
- Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent posts'. See mailing list discussion.
-
- 28 Sep, 2003 1 commit
-
-
Dries 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.
-
- 27 Sep, 2003 1 commit
-
-
Dries 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.
-
- 26 Sep, 2003 1 commit
-
-
Dries authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- 20 Sep, 2003 2 commits
-
-
Dries authored
- Committed Nick's _content improvements.
- 15 Sep, 2003 1 commit
-
-
Dries authored
- Book module improvements. This commit changes the behavior of the "view" hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick.
-
- 13 Sep, 2003 2 commits
- 16 Aug, 2003 1 commit
-
-
Dries authored
- Rewrote handling of forum icons and added default icons made by Steven Wittens. - Renamed some column titles in the forum module as per Moshe's suggestion. - Introduced a 'more-link' class to position the 'more' links. Removed hard-coded markup from the modules. - Fixed bug in import module: the theme functions called a non-existing function.
-
- 13 Aug, 2003 1 commit
-
-
Dries authored
-
- 05 Aug, 2003 1 commit
-
-
Dries authored
- Help system improvements from Michael.
-
- 12 Jul, 2003 1 commit
-
-
Dries authored
- Performance improvement: changed a fair amount of "left joins" to "inner joins". Patch by Gerhard.
-
- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 01 Jul, 2003 1 commit
-
- 19 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below. Patch #33 by Al. - Bugfix: fixed translation problems in the user module and the block module. Patch by Stefan. - Improvement: made it impossible to delete user role #1 and #2. Patch #38 by Al. - Improvement: fixed the "Allowed HTML tag" issues. Makes for better code and improved usability. Patch #35 by Al. NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
-
- 15 Jun, 2003 2 commits
- 13 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.) - Bugfix: block patch fix. Patch by Gerhard. - Bugfix: fixed broken URL in ping. Patch by Gerhard. (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.) - Improvement: added better password generator. Patch #1 by Al. Fixes bug #1935. - Improvement: performance improvement to the blog module. Patch by Marco.
-
- 05 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. - Bugfix: made the "moderate" field behave. Patch 0030.queue.module.help.and.settings.form.patch by Al. - Documentation: revised a large part of the help texts / documentation! Al's 0024.* patches. - Documentation: added a glossary to the help module. Patch 0025.help.module.glossary.patch by Al and Michael. - Usability: first step towards unifying the terminology used in the cloud module. Patch by 0028.site.cloud.rationalize.name.patch Al. - Usability + CSS improvements: revamped the node form and removed all tables. Patch 0027.node.form.rewrite.patch by Al. - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al. - Updated the MAINTAINERS file.
-
- 02 Jun, 2003 1 commit
-
-
Dries authored
- Fixed the blog it link to work with register globals off. Patch by Al.
-
- 29 May, 2003 1 commit
-
-
Dries authored
- Michael Frankowski's excellent help text improvements!
-
- 24 May, 2003 2 commits
- 07 May, 2003 1 commit
-
-
Dries authored
- Applied Michael Caerwyn's "%s -> %d" patch. - Changed all occurences of '%d' to %d as suggested on the mailing list.
-
- 21 Apr, 2003 1 commit
-
-
Dries authored
- Fixed some PHP "notices".
-
- 29 Mar, 2003 1 commit
-
-
Dries authored
- Fixed some SQL query directives.
-
- 25 Mar, 2003 1 commit
-
-
Dries authored
-
- 17 Mar, 2003 1 commit
-
-
Dries authored
- Fixed broken URL in the blog module's feed. Reported by Gunnar.
-
- 16 Mar, 2003 1 commit
-
-
Dries authored
- All LIMIT queries must go through the pager or through db_query_range(). The syntax for db_query_range() was enhanced so it matches db_query(). So you may pass extra arguments of the SQL statement which are checked via check_query() and then substituted into the SQL statement. After these optional arguments, you always pass $from and $count parameters which define your range. Most often, the $from is 0 and the count is the max number of records you want returned. Patch by Moshe. - The pager_query() function for PEAR was enhanced so that it adds proper GROUP BY statement counting the number of records to be paged. Patch by James Arthur. - MSSQL database scheme by Moshe.
-
- 13 Mar, 2003 1 commit
-
-
Kjartan authored
clean urls enabled). - Changed the logic in blog module to handle "blog it" links.
-
- 07 Mar, 2003 2 commits
-
-
Kjartan authored
- Added node_admin_settings() to let users set node defaults. * Added _nodeapi("conf") - Modified form_checkbox() to unset options. (Modified the patch from Ax.) - Removed the _save() hook. - Fixed a logical flaw in field_get() and field_set() which would break moderation. - Moved some admin menus around and cleaned up some typos.
-
Dries authored
- Removed the path_uri() function in favor of the $base_url variable and fixes a handful of bugs introduced by the clean URL patch.
-
- 17 Feb, 2003 1 commit
-
-
Dries authored
- Theme options patch. See mailing list.
-
- 15 Feb, 2003 1 commit
-
-
Dries authored
- Everything is using theme("function") now instead of $theme->function().
-
- 12 Feb, 2003 1 commit
-
-
Kjartan authored
- Changed the RewriteRule in .htaccess. - Fixed form_select() matching incorrectly. - Added missing $Id$ to menu.inc
-
- 11 Feb, 2003 1 commit
-