New feature idea
[bugdar.git] / includes /
2008-09-17 Robert SesekSquash-merging the ISSO3 branch back onto master
2008-06-10 Robert SesekLoad ISSO3 support alongside ISSO2
2008-06-10 Robert SesekAdding the ISSO submodule
2008-04-22 Robert Sesekr1620: Custom, mandatory select fields didn't accept...
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(...
2008-02-11 Robert Sesekr1606: Merging the changes from r1605 from trunk to...
2008-02-11 Robert Sesekr1605: Comments posted by guests can now be deleted...
2007-09-22 Robert Sesekr1604: Merging the changes from r1603 from the trunk...
2007-09-22 Robert Sesekr1603: Fixing a small variable capitalization error
2007-08-09 Robert Sesekr1600: Merging r1599 from trunk to fix bug://report/97
2007-08-09 Robert Sesekr1599: Fixed bug://report/97. If a user had selected...
2007-08-04 Robert Sesekr1598: Forgot to add a TABLE_PREFIX to the query to...
2007-08-04 Robert Sesekr1597: Adding custom columns to the bug listing display...
2007-07-19 Robert Sesekr1585: Forgot to bump the version
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-07-14 Robert Sesekr1574: In NotificationCenter::_localeFromUserId() we...
2007-07-08 Robert Sesekr1568: We now properly tell MySQL to use utf8 and...
2007-07-07 Robert Sesekr1567: In NotificationCenter::finalize() tell the XML...
2007-07-05 Robert Sesekr1566: Fixed an issue where header names weren't transl...
2007-07-03 Robert Sesekr1565: New bug notifications would have a template...
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-05-15 Robert Sesekr1543: Adding the "assigned to" column to the display...
2007-04-02 Robert Sesekr1526: In includes/class_notification.php#fetch_user_ca...
2007-03-28 Robert Sesekr1524: In BugAPI::set(), we can't use our pretty call_u...
2007-03-27 Robert Sesekr1522: Adding a PHP4 constructor to the Authentication...
2007-03-27 Robert Sesekr1521: We need to move up the loading of includes/langu...
2007-03-18 Robert Sesekr1508: Fixing UserAPI::post_delete() to clean up bugfie...
2007-03-18 Robert Sesekr1503: Update build_assignedto() so people in secondary...
2007-03-18 Robert Sesekr1502: Making fetch_on_bits() work with multiple user...
2007-03-18 Robert Sesekr1501: We can actually simplify Logging::compare_arrays...
2007-03-18 Robert Sesekr1498: In construct_custom_fields() and process_custom_...
2007-03-18 Robert Sesekr1496: There's a string here in the parsed comments...
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 Sesekr1487: Forgot to remove the "value" in the forach(...
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-03-17 Robert Sesekr1478: In ListSorter::constructRow(), globalize $bugsys...
2007-03-17 Robert Sesekr1473: Because we didn't understand the return val...
2007-03-17 Robert Sesekr1472: Fix a string offset bug due to those annoying...
2007-03-16 Robert Sesekr1466: Fixing a bug in NotificationCenter::send_new_com...
2007-03-13 Robert Sesekr1462: Fix the tag from "verson" to "version"
2007-03-12 Robert Sesekr1454: Encase the foreach() loop on components in Const...
2007-03-11 Robert Sesekr1449: One last change for class_sort.php that now...
2007-03-11 Robert Sesekr1444: In all other instances for sorting, the sortby...
2007-03-11 Robert Sesekr1441: Adding a phpBB2 authentication module
2007-03-11 Robert Sesekr1440: - Fixed a huge bug in Authentication::_syncBugda...
2007-03-11 Robert Sesekr1439: Removing trailing whitespace from includes/auth...
2007-03-11 Robert Sesekr1438: Fix a small bug and remove some useless code...
2007-03-11 Robert Sesekr1437: Adding an authentication module for Drupal,...
2007-03-11 Robert Sesekr1436: In AuthenticationVbulletin, we can drop _fetchBu...
2007-03-11 Robert Sesekr1435: Fixed a bug in Authentication that could potenti...
2007-03-11 Robert Sesekr1434: Implement Authentication::_fetchBugdarUserFromAu...
2007-03-05 Robert Sesekr1431: Remove "password" from the list of fields to...
2007-03-05 Robert Sesekr1430: Move up the loading of the permissions file...
2007-03-05 Robert Sesekr1429: Refactoring Authentication::_clearCookies()...
2007-03-05 Robert Sesekr1428: In Authentication::_syncBugdarUser(), only run...
2007-03-05 Robert Sesekr1427: More work on the authentication system:
2007-02-27 Robert Sesekr1426: When using USE_DEFAULT_AUTH_METHOD, we don't...
2007-02-27 Robert Sesekr1425: - The new vBulletin authentication API now works
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...
next