Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is | Dries Buytaert | 2003-10-22 |
| | | | | | | | | 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. | ||
* | - Bugfix: prefix not prepended to sequences. Fixes bug #3639. | Dries Buytaert | 2003-10-22 |
| | | | | | | | | | | Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field); | ||
* | - Bugfix/improvement: the revision table was not using table(). Fixes bug | Dries Buytaert | 2003-10-21 |
| | | | | #3635. | ||
* | - Some documentation fixes by Mark Coady. | Dries Buytaert | 2003-10-15 |
| | |||
* | - 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. | ||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Removed duplicate information. Fixes bug 3511. | Dries Buytaert | 2003-10-08 |
| | |||
* | - 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. | ||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 |
| | |||
* | - Fixed bug #3398: Error in SQL query in node.module (syndicate block) | Kjartan Mannes | 2003-10-01 |
| | |||
* | - Url aliasing improvements. Patch by Matt. See mailing list for more | Dries Buytaert | 2003-09-30 |
| | | | | information. | ||
* | - 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. | ||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Committed Goba's translation fixes. | Dries Buytaert | 2003-09-28 |
| | |||
* | - 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 |
| | |||
* | - Added a pubDate for each item. Patch by Neil. | Dries Buytaert | 2003-09-24 |
| | |||
* | - Rollback of some node API changes. Patch by Jonathan. | Dries Buytaert | 2003-09-23 |
| | |||
* | - Rollback of some node API changes. Patch by Jonathan. | Dries Buytaert | 2003-09-23 |
| | |||
* | - Committed Nick's _content improvements. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Committed a partial administration page integration patch. | Dries Buytaert | 2003-09-19 |
| | |||
* | - Jonathan's "HTML filter" improvements. | Dries Buytaert | 2003-09-16 |
| | | | | | | | > 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. | ||
* | - Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy. | 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. | ||
* | - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by | Dries Buytaert | 2003-09-14 |
| | | | | Jonathan Chaffer. | ||
* | - Remove node_invoke_all as it has a misleading name and is redundant with | Dries Buytaert | 2003-09-13 |
| | | | | module_invoke_all. Patch by Jonathan Chaffer. | ||
* | - Made the forum module's breadcrumb navigation fully themable. Patch by Nick. | Dries Buytaert | 2003-09-12 |
| | | | | | | | - 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. | ||
* | - Patch by Bart Jansen: | Dries Buytaert | 2003-09-10 |
| | | | | | | | | | | | | | | | | | | | <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." | ||
* | - Added support for the optional <pubdate> element in our node RSS feeds. This | Dries Buytaert | 2003-09-09 |
| | | | | | could help reduce the number of HTTP requests and fixes some annoyances with RSS clients. | ||
* | - Gerhard's uid 0 patches. These patches bring various performance | Dries Buytaert | 2003-09-09 |
| | | | | improvements. Requires a database update. | ||
* | - Corrected the form description of the URL aliasing; don't add a trailing | Dries Buytaert | 2003-08-30 |
| | | | | slash. Reported by Stefan. | ||
* | - Removed a debug statement. | Dries Buytaert | 2003-08-26 |
| | |||
* | - More mass-operation fixes. | Dries Buytaert | 2003-08-26 |
| | |||
* | - Fixed a couple of bugs with the mass node operations. | Dries Buytaert | 2003-08-26 |
| | |||
* | - Updated the node module to take advantage of the new help system. Patch by | Dries Buytaert | 2003-08-23 |
| | | | | Michael. | ||
* | - 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. | ||
* | - Forgot to remove a debug statement. Thanks Bart. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Applied Moshe's tablesort patch! Note that I changed the arrow images | Dries Buytaert | 2003-08-21 |
| | | | | because those of Moshe where not identical. | ||
* | - Applied modified version of almaw's 0064 patch: form item attributes. | Kjartan Mannes | 2003-08-12 |
| | | | | | | | | | - Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block. | ||
* | - Added missing translation functions. Patch #78 by Stefan. Merged by hand | Dries Buytaert | 2003-08-12 |
| | | | | | | as the patch no longer applied. - Fixed broken "view post" URL on administration page. Reported by Bart. | ||
* | - Added more filters and support for "mass-operations" to the node overview page | Dries Buytaert | 2003-08-02 |
| | | | | in the admin section. Comments? | ||
* | - If $node->path has been initialized (via a form for example), node_url ↵ | Dries Buytaert | 2003-07-31 |
| | | | | will return it. This is not good because path could still be null (empty). Patch by Matt Westgate. | ||
* | - Fixed broken links in the versioning system. Patch by Bart Jansens. | Dries Buytaert | 2003-07-31 |
| | |||
* | - Applied Moshe's 007 patch: "read more" and author optimizations. | Dries Buytaert | 2003-07-26 |
| | |||
* | - Fixed node_save() and user_save() bug introduced by table prefix changes. | Dries Buytaert | 2003-07-21 |
| | | | | | | Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus. | ||
* | - Commited the URL aliasing patch. Thanks Matt. | Dries Buytaert | 2003-07-16 |
| | | | | This update requires you to run update.php! | ||
* | - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested | Dries Buytaert | 2003-07-16 |
| | | | | by me. | ||
* | - Performance improvement: changed a fair amount of "left joins" to "inner | Dries Buytaert | 2003-07-12 |
| | | | | joins". Patch by Gerhard. | ||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Improvement: made it possible to translate the forum module. Patch #53 by ↵ | Dries Buytaert | 2003-07-02 |
| | | | | | | | | Stefan. - Improvement: some small changes to the user module to ease translation and to make things slightly more consistent. This should be a better alternative for patch #54. - Improvement: increase the maxlength of the node title. This should fix bug #2018 and #2176. |