Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch from Matt: | Dries Buytaert | 2003-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. 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. | ||
* | - Commited Moshe's Xtemplate patch (slighty modified). | Dries Buytaert | 2003-09-07 |
| | |||
* | - Fixed the tracker author sort. Patch by Moshe. | Dries Buytaert | 2003-09-06 |
| | |||
* | - fixing a invaild if that has slipped in. | Kjartan Mannes | 2003-09-05 |
| | |||
* | - Fixed bug with being able to post comments while you shouldn't. Patch by | Dries Buytaert | 2003-09-03 |
| | | | | Garym. | ||
* | - Fix for bug #2691: crash due to locale module. Patch by Bruno. | Dries Buytaert | 2003-09-03 |
| | |||
* | - Fixing a broken query when tracking by host. | Kjartan Mannes | 2003-08-31 |
| | |||
* | - Added an "edit account" link. | Dries Buytaert | 2003-08-30 |
| | |||
* | - Fixed bug #2689. Patch by Bruno. | Dries Buytaert | 2003-08-30 |
| | |||
* | - Fixed bug #2690. Patch by Bruno. | Dries Buytaert | 2003-08-30 |
| | |||
* | - Corrected the form description of the URL aliasing; don't add a trailing | Dries Buytaert | 2003-08-30 |
| | | | | slash. Reported by Stefan. | ||
* | - Small bugfix for the database.mysql sql structure with the new indexes | Dries Buytaert | 2003-08-28 |
| | | | | introduced in yesterday's forum query patch. Patch by Matt. | ||
* | - Xtemplate improvements from Ax: "i find it annoying to have two empty blocks | Dries Buytaert | 2003-08-28 |
| | | | | | (a blue - message - and a grey - footer - one) if my site doesn't have neither of them set." | ||
* | - Tested and committed Kjartan's performance patches. (Fixed the access check | Dries Buytaert | 2003-08-27 |
| | | | | in update.php though.) | ||
* | - 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 |
| | |||
* | - Committed Moshe's selective table rewriting patch. Makes it possible to | Dries Buytaert | 2003-08-26 |
| | | | | share some database tables but not others. | ||
* | - Made the statistics module use the new help system. Patch by Michael. | Dries Buytaert | 2003-08-25 |
| | | | | - Increased the number of nodes shown on the admin top nodes page. | ||
* | - More help system updates by Michael F. | Dries Buytaert | 2003-08-25 |
| | |||
* | Patches from Moshe: | Dries Buytaert | 2003-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 | ||
* | - Adding $Id$ and removing som extra spacing | Kjartan Mannes | 2003-08-25 |
| | |||
* | - Updated the profile module to use the new help system. Patch by Michael. | Dries Buytaert | 2003-08-23 |
| | |||
* | - Updated the node module to take advantage of the new help system. Patch by | Dries Buytaert | 2003-08-23 |
| | | | | Michael. | ||
* | - Fixed bug #2548: error reporting from modules didn't always work. | Dries Buytaert | 2003-08-23 |
| | |||
* | - Fixed a number of small user experience inconsistencies pointed out by | Dries Buytaert | 2003-08-23 |
| | | | | Keith. | ||
* | - Set session.gc_maxlifetime to something more sensible than the default | Dries Buytaert | 2003-08-22 |
| | | | | 1440 seconds. | ||
* | Implemented more suggestions by Keith: | Dries Buytaert | 2003-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. | ||
* | - Swapped the arrow images: takes care of bug #2591 reported by Al. | Dries Buytaert | 2003-08-22 |
| | |||
* | - 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. | ||
* | - Added some missing {} to make database prefixing work. Patch by Moshe. | Dries Buytaert | 2003-08-22 |
| | |||
* | - Fixed bug with user sessions. Patch by Jeremy. | Dries Buytaert | 2003-08-22 |
| | |||
* | - Updated modules to new help system. Patch by Michael. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Fixed typo in database.pgsql. Patch by Michael. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Updated the locale module to the new help system. Patch from Michael. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Updated the story module to the new help system. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Updated the system module to the new help system. Needs a bit of work ↵ | Dries Buytaert | 2003-08-21 |
| | | | | | | after the rest has been completed. | ||
* | - Updated the taxonomy module to use the new help system. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Forgot to remove a debug statement. Thanks Bart. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Correct caps in table headers | 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. | ||
* | - Fixed braino in PostgreSQL database scheme. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Fixed braino in MySQL database scheme. Patch by Gerhard. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Updated the throttle module to the new documentation scheme. | Dries Buytaert | 2003-08-20 |
| | |||
* | - Fixed documentation bug in import module. | Dries Buytaert | 2003-08-20 |
| | |||
* | - Updated the tracker module to the new help system scheme. | Dries Buytaert | 2003-08-20 |
| | |||
* | - Updated the import module to the new documentation scheme. Patch by | Dries Buytaert | 2003-08-20 |
| | | | | Michael. | ||
* | - Committed Jeremy's session patch: this brings us one step closer to having | Dries Buytaert | 2003-08-20 |
| | | | | session for anonymous users. |