Templatize admin/settings.php
[bugdar.git] / includes / functions.php
2009-01-10 Robert SesekTemplatize admin/settings.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-17 Robert SesekRemoving uses of $bugsys
2008-08-23 Robert SesekChanging $bugsys->permissions[] to bugdar::$permissions[]
2008-08-23 Robert SesekUpdating search.php
2008-08-18 Robert SesekWorking on newreport.php
2008-06-26 Robert SesekFixing construct_user_display()
2008-06-26 Robert SesekFix bugs in the help link system
2008-06-26 Robert Sesekconstruct_custom_fields() now uses the new template...
2008-06-26 Robert SesekChange $bugsys->debug to BSApp::debug
2008-06-26 Robert SesekRevert "Use the BSTemplate::$preParseHook for global...
2008-06-26 Robert SesekRevert "We were hitting an infinite loop with isso_pre_...
2008-06-26 Robert SesekWe were hitting an infinite loop with isso_pre_parse_hook
2008-06-26 Robert SesekFixed construct_user_display()
2008-06-26 Robert SesekUse the BSTemplate::$preParseHook for global templates
2008-06-26 Robert SesekChange while($o = $db->fetch_array($r)) to foreach...
2008-06-25 Robert Sesekindex.php and its associates
2008-06-25 Robert SesekRewrite of the pagination system
2008-06-25 Robert SesekChange the big three $bugsys arrays to be a bugdar...
2008-06-25 Robert Sesekglobal.php is now converted
2008-06-25 Robert SesekFixing an $funct issue and do not load Mail in init.php
2008-04-22 Robert Sesekr1620: Custom, mandatory select fields didn't accept...
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-06-30 Robert Sesekr1562: - Moving email templates into the locale/ direct...
2007-06-28 Robert Sesekr1561: Removing the accidential "A" put in check_bug_pe...
2007-05-20 Robert Sesekr1544: Adding an 'assignedto' formatter in ProcessBugDa...
2007-03-18 Robert Sesekr1502: Making fetch_on_bits() work with multiple user...
2007-03-18 Robert Sesekr1498: In construct_custom_fields() and process_custom_...
2007-03-18 Robert Sesekr1495: It helps if we get the name of the right datasto...
2007-03-18 Robert Sesekr1494: We actually need to run array_strip_empty()...
2007-03-18 Robert Sesekr1489: We really should heed warnings on PHP.net that...
2007-03-18 Robert Sesekr1486: Adding API support for multiple usergroups in...
2007-03-18 Robert Sesekr1485: - Adding base support for multiple user groups...
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 Sesekr1399: - Searches no longer store the actual DB query...
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-13 Robert Sesekr1368: - Input checkboxes for custom fields should...
2006-12-10 Robert Sesekr1349: Renaming product.componentmother to product...
2006-12-10 Robert Sesekr1341: The basic workings of column ordering appear...
2006-11-25 Robert Sesekr1325: Switch from our custom class_pagination.php...
2006-11-24 Robert Sesekr1318: Created the ProcessBugDataForDisplay() function...
2006-11-14 Robert Sesekr1285: Created the defaulttimezone option to allow...
2006-09-17 Robert Sesekr1170: Need to escape the % in %1$s [process_custom_fie...
2006-09-17 Robert Sesekr1165: Forgot these strings in gettext switch
2006-09-17 Robert Sesekr1163: Actually do the regex match on process_custom_fi...
2006-09-17 Robert Sesekr1161: - Updates to process_custom_fields() to now...
2006-08-21 Robert Sesekr1117: *FINALLY* fixing the NotificationCenter->finaliz...
2006-08-21 Robert Sesekr1116: Fix a product/productid issue... yes, another one
2006-08-21 Robert Sesekr1111: Added a permissions fectcher in can_perform...
2006-08-21 Robert Sesekr1109: Trying to get notification permissions check...
2006-08-20 Robert Sesekr1104: Finally have a decent, working permissions check...
2006-08-18 Robert Sesekr1070: Changing "colour" to "color" internally
2006-08-16 Robert Sesekr1043: Fixing more warning issues if no products exist
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-22 Robert Sesekr935: - Adding user.hidestatuses
2006-07-22 Robert Sesekr933: - Adding a setting to control status displays
2006-07-22 Robert Sesekr914: Renaming $_PERMISSION to $bugsys->permissions
2006-07-17 Robert Sesekr894: Forgot to globalize $bugsys in fetch_guest_user...
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-29 Robert Sesekr875: - Add fetch_guest_user()
2006-05-17 Robert Sesekr829: foreach() warnings -= 3
2006-03-30 Robert Sesekr769: Put the foreach() in fetch_on_bits() in a is_arra...
2006-03-30 Robert Sesekr765: Say hello to the GPL
2005-12-23 Robert Sesekr671: The mask cannot be 0 in construct_custom_field...
2005-12-23 Robert Sesekr669: Fixed construct_user_display() for guests
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-12-22 Robert Sesekr657: Removed a call to fetch_user_display_name() but...
2005-12-22 Robert Sesekr654: No longer need fetch_user_display_name() [functio...
2005-12-22 Robert Sesekr646: Make returning [[INVALID TOPIC]] a debug-only...
2005-12-21 Robert Sesekr641: Link construction code now works right...
2005-12-21 Robert Sesekr640: Adding the template, image, and code that creates...
2005-12-21 Robert Sesekr639: Adding pre-parse hook so that the userland help...
2005-12-19 Robert Sesekr630: akward grammar
2005-11-25 Robert Sesekr592: Style the <select> in construct_option_select()
2005-10-12 Robert Sesekr543: $lang scope
2005-10-10 Robert Sesekr531: Spelling boo-boo in can_perform()
2005-10-10 Robert Sesekr530: Only check the product permissions in can_perform...
2005-10-10 Robert Sesekr529: Added fetch_on_bits() to fetch the product permis...
2005-10-10 Robert Sesekr528: No longer able to pass $userinfo; always uses...
2005-10-10 Robert Sesekr526: Added interface for the new permissions system
2005-10-09 Robert Sesekr518: Splitting out the pcv functions to be in their...
2005-10-09 Robert Sesekr509: Found a string to localize
2005-10-08 Robert Sesekr506: Make construct_user_display() non-HTML compatible
2005-10-08 Robert Sesekr500: Use a "Guest" string if there's no user informati...
2005-10-08 Robert Sesekr494: Changed construct_user_display() to use a template
2005-09-24 Robert Sesekr441: Get pcv from datastore; queries -= 2
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-08-01 Robert Sesekr333: - Finished styling search templates
2005-07-25 Robert Sesekr325: - All custom field data in showreport.php is...
2005-07-10 Robert Sesekr298: - Removed datelike() [includes/functions.php]
2005-06-26 Robert Sesekr270: - Initial SVN for autoaction.php
2005-06-10 Robert Sesekr259: Switching from phrase() to lang::p()
next