r1389: Forgot to add the template diff
[bugdar.git] / search.php
2006-12-26 Robert Sesekr1371: Attempt to fix bug://report/62 where there's...
2006-11-16 Robert Sesekr1289: Spelling boo boo. "NoTe" not "NoDe".
2006-10-21 Robert Sesekr1269: We were a little overzealous in our security...
2006-10-12 Robert Sesekr1249: Fixed potential SQL injections via a POST attack...
2006-09-17 Robert Sesekr1159: Add checks for versions, too!
2006-09-17 Robert Sesekr1157: Throw an error if there aren't any products...
2006-09-16 Robert Sesekr1146: Swich from one todo mark to another
2006-09-16 Robert Sesekr1145: Fixed another can_perform() call
2006-08-20 Robert Sesekr1101: Searching now works again
2006-08-20 Robert Sesekr1100: We need fetch_on_bits() for canviewownhidden...
2006-08-20 Robert Sesekr1091: - Implementing canviewownhidden
2006-08-18 Robert Sesekr1070: Changing "colour" to "color" internally
2006-08-18 Robert Sesekr1068: Removing all inwards signs of "favourite" in...
2006-08-18 Robert Sesekr1067: Making it truly en_US by removing all outward...
2006-08-17 Robert Sesekr1048: Converting all $lang->string() stuff to use...
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-26 Robert Sesekr959: Caching the pagenav templates in search.php
2006-07-26 Robert Sesekr958: Adding pagination to search results
2006-07-26 Robert Sesekr956: Cleaning up the search queries because there...
2006-07-26 Robert Sesekr955: Make the favourite checkbox a <select> so that...
2006-07-26 Robert Sesekr953: Fixing parse error
2006-07-24 Robert Sesekr941: Making lots of changes to cope with the renaming...
2006-07-16 Robert Sesekr888: Changing all count() calls to be sizeof()
2006-07-16 Robert Sesekr887: Removing all the annoying calls to intval() in...
2006-06-24 Robert Sesekr871: Allow multiple selection of <select> fields in...
2006-03-30 Robert Sesekr765: Say hello to the GPL
2006-03-17 Robert Sesekr759: We should actually not pass a non-existant array...
2006-01-15 Robert Sesekr725: Check for MySQL minimum word length
2006-01-15 Robert Sesekr714: OKAY, this is the last of the TABLE_PREFIX bugs
2006-01-08 Robert Sesekr693: Don't need $show['customfields']
2006-01-08 Robert Sesekr692: Change the custom field ordering positions; like...
2005-12-23 Robert Sesekr685: inline todo++
2005-12-23 Robert Sesekr681: Add priority/severity to the listing pages
2005-12-23 Robert Sesekr672: Make sure we construct editable-only custom fields
2005-12-22 Robert Sesekr668: Don't need to define MODE
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-12-22 Robert Sesekr661: Remove else branch on PCV selection
2005-12-22 Robert Sesekr660: Fixed PCV searching
2005-12-20 Robert Sesekr638: Custom field searching now works right
2005-11-16 Robert Sesekr567: Make search modes simpler
2005-10-10 Robert Sesekr542: Pseudo-hackish way to make sure we don't keep...
2005-10-10 Robert Sesekr541: Hidden bug permissions in search.php
2005-10-10 Robert Sesekr539: Added permission checking to construct_pcv_select()
2005-10-09 Robert Sesekr521: Removing pcv_select_row.tpl
2005-10-09 Robert Sesekr518: Splitting out the pcv functions to be in their...
2005-10-09 Robert Sesekr511: Added ability to disable status colouring on...
2005-10-04 Robert Sesekr486: Switching search.tpl to use <div>s
2005-09-24 Robert Sesekr449: Need to cache customfield_bit.tpl
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-08-25 Robert Sesekr380: Converting some hard-coded text to the language...
2005-08-25 Robert Sesekr373: Register language phrases
2005-08-21 Robert Sesekr355: Fixed reporter search
2005-08-01 Robert Sesekr339: - cache templates
2005-08-01 Robert Sesekr337: Changed the way orderby is handled in cached...
2005-08-01 Robert Sesekr336: Smart query caching is done
2005-08-01 Robert Sesekr333: - Finished styling search templates
2005-07-11 Robert Sesekr320: Cache pcv_select_row.tpl
2005-07-10 Robert Sesekr304: Added tab navigation system.
2005-07-10 Robert Sesekr303: Added SVN constant to user files; now ISSO debug...
2005-07-10 Robert Sesekr297: Switching to new date formatting system; fixes...
2005-07-02 Robert Sesekr279: - Added favourites system
2005-06-26 Robert Sesekr269: Fixed up the built-in field select creation;...
2005-06-08 Robert Sesekr254: Searching of custom fields now works again
2005-06-08 Robert Sesekr247: Removed some debugging code
2005-06-08 Robert Sesekr246: - Searching of custom fields is done
2005-06-07 Robert Sesekr245: - construct_datastore_select() [includes/function...
2005-05-30 Robert Sesekr216: - Don't search hidden bugs and comments if we...
2005-05-21 Robert Sesekr173: Renaming the error reporting stuff so it can...
2005-05-21 Robert Sesekr172: Removing from our echo; exit; error reporting...
2005-05-05 Robert Sesekr90: Finished the bug status colouring
2005-05-05 Robert Sesekr80: Fixed:
2005-05-04 Robert Sesekr74: Updated input sanitization for:
2005-05-04 Robert Sesekr69: Removing our nasty iff() function in place of...
2005-05-04 Robert Sesekr67: - Upping template system to use ISSO
2005-05-04 Robert Sesekr66: Moving all DB stuff to be handled by ISSO. Working...
2005-05-04 Robert Sesekr64: Putting up new file header pre-isso
2005-04-13 Robert Sesekr63: Updated initial copyright year from 2003 to 2002
2005-02-18 Robert Sesekr57: Simplified query build. Searching now works. Added...
2005-02-08 Robert Sesekr50: WHERE claus built. *BLIND COMMIT*
2005-02-08 Robert Sesekr49: Added search screen, need to do results. Checkin...