Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / showhistory.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 showhistory.php to show more than one log item
2008-08-22 Robert SesekUpdate showhistory.php
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 SesekClean up $funct->*() to BSFunctions::*()
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-21 Robert Sesekr1608: Merging r1607 from trunk
2008-03-21 Robert Sesekr1607: Updating all the language strings to use T(...
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-03-18 Robert Sesekr1500: In showhistory.php:
2007-03-17 Robert Sesekr1479: Remove the need for $stylevar[alt_color] by...
2007-02-16 Robert Sesekr1416: Cleaned up and refactored the MessageReporter...
2007-02-11 Robert Sesekr1392: Lots of work going into making the custom fields...
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 Sesekr1364: Change the array_keys()/is_array() checking...
2006-12-11 Robert Sesekr1363: Fix the display of product and component changes...
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-16 Robert Sesekr1144: "version" doesn't need to be there twice
2006-08-20 Robert Sesekr1107: It helps if you get the name of the permissions...
2006-08-20 Robert Sesekr1105: Major update of permission checking
2006-08-20 Robert Sesekr1099: Adding productid to the can_perform() calls...
2006-08-20 Robert Sesekr1097: Setting up permssions for canviewownhidden
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 Sesekr1002: One small typo was causing severities to not...
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-24 Robert Sesekr941: Making lots of changes to cope with the renaming...
2006-07-16 Robert Sesekr887: Removing all the annoying calls to intval() in...
2006-05-12 Robert Sesekr827: Wrap the assignedto fetching in conditionals
2006-05-12 Robert Sesekr823: We weren't using the lookupfields array properly...
2006-05-11 Robert Sesekr822: A lot of this is now working... except for those...
2006-03-30 Robert Sesekr765: Say hello to the GPL
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-10-12 Robert Sesekr546: Additional permission checking
2005-10-12 Robert Sesekr545: Styled and cleaned up showhistory.php
2005-10-10 Robert Sesekr532: - Removing NULL 2nd parameter from can_perform()
2005-10-10 Robert Sesekr527: Base new permission checks
2005-10-04 Robert Sesekr489: Cleaning up the logging system to work a little...
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-09-21 Robert Sesekr391: Converting some "bad x" messages
2005-08-25 Robert Sesekr373: Register language phrases
2005-08-01 Robert Sesekr334: Styled bug history page
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-06-10 Robert Sesekr263: Got the hack for checkboxes to work again; had...
2005-06-10 Robert Sesekr262: We should use lang::p() instead of $bugsys->lang...
2005-06-10 Robert Sesekr261: Got language system to work with showhistory.php
2005-06-08 Robert Sesekr256: Logs now work with the new custom fields system...
2005-06-06 Robert Sesekr242: Biggest hack ever to get custom checkboxes to...
2005-06-06 Robert Sesekr240: Only show custom field history if we have permission.
2005-05-29 Robert Sesekr207: s/canviewhiddenbugs/canviewhidden/g
2005-05-29 Robert Sesekr206: Allow bugs to be hidden for security reasons...
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-18 Robert Sesekr157: Checking in sudo-working logging code
2005-05-15 Robert Sesekr154: Fixed the circumstances under which we show chang...
2005-05-15 Robert Sesekr153: Only show changes if there are changes to show...
2005-05-15 Robert Sesekr150: Updated logging system to have one entry per...
2005-05-15 Robert Sesekr145: - Added logging mechanism to files
2005-05-15 Robert Sesekr144: Added showhistory.php so we can see the history...