summaryrefslogtreecommitdiff
path: root/includes/tablesort.inc
Commit message (Collapse)AuthorAge
* - Patch #6774 by jhriggs: fixed tablesort sort order reversal errors.Dries Buytaert2004-03-30
|
* - Patch #5744 by JonBob: tablesort does not call theme("image") correctly.Dries Buytaert2004-02-10
|
* - Subset of patch 5613 by Goba: fixed some translation issues.Dries Buytaert2004-02-05
|
* - Modified patch from pz: made tablesort.inc's validate.Dries Buytaert2004-02-01
|
* - Fixed bug #5384: tablesort outputs invalid HTML (improved patch).Dries Buytaert2004-01-29
|
* - Code improvements: changed some " to '.Dries Buytaert2004-01-25
|
* - Fixing typo that Dries didn't notice I told him about.Kjartan Mannes2003-10-27
|
* - Bugfix: fixed SQL errors with tablesort when 'order' is invalid.Dries Buytaert2003-10-27
| | | | Patch by Kjartan. Fixes bug #2613.
* - Fixed prefix problem with the book module. Patch by Moshe.Dries Buytaert2003-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.
* - Fixed problem introduced by partial integration of the administration pages.Dries Buytaert2003-09-20
|
* - Fixed critical bug #2952: tablesort_init() used a static variable made itDries Buytaert2003-09-20
| | | | impossible to use more than one sortable table on a page.
* - Don't use the global theme object; use theme() instead.Dries Buytaert2003-09-14
|
* - Tested and committed Kjartan's performance patches. (Fixed the access checkDries Buytaert2003-08-27
| | | | in update.php though.)
* - Adding $Id$ and removing som extra spacingKjartan Mannes2003-08-25
|
* 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.
* - Applied Moshe's tablesort patch! Note that I changed the arrow imagesDries Buytaert2003-08-21
because those of Moshe where not identical.