Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / userctrl.php
2009-01-08 Robert SesekHappy 2009! Updating copyright years.
2008-09-17 Robert SesekSquash-merging the ISSO3 branch back onto master
2008-09-17 Robert Sesek- Update the copyright notices to use the correct year...
2008-09-06 Robert SesekFix an "invalid argument for foreach"
2008-08-23 Robert SesekRemove includes/class_api_error.php and all of the...
2008-08-23 Robert SesekReplace *API($bugsys) with API()
2008-08-19 Robert SesekUpdating userctrl.php
2008-08-18 Robert SesekChange $bugsys->in[] to $input->in[]
2008-06-26 Robert SesekChange $db->query_first to $db->queryFirst
2008-06-26 Robert SesekChange $bugsys->input_clean to $input->inputClean
2008-06-26 Robert SesekChange while($o = $db->fetch_array($r)) to foreach...
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 Sesekr1597: Adding custom columns to the bug listing display...
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-03-12 Robert Sesekr1458: Fixed a bug so that now the default column optio...
2007-02-16 Robert Sesekr1416: Cleaned up and refactored the MessageReporter...
2007-02-12 Robert Sesekr1396: We don't need to run build_assignedto() anymore...
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-11 Robert Sesekr1359: Added the saved searches manager to the options...
2006-12-09 Robert Sesekr1339: Changing the javscript version of the column...
2006-12-09 Robert Sesekr1338: Incomplete JavaScript implementation of column...
2006-11-08 Robert Sesekr1276: Change the name of the email and password fields...
2006-09-16 Robert Sesekr1147: Whitespace OCD
2006-09-09 Robert Sesekr1138: Changed array casting to be is_array()
2006-08-20 Robert Sesekr1094: Cast to remove foreach() warnings
2006-08-18 Robert Sesekr1070: Changing "colour" to "color" internally
2006-08-17 Robert Sesekr1048: Converting all $lang->string() stuff to use...
2006-08-01 Robert Sesekr1006: Cast to array to remove warnings
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-25 Robert Sesekr948: Adding user-side options for sort order
2006-07-22 Robert Sesekr935: - Adding user.hidestatuses
2006-07-22 Robert Sesekr922: - Adding support for DST
2006-05-28 Robert Sesekr854: Remove the bit about if $notif == $mask
2006-05-28 Robert Sesekr851: Removing useless BOOL flags
2006-05-28 Robert Sesekr850: Adding email options interface and backbone,...
2006-05-20 Robert Sesekr843: Use add_error() instead of accessing properties...
2006-05-20 Robert Sesekr839: Implement an API error handler
2006-05-20 Robert Sesekr836: Implementing user API in userctrl.php
2006-03-30 Robert Sesekr765: Say hello to the GPL
2006-01-18 Robert Sesekr748: Need commas to not get a SQL error
2006-01-15 Robert Sesekr719: Refactoring again.. this time to items
2006-01-15 Robert Sesekr718: Refactoring $message->phrase to $message->list
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-12-03 Robert Sesekr609: Update build_assignedto() if we need to (user...
2005-10-09 Robert Sesekr511: Added ability to disable status colouring on...
2005-10-09 Robert Sesekr510: - extracted fieldset and legend definitions to...