bugdar.git
15 years agoNew feature idea
Robert Sesek [Fri, 26 Sep 2008 20:33:00 +0000 (16:33 -0400)]
New feature idea

* docs/planning_2_0.txt

15 years agoSquash-merging the ISSO3 branch back onto master
Robert Sesek [Wed, 17 Sep 2008 14:44:16 +0000 (10:44 -0400)]
Squash-merging the ISSO3 branch back onto master

15 years agoTemplates XHTML compliance fixes
Elisamuel Resto [Sat, 14 Jun 2008 02:29:08 +0000 (22:29 -0400)]
Templates XHTML compliance fixes

Nearly all modified templates had a issue of:
 - no xmlns tag inside of the html tag
 - no type tag inside the stylesheet link rel's
 - no /> for some form elements

bugfield_input_text was missing a ending > for maxlength that made the output
visually break, and push everything onto one column, also making validation fail.

There are other validation warnings, such as for empty options in select fields
among others, but those are non-offensive, thus they don't exactly need attention.

Signed-off-by: Elisamuel Resto <ryuji@sourcemage.org>
15 years agoLoad ISSO3 support alongside ISSO2
Robert Sesek [Tue, 10 Jun 2008 15:02:33 +0000 (11:02 -0400)]
Load ISSO3 support alongside ISSO2

* includes/init.php

15 years agoAdding the ISSO submodule
Robert Sesek [Tue, 10 Jun 2008 14:53:23 +0000 (10:53 -0400)]
Adding the ISSO submodule

15 years agoAdding a .gitignore file
Robert Sesek [Tue, 10 Jun 2008 14:30:24 +0000 (10:30 -0400)]
Adding a .gitignore file

16 years agor1620: Custom, mandatory select fields didn't accept the first option as valid. Fixes...
Robert Sesek [Tue, 22 Apr 2008 19:19:17 +0000 (19:19 +0000)]
r1620: Custom, mandatory select fields didn't accept the first option as valid. Fixes bug 121.

* includes/functions.php:
(process_custom_fields)

16 years agor1618: Making a note for users to backup includes/config.php when upgrading
Robert Sesek [Tue, 25 Mar 2008 15:05:43 +0000 (15:05 +0000)]
r1618: Making a note for users to backup includes/config.php when upgrading

* UPGRADING

16 years agor1613: Merging r1611 and r1612 from the 1.2.x branch to the trunk (upgrade script...
Robert Sesek [Mon, 24 Mar 2008 02:39:52 +0000 (02:39 +0000)]
r1613: Merging r1611 and r1612 from the 1.2.x branch to the trunk (upgrade script stuff)

16 years agor1612: Adding the 1.2.2 version into the installer version list
Robert Sesek [Mon, 24 Mar 2008 02:29:45 +0000 (02:29 +0000)]
r1612: Adding the 1.2.2 version into the installer version list

* install/global.php

16 years agor1611: Adding the installer script and template diff for the 1.2.2 release
Robert Sesek [Mon, 24 Mar 2008 02:25:45 +0000 (02:25 +0000)]
r1611: Adding the installer script and template diff for the 1.2.2 release

* install/upgrade17.php: New file
* install/templates/1.2.1 - 1.2.2.diff: New file

16 years agor1610: Because ISSO is now in a git repository, we are merely going to add the last...
Robert Sesek [Mon, 24 Mar 2008 02:15:22 +0000 (02:15 +0000)]
r1610: Because ISSO is now in a git repository, we are merely going to add the last revision of ISSO2 to the Bugdar source tree to simplify the release process

16 years agor1609: Merging the changelog from r1608 from the 1.2.x branch to the trunk
Robert Sesek [Fri, 21 Mar 2008 03:37:57 +0000 (03:37 +0000)]
r1609: Merging the changelog from r1608 from the 1.2.x branch to the trunk

16 years agor1608: Merging r1607 from trunk
Robert Sesek [Fri, 21 Mar 2008 03:35:30 +0000 (03:35 +0000)]
r1608: Merging r1607 from trunk

16 years agor1607: Updating all the language strings to use T() instead of _() so we can use...
Robert Sesek [Fri, 21 Mar 2008 02:55:35 +0000 (02:55 +0000)]
r1607: Updating all the language strings to use T() instead of _() so we can use our new custom MOReader class instead of the built-in Gettext extension.

16 years agor1606: Merging the changes from r1605 from trunk to branch. Fixes bug://report/120
Robert Sesek [Mon, 11 Feb 2008 20:05:05 +0000 (20:05 +0000)]
r1606: Merging the changes from r1605 from trunk to branch. Fixes bug://report/120

16 years agor1605: Comments posted by guests can now be deleted. Fixes bug://report/120
Robert Sesek [Mon, 11 Feb 2008 20:02:26 +0000 (20:02 +0000)]
r1605: Comments posted by guests can now be deleted. Fixes bug://report/120

* docs/changes.txt: Changelog update
* includes/api_comment.php: Remove the relation on the Comment.userid field
* editcomment.php: Because we removed the relation on Comment.userid, we need to manually get the user info

16 years agor1604: Merging the changes from r1603 from the trunk to the branch
Robert Sesek [Sat, 22 Sep 2007 18:10:00 +0000 (18:10 +0000)]
r1604: Merging the changes from r1603 from the trunk to the branch

16 years agor1603: Fixing a small variable capitalization error
Robert Sesek [Sat, 22 Sep 2007 18:09:06 +0000 (18:09 +0000)]
r1603: Fixing a small variable capitalization error

* includes/auth/auth.php:
(Authentication::_createBugdarUser): Changed $authDb to $authdb

16 years agor1602: Merging r1601 from trunk to the branch
Robert Sesek [Sat, 25 Aug 2007 15:42:32 +0000 (15:42 +0000)]
r1602: Merging r1601 from trunk to the branch

16 years agor1601: The installer wasn't running with the database in UTF8 mode (even if the confi...
Robert Sesek [Sat, 25 Aug 2007 15:41:34 +0000 (15:41 +0000)]
r1601: The installer wasn't running with the database in UTF8 mode (even if the config directive stated to do so). Therefore, this would break certain installations.

* install/global.php: Adding a SET NAMES query
* docs/changes.txt

16 years agor1600: Merging r1599 from trunk to fix bug://report/97
Robert Sesek [Thu, 9 Aug 2007 19:06:13 +0000 (19:06 +0000)]
r1600: Merging r1599 from trunk to fix bug://report/97

16 years agor1599: Fixed bug://report/97. If a user had selected a language that had since been...
Robert Sesek [Thu, 9 Aug 2007 19:03:25 +0000 (19:03 +0000)]
r1599: Fixed bug://report/97. If a user had selected a language that had since been deleted, the email notification system would fail because the template paths it would try to load wouldn't exist becuase the langcode wouldn't be added.

* docs/changes.txt
* include/class_notification.php:
(NotificationCenter::_localeFromUserId): Instead of checking if the language ID exists for the user, get the langcode for the user's language and check if *that* exists

16 years agor1598: Forgot to add a TABLE_PREFIX to the query to get custom fields
Robert Sesek [Sat, 4 Aug 2007 22:18:25 +0000 (22:18 +0000)]
r1598: Forgot to add a TABLE_PREFIX to the query to get custom fields

* Source/class_sort.php:
(ListSorter::_fetchCustomFields): Add a TABLE_PREFIX to the non-permissions based query

16 years agor1597: Adding custom columns to the bug listing display. Fixes bug://report/73
Robert Sesek [Sat, 4 Aug 2007 17:46:45 +0000 (17:46 +0000)]
r1597: Adding custom columns to the bug listing display. Fixes bug://report/73

* includes/definitions.php: Removed
* includes/init.php: Do not include definitions.php anymore
* includes/class_sort.php:
(ListSorter::fetch_by_text): Fetch custom fields when getting the text information
(ListSorter::constructColumnHeaders): Use fetch_by_text() instead of $bugsys->columnNames[]
(ListSorter::_processColumns): Use fetch_by_text() instead of $bugsys->columnNames[] and make sure that the columns the user has selected actually exist (namely for permissions sanity)
(ListSorter::_fetchCustomFields): New method that returns all the custom fields in the system, or just the ones the user can see, based on a parameter

16 years agor1596: * templates/header.tpl: Moving the inline styling for the quicksearch to be...
Robert Sesek [Wed, 1 Aug 2007 23:14:42 +0000 (23:14 +0000)]
r1596: * templates/header.tpl: Moving the inline styling for the quicksearch to be in #quicksearch
* templates/global.css: Adding #quicksearch definition

16 years agor1595: Branching the trunk into the 1.2.x maintenance branch
Robert Sesek [Tue, 31 Jul 2007 20:12:40 +0000 (20:12 +0000)]
r1595: Branching the trunk into the 1.2.x maintenance branch

16 years agor1594: Fixes bug://report/95
Robert Sesek [Fri, 27 Jul 2007 05:45:28 +0000 (05:45 +0000)]
r1594: Fixes bug://report/95

Do not show the version number on non-admin pages.

* templates/footer.tpl: Rework the copyright text around not having a version number

16 years agor1593: Fixing bug://report/93
Robert Sesek [Fri, 27 Jul 2007 05:25:30 +0000 (05:25 +0000)]
r1593: Fixing bug://report/93

After mass-updating a search where the criteria were changed, a user would be stuck in a "no results" error.

* search.php: Adding a link to create a new search on a "no results" error

16 years agor1592: Adding a file that caches all the templates in Bugdar to the database
Robert Sesek [Fri, 20 Jul 2007 17:00:15 +0000 (17:00 +0000)]
r1592: Adding a file that caches all the templates in Bugdar to the database

16 years agor1591: Fix the user approval system by actually getting email templates correctly
Robert Sesek [Fri, 20 Jul 2007 02:20:49 +0000 (02:20 +0000)]
r1591: Fix the user approval system by actually getting email templates correctly

16 years agor1590: Fix a "Call-time pass-by-reference has been deprecated" on search.php line 602
Robert Sesek [Fri, 20 Jul 2007 00:30:00 +0000 (00:30 +0000)]
r1590: Fix a "Call-time pass-by-reference has been deprecated" on search.php line 602

16 years agor1588: Adding a copy of the license into the folder, and adding it to the packager 1.2.1
Robert Sesek [Fri, 20 Jul 2007 00:16:01 +0000 (00:16 +0000)]
r1588: Adding a copy of the license into the folder, and adding it to the packager

16 years agor1587: Adding the release preparation script
Robert Sesek [Fri, 20 Jul 2007 00:14:16 +0000 (00:14 +0000)]
r1587: Adding the release preparation script

16 years agor1586: Fixed a stupid parse error
Robert Sesek [Thu, 19 Jul 2007 23:13:55 +0000 (23:13 +0000)]
r1586: Fixed a stupid parse error

16 years agor1585: Forgot to bump the version
Robert Sesek [Thu, 19 Jul 2007 22:58:16 +0000 (22:58 +0000)]
r1585: Forgot to bump the version

16 years agor1584: changes++
Robert Sesek [Thu, 19 Jul 2007 22:48:30 +0000 (22:48 +0000)]
r1584: changes++

16 years agor1583: - If the version is bad, send them to upgrade16.php in hopes of fixing the...
Robert Sesek [Thu, 19 Jul 2007 22:38:19 +0000 (22:38 +0000)]
r1583: - If the version is bad, send them to upgrade16.php in hopes of fixing the problem
- Add upgrade16.php

16 years agor1582: We no longer can trust the tag variable substitution for PHP files. Changing...
Robert Sesek [Thu, 19 Jul 2007 22:33:24 +0000 (22:33 +0000)]
r1582: We no longer can trust the tag variable substitution for PHP files. Changing the way we use Budar's version number.

16 years agor1581: Fixing a bug where we weren't properly setting $search variables in search...
Robert Sesek [Wed, 18 Jul 2007 06:00:36 +0000 (06:00 +0000)]
r1581: Fixing a bug where we weren't properly setting $search variables in search.php which was making us rerun a search twice before newly-modified results would show up

16 years agor1580: In the INSTALLING and UPGRADING document, add a note about removing install...
Robert Sesek [Tue, 17 Jul 2007 23:57:43 +0000 (23:57 +0000)]
r1580: In the INSTALLING and UPGRADING document, add a note about removing install/global.php

16 years agor1578: Updating en_US.pot 1.2.0
Robert Sesek [Sat, 14 Jul 2007 19:03:42 +0000 (19:03 +0000)]
r1578: Updating en_US.pot

16 years agor1577: Adding the template changeset file
Robert Sesek [Sat, 14 Jul 2007 19:01:52 +0000 (19:01 +0000)]
r1577: Adding the template changeset file

16 years agor1576: Dumping the latest settings file
Robert Sesek [Sat, 14 Jul 2007 18:59:46 +0000 (18:59 +0000)]
r1576: Dumping the latest settings file

16 years agor1575: - Adding the 1.2.0 upgrade path in install/global.php
Robert Sesek [Sat, 14 Jul 2007 17:46:10 +0000 (17:46 +0000)]
r1575: - Adding the 1.2.0 upgrade path in install/global.php
- In install/upgrade.php add some further checks to see if the stored version is invalid

16 years agor1574: In NotificationCenter::_localeFromUserId() we now take into account when the...
Robert Sesek [Sat, 14 Jul 2007 17:45:35 +0000 (17:45 +0000)]
r1574: In NotificationCenter::_localeFromUserId() we now take into account when the language isn't set that we should use the default one

16 years agor1573: Adding the upgrade script for 1.2.0
Robert Sesek [Sat, 14 Jul 2007 05:44:24 +0000 (05:44 +0000)]
r1573: Adding the upgrade script for 1.2.0

16 years agor1572: There will be no RC2... we're going final
Robert Sesek [Fri, 13 Jul 2007 06:41:27 +0000 (06:41 +0000)]
r1572: There will be no RC2... we're going final

16 years agor1571: Removing trailing whitespace on login.php
Robert Sesek [Sun, 8 Jul 2007 06:03:24 +0000 (06:03 +0000)]
r1571: Removing trailing whitespace on login.php

16 years agor1570: We are no longer going to tell people to convert their databases, if they...
Robert Sesek [Sun, 8 Jul 2007 00:01:52 +0000 (00:01 +0000)]
r1570: We are no longer going to tell people to convert their databases, if they have problems, they can come and talk to us

16 years agor1569: Added improvements to convert_database_charset.php
Robert Sesek [Sun, 8 Jul 2007 00:01:23 +0000 (00:01 +0000)]
r1569: Added improvements to convert_database_charset.php

16 years agor1568: We now properly tell MySQL to use utf8 and we send a content-type header...
Robert Sesek [Sun, 8 Jul 2007 00:00:30 +0000 (00:00 +0000)]
r1568: We  now properly tell MySQL to use utf8 and we send a content-type header along with it, though it's an option in config.php so that people who don't use utf8 MySQL don't have problems

16 years agor1567: In NotificationCenter::finalize() tell the XML parser to use utf8
Robert Sesek [Sat, 7 Jul 2007 23:05:24 +0000 (23:05 +0000)]
r1567: In NotificationCenter::finalize() tell the XML parser to use utf8

16 years agor1566: Fixed an issue where header names weren't translated due to the fact that...
Robert Sesek [Thu, 5 Jul 2007 00:10:02 +0000 (00:10 +0000)]
r1566: Fixed an issue where header names weren't translated due to the fact that $bugsys->columnNames[] was being loaded (with gettexed strings) before the language system was initialized

16 years agor1565: New bug notifications would have a template-not-found error because the langco...
Robert Sesek [Tue, 3 Jul 2007 06:32:40 +0000 (06:32 +0000)]
r1565: New bug notifications would have a template-not-found error because the langcode wasn't being calculated because we're loading the NotificationCenter->users[] array too late

16 years agor1564: changes++
Robert Sesek [Sat, 30 Jun 2007 18:25:11 +0000 (18:25 +0000)]
r1564: changes++

16 years agor1563: Fixed a minor spelling error in activateaccount.xml.tpl
Robert Sesek [Sat, 30 Jun 2007 18:24:06 +0000 (18:24 +0000)]
r1563: Fixed a minor spelling error in activateaccount.xml.tpl

16 years agor1562: - Moving email templates into the locale/ directory so they can be translated...
Robert Sesek [Sat, 30 Jun 2007 18:22:12 +0000 (18:22 +0000)]
r1562: - Moving email templates into the locale/ directory so they can be translated into different languages
- Adding FetchEmailPath() so that the email template path doens't have to be given every time (since it is rather long)
- Updating all the locations where we send emails to use the new paths

16 years agor1561: Removing the accidential "A" put in check_bug_permissions() that I now just...
Robert Sesek [Thu, 28 Jun 2007 15:15:33 +0000 (15:15 +0000)]
r1561: Removing the accidential "A" put in check_bug_permissions() that I now just realized causes an error

16 years agor1560: In vote.php, we sanitize the vote value as UINT when it should be INT to allow...
Robert Sesek [Wed, 27 Jun 2007 08:10:21 +0000 (08:10 +0000)]
r1560: In vote.php, we sanitize the vote value as UINT when it should be INT to allow users to vote against bugs. Closes bug://report/84

16 years agor1559: Closing a SQL injection in register.php with the activationid
Robert Sesek [Sun, 17 Jun 2007 20:27:30 +0000 (20:27 +0000)]
r1559: Closing a SQL injection in register.php with the activationid

16 years agor1558: In userctrl_search.tpl, the floated elements need to be before unfloated ones...
Robert Sesek [Wed, 6 Jun 2007 00:55:21 +0000 (00:55 +0000)]
r1558: In userctrl_search.tpl, the floated elements need to be before unfloated ones otherwise Gecko engine offsets it by a line

16 years agor1556: Add another check on the table column conversions to ensure that it's only...
Robert Sesek [Mon, 4 Jun 2007 02:46:49 +0000 (02:46 +0000)]
r1556: Add another check on the table column conversions to ensure that it's only text and char data that we're converting

16 years agor1555: We aren't doing a final release, we're at RC1 so update the changelog to refle...
Robert Sesek [Mon, 4 Jun 2007 02:39:05 +0000 (02:39 +0000)]
r1555: We aren't doing a final release, we're at RC1 so update the changelog to reflect that

16 years agor1554: changes++
Robert Sesek [Mon, 4 Jun 2007 02:38:42 +0000 (02:38 +0000)]
r1554: changes++

16 years agor1553: Updating the en_US.pot file
Robert Sesek [Mon, 4 Jun 2007 02:35:25 +0000 (02:35 +0000)]
r1553: Updating the en_US.pot file

16 years agor1552: Adding the template diff for 1.2.0 RC1
Robert Sesek [Mon, 4 Jun 2007 02:33:50 +0000 (02:33 +0000)]
r1552: Adding the template diff for 1.2.0 RC1

16 years agor1551: In login.php, $message->items would never be filled because it doesn't actuall...
Robert Sesek [Sat, 2 Jun 2007 06:10:43 +0000 (06:10 +0000)]
r1551: In login.php, $message->items would never be filled because it doesn't actually exist in MessageReporter, instead we should use $message->hasErrors()

16 years agor1550: Adding the initial planning document for 2.0, which is still a ways off
Robert Sesek [Fri, 1 Jun 2007 07:46:19 +0000 (07:46 +0000)]
r1550: Adding the initial planning document for 2.0, which is still a ways off

16 years agor1549: Change the collation of the database to be 'utf8_general_ci' before we begin...
Robert Sesek [Fri, 1 Jun 2007 05:49:49 +0000 (05:49 +0000)]
r1549: Change the collation of the database to be 'utf8_general_ci' before we begin creating tables

16 years agor1548: Add an additional stop for the upgrade system in upgrade14.php that encourages...
Robert Sesek [Fri, 1 Jun 2007 05:47:53 +0000 (05:47 +0000)]
r1548: Add an additional stop for the upgrade system in upgrade14.php that encourages users to convert to utf8 MySQL

16 years agor1547: Adding the upgrade14.php script which runs the upgrade to 1.2.0 RC1
Robert Sesek [Thu, 31 May 2007 17:54:36 +0000 (17:54 +0000)]
r1547: Adding the upgrade14.php script which runs the upgrade to 1.2.0 RC1

16 years agor1546: Adding convert_database_charset.php
Robert Sesek [Thu, 31 May 2007 17:19:29 +0000 (17:19 +0000)]
r1546: Adding convert_database_charset.php

16 years agor1545: Adding the text-align attribute to the mid box section of the showreport_comme...
Robert Sesek [Sun, 20 May 2007 02:15:07 +0000 (02:15 +0000)]
r1545: Adding the text-align attribute to the mid box section of the showreport_comment.tpl so that RTL comments are displayed RTL. Fixes bug://report/80

16 years agor1544: Adding an 'assignedto' formatter in ProcessBugDataForDisplay()
Robert Sesek [Sun, 20 May 2007 01:58:09 +0000 (01:58 +0000)]
r1544: Adding an 'assignedto' formatter in ProcessBugDataForDisplay()

16 years agor1543: Adding the "assigned to" column to the display grid, and enable sorting
Robert Sesek [Tue, 15 May 2007 22:02:47 +0000 (22:02 +0000)]
r1543: Adding the "assigned to" column to the display grid, and enable sorting
for it

17 years agor1542: Adding the post-commit hook example for SVN
Robert Sesek [Tue, 17 Apr 2007 03:14:47 +0000 (03:14 +0000)]
r1542: Adding the post-commit hook example for SVN

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