Removing uses of $bugsys
[bugdar.git] / admin /
2008-08-30 Robert SesekWhen calling BSFunctions::cookie() to clear cookies...
2008-08-23 Robert SesekRemove includes/class_api_error.php and all of the...
2008-08-23 Robert SesekChanging $bugsys->permissions[] to bugdar::$permissions[]
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-26 Robert SesekClean up $funct->*() to BSFunctions::*()
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-24 Robert Sesekr1613: Merging r1611 and r1612 from the 1.2.x branch...
2008-03-21 Robert Sesekr1609: Merging the changelog from r1608 from the 1...
2008-03-21 Robert Sesekr1608: Merging r1607 from trunk
2008-03-21 Robert Sesekr1607: Updating all the language strings to use T(...
2007-08-04 Robert Sesekr1597: Adding custom columns to the bug listing display...
2007-07-20 Robert Sesekr1591: Fix the user approval system by actually getting...
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-03-19 Robert Sesekr1512: In the approve users section of admin/usergroup...
2007-03-18 Robert Sesekr1509: Removing whitespace at the end of admin/usergrou...
2007-03-18 Robert Sesekr1507: Adding the ability to clone usergroups
2007-03-18 Robert Sesekr1504: Why on earth were we permission checking custom...
2007-03-18 Robert Sesekr1493: In admin/product.php, move the page_start()...
2007-03-18 Robert Sesekr1492: Apparently MySQL doesn't think that NULL values...
2007-03-18 Robert Sesekr1490: Fixing a SQL error in admin/usergroup.php that...
2007-03-18 Robert Sesekr1488: Adding secondary usergroup support to the admin CP
2007-03-17 Robert Sesekr1484: Fixing the automation system for custom fields...
2007-03-17 Robert Sesekr1482: Allow NO_VERSION_CHECK constant to actually...
2007-02-26 Robert Sesekr1420: More work on the authentication system:
2007-02-14 Robert Sesekr1409: Implemented a new admin login system: Instead...
2007-02-12 Robert Sesekr1397: Setting system improvements:
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...
2007-01-25 Robert Sesekr1381: Merging r1380 from trunk to branch.
2007-01-25 Robert Sesekr1380: Fix a foreach() warning on admin/user.php at...
2006-12-29 Robert Sesekr1376: Merging changes from r1375 back to trunk from...
2006-12-29 Robert Sesekr1375: - Fix a SQL error on admin/user.php when adding...
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 Sesekr1351: - Column options are now stored right for the...
2006-12-10 Robert Sesekr1349: Renaming product.componentmother to product...
2006-11-25 Robert Sesekr1327: Finished off the pagination system for the admin...
2006-11-25 Robert Sesekr1326: Okay so the code is in place to do the admin...
2006-11-23 Robert Sesekr1312: Removing the admin/images directory because...
2006-11-23 Robert Sesekr1309: It'd be good if we changed the settings of the...
2006-11-21 Robert Sesekr1296: Marking a few missed strings in admin/index.php
2006-11-11 Robert Sesekr1283: Upgrading the initilization code to use the...
2006-10-25 Robert Sesekr1272: In admin/product.php, in construct_option_list...
2006-10-25 Robert Sesekr1270: Remove an implode() warning on admin/field.php:235
2006-10-15 Robert Sesekr1259: Unnecessary parens
2006-10-15 Robert Sesekr1258: - We forgot to change the extensive call to...
2006-10-12 Robert Sesekr1245: Use display name instead of username
2006-10-11 Robert Sesekr1239: Changes to allow for RTL in the admin panel
2006-10-10 Robert Sesekr1237: Send an email when we activate a user
2006-10-10 Robert Sesekr1235: Add a user moderation tool
2006-10-04 Robert Sesekr1234: Let's get rid of some SQL errors, mmk?
2006-10-01 Robert Sesekr1226: Warnings-- when saving a usergroup
2006-10-01 Robert Sesekr1225: We can now add an automation if there are no...
2006-10-01 Robert Sesekr1223: warnings--
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-28 Robert Sesekr1194: Lots of changes to get the internals of the...
2006-09-27 Robert Sesekr1192: Outward changes for renaming, but no internals yet
2006-09-27 Robert Sesekr1191: Moving files around to rename "autoatic action...
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-22 Robert Sesekr1125: A much better fix
2006-08-22 Robert Sesekr1124: Array cast for foreach() warnings on ln 135
2006-08-22 Robert Sesekr1122: Adding a line that shows if gettext is installed...
2006-08-20 Robert Sesekr1098: The canviewownhidden does *NOT* affect comments
2006-08-20 Robert Sesekr1090: Adding canviewownhidden
2006-08-18 Robert Sesekr1086: Fixing parse errors
2006-08-18 Robert Sesekr1084: Well the delete thing was actually present throu...
2006-08-18 Robert Sesekr1083: Wrong API action for the kill branch
2006-08-18 Robert Sesekr1082: Fixing more warnings
2006-08-18 Robert Sesekr1081: Removing language XML debug mode
2006-08-18 Robert Sesekr1070: Changing "colour" to "color" internally
2006-08-18 Robert Sesekr1069: Removing outward signs of "colour"
2006-08-18 Robert Sesekr1067: Making it truly en_US by removing all outward...
2006-08-18 Robert Sesekr1062: Okay. Domain isn't the right word. So I'll chang...
2006-08-18 Robert Sesekr1058: Add the domain to the language list output
2006-08-18 Robert Sesekr1056: - Dropping language.filepath
2006-08-18 Robert Sesekr1053: Remove the reload branch
2006-08-18 Robert Sesekr1052: Remove the localization table and the XML string...
2006-08-18 Robert Sesekr1051: Finalizing the LanguageAPI and implementing it
2006-08-17 Robert Sesekr1048: Converting all $lang->string() stuff to use...
2006-08-01 Robert Sesekr1027: We don't need the delete link in row_submit...
2006-08-01 Robert Sesekr1022: Wow. We should definitely update the right user...
2006-08-01 Robert Sesekr1021: And if we got the right object... do'h
2006-08-01 Robert Sesekr1020: It would help if we got the email options from...
2006-08-01 Robert Sesekr1017: Making sure all input is properly escaped
2006-07-31 Robert Sesekr984: Fixing unknown field "defaultsorkey" error
2006-07-31 Robert Sesekr983: We can now change email options for users in...
2006-07-31 Robert Sesekr982: Added something to make the admin index look...
2006-07-31 Robert Sesekr981: Make some changes to the version check URL
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-25 Robert Sesekr952: Added the version checker
2006-07-25 Robert Sesekr944: Adding user options in the API and admin section...
next