Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / editreport.php
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-16 Robert SesekUpdates for everything done to class_logging.php
2008-09-06 Robert SesekUpdating api_bug.php, fix a "call to undefined" error...
2008-09-01 Robert SesekPHP5-ing and refactoring class_notification.php
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-22 Robert SesekChanging BSApi->objdata[] to BSApi->record[]
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-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 Sesekr1499: In editreport.php:
2007-03-18 Robert Sesekr1497: In editreport.php, there's really no point in...
2007-03-17 Robert Sesekr1484: Fixing the automation system for custom fields...
2007-02-16 Robert Sesekr1416: Cleaned up and refactored the MessageReporter...
2007-02-13 Robert Sesekr1400: Fixed the issue with logging in mass updates
2007-02-11 Robert Sesekr1393: No need to waste a query if the automation isn...
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-07 Robert Sesekr1337: Adding the option to allow parsing of links...
2006-12-04 Robert Sesekr1332: Removing the last of the old product selection...
2006-12-04 Robert Sesekr1331: We can now actually save data using the new...
2006-11-23 Robert Sesekr1311: I always thought there was a bug in the email...
2006-10-13 Robert Sesekr1255: Gargh. Another stupid bug in which DATA LOSS...
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-28 Robert Sesekr1196: - Changes += 2
2006-09-28 Robert Sesekr1195: Final renames going in
2006-09-17 Robert Sesekr1161: - Updates to process_custom_fields() to now...
2006-09-09 Robert Sesekr1138: Changed array casting to be is_array()
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-17 Robert Sesekr1048: Converting all $lang->string() stuff to use...
2006-08-08 Robert Sesekr1030: Array casting to remove foreach() warnings
2006-08-03 Robert Sesekr1028: Removing unnecessary lookup values 1.1.0-b1
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-22 Robert Sesekr931: - You can now delete bugs and comments
2006-07-22 Robert Sesekr924: Making sure that we have an APIError() callback set
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 Sesekr868: We now actually send emails out. This means that...
2006-06-03 Robert Sesekr864: We now have all the notices worked out except...
2006-06-03 Robert Sesekr863: Move the call to process_custom_fields() so loggi...
2006-06-03 Robert Sesekr862: In order to get everything to work properly,...
2006-05-29 Robert Sesekr859: - Adding some notification implementation to...
2006-05-27 Robert Sesekr844: Removing the complex joins for bugs by caching...
2006-05-10 Robert Sesekr817: Whitespace OCD
2006-05-10 Robert Sesekr816: - Finish implementing the Logging class
2006-05-10 Robert Sesekr815: Everything for logging is *hopefully* implemented...
2006-05-10 Robert Sesekr814: Remove old logging from editreport.php
2006-05-10 Robert Sesekr813: More code reduction
2006-05-10 Robert Sesekr812: Removing the element idea
2006-05-10 Robert Sesekr811: More logging... man this must be bad for the...
2006-05-10 Robert Sesekr810: More logging stuff
2006-05-06 Robert Sesekr806: Simplify the commenting system; we no longer...
2006-05-05 Robert Sesekr803: Implementing BugAPI
2006-05-05 Robert Sesekr801: Update the first comment editing bit
2006-04-30 Robert Sesekr775: Implementing the comment API
2006-03-30 Robert Sesekr765: Say hello to the GPL
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-11-24 Robert Sesekr576: Updated file header... wonder why this file didn...
2005-10-10 Robert Sesekr537: Need to include functions_product.php
2005-10-10 Robert Sesekr534: Fixing permissions to match the new setup
2005-10-10 Robert Sesekr533: - Permission check cleanup
2005-10-10 Robert Sesekr532: - Removing NULL 2nd parameter from can_perform()
2005-10-10 Robert Sesekr527: Base new permission checks
2005-10-09 Robert Sesekr514: - Now three different ID's that can be logged...
2005-10-08 Robert Sesekr497: Fixed parse error
2005-10-04 Robert Sesekr489: Cleaning up the logging system to work a little...
2005-09-24 Robert Sesekr451: localizations += 2
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-09-21 Robert Sesekr392: Localization
2005-09-21 Robert Sesekr390: Registering language data
2005-09-21 Robert Sesekr388: Fixed: Parse error: parse error, unexpected ...
2005-08-25 Robert Sesekr373: Register language phrases
2005-08-24 Robert Sesekr368: Added in permission checks for updates
2005-08-22 Robert Sesekr367: Only allow quick comment insert if we don't have...
2005-08-22 Robert Sesekr362: Users who can post comments, but now edit, now...
2005-07-23 Robert Sesekr324: Comment adding is now done on showreport.php
2005-07-23 Robert Sesekr323: Removed editreport.tpl from the cache cycle
2005-07-23 Robert Sesekr322: You can now edit fields on showreport.php
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-02 Robert Sesekr274: Added initial comments to the auto action system
2005-07-02 Robert Sesekr273: Field changing system is now done for auto actions.
2005-06-10 Robert Sesekr263: Got the hack for checkboxes to work again; had...
2005-06-10 Robert Sesekr260: Fixed a bug where we were logging the bugid itsel...
2005-06-08 Robert Sesekr256: Logs now work with the new custom fields system...
2005-06-08 Robert Sesekr252: Making it so that custom bug fields work better...
2005-06-06 Robert Sesekr242: Biggest hack ever to get custom checkboxes to...
2005-06-01 Robert Sesekr227: Dependency system is now finished. The tree has...
2005-05-30 Robert Sesekr218: Duplicates are now done
2005-05-29 Robert Sesekr208: Bugs can never be deleted, so remove the actions...
next