Update class_sort.php
[bugdar.git] / includes / class_sort.php
2008-09-16 Robert SesekUpdate class_sort.php
2008-06-26 Robert SesekGet trackerhome_bits working
2008-06-25 Robert Sesekindex.php and its associates
2008-06-25 Robert Sesekclass_sort.php
2008-06-25 Robert SesekChange the $this->registry big three arrays to also...
2008-06-25 Robert SesekChange the big three $bugsys arrays to be a bugdar...
2008-03-24 Robert Sesekr1613: Merging r1611 and r1612 from the 1.2.x branch...
2008-03-21 Robert Sesekr1609: Merging the changelog from r1608 from the 1...
2008-03-21 Robert Sesekr1608: Merging r1607 from trunk
2008-03-21 Robert Sesekr1607: Updating all the language strings to use T(...
2007-08-04 Robert Sesekr1598: Forgot to add a TABLE_PREFIX to the query to...
2007-08-04 Robert Sesekr1597: Adding custom columns to the bug listing display...
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-05-15 Robert Sesekr1543: Adding the "assigned to" column to the display...
2007-03-17 Robert Sesekr1478: In ListSorter::constructRow(), globalize $bugsys...
2007-03-11 Robert Sesekr1449: One last change for class_sort.php that now...
2007-02-03 Robert Sesekr1387: Merging the upgrade script from the 1.1.x branch...
2006-12-29 Robert Sesekr1376: Merging changes from r1375 back to trunk from...
2006-12-10 Robert Sesekr1350: Only show the sort direction image if we are...
2006-12-10 Robert Sesekr1348: Let's generate valid XHTML in ListSorter->_proce...
2006-12-10 Robert Sesekr1347: Votes can now be displayed on the bug grid....
2006-12-10 Robert Sesekr1346: - Can now sort by version
2006-12-10 Robert Sesekr1343: - Get bug id to sort right
2006-12-10 Robert Sesekr1342: Process special case columns so we can now look...
2006-12-10 Robert Sesekr1341: The basic workings of column ordering appear...
2006-08-20 Robert Sesekr1100: We need fetch_on_bits() for canviewownhidden...
2006-08-20 Robert Sesekr1091: - Implementing canviewownhidden
2006-08-17 Robert Sesekr1048: Converting all $lang->string() stuff to use...
2006-08-01 Robert Sesekr1000: Changing the way we look for hidden statuses...
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-26 Robert Sesekr957: Fix a SQL query we get when sorting by the lastpost
2006-07-25 Robert Sesekr949: Need to specify the direction on both ORDER BYs
2006-07-25 Robert Sesekr946: In process_incoming() use admin and user options...
2006-07-25 Robert Sesekr945: To make the default sort order information be...
2006-07-24 Robert Sesekr942: - Adding ListSorter::fetch_as_text()
2006-07-24 Robert Sesekr939: Making the sort order cross pages
2006-07-24 Robert Sesekr938: - Basics of the sorting system are now working