Update admin/product.php to use the new admin templates
[bugdar.git] / admin / product.php
2009-03-24 Robert SesekUpdate admin/product.php to use the new admin templates
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-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-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 Sesekr1493: In admin/product.php, move the page_start()...
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-13 Robert Sesekr1367: Set the default value for obsoletes to be no
2006-12-13 Robert Sesekr1366: Add the ability to obsolete a version
2006-12-10 Robert Sesekr1349: Renaming product.componentmother to product...
2006-10-25 Robert Sesekr1272: In admin/product.php, in construct_option_list...
2006-10-04 Robert Sesekr1234: Let's get rid of some SQL errors, mmk?
2006-10-01 Robert Sesekr1223: warnings--
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-17 Robert Sesekr1165: Forgot these strings in gettext switch
2006-09-17 Robert Sesekr1160: Fixed more display issues in admin/product.php
2006-09-17 Robert Sesekr1158: - Fix the product display
2006-09-16 Robert Sesekr1146: Swich from one todo mark to another
2006-09-09 Robert Sesekr1138: Changed array casting to be is_array()
2006-08-18 Robert Sesekr1086: Fixing parse errors
2006-08-18 Robert Sesekr1084: Well the delete thing was actually present throu...
2006-08-17 Robert Sesekr1048: Converting all $lang->string() stuff to use...
2006-08-01 Robert Sesekr1017: Making sure all input is properly escaped
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-22 Robert Sesekr926: Inline todos++
2006-07-20 Robert Sesekr909: Removing all the help links as the ISSO.Printer...
2006-07-16 Robert Sesekr887: Removing all the annoying calls to intval() in...
2006-07-12 Robert Sesekr886: Navigation added for the "Fields" tab
2006-03-30 Robert Sesekr765: Say hello to the GPL
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-12-19 Robert Sesekr627: Bolding the scary parts of the delete messages
2005-12-03 Robert Sesekr612: Add help links in more than one spot
2005-12-03 Robert Sesekr611: Remove product.shortname
2005-12-03 Robert Sesekr610: Add help link
2005-12-03 Robert Sesekr607: Make the editcomponent code work right
2005-12-03 Robert Sesekr606: Use sprintf() instead of concat
2005-11-25 Robert Sesekr595: Change delete confirm for versions
2005-11-25 Robert Sesekr594: strtolower() $type in construct_option_list()
2005-11-25 Robert Sesekr589: I think we have all the styling done NOW
2005-11-25 Robert Sesekr588: Change from row_span() to row_submit()
2005-11-25 Robert Sesekr586: Styling
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-08-27 Robert Sesekr386: Convert onclick buttons to links
2005-08-25 Robert Sesekr384: More localizations
2005-08-25 Robert Sesekr380: Converting some hard-coded text to the language...
2005-08-25 Robert Sesekr373: Register language phrases
2005-08-22 Robert Sesekr360: Delete bugs when you delete products and versions
2005-06-10 Robert Sesekr259: Switching from phrase() to lang::p()
2005-06-01 Robert Sesekr224: Fixed: Fatal error: Call to undefined function...
2005-05-15 Robert Sesekr143: - s /error('-1')/error(phrase('error_invalid_id...
2005-05-04 Robert Sesekr75: Fixed some remnants of the $vars[] sanitize methods.
2005-05-04 Robert Sesekr72: Finished new input system for: admin/
2005-05-04 Robert Sesekr69: Removing our nasty iff() function in place of...
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-01-02 Robert Sesekr40: Initial phrasing of Admin CP. Many of the phrases...
2004-12-26 Robert Sesekr33: Named product Renapsus.
2004-12-24 Robert Sesekr21: Changed all bitwise operations to use can_perform...
2004-12-21 Robert Sesekr8: Added version and product/component caches to save...
2004-12-19 Robert Sesekr2: Changed Environment object to be BugTrack ($env...
2004-12-19 Robert Sesekr1: Initial import from CVS head.