bugdar.git
17 years agor1540: Updating the schema file 1.2.0-b3
Robert Sesek [Sun, 8 Apr 2007 01:36:10 +0000 (01:36 +0000)]
r1540: Updating the schema file

17 years agor1539: Add another step to the release procedure (updating the schema file)
Robert Sesek [Sun, 8 Apr 2007 01:26:35 +0000 (01:26 +0000)]
r1539: Add another step to the release procedure (updating the schema file)

17 years agor1538: Rebuild all the caches in install/upgrade13.php just to be safe because I...
Robert Sesek [Sun, 8 Apr 2007 01:22:20 +0000 (01:22 +0000)]
r1538: Rebuild all the caches in install/upgrade13.php just to be safe because I think there may be some bad data from pervious installs... and it can't hurt (actually, we may want to do it after every upgrade)

17 years agor1537: Adding the version record for 1.2.0 Beta 3 to install/global.php
Robert Sesek [Sun, 8 Apr 2007 00:56:27 +0000 (00:56 +0000)]
r1537: Adding the version record for 1.2.0 Beta 3 to install/global.php

17 years agor1536: - Adding the template diff for 1.2.0 Beta 3
Robert Sesek [Sun, 8 Apr 2007 00:54:17 +0000 (00:54 +0000)]
r1536: - Adding the template diff for 1.2.0 Beta 3
- Updating the en_US.pot language file

17 years agor1535: Make sure we changemod the files we write to
Robert Sesek [Sun, 8 Apr 2007 00:46:29 +0000 (00:46 +0000)]
r1535: Make sure we changemod the files we write to

17 years agor1534: We want to remove that call to error_reporting()... woops
Robert Sesek [Sat, 7 Apr 2007 02:01:15 +0000 (02:01 +0000)]
r1534: We want to remove that call to error_reporting()... woops

17 years agor1533: Apparently some systems don't like our pass-by-reference use of ProcessBugData...
Robert Sesek [Sat, 7 Apr 2007 02:00:13 +0000 (02:00 +0000)]
r1533: Apparently some systems don't like our pass-by-reference use of ProcessBugDataForDisplay(), so change it to be used with an assignment operation instead. Closes bug://report/78.

17 years agor1532: We need to call build_settings() after we set them
Robert Sesek [Tue, 3 Apr 2007 21:45:14 +0000 (21:45 +0000)]
r1532: We need to call build_settings() after we set them

17 years agor1531: Adding upgrade13.php which fixes some previous issues
Robert Sesek [Tue, 3 Apr 2007 21:43:33 +0000 (21:43 +0000)]
r1531: Adding upgrade13.php which fixes some previous issues

17 years agor1530: Adding an installer check in install/install.php to prevent people from attemp...
Robert Sesek [Tue, 3 Apr 2007 03:50:36 +0000 (03:50 +0000)]
r1530: Adding an installer check in install/install.php to prevent people from attempting to install without the right MySQL permissions

17 years agor1529: Change the trackerversion setting to be [#]version[#]
Robert Sesek [Tue, 3 Apr 2007 03:46:31 +0000 (03:46 +0000)]
r1529: Change the trackerversion setting to be [#]version[#]

17 years agor1528: In install/installer.php:
Robert Sesek [Mon, 2 Apr 2007 19:06:29 +0000 (19:06 +0000)]
r1528: In install/installer.php:
- Move the data caching system up to be right after we load settings and default data
- Call build_usergroups() right before we insert the new admin user, removing the problem of the usergroup datastore not being built for build_assingedto()

17 years agor1527: Forgot to add the groupids column to the schema
Robert Sesek [Mon, 2 Apr 2007 19:00:56 +0000 (19:00 +0000)]
r1527: Forgot to add the groupids column to the schema

17 years agor1526: In includes/class_notification.php#fetch_user_cache(), we no longer want to...
Robert Sesek [Mon, 2 Apr 2007 18:32:10 +0000 (18:32 +0000)]
r1526: In includes/class_notification.php#fetch_user_cache(), we no longer want to clear the roles[] array because it would actually prevent emails from being sent due to the way we use set_bug_data() in editreport.php

17 years agor1525: Attach &rerun=1 to the URL for saved searches when running them from the ...
Robert Sesek [Sat, 31 Mar 2007 23:00:13 +0000 (23:00 +0000)]
r1525: Attach &rerun=1 to the URL for saved searches when running them from the "Options" tab

17 years agor1524: In BugAPI::set(), we can't use our pretty call_user_func_array() logic, but...
Robert Sesek [Wed, 28 Mar 2007 00:22:21 +0000 (00:22 +0000)]
r1524: In BugAPI::set(), we can't use our pretty call_user_func_array() logic, but rather we now have to do a physical call to parent::set() because of stupid PHP4

17 years agor1523: In passwordreset.xml.tpl, we need to enclose the trackertitle variable in...
Robert Sesek [Tue, 27 Mar 2007 02:28:12 +0000 (02:28 +0000)]
r1523: In passwordreset.xml.tpl, we need to enclose the trackertitle variable in curly braces so it doesn't come out as "Array['trackertitle']" in actual emails

17 years agor1522: Adding a PHP4 constructor to the Authentication class
Robert Sesek [Tue, 27 Mar 2007 02:18:47 +0000 (02:18 +0000)]
r1522: Adding a PHP4 constructor to the Authentication class

17 years agor1521: We need to move up the loading of includes/language.php in init.php so that...
Robert Sesek [Tue, 27 Mar 2007 02:13:39 +0000 (02:13 +0000)]
r1521: We need to move up the loading of includes/language.php in init.php so that we get the gettext mimic functions

17 years agor1519: Add a note about tagging the version to docs/release_procedure.txt
Robert Sesek [Mon, 19 Mar 2007 18:35:49 +0000 (18:35 +0000)]
r1519: Add a note about tagging the version to docs/release_procedure.txt

17 years agor1518: Moving the changes from schema_changes.sql to the new upgrade12.php
Robert Sesek [Mon, 19 Mar 2007 18:20:19 +0000 (18:20 +0000)]
r1518: Moving the changes from schema_changes.sql to the new upgrade12.php

17 years agor1517: Updating the .pot file for beta 2
Robert Sesek [Mon, 19 Mar 2007 18:17:01 +0000 (18:17 +0000)]
r1517: Updating the .pot file for beta 2

17 years agor1516: Adding the template diff for Beta 2
Robert Sesek [Mon, 19 Mar 2007 18:03:34 +0000 (18:03 +0000)]
r1516: Adding the template diff for Beta 2

17 years agor1515: Minor grammar issues fixed in the changelog
Robert Sesek [Mon, 19 Mar 2007 18:01:12 +0000 (18:01 +0000)]
r1515: Minor grammar issues fixed in the changelog

17 years agor1514: Woops we already logged the change about gettext
Robert Sesek [Mon, 19 Mar 2007 17:59:41 +0000 (17:59 +0000)]
r1514: Woops we already logged the change about gettext

17 years agor1513: Adding a few change notices and attaching bug reports to certain ones
Robert Sesek [Mon, 19 Mar 2007 17:42:49 +0000 (17:42 +0000)]
r1513: Adding a few change notices and attaching bug reports to certain ones

17 years agor1512: In the approve users section of admin/usergroup.php, we were still using the...
Robert Sesek [Mon, 19 Mar 2007 17:39:47 +0000 (17:39 +0000)]
r1512: In the approve users section of admin/usergroup.php, we were still using the mailing system from ISSO 2.0. Switched to using template-based emailing (which requires us to load the template system in that one file). Added templates/email/accountapproved.xml.tpl

17 years agor1511: Don't use PHP short tags because not everybody has them enabled.
Robert Sesek [Mon, 19 Mar 2007 05:50:24 +0000 (05:50 +0000)]
r1511: Don't use PHP short tags because not everybody has them enabled.

17 years agor1510: In draw_cancel() [templates/global.js] we can't use double quotes for window...
Robert Sesek [Mon, 19 Mar 2007 00:04:28 +0000 (00:04 +0000)]
r1510: In draw_cancel() [templates/global.js] we can't use double quotes for window.location because that wouldn't mesh well with being placed inside an onclick attribute... in fact I dare say it would down right break it.

17 years agor1509: Removing whitespace at the end of admin/usergroup.php
Robert Sesek [Sun, 18 Mar 2007 22:48:24 +0000 (22:48 +0000)]
r1509: Removing whitespace at the end of admin/usergroup.php

17 years agor1508: Fixing UserAPI::post_delete() to clean up bugfieldpermission and permission...
Robert Sesek [Sun, 18 Mar 2007 22:47:35 +0000 (22:47 +0000)]
r1508: Fixing UserAPI::post_delete() to clean up bugfieldpermission and permission so that usergroups are fully deleted

17 years agor1507: Adding the ability to clone usergroups
Robert Sesek [Sun, 18 Mar 2007 22:45:31 +0000 (22:45 +0000)]
r1507: Adding the ability to clone usergroups

17 years agor1506: changes++
Robert Sesek [Sun, 18 Mar 2007 19:36:00 +0000 (19:36 +0000)]
r1506: changes++

17 years agor1505: Implement multi group system for custom fields in explain.php and search.php
Robert Sesek [Sun, 18 Mar 2007 19:32:47 +0000 (19:32 +0000)]
r1505: Implement multi group system for custom fields in explain.php and search.php

17 years agor1504: Why on earth were we permission checking custom fields in the automation system?
Robert Sesek [Sun, 18 Mar 2007 19:25:34 +0000 (19:25 +0000)]
r1504: Why on earth were we permission checking custom fields in the automation system?

17 years agor1503: Update build_assignedto() so people in secondary groups that have assignee...
Robert Sesek [Sun, 18 Mar 2007 19:18:32 +0000 (19:18 +0000)]
r1503: Update build_assignedto() so people in secondary groups that have assignee powers are added to the cache

17 years agor1502: Making fetch_on_bits() work with multiple user groups
Robert Sesek [Sun, 18 Mar 2007 18:35:18 +0000 (18:35 +0000)]
r1502: Making fetch_on_bits() work with multiple user groups

17 years agor1501: We can actually simplify Logging::compare_arrays() by removing the array_diff...
Robert Sesek [Sun, 18 Mar 2007 18:01:33 +0000 (18:01 +0000)]
r1501: We can actually simplify Logging::compare_arrays() by removing the array_diff() business because it really isn't necessary it turns out and was actually responsible for adding a whole bunch of useless logs to the system

17 years agor1500: In showhistory.php:
Robert Sesek [Sun, 18 Mar 2007 17:47:05 +0000 (17:47 +0000)]
r1500: In showhistory.php:
- Enable multi-group support for custom fields
- Do not show custom fields in the history if users don't have permission to see them
- When we have a useless log (the very first empty checks at the top of the loop), kill them with a database query

17 years agor1499: In editreport.php:
Robert Sesek [Sun, 18 Mar 2007 17:35:45 +0000 (17:35 +0000)]
r1499: In editreport.php:
- Only set the standard bug fields if we have permission to change them (thus data isn't cleared when we don't have permission to)
- When setting the bug data for the NotificationCenter, use array_merge() to combine objdata[] and values[] so it doesn't look like we cleared all the fields if we didn't set them

17 years agor1498: In construct_custom_fields() and process_custom_fields(), change the query...
Robert Sesek [Sun, 18 Mar 2007 17:10:21 +0000 (17:10 +0000)]
r1498: In construct_custom_fields() and process_custom_fields(), change the query so we support multiple user group permissions

17 years agor1497: In editreport.php, there's really no point in error checking and validation...
Robert Sesek [Sun, 18 Mar 2007 05:21:24 +0000 (05:21 +0000)]
r1497: In editreport.php, there's really no point in error checking and validation if we don't ever do it...

17 years agor1496: There's a string here in the parsed comments that we didn't mark
Robert Sesek [Sun, 18 Mar 2007 05:15:16 +0000 (05:15 +0000)]
r1496: There's a string here in the parsed comments that we didn't mark

17 years agor1495: It helps if we get the name of the right datastore in can_perform()
Robert Sesek [Sun, 18 Mar 2007 05:10:09 +0000 (05:10 +0000)]
r1495: It helps if we get the name of the right datastore in can_perform()

17 years agor1494: We actually need to run array_strip_empty() on FetchUserPermissions() so I...
Robert Sesek [Sun, 18 Mar 2007 05:01:36 +0000 (05:01 +0000)]
r1494: We actually need to run array_strip_empty() on FetchUserPermissions() so I guess we'll just do that

17 years agor1493: In admin/product.php, move the page_start() call in the addversion branch...
Robert Sesek [Sun, 18 Mar 2007 04:50:06 +0000 (04:50 +0000)]
r1493: In admin/product.php, move the page_start() call in the addversion branch to be after the check for invalid products so we don't end up with a small display bug if the error is thrown

17 years agor1492: Apparently MySQL doesn't think that NULL values should be included in !parenti...
Robert Sesek [Sun, 18 Mar 2007 04:45:39 +0000 (04:45 +0000)]
r1492: Apparently MySQL doesn't think that NULL values should be included in !parentid which causes not all the products to be displayed in the product-level permissions

17 years agor1491: changes++
Robert Sesek [Sun, 18 Mar 2007 04:38:13 +0000 (04:38 +0000)]
r1491: changes++

17 years agor1490: Fixing a SQL error in admin/usergroup.php that would occur when inserting...
Robert Sesek [Sun, 18 Mar 2007 04:37:55 +0000 (04:37 +0000)]
r1490: Fixing a SQL error in admin/usergroup.php that would occur when inserting a new usergroup and trying to INSERT INTO the permissions table for custom fields

17 years agor1489: We really should heed warnings on PHP.net that tell us that there's problems...
Robert Sesek [Sun, 18 Mar 2007 01:49:03 +0000 (01:49 +0000)]
r1489: We really should heed warnings on PHP.net that tell us that there's problems with bitwise ops if we don't explicitly cast to ints...

17 years agor1488: Adding secondary usergroup support to the admin CP
Robert Sesek [Sun, 18 Mar 2007 01:45:39 +0000 (01:45 +0000)]
r1488: Adding secondary usergroup support to the admin CP

17 years agor1487: Forgot to remove the "value" in the forach() loop in api_user.php in verify_gr...
Robert Sesek [Sun, 18 Mar 2007 01:45:23 +0000 (01:45 +0000)]
r1487: Forgot to remove the "value" in the forach() loop in api_user.php in verify_groupids()

17 years agor1486: Adding API support for multiple usergroups in UserAPI. Because we verify in...
Robert Sesek [Sun, 18 Mar 2007 01:26:46 +0000 (01:26 +0000)]
r1486: Adding API support for multiple usergroups in UserAPI. Because we verify in the API, we no longer need to call array_strip_empty() in FetchUserPermissions()

17 years agor1485: - Adding base support for multiple user groups: schema changes, created FetchU...
Robert Sesek [Sun, 18 Mar 2007 01:22:03 +0000 (01:22 +0000)]
r1485: - Adding base support for multiple user groups: schema changes, created FetchUserPermissions(), and an improved can_perform()
- In ProcessBugDataForDisplay() we can use less calls to can_perform when checking canviewhidden* permissions

17 years agor1484: Fixing the automation system for custom fields; this probably got all borked...
Robert Sesek [Sat, 17 Mar 2007 23:23:54 +0000 (23:23 +0000)]
r1484: Fixing the automation system for custom fields; this probably got all borked up when we moved the storage location of custom field data

17 years agor1483: Fix the background color system of history_bit.tpl from the changes we made...
Robert Sesek [Sat, 17 Mar 2007 22:47:01 +0000 (22:47 +0000)]
r1483: Fix the background color system of history_bit.tpl from the changes we made with stylevars

17 years agor1482: Allow NO_VERSION_CHECK constant to actually work by not spelling it "NO_VERSIO...
Robert Sesek [Sat, 17 Mar 2007 20:02:05 +0000 (20:02 +0000)]
r1482: Allow NO_VERSION_CHECK constant to actually work by not spelling it "NO_VERSION_CHEK"

17 years agor1481: changes++
Robert Sesek [Sat, 17 Mar 2007 19:41:38 +0000 (19:41 +0000)]
r1481: changes++

17 years agor1480: Remove templates/stylevars.txt and the processing code involved in global.php
Robert Sesek [Sat, 17 Mar 2007 19:38:23 +0000 (19:38 +0000)]
r1480: Remove templates/stylevars.txt and the processing code involved in global.php

17 years agor1479: Remove the need for $stylevar[alt_color] by using the altcolor CSS class by...
Robert Sesek [Sat, 17 Mar 2007 19:36:03 +0000 (19:36 +0000)]
r1479: Remove the need for $stylevar[alt_color] by using the altcolor CSS class by changing the values swapped when calculating rows and using trackerhome_bits.tpl

17 years agor1478: In ListSorter::constructRow(), globalize $bugsys so that in row templates...
Robert Sesek [Sat, 17 Mar 2007 19:31:18 +0000 (19:31 +0000)]
r1478: In ListSorter::constructRow(), globalize $bugsys so that in row templates we can use that variable

17 years agor1477: Adding a .altwidth class so that we can remove $stylevar[alternate_width]...
Robert Sesek [Sat, 17 Mar 2007 19:24:32 +0000 (19:24 +0000)]
r1477: Adding a .altwidth class so that we can remove $stylevar[alternate_width]; replacing all instances of the stylevar with the new CSS class

17 years agor1476: Removing all uses of $stylevar[alt_color] in templates; we just have the code...
Robert Sesek [Sat, 17 Mar 2007 19:21:08 +0000 (19:21 +0000)]
r1476: Removing all uses of $stylevar[alt_color] in templates; we just have the code-based ones left

17 years agor1475: In .altcolor we should use background-color and not color for the property...
Robert Sesek [Sat, 17 Mar 2007 19:18:32 +0000 (19:18 +0000)]
r1475: In .altcolor we should use background-color and not color for the property. Adding .textcenter class to center-align text.

17 years agor1474: We no loner need the stylevars for cellpadding and cellspacing in tables becau...
Robert Sesek [Sat, 17 Mar 2007 19:16:04 +0000 (19:16 +0000)]
r1474: We no loner need the stylevars for cellpadding and cellspacing in tables because we can use CSS properties to achieve the same effect. Removing all the long <table> declarations and just replacing them with styling table with the .table class

17 years agor1473: Because we didn't understand the return val of eval() all our notifications...
Robert Sesek [Sat, 17 Mar 2007 18:42:26 +0000 (18:42 +0000)]
r1473: Because we didn't understand the return val of eval() all our notifications were blank. Fixing by moving all the eval() statements to not be in the assignment operation in NotificationCenter.

17 years agor1472: Fix a string offset bug due to those annoying uses of construct_user_display...
Robert Sesek [Sat, 17 Mar 2007 18:36:36 +0000 (18:36 +0000)]
r1472: Fix a string offset bug due to those annoying uses of construct_user_display() in NotificationCenter

17 years agor1471: Fix for bug://report/69: In install/global.php, move the loading of the includ...
Robert Sesek [Sat, 17 Mar 2007 18:25:02 +0000 (18:25 +0000)]
r1471: Fix for bug://report/69: In install/global.php, move the loading of the includes/language.php to be higher up so that the gettext emulation system is enabled sooner

17 years agor1470: Fix two bugs with searching that would:
Robert Sesek [Sat, 17 Mar 2007 16:08:45 +0000 (16:08 +0000)]
r1470: Fix two bugs with searching that would:
- Delete the current search if it were ever to be rerun
- Not update the timestamp on cached searches which would cause them to be rerun every time

17 years agor1469: Misspelled TIMENOW in search.php which caused searches to not be rerun after...
Robert Sesek [Sat, 17 Mar 2007 16:03:27 +0000 (16:03 +0000)]
r1469: Misspelled TIMENOW in search.php which caused searches to not be rerun after 15 minutes

17 years agor1468: In mailtest.php:
Robert Sesek [Sat, 17 Mar 2007 15:52:02 +0000 (15:52 +0000)]
r1468: In mailtest.php:
- Check the validity of email addresses before sending
- Make the sending from a non-existent address more effective and meaningful

17 years agor1467: Adding a mailtest script for people who are having problems receiving emails...
Robert Sesek [Sat, 17 Mar 2007 15:42:08 +0000 (15:42 +0000)]
r1467: Adding a mailtest script for people who are having problems receiving emails in Bugdar.

17 years agor1466: Fixing a bug in NotificationCenter::send_new_comment_notice() where we weren...
Robert Sesek [Fri, 16 Mar 2007 02:27:22 +0000 (02:27 +0000)]
r1466: Fixing a bug in NotificationCenter::send_new_comment_notice() where we weren't getting the userid because we were accessing strings and not the $userid variable

17 years agor1464: These will also probably create improper escape warnings due to doing {"$somevar"} 1.2.0-b1
Robert Sesek [Tue, 13 Mar 2007 00:41:25 +0000 (00:41 +0000)]
r1464: These will also probably create improper escape warnings due to doing {"$somevar"}

17 years agor1463: Fix an improper character escape
Robert Sesek [Tue, 13 Mar 2007 00:38:43 +0000 (00:38 +0000)]
r1463: Fix an improper character escape

17 years agor1462: Fix the tag from "verson" to "version"
Robert Sesek [Tue, 13 Mar 2007 00:32:59 +0000 (00:32 +0000)]
r1462: Fix the tag from "verson" to "version"

17 years agor1461: Forgot one prefix
Robert Sesek [Mon, 12 Mar 2007 01:35:07 +0000 (01:35 +0000)]
r1461: Forgot one prefix

17 years agor1460: Add a few sanity checks in the mass-update system just in case
Robert Sesek [Mon, 12 Mar 2007 01:34:23 +0000 (01:34 +0000)]
r1460: Add a few sanity checks in the mass-update system just in case

17 years agor1459: We need to get rid of all the old searches in order for the system to work...
Robert Sesek [Mon, 12 Mar 2007 00:24:19 +0000 (00:24 +0000)]
r1459: We need to get rid of all the old searches in order for the system to work right again, so do that in mark2

17 years agor1458: Fixed a bug so that now the default column options are used properly
Robert Sesek [Mon, 12 Mar 2007 00:22:57 +0000 (00:22 +0000)]
r1458: Fixed a bug so that now the default column options are used properly

17 years agor1457: We needed to reexport the settings because 'userid' isn't a valid column option
Robert Sesek [Mon, 12 Mar 2007 00:17:02 +0000 (00:17 +0000)]
r1457: We needed to reexport the settings because 'userid' isn't a valid column option

17 years agor1456: We need to add default settings and custom help to the upgrade script because...
Robert Sesek [Mon, 12 Mar 2007 00:09:58 +0000 (00:09 +0000)]
r1456: We need to add default settings and custom help to the upgrade script because we added them in avalon

17 years agor1455: Removing all the queries we have added to the upgrade script
Robert Sesek [Mon, 12 Mar 2007 00:09:27 +0000 (00:09 +0000)]
r1455: Removing all the queries we have added to the upgrade script

17 years agor1454: Encase the foreach() loop on components in ConstructProductSelect() so we...
Robert Sesek [Mon, 12 Mar 2007 00:00:37 +0000 (00:00 +0000)]
r1454: Encase the foreach() loop on components in ConstructProductSelect() so we don't get warnings

17 years agor1453: Stop including includes/setting.php when we don't need to for the upgrade...
Robert Sesek [Sun, 11 Mar 2007 23:55:33 +0000 (23:55 +0000)]
r1453: Stop including includes/setting.php when we don't need to for the upgrade scripts

17 years agor1452: Adding a step to migrate custom field data (which we forgot about... woops!)
Robert Sesek [Sun, 11 Mar 2007 23:53:26 +0000 (23:53 +0000)]
r1452: Adding a step to migrate custom field data (which we forgot about... woops!)

17 years agor1451: Updating the schema file
Robert Sesek [Sun, 11 Mar 2007 23:43:04 +0000 (23:43 +0000)]
r1451: Updating the schema file

17 years agor1450: Adding upgrade11.php as the upgrade script from 1.1.5 to 1.2.0b1
Robert Sesek [Sun, 11 Mar 2007 23:33:07 +0000 (23:33 +0000)]
r1450: Adding upgrade11.php as the upgrade script from 1.1.5 to 1.2.0b1

17 years agor1449: One last change for class_sort.php that now will make _processDataForColumn...
Robert Sesek [Sun, 11 Mar 2007 23:20:53 +0000 (23:20 +0000)]
r1449: One last change for class_sort.php that now will make _processDataForColumn() work by changing 'userid' to 'reporter' in step with the previous change from r1444

17 years agor1448: Updating the en_US.pot file with the latest language strings
Robert Sesek [Sun, 11 Mar 2007 23:17:25 +0000 (23:17 +0000)]
r1448: Updating the en_US.pot file with the latest language strings

17 years agor1447: Adding the template diff between 1.1.5 and 1.2.0 beta 1
Robert Sesek [Sun, 11 Mar 2007 23:10:00 +0000 (23:10 +0000)]
r1447: Adding the template diff between 1.1.5 and 1.2.0 beta 1

17 years agor1446: Don't show the controls to change the email, password, and displayname unless...
Robert Sesek [Sun, 11 Mar 2007 23:09:21 +0000 (23:09 +0000)]
r1446: Don't show the controls to change the email, password, and displayname unless the authmode is default

17 years agor1445: Dumping default data and settings into the files in preparation for release
Robert Sesek [Sun, 11 Mar 2007 23:02:41 +0000 (23:02 +0000)]
r1445: Dumping default data and settings into the files in preparation for release

17 years agor1444: In all other instances for sorting, the sortby key for reporter is reporter...
Robert Sesek [Sun, 11 Mar 2007 22:56:20 +0000 (22:56 +0000)]
r1444: In all other instances for sorting, the sortby key for reporter is reporter, not userid, so have includes/premissions (and thereby $bugsys->columns and $bugsys->columnNames) reflect that

17 years agor1443: Backing out the changes made in r1442 because our templates just aren't ready...
Robert Sesek [Sun, 11 Mar 2007 22:48:31 +0000 (22:48 +0000)]
r1443: Backing out the changes made in r1442 because our templates just aren't ready to do that

17 years agor1442: Removing usage of $stylevar[alt_color]
Robert Sesek [Sun, 11 Mar 2007 22:41:06 +0000 (22:41 +0000)]
r1442: Removing usage of $stylevar[alt_color]

17 years agor1441: Adding a phpBB2 authentication module
Robert Sesek [Sun, 11 Mar 2007 22:03:26 +0000 (22:03 +0000)]
r1441: Adding a phpBB2 authentication module

17 years agor1440: - Fixed a huge bug in Authentication::_syncBugdarUser() that would use the...
Robert Sesek [Sun, 11 Mar 2007 21:44:23 +0000 (21:44 +0000)]
r1440: - Fixed a huge bug in Authentication::_syncBugdarUser() that would use the authid as the user ID in the Bugdar database as the condition when syncing
- Only call Authenticatoin::clearCookies() in Autthentication::authenticateCookies() if the cookie data fails to verify, and not in other cases

17 years agor1439: Removing trailing whitespace from includes/auth/auth.php
Robert Sesek [Sun, 11 Mar 2007 06:44:43 +0000 (06:44 +0000)]
r1439: Removing trailing whitespace from includes/auth/auth.php