bugdar.git
2007-03-17 Robert Sesekr1484: Fixing the automation system for custom fields...
2007-03-17 Robert Sesekr1483: Fix the background color system of history_bit...
2007-03-17 Robert Sesekr1482: Allow NO_VERSION_CHECK constant to actually...
2007-03-17 Robert Sesekr1481: changes++
2007-03-17 Robert Sesekr1480: Remove templates/stylevars.txt and the processin...
2007-03-17 Robert Sesekr1479: Remove the need for $stylevar[alt_color] by...
2007-03-17 Robert Sesekr1478: In ListSorter::constructRow(), globalize $bugsys...
2007-03-17 Robert Sesekr1477: Adding a .altwidth class so that we can remove...
2007-03-17 Robert Sesekr1476: Removing all uses of $stylevar[alt_color] in...
2007-03-17 Robert Sesekr1475: In .altcolor we should use background-color...
2007-03-17 Robert Sesekr1474: We no loner need the stylevars for cellpadding...
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-17 Robert Sesekr1471: Fix for bug://report/69: In install/global.php...
2007-03-17 Robert Sesekr1470: Fix two bugs with searching that would:
2007-03-17 Robert Sesekr1469: Misspelled TIMENOW in search.php which caused...
2007-03-17 Robert Sesekr1468: In mailtest.php:
2007-03-17 Robert Sesekr1467: Adding a mailtest script for people who are...
2007-03-16 Robert Sesekr1466: Fixing a bug in NotificationCenter::send_new_com...
2007-03-13 Robert Sesekr1464: These will also probably create improper escape... 1.2.0-b1
2007-03-13 Robert Sesekr1463: Fix an improper character escape
2007-03-13 Robert Sesekr1462: Fix the tag from "verson" to "version"
2007-03-12 Robert Sesekr1461: Forgot one prefix
2007-03-12 Robert Sesekr1460: Add a few sanity checks in the mass-update syste...
2007-03-12 Robert Sesekr1459: We need to get rid of all the old searches in...
2007-03-12 Robert Sesekr1458: Fixed a bug so that now the default column optio...
2007-03-12 Robert Sesekr1457: We needed to reexport the settings because ...
2007-03-12 Robert Sesekr1456: We need to add default settings and custom help...
2007-03-12 Robert Sesekr1455: Removing all the queries we have added to the...
2007-03-12 Robert Sesekr1454: Encase the foreach() loop on components in Const...
2007-03-11 Robert Sesekr1453: Stop including includes/setting.php when we...
2007-03-11 Robert Sesekr1452: Adding a step to migrate custom field data ...
2007-03-11 Robert Sesekr1451: Updating the schema file
2007-03-11 Robert Sesekr1450: Adding upgrade11.php as the upgrade script from...
2007-03-11 Robert Sesekr1449: One last change for class_sort.php that now...
2007-03-11 Robert Sesekr1448: Updating the en_US.pot file with the latest...
2007-03-11 Robert Sesekr1447: Adding the template diff between 1.1.5 and 1...
2007-03-11 Robert Sesekr1446: Don't show the controls to change the email...
2007-03-11 Robert Sesekr1445: Dumping default data and settings into the files...
2007-03-11 Robert Sesekr1444: In all other instances for sorting, the sortby...
2007-03-11 Robert Sesekr1443: Backing out the changes made in r1442 because...
2007-03-11 Robert Sesekr1442: Removing usage of $stylevar[alt_color]
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 Sesekr1433: changes += 2
2007-03-05 Robert Sesekr1432: Make logout work by calling Authentication:...
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-27 Robert Sesekr1423: In login.php, we need to get the user ID in...
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-25 Robert Sesekr1418: Our template was missing these slashes
2007-02-21 Robert Sesekr1417: Make the changelog use the new format of categor...
2007-02-16 Robert Sesekr1416: Cleaned up and refactored the MessageReporter...
2007-02-16 Robert Sesekr1415: Replacing all the URLs in the changelog to be...
2007-02-16 Robert Sesekr1414: Adding an instructions file on how to prepare...
2007-02-16 Robert Sesekr1413: Fixing the installer to allow settings to actual...
2007-02-15 Robert Sesekr1412: Using the new database caching feature of ISSO...
2007-02-14 Robert Sesekr1411: We no longer have a manual so these credits...
2007-02-14 Robert Sesekr1410: Moving the password reset email to the template...
2007-02-14 Robert Sesekr1409: Implemented a new admin login system: Instead...
2007-02-14 Robert Sesekr1408: changes++
2007-02-14 Robert Sesekr1407: todo--
2007-02-14 Robert Sesekr1406: Moving the rest of the email body texts (from...
2007-02-13 Robert Sesekr1405: Beginning to move email text out of the code...
2007-02-13 Robert Sesekr1404: todo--
2007-02-13 Robert Sesekr1403: - Fixed a bug in UserAPI::post_update() that...
2007-02-13 Robert Sesekr1402: It seems like this search_update.tpl file would...
2007-02-13 Robert Sesekr1401: Added a password reset system that works very...
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-12 Robert Sesekr1396: We don't need to run build_assignedto() anymore...
2007-02-12 Robert Sesekr1395: - Searching of custom fields now works, but...
2007-02-11 Robert Sesekr1394: changes += 2
2007-02-11 Robert Sesekr1393: No need to waste a query if the automation isn...
2007-02-11 Robert Sesekr1392: Lots of work going into making the custom fields...
2007-02-03 Robert Sesekr1390: Merging up the template diff from the branch
2007-02-03 Robert Sesekr1387: Merging the upgrade script from the 1.1.x branch...
2007-02-03 Robert Sesekr1386: Adding the upgrade script for 1.1.5 1.1.5
2007-02-03 Robert Sesekr1385: Again, it was actually bug 66, not 68
2007-02-03 Robert Sesekr1384: It was actually bug 66...
2007-02-03 Robert Sesekr1383: Merging r1382 from trunk to branch
2007-02-03 Robert Sesekr1382: Fixing a small typo in the header/guest welcome...
2007-01-25 Robert Sesekr1381: Merging r1380 from trunk to branch.
next