summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy.Dries Buytaert2003-09-16
|
* - Added page titles. Patch 0105 by Kendow.Dries Buytaert2003-09-16
|
* - Fixed typo. Patch by Nick.Dries Buytaert2003-09-16
|
* - Fixed bug #2874: typo in watchdog module help. Patch by Stefan.Dries Buytaert2003-09-16
|
* - Book module improvements. This commit changes the behavior of the "view"Dries Buytaert2003-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.
* - Page module simplification. Patch by Nick Berendsen.Dries Buytaert2003-09-14
| | | | | | | > page.module: > -output is in theme("node") instead of theme("box"). This is a must for the > outline to work. The only difference is that the links are rendered by the > theme_node function instead of in the page_view. The links _are_ the same.
* - Tidied up the usage of module_invoke() and module_invoke_all(). Patch byDries Buytaert2003-09-14
| | | | Jonathan Chaffer.
* - Bugfix: fixed string being check_query()-ed twice. Bug #2425. Patch byDries Buytaert2003-09-14
| | | | Matt.
* - Changed $theme->links() to theme("links", $links).Dries Buytaert2003-09-13
| | | | | | | | - Added page titles. Modified version of patch 0104 by Kendow; patch updated for HEAD branch. > Modified 4.2.0 code to pass localized title text to theme header so user > pages have meaningful <title> element content.
* - Remove node_invoke_all as it has a misleading name and is redundant withDries Buytaert2003-09-13
| | | | module_invoke_all. Patch by Jonathan Chaffer.
* - Some breadcrumb refinements by Nick.Dries Buytaert2003-09-13
|
* - Added basic breadcrumb navigation to the blog module.Dries Buytaert2003-09-13
|
* - Made the forum module's breadcrumb navigation fully themable. Patch by Nick.Dries Buytaert2003-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.
* - Committed Nick's path improvements; you can now control the look and feelDries Buytaert2003-09-11
| | | | of the breadcrumb navigation.
* - Patch by Bart Jansen:Dries Buytaert2003-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."
* - Noiseword fix. Patch by Matt. Reported by Bart.Dries Buytaert2003-09-10
|
* - Patch from Matt:Dries Buytaert2003-09-10
| | | | | | "The noise words description says that whitespace and line breaks will be stripped out, but the code never does any trimming. This simple patch strips the whitespace from the noise words. This probably takes care of bug #2804."
* - Added support for the optional <pubdate> element in our node RSS feeds. ThisDries Buytaert2003-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 performanceDries Buytaert2003-09-09
| | | | improvements. Requires a database update.
* - Fixed the tracker author sort. Patch by Moshe.Dries Buytaert2003-09-06
|
* - Fixed bug with being able to post comments while you shouldn't. Patch byDries Buytaert2003-09-03
| | | | Garym.
* - Fix for bug #2691: crash due to locale module. Patch by Bruno.Dries Buytaert2003-09-03
|
* - Fixing a broken query when tracking by host.Kjartan Mannes2003-08-31
|
* - Added an "edit account" link.Dries Buytaert2003-08-30
|
* - Fixed bug #2689. Patch by Bruno.Dries Buytaert2003-08-30
|
* - Fixed bug #2690. Patch by Bruno.Dries Buytaert2003-08-30
|
* - Corrected the form description of the URL aliasing; don't add a trailingDries Buytaert2003-08-30
| | | | slash. Reported by Stefan.
* - Tested and committed Kjartan's performance patches. (Fixed the access checkDries Buytaert2003-08-27
| | | | in update.php though.)
* - Removed a debug statement.Dries Buytaert2003-08-26
|
* - More mass-operation fixes.Dries Buytaert2003-08-26
|
* - Fixed a couple of bugs with the mass node operations.Dries Buytaert2003-08-26
|
* - Made the statistics module use the new help system. Patch by Michael.Dries Buytaert2003-08-25
| | | | - Increased the number of nodes shown on the admin top nodes page.
* - More help system updates by Michael F.Dries Buytaert2003-08-25
|
* Patches from Moshe:Dries Buytaert2003-08-25
| | | | | | | | - 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
* - Updated the profile module to use the new help system. Patch by Michael.Dries Buytaert2003-08-23
|
* - Updated the node module to take advantage of the new help system. Patch byDries Buytaert2003-08-23
| | | | Michael.
* - Fixed bug #2548: error reporting from modules didn't always work.Dries Buytaert2003-08-23
|
* - Fixed a number of small user experience inconsistencies pointed out byDries Buytaert2003-08-23
| | | | Keith.
* Implemented more suggestions by Keith:Dries Buytaert2003-08-22
| | | | | | | | | | | | | | - Made sure the 'Topic' title is only shown above the topics, not the icons. - Automatically shorten the username when it is too long. I implemented this as part of format_name() and could therefore nuke some code in the statistics module. This is change is somewhat experimental and I'm willing to revert or change this if a number of people aren't too happy with this behavior. - Left align the dates and authors: makes it easier/faster to scan. - Made the little tablesort arrows clickable.
* - Removed left-overs from the rating module. Patch by Gerhard. Updated theDries Buytaert2003-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.
* - Added some missing {} to make database prefixing work. Patch by Moshe.Dries Buytaert2003-08-22
|
* - Fixed bug with user sessions. Patch by Jeremy.Dries Buytaert2003-08-22
|
* - Updated modules to new help system. Patch by Michael.Dries Buytaert2003-08-21
|
* - Updated the locale module to the new help system. Patch from Michael.Dries Buytaert2003-08-21
|
* - Updated the story module to the new help system.Dries Buytaert2003-08-21
|
* - Updated the system module to the new help system. Needs a bit of work ↵Dries Buytaert2003-08-21
| | | | | | after the rest has been completed.
* - Updated the taxonomy module to use the new help system.Dries Buytaert2003-08-21
|
* - Forgot to remove a debug statement. Thanks Bart.Dries Buytaert2003-08-21
|
* - Correct caps in table headersDries Buytaert2003-08-21
|
* - Applied Moshe's tablesort patch! Note that I changed the arrow imagesDries Buytaert2003-08-21
| | | | because those of Moshe where not identical.