- 09 Nov, 2003 1 commit
-
-
Dries authored
- Removed the "return" link from the node submission confirmation page.
-
- 07 Nov, 2003 2 commits
- 06 Nov, 2003 1 commit
-
- 31 Oct, 2003 1 commit
-
-
Dries authored
- Improvement: made it possible to disable the comment controls and reworded some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
-
- 29 Oct, 2003 1 commit
-
- 23 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: corrected broken HTML in the documentation.
-
- 22 Oct, 2003 2 commits
-
-
Dries authored
- Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian. - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.
-
- 21 Oct, 2003 1 commit
-
- 15 Oct, 2003 1 commit
-
-
Dries authored
- Some documentation fixes by Mark Coady.
-
- 13 Oct, 2003 1 commit
-
-
Dries authored
- 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.
-
- 09 Oct, 2003 1 commit
-
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 08 Oct, 2003 1 commit
-
-
Dries authored
- Removed duplicate information. Fixes bug 3511.
-
- 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!
-
- 01 Oct, 2003 1 commit
-
-
Kjartan authored
-
- 30 Sep, 2003 1 commit
-
-
Dries authored
- Url aliasing improvements. Patch by Matt. See mailing list for more information.
-
- 28 Sep, 2003 3 commits
-
-
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.
-
Dries authored
- Made sure all menu items can be translated. Path by Goba.
-
Dries authored
- Committed Goba's translation fixes.
-
- 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.
-
- 24 Sep, 2003 1 commit
-
-
Dries authored
- Added a pubDate for each item. Patch by Neil.
-
- 23 Sep, 2003 2 commits
- 20 Sep, 2003 1 commit
-
-
Dries authored
- Committed Nick's _content improvements.
-
- 19 Sep, 2003 1 commit
-
-
Dries authored
- Committed a partial administration page integration patch.
-
- 16 Sep, 2003 2 commits
-
-
Dries authored
- Jonathan's "HTML filter" improvements. > If turning on both filters is bad, we shouldn't allow the user to > select both, should we? The attached patch folds the Escape HTML option > into the same dropdown as the Filter HTML option, preventing both from > being activated.
-
Dries authored
- Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy.
-
- 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.
-
- 14 Sep, 2003 1 commit
-
-
Dries authored
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by Jonathan Chaffer.
-
- 13 Sep, 2003 1 commit
-
-
Dries authored
- Remove node_invoke_all as it has a misleading name and is redundant with module_invoke_all. Patch by Jonathan Chaffer.
-
- 12 Sep, 2003 1 commit
-
-
Dries authored
- Made the forum module's breadcrumb navigation fully themable. Patch by Nick. - Changed 'pubdate' to 'pubDate'. Patch by Kristjan. - Fixed in Xtemplate theme; don't use return value of node_url() raw and uncut. Patch by me.
-
- 10 Sep, 2003 1 commit
-
-
Dries authored
- Patch by Bart Jansen: <quote> This adds session support for anonymous users and fixes a bug/typo. 1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make inner join work. 2. replaced "if ($user .." by "if ($user->uid .." because now $user is always set (my previous change probably caused this). 3. db_next_id("user_uid") -> db_next_id("users_uid"); </quote> I repeat: "This adds session support for anonymous users and fixes a bug/typo."
-
- 09 Sep, 2003 2 commits
-
-
Dries authored
- Added support for the optional <pubdate> element in our node RSS feeds. This could help reduce the number of HTTP requests and fixes some annoyances with RSS clients.
-
Dries authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- 30 Aug, 2003 1 commit
-
-
Dries authored
- Corrected the form description of the URL aliasing; don't add a trailing slash. Reported by Stefan.
-
- 26 Aug, 2003 2 commits