r1424: Add the initial authentication system for vBulletin
[bugdar.git] / includes /
2007-02-27 Robert Sesekr1424: Add the initial authentication system for vBulletin
2007-02-26 Robert Sesekr1422: Authentication API:
2007-02-26 Robert Sesekr1421: Authentication::_verifyLoginUser() takes a string...
2007-02-26 Robert Sesekr1420: More work on the authentication system:
2007-02-26 Robert Sesekr1419: Beginning to implement the authentication API:
2007-02-16 Robert Sesekr1416: Cleaned up and refactored the MessageReporter...
2007-02-14 Robert Sesekr1406: Moving the rest of the email body texts (from...
2007-02-13 Robert Sesekr1403: - Fixed a bug in UserAPI::post_update() that...
2007-02-13 Robert Sesekr1400: Fixed the issue with logging in mass updates
2007-02-13 Robert Sesekr1399: - Searches no longer store the actual DB query...
2007-02-13 Robert Sesekr1398: Removing the print_r() from BugAPI
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-21 Robert Sesekr1379: Merging r1378 from trunk back to the 1.1.x branc...
2007-01-21 Robert Sesekr1378: Add an option to use header/Location redirects...
2007-01-21 Robert Sesekr1377: - Added Logging::getCommonFields()
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-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-11 Robert Sesekr1365: Adding user help for the custom column ordering
2006-12-10 Robert Sesekr1351: - Column options are now stored right for the...
2006-12-10 Robert Sesekr1350: Only show the sort direction image if we are...
2006-12-10 Robert Sesekr1349: Renaming product.componentmother to product...
2006-12-10 Robert Sesekr1348: Let's generate valid XHTML in ListSorter->_proce...
2006-12-10 Robert Sesekr1347: Votes can now be displayed on the bug grid....
2006-12-10 Robert Sesekr1346: - Can now sort by version
2006-12-10 Robert Sesekr1343: - Get bug id to sort right
2006-12-10 Robert Sesekr1342: Process special case columns so we can now look...
2006-12-10 Robert Sesekr1341: The basic workings of column ordering appear...
2006-12-09 Robert Sesekr1340: Adding a global option for the column ordering...
2006-12-09 Robert Sesekr1339: Changing the javscript version of the column...
2006-12-09 Robert Sesekr1338: Incomplete JavaScript implementation of column...
2006-12-07 Robert Sesekr1337: Adding the option to allow parsing of links...
2006-12-04 Robert Sesekr1332: Removing the last of the old product selection...
2006-12-04 Robert Sesekr1330: - Rewrote the product selection HTML constructors
2006-12-04 Robert Sesekr1329: Our new product selection system is interesting...
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-25 Robert Sesekr1325: Switch from our custom class_pagination.php...
2006-11-25 Robert Sesekr1324: Merging r1323 from trunk
2006-11-25 Robert Sesekr1323: We need to get the emails of the people who...
2006-11-24 Robert Sesekr1318: Created the ProcessBugDataForDisplay() function...
2006-11-23 Robert Sesekr1311: I always thought there was a bug in the email...
2006-11-16 Robert Sesekr1287: Mail::set() no longer exists, but Mail::setSubje...
2006-11-14 Robert Sesekr1285: Created the defaulttimezone option to allow...
2006-11-11 Robert Sesekr1284: Update the mail sending code to work with ISSO...
2006-11-11 Robert Sesekr1283: Upgrading the initilization code to use the...
2006-10-26 Robert Sesekr1273: When there are no emails linked to a bug report...
2006-10-25 Robert Sesekr1271: If $bugsys->options['pagelinks'] is set to 0...
2006-10-21 Robert Sesekr1267: Fixing a SQL error because we were accessing...
2006-10-18 Robert Sesekr1265: Timezones with half hours are not saved because...
2006-10-11 Robert Sesekr1240: Working to get a lot of templates fixed for...
2006-10-10 Robert Sesekr1238: We need to clear the Mail->to[] array to prevent...
2006-10-10 Robert Sesekr1235: Add a user moderation tool
2006-10-01 Robert Sesekr1228: Forgot to update caches when the display name... 1.1.0
2006-10-01 Robert Sesekr1222: We actually *can't* blow off loading Localize...
2006-10-01 Robert Sesekr1221: Finishing post_delete()
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-28 Robert Sesekr1197: - Fixing the API so we don't have verification...
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-19 Robert Sesekr1174: $isso isn't the right framework variable
2006-09-17 Robert Sesekr1170: Need to escape the % in %1$s [process_custom_fie...
2006-09-17 Robert Sesekr1169: Unset bad cookies
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-09-16 Robert Sesekr1152: Change the name of the permissions page
2006-09-16 Robert Sesekr1141: The HTML lang attribs weren't being populated...
2006-09-09 Robert Sesekr1139: Making notices a little less generic
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 Sesekr1115: No longer need $lang
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-20 Robert Sesekr1100: We need fetch_on_bits() for canviewownhidden...
2006-08-20 Robert Sesekr1091: - Implementing canviewownhidden
2006-08-20 Robert Sesekr1090: Adding canviewownhidden
2006-08-19 Robert Sesekr1089: Fix typo
2006-08-18 Robert Sesekr1085: If you delete a resolution, severity, priority...
2006-08-18 Robert Sesekr1081: Removing language XML debug mode
2006-08-18 Robert Sesekr1080: Now gettext works now that we set the proper...
2006-08-18 Robert Sesekr1075: Domain isn't avaliable any more...
2006-08-18 Robert Sesekr1070: Changing "colour" to "color" internally
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-18 Robert Sesekr1062: Okay. Domain isn't the right word. So I'll chang...
2006-08-18 Robert Sesekr1061: Gettext should work now.
2006-08-18 Robert Sesekr1060: Change code to domain
2006-08-18 Robert Sesekr1059: Add gettext functions for those who don't have...
2006-08-18 Robert Sesekr1057: Wrong argument order for in_array()
2006-08-18 Robert Sesekr1056: - Dropping language.filepath
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-18 Robert Sesekr1050: Adding a language API
2006-08-18 Robert Sesekr1049: Removing the concept of strings
next