r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / includes / functions.php
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()
2005-06-10 Robert Sesekr258: Switching to the new class_language.php phrase...
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-08 Robert Sesekr251: If you set it as the blank option, it should...
2005-06-08 Robert Sesekr250: Fixed issues regarding the select_single type...
2005-06-07 Robert Sesekr245: - construct_datastore_select() [includes/function...
2005-06-06 Robert Sesekr239: Most of the custom bug field permissions are...
2005-06-05 Robert Sesekr235: No more custom textareas!
2005-06-02 Robert Sesekr228: Removed the textarea bug field type.
2005-06-01 Robert Sesekr225: Only insert custom fields if we have fields to...
2005-05-29 Robert Sesekr203: - Custom field `select_single` now is stored...
2005-05-28 Robert Sesekr200: - Show edit fields on editreport.php and editrepo...
2005-05-24 Robert Sesekr199: Completed the backend creation of the fields...
2005-05-23 Robert Sesekr197: Changing the datastore foreach() loops that we...
2005-05-20 Robert Sesekr161: - Show descriptions on PCV select
2005-05-19 Robert Sesekr159: - Finished all of that logging stuff
2005-05-15 Robert Sesekr156: FINALLY have the kinks worked out of log_action...
2005-05-15 Robert Sesekr155: Changed the conditions under which we break under...
2005-05-15 Robert Sesekr152: Only do diff if both changes are not empty in...
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 Sesekr142: Added the backbone for bug history logging
2005-05-14 Robert Sesekr131: Trigger an error if can_perform() is passed an...
2005-05-04 Robert Sesekr69: Removing our nasty iff() function in place of...
2005-05-04 Robert Sesekr67: - Upping template system to use ISSO
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-02-18 Robert Sesekr59: Added PCV select parameter to construct_pcv_select...
2005-02-09 Robert Sesekr52: Fixed bug in includes/functions.php with construct...
2005-02-06 Robert Sesekr48: FINALLY got regex matching for PCV splits to work!
2005-02-06 Robert Sesekr47: Have a new-style PCV input parser... with lots...
2005-02-05 Robert Sesekr46: Added new selection engine that can do it all...
2005-01-02 Robert Sesekr40: Initial phrasing of Admin CP. Many of the phrases...
2004-12-30 Robert Sesekr38: Fixed bug with phrase() that didn't properly handl...
2004-12-26 Robert Sesekr33: Named product Renapsus.
2004-12-24 Robert Sesekr22: Changed construct_user_display() to have a hide...
2004-12-24 Robert Sesekr21: Changed all bitwise operations to use can_perform...
2004-12-23 Robert Sesekr20: Changed newreport.php, newreport.php, and showrepo...
2004-12-23 Robert Sesekr14: Added datelike() function in includes/functions...
2004-12-21 Robert Sesekr12: Added construct_option_select() to includes/functi...
2004-12-21 Robert Sesekr6: Changed sanitize as STR_NOHTML to run the variable...
2004-12-19 Robert Sesekr2: Changed Environment object to be BugTrack ($env...
2004-12-19 Robert Sesekr1: Initial import from CVS head.