Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / showreport.php
2009-01-13 Robert SesekSeparate out the first comment into a variable called...
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 SesekUpdate functions_product.php to use proper naming
2008-09-06 Robert SesekAdd $productSelect to the tpl vars on showreport.php
2008-08-23 Robert SesekGet quicksearch working on showreport.php
2008-08-23 Robert SesekUpdating showreport.php for attachments
2008-08-23 Robert SesekFix a $bugsys call and add $customfields to the templat...
2008-08-22 Robert SesekAdd $favoritetext to the tpl vars in showreport.php
2008-08-22 Robert SesekShow votes on showreport.php
2008-08-19 Robert SesekMore work on showreport.php
2008-08-18 Robert SesekChange $bugsys->in[] to $input->in[]
2008-06-26 Robert SesekGet showreport working
2008-06-26 Robert SesekChange $bugsys->debug to BSApp::debug
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-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-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-04 Robert Sesekr1330: - Rewrote the product selection HTML constructors
2006-11-25 Robert Sesekr1328: - Add jQuery to the entire system
2006-11-23 Robert Sesekr1310: Reorganizing the permission checks to be in...
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-28 Robert Sesekr1195: Final renames going in
2006-08-21 Robert Sesekr1112: Fixed another productid permissions thingy
2006-08-21 Robert Sesekr1110: In showreport.php, $bug[product] is converted...
2006-08-20 Robert Sesekr1104: Finally have a decent, working permissions check...
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 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-27 Robert Sesekr977: Moved the global page items to be AFTER the edit...
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-16 Robert Sesekr887: Removing all the annoying calls to intval() in...
2006-05-17 Robert Sesekr829: foreach() warnings -= 3
2006-05-06 Robert Sesekr805: Warnings--
2006-05-05 Robert Sesekr804: Warnings--
2006-04-30 Robert Sesekr790: Warnings--
2006-04-30 Robert Sesekr788: - No longer highlight the <title> or <input>...
2006-04-29 Robert Sesekr771: Remove divide by zero warnings
2006-03-30 Robert Sesekr765: Say hello to the GPL
2006-01-08 Robert Sesekr694: Explicating debug warnings
2006-01-08 Robert Sesekr693: Don't need $show['customfields']
2006-01-08 Robert Sesekr691: Change the way we order field positions
2005-12-23 Robert Sesekr670: Okay... guests don't count as users
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-12-22 Robert Sesekr664: Removed an un-used query
2005-12-22 Robert Sesekr663: Make highlight case-insensitive
2005-10-15 Robert Sesekr552: Cleaned up the attachment query so we're not...
2005-10-15 Robert Sesekr550: Place auto actions in the datastore
2005-10-10 Robert Sesekr539: Added permission checking to construct_pcv_select()
2005-10-10 Robert Sesekr538: Implemented cansubscribe permission
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 Sesekr521: Removing pcv_select_row.tpl
2005-10-09 Robert Sesekr518: Splitting out the pcv functions to be in their...
2005-10-03 Robert Sesekr480: $show['attachments'] (TRUE) only if we can (put...
2005-10-02 Robert Sesekr474: Updating custom fields to work with the <div...
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 Sesekr348: Fix display for guests
2005-08-17 Robert Sesekr341: -Show PC on edit mode
2005-08-01 Robert Sesekr339: - cache templates
2005-07-25 Robert Sesekr326: Finished showreport.php styling
2005-07-25 Robert Sesekr325: - All custom field data in showreport.php is...
2005-07-23 Robert Sesekr324: Comment adding is now done on showreport.php
2005-07-23 Robert Sesekr322: You can now edit fields on showreport.php
2005-07-11 Robert Sesekr317: - added quicksearch to 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-10 Robert Sesekr302: Closing un-cloesd divs.
2005-07-10 Robert Sesekr297: Switching to new date formatting system; fixes...
2005-07-10 Robert Sesekr281: Added voting system.
2005-07-02 Robert Sesekr279: - Added favourites system
2005-06-08 Robert Sesekr256: Logs now work with the new custom fields system...
2005-06-08 Robert Sesekr253: Getting the new cusotm fields to work again
2005-06-08 Robert Sesekr248: Sorting out issues with select_single custom...
2005-06-06 Robert Sesekr239: Most of the custom bug field permissions are...
2005-06-06 Robert Sesekr237: Optimizing selects by stating exactly what we...
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 Sesekr209: Allow comments to be hidden
2005-05-29 Robert Sesekr207: s/canviewhiddenbugs/canviewhidden/g
2005-05-29 Robert Sesekr206: Allow bugs to be hidden for security reasons...
2005-05-29 Robert Sesekr203: - Custom field `select_single` now is stored...
2005-05-28 Robert Sesekr202: Use MySQL NULL to handle defaults
2005-05-28 Robert Sesekr201: Show custom fields on showreport.php
2005-05-21 Robert Sesekr173: Renaming the error reporting stuff so it can...
next