- 11 Sep, 2003 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Committed Nick's path improvements; you can now control the look and feel of the breadcrumb navigation.
-
- 10 Sep, 2003 4 commits
-
-
Dries Buytaert 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."
-
Dries Buytaert authored
- Added a "alt" attribute to the logo for sake of accessibility.
-
Dries Buytaert authored
- Noiseword fix. Patch by Matt. Reported by Bart.
-
Dries Buytaert authored
"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."
-
- 09 Sep, 2003 2 commits
-
-
Dries Buytaert 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 Buytaert authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- 07 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Commited Moshe's Xtemplate patch (slighty modified).
-
- 06 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed the tracker author sort. Patch by Moshe.
-
- 05 Sep, 2003 1 commit
-
-
Kjartan Mannes authored
-
- 03 Sep, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed bug with being able to post comments while you shouldn't. Patch by Garym.
-
Dries Buytaert authored
-
- 31 Aug, 2003 1 commit
-
-
Kjartan Mannes authored
-
- 30 Aug, 2003 4 commits
-
-
Dries Buytaert authored
- Added an "edit account" link.
-
Dries Buytaert authored
- Fixed bug #2689. Patch by Bruno.
-
Dries Buytaert authored
- Fixed bug #2690. Patch by Bruno.
-
Dries Buytaert authored
- Corrected the form description of the URL aliasing; don't add a trailing slash. Reported by Stefan.
-
- 28 Aug, 2003 2 commits
-
-
Dries Buytaert authored
- Small bugfix for the database.mysql sql structure with the new indexes introduced in yesterday's forum query patch. Patch by Matt.
-
Dries Buytaert authored
- Xtemplate improvements from Ax: "i find it annoying to have two empty blocks (a blue - message - and a grey - footer - one) if my site doesn't have neither of them set."
-
- 27 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Tested and committed Kjartan's performance patches. (Fixed the access check in update.php though.)
-
- 26 Aug, 2003 4 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- More mass-operation fixes.
-
Dries Buytaert authored
- Fixed a couple of bugs with the mass node operations.
-
Dries Buytaert authored
- Committed Moshe's selective table rewriting patch. Makes it possible to share some database tables but not others.
-
- 25 Aug, 2003 4 commits
-
-
Dries Buytaert authored
- Made the statistics module use the new help system. Patch by Michael. - Increased the number of nodes shown on the admin top nodes page.
-
Dries Buytaert authored
- More help system updates by Michael F.
-
Dries Buytaert authored
- 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
-
Kjartan Mannes authored
-
- 23 Aug, 2003 4 commits
-
-
Dries Buytaert authored
- Updated the profile module to use the new help system. Patch by Michael.
-
Dries Buytaert authored
Michael.
-
Dries Buytaert authored
- Fixed bug #2548: error reporting from modules didn't always work.
-
Dries Buytaert authored
- Fixed a number of small user experience inconsistencies pointed out by Keith.
-
- 22 Aug, 2003 6 commits
-
-
Dries Buytaert authored
- Set session.gc_maxlifetime to something more sensible than the default 1440 seconds.
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Swapped the arrow images: takes care of bug #2591 reported by Al.
-
Dries Buytaert authored
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.
-
Dries Buytaert authored
- Added some missing {} to make database prefixing work. Patch by Moshe.
-
Dries Buytaert authored
- Fixed bug with user sessions. Patch by Jeremy.
-
- 21 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Updated modules to new help system. Patch by Michael.
-