bugdar.git
17 years agor1389: Forgot to add the template diff 1.1.x
Robert Sesek [Sat, 3 Feb 2007 22:15:21 +0000 (22:15 +0000)]
r1389: Forgot to add the template diff

17 years agor1386: Adding the upgrade script for 1.1.5 1.1.5
Robert Sesek [Sat, 3 Feb 2007 21:59:41 +0000 (21:59 +0000)]
r1386: Adding the upgrade script for 1.1.5

17 years agor1385: Again, it was actually bug 66, not 68
Robert Sesek [Sat, 3 Feb 2007 21:56:39 +0000 (21:56 +0000)]
r1385: Again, it was actually bug 66, not 68

17 years agor1383: Merging r1382 from trunk to branch
Robert Sesek [Sat, 3 Feb 2007 21:55:34 +0000 (21:55 +0000)]
r1383: Merging r1382 from trunk to branch

17 years agor1381: Merging r1380 from trunk to branch.
Robert Sesek [Thu, 25 Jan 2007 04:35:49 +0000 (04:35 +0000)]
r1381: Merging r1380 from trunk to branch.

17 years agor1379: Merging r1378 from trunk back to the 1.1.x branch because this feature was...
Robert Sesek [Sun, 21 Jan 2007 23:52:51 +0000 (23:52 +0000)]
r1379: Merging r1378 from trunk back to the 1.1.x branch because this feature was easy enough to add

17 years agor1375: - Fix a SQL error on admin/user.php when adding a new user (bug://report/63)
Robert Sesek [Fri, 29 Dec 2006 21:21:12 +0000 (21:21 +0000)]
r1375: - Fix a SQL error on admin/user.php when adding a new user (bug://report/63)
- When adding new users from the admin section, email options are not saved right because post_insert() also sets options, mixing with the admin-set ones

17 years agor1373: changes++
Robert Sesek [Fri, 29 Dec 2006 21:01:49 +0000 (21:01 +0000)]
r1373: changes++

17 years agor1371: Attempt to fix bug://report/62 where there's a report of a SQL error
Robert Sesek [Tue, 26 Dec 2006 23:23:10 +0000 (23:23 +0000)]
r1371: Attempt to fix bug://report/62 where there's a report of a SQL error

17 years agor1324: Merging r1323 from trunk
Robert Sesek [Sat, 25 Nov 2006 01:13:58 +0000 (01:13 +0000)]
r1324: Merging r1323 from trunk

17 years agor1322: Merging r1321 from trunk
Robert Sesek [Sat, 25 Nov 2006 00:58:05 +0000 (00:58 +0000)]
r1322: Merging r1321 from trunk

17 years agor1316: Branching the code from the trunk to create a 1.1.x branch as development...
Robert Sesek [Thu, 23 Nov 2006 22:19:52 +0000 (22:19 +0000)]
r1316: Branching the code from the trunk to create a 1.1.x branch as development on 1.2.0 will now commense

17 years agor1313: Bringing install/global.php to use the ISSO 2.1.x initializers 1.1.4
Robert Sesek [Thu, 23 Nov 2006 22:01:10 +0000 (22:01 +0000)]
r1313: Bringing install/global.php to use the ISSO 2.1.x initializers

17 years agor1312: Removing the admin/images directory because this has long outlived its usefulness
Robert Sesek [Thu, 23 Nov 2006 21:52:04 +0000 (21:52 +0000)]
r1312: Removing the admin/images directory because this has long outlived its usefulness

17 years agor1311: I always thought there was a bug in the email sending process for new comments...
Robert Sesek [Thu, 23 Nov 2006 21:20:28 +0000 (21:20 +0000)]
r1311: I always thought there was a bug in the email sending process for new comments; I guess I got that right. Fixed.

17 years agor1310: Reorganizing the permission checks to be in a smarter order so we don't check...
Robert Sesek [Thu, 23 Nov 2006 20:31:17 +0000 (20:31 +0000)]
r1310: Reorganizing the permission checks to be in a smarter order so we don't check things twice and check other things (like the permissions of a nonexistent bug) unnecessarily.

17 years agor1309: It'd be good if we changed the settings of the user we are editing and not...
Robert Sesek [Thu, 23 Nov 2006 20:19:49 +0000 (20:19 +0000)]
r1309: It'd be good if we changed the settings of the user we are editing and not our own

17 years agor1308: Adding a link to the FAQ in the INSTALLING/UPGRADING files
Robert Sesek [Thu, 23 Nov 2006 17:30:43 +0000 (17:30 +0000)]
r1308: Adding a link to the FAQ in the INSTALLING/UPGRADING files

17 years agor1307: - Adding the template diff file for 1.1.4
Robert Sesek [Thu, 23 Nov 2006 17:26:54 +0000 (17:26 +0000)]
r1307: - Adding the template diff file for 1.1.4
- Regenerating the en_US.pot file for release

17 years agor1306: We don't need to float the columns because the id's are unique and the styling...
Robert Sesek [Thu, 23 Nov 2006 17:20:45 +0000 (17:20 +0000)]
r1306: We don't need to float the columns because the id's are unique and the styling for them already takes care of that.

17 years agor1305: Update the changelog for r1304
Robert Sesek [Thu, 23 Nov 2006 16:58:32 +0000 (16:58 +0000)]
r1305: Update the changelog for r1304

17 years agor1304: Fixing for good the IE <textarea> overflow issues for the comment reply boxes...
Robert Sesek [Thu, 23 Nov 2006 16:53:32 +0000 (16:53 +0000)]
r1304: Fixing for good the IE <textarea> overflow issues for the comment reply boxes. It's a simple as setting the parent <div> to have a width.

17 years agor1302: The manual is never going to get done because I hate writing manuals. So let...
Robert Sesek [Thu, 23 Nov 2006 05:58:23 +0000 (05:58 +0000)]
r1302: The manual is never going to get done because I hate writing manuals. So let's remove that tidbit from the UPGRADING/INSTALLING files.

17 years agor1298: Remove a </a> that does not close any opening tag
Robert Sesek [Tue, 21 Nov 2006 17:18:16 +0000 (17:18 +0000)]
r1298: Remove a </a> that does not close any opening tag

17 years agor1297: We can't put the <form> in a <span> because we get validation errors
Robert Sesek [Tue, 21 Nov 2006 17:17:20 +0000 (17:17 +0000)]
r1297: We can't put the <form> in a <span> because we get validation errors

17 years agor1296: Marking a few missed strings in admin/index.php
Robert Sesek [Tue, 21 Nov 2006 03:59:00 +0000 (03:59 +0000)]
r1296: Marking a few missed strings in admin/index.php

17 years agor1295: changes++
Robert Sesek [Tue, 21 Nov 2006 03:41:18 +0000 (03:41 +0000)]
r1295: changes++

17 years agor1294: Add maxlenth attributes to all <input:text> elements so the database doesn...
Robert Sesek [Mon, 20 Nov 2006 01:53:57 +0000 (01:53 +0000)]
r1294: Add maxlenth attributes to all <input:text> elements so the database doesn't truncate without the user knowning

17 years agor1293: Fixed the attachment block and the bug display columns with RTL languages...
Robert Sesek [Sun, 19 Nov 2006 17:45:36 +0000 (17:45 +0000)]
r1293: Fixed the attachment block and the bug display columns with RTL languages in Firefox

17 years agor1292: Prevent XSS attacks by only allowing JPEG, JPG, PNG, and GIF to be displayed...
Robert Sesek [Sun, 19 Nov 2006 09:03:58 +0000 (09:03 +0000)]
r1292: Prevent XSS attacks by only allowing JPEG, JPG, PNG, and GIF to be displayed as Content-Type:inline as everything else can be used to execute scripts and such, which would be bad

17 years agor1291: Get rid of the float:right and use float:$stylevar[right] in header.tpl for...
Robert Sesek [Sun, 19 Nov 2006 09:02:13 +0000 (09:02 +0000)]
r1291: Get rid of the float:right and use float:$stylevar[right] in header.tpl for the syndicate button.

17 years agor1290: Adding the same form for the bug display quick search to the top header so...
Robert Sesek [Thu, 16 Nov 2006 05:12:33 +0000 (05:12 +0000)]
r1290: Adding the same form for the bug display quick search to the top header so it is accessible everywhere.

17 years agor1289: Spelling boo boo. "NoTe" not "NoDe".
Robert Sesek [Thu, 16 Nov 2006 01:57:55 +0000 (01:57 +0000)]
r1289: Spelling boo boo. "NoTe" not "NoDe".

17 years agor1288: We cannot put the float'd span's after main content because it pushes everythi...
Robert Sesek [Thu, 16 Nov 2006 01:44:51 +0000 (01:44 +0000)]
r1288: We cannot put the float'd span's after main content because it pushes everything down, so move it up so it no longer happens in the edit/delete links for showreport.php attachments

17 years agor1287: Mail::set() no longer exists, but Mail::setSubject() does
Robert Sesek [Thu, 16 Nov 2006 01:43:04 +0000 (01:43 +0000)]
r1287: Mail::set() no longer exists, but Mail::setSubject() does

17 years agor1286: We no longer need a lot of these text files as they were from the 1.0.x days
Robert Sesek [Tue, 14 Nov 2006 04:21:10 +0000 (04:21 +0000)]
r1286: We no longer need a lot of these text files as they were from the 1.0.x days

17 years agor1285: Created the defaulttimezone option to allow admins to set the timezone for...
Robert Sesek [Tue, 14 Nov 2006 03:41:58 +0000 (03:41 +0000)]
r1285: Created the defaulttimezone option to allow admins to set the timezone for guests

17 years agor1284: Update the mail sending code to work with ISSO 2.1.x
Robert Sesek [Sat, 11 Nov 2006 21:07:07 +0000 (21:07 +0000)]
r1284: Update the mail sending code to work with ISSO 2.1.x

17 years agor1283: Upgrading the initilization code to use the right setters for ISSO 2.1.x
Robert Sesek [Sat, 11 Nov 2006 20:55:44 +0000 (20:55 +0000)]
r1283: Upgrading the initilization code to use the right setters for ISSO 2.1.x

17 years agor1282: Move the framework to the 2.1.x branch
Robert Sesek [Sat, 11 Nov 2006 20:46:57 +0000 (20:46 +0000)]
r1282: Move the framework to the 2.1.x branch

17 years agor1281: Updating the schema file
Robert Sesek [Sat, 11 Nov 2006 20:40:37 +0000 (20:40 +0000)]
r1281: Updating the schema file

17 years agor1280: Adding the upgrade file
Robert Sesek [Sat, 11 Nov 2006 20:38:04 +0000 (20:38 +0000)]
r1280: Adding the upgrade file

17 years agor1279: Our copyright symbol went away
Robert Sesek [Sat, 11 Nov 2006 20:33:32 +0000 (20:33 +0000)]
r1279: Our copyright symbol went away

17 years agor1278: We need the AS clause in editcomment.php to prevent SQL errors from
Robert Sesek [Thu, 9 Nov 2006 19:30:10 +0000 (19:30 +0000)]
r1278: We need the AS clause in editcomment.php to prevent SQL errors from
occurring

17 years agor1277: We need includes/language.php in install/global.php so people without Gettext...
Robert Sesek [Thu, 9 Nov 2006 05:06:12 +0000 (05:06 +0000)]
r1277: We need includes/language.php in install/global.php so people without Gettext can install Bugdar

17 years agor1276: Change the name of the email and password fields so evil autofill doesn't...
Robert Sesek [Wed, 8 Nov 2006 05:15:31 +0000 (05:15 +0000)]
r1276: Change the name of the email and password fields so evil autofill doesn't do stupid things, like autocompleting those fields

17 years agor1275: Try to fix a weird scrolling and overflow bug in IE7 with the <textarea>s
Robert Sesek [Wed, 8 Nov 2006 04:54:58 +0000 (04:54 +0000)]
r1275: Try to fix a weird scrolling and overflow bug in IE7 with the <textarea>s

17 years agor1274: We can now remove attachments from the database permanently
Robert Sesek [Wed, 8 Nov 2006 04:35:47 +0000 (04:35 +0000)]
r1274: We can now remove attachments from the database permanently

17 years agor1273: When there are no emails linked to a bug report, implode()ing the IDs and...
Robert Sesek [Thu, 26 Oct 2006 02:34:06 +0000 (02:34 +0000)]
r1273: When there are no emails linked to a bug report, implode()ing the IDs and then querying them for sending emails will result in a SQL error

17 years agor1272: In admin/product.php, in construct_option_list(), don't calculate $type and...
Robert Sesek [Wed, 25 Oct 2006 00:59:39 +0000 (00:59 +0000)]
r1272: In admin/product.php, in construct_option_list(), don't calculate $type and $type_display; instead, actuall add them as arguments because when using a foreign language, $type is used to generate the DO action and it would be translated (so not in English) so this page wouldn't work.

17 years agor1271: If $bugsys->options['pagelinks'] is set to 0, then actually display all pages...
Robert Sesek [Wed, 25 Oct 2006 00:51:12 +0000 (00:51 +0000)]
r1271: If $bugsys->options['pagelinks'] is set to 0, then actually display all pages instead of only displaying one

17 years agor1270: Remove an implode() warning on admin/field.php:235
Robert Sesek [Wed, 25 Oct 2006 00:40:37 +0000 (00:40 +0000)]
r1270: Remove an implode() warning on admin/field.php:235

17 years agor1269: We were a little overzealous in our security checking last time and we added...
Robert Sesek [Sat, 21 Oct 2006 18:48:44 +0000 (18:48 +0000)]
r1269: We were a little overzealous in our security checking last time and we added some cleaning calls that broke search...

17 years agor1268: changes++
Robert Sesek [Sat, 21 Oct 2006 18:44:04 +0000 (18:44 +0000)]
r1268: changes++

17 years agor1267: Fixing a SQL error because we were accessing the wrong option when updating...
Robert Sesek [Sat, 21 Oct 2006 18:39:35 +0000 (18:39 +0000)]
r1267: Fixing a SQL error because we were accessing the wrong option when updating in post_delete()

17 years agor1266: changes++
Robert Sesek [Wed, 18 Oct 2006 06:13:05 +0000 (06:13 +0000)]
r1266: changes++

17 years agor1265: Timezones with half hours are not saved because the timezone is considered...
Robert Sesek [Wed, 18 Oct 2006 06:12:12 +0000 (06:12 +0000)]
r1265: Timezones with half hours are not saved because the timezone is considered an INT not a FLOAT

17 years agor1263: Adding the upgrade scripts
Robert Sesek [Sun, 15 Oct 2006 02:08:08 +0000 (02:08 +0000)]
r1263: Adding the upgrade scripts

17 years agor1262: Adding the template diff file
Robert Sesek [Sun, 15 Oct 2006 02:06:42 +0000 (02:06 +0000)]
r1262: Adding the template diff file

17 years agor1261: Updating the POT
Robert Sesek [Sun, 15 Oct 2006 02:04:18 +0000 (02:04 +0000)]
r1261: Updating the POT

17 years agor1260: Fixed a really annoying bug where IE6 hides error messages for no apparent...
Robert Sesek [Sun, 15 Oct 2006 01:08:17 +0000 (01:08 +0000)]
r1260: Fixed a really annoying bug where IE6 hides error messages for no apparent reason other than it's a piece of crap.

17 years agor1259: Unnecessary parens
Robert Sesek [Sun, 15 Oct 2006 00:31:34 +0000 (00:31 +0000)]
r1259: Unnecessary parens

17 years agor1258: - We forgot to change the extensive call to page_start() in admin/global.php...
Robert Sesek [Sun, 15 Oct 2006 00:31:08 +0000 (00:31 +0000)]
r1258: - We forgot to change the extensive call to page_start() in admin/global.php so the number 15 kept showing up
- Forgot to mark the page title in the admin login screen as a gettext string

17 years agor1257: IE apparently wants url=X in its meta refresh tag.
Robert Sesek [Sun, 15 Oct 2006 00:19:24 +0000 (00:19 +0000)]
r1257: IE apparently wants url=X in its meta refresh tag.

17 years agor1256: changes++
Robert Sesek [Sat, 14 Oct 2006 22:19:24 +0000 (22:19 +0000)]
r1256: changes++

17 years agor1255: Gargh. Another stupid bug in which DATA LOSS occurs when a
Robert Sesek [Fri, 13 Oct 2006 14:41:17 +0000 (14:41 +0000)]
r1255: Gargh. Another stupid bug in which DATA LOSS occurs when a
non-edit-empowered user tries to comment on a bug

17 years agor1253: changes++
Robert Sesek [Fri, 13 Oct 2006 00:53:54 +0000 (00:53 +0000)]
r1253: changes++

17 years agor1252: Escape input on install.php master settings
Robert Sesek [Fri, 13 Oct 2006 00:53:35 +0000 (00:53 +0000)]
r1252: Escape input on install.php master settings

17 years agor1251: Adding the template diff file
Robert Sesek [Fri, 13 Oct 2006 00:48:00 +0000 (00:48 +0000)]
r1251: Adding the template diff file

17 years agor1250: Adding the upgrade script
Robert Sesek [Fri, 13 Oct 2006 00:47:24 +0000 (00:47 +0000)]
r1250: Adding the upgrade script

17 years agor1249: Fixed potential SQL injections via a POST attack on search.php
Robert Sesek [Thu, 12 Oct 2006 18:45:17 +0000 (18:45 +0000)]
r1249: Fixed potential SQL injections via a POST attack on search.php

17 years agor1248: Fixing a SQL injection on login.php
Robert Sesek [Thu, 12 Oct 2006 18:40:41 +0000 (18:40 +0000)]
r1248: Fixing a SQL injection on login.php

17 years agor1246: Updating language file 1.1.1
Robert Sesek [Thu, 12 Oct 2006 01:40:00 +0000 (01:40 +0000)]
r1246: Updating language file

17 years agor1245: Use display name instead of username
Robert Sesek [Thu, 12 Oct 2006 01:38:46 +0000 (01:38 +0000)]
r1245: Use display name instead of username

17 years agor1244: Adding the template diff file
Robert Sesek [Thu, 12 Oct 2006 01:36:51 +0000 (01:36 +0000)]
r1244: Adding the template diff file

17 years agor1243: Should have the right mark number..
Robert Sesek [Thu, 12 Oct 2006 01:32:31 +0000 (01:32 +0000)]
r1243: Should have the right mark number..

17 years agor1242: Adding the upgrade script
Robert Sesek [Thu, 12 Oct 2006 01:31:05 +0000 (01:31 +0000)]
r1242: Adding the upgrade script

17 years agor1241: changes++
Robert Sesek [Wed, 11 Oct 2006 02:52:10 +0000 (02:52 +0000)]
r1241: changes++

17 years agor1240: Working to get a lot of templates fixed for RTL fun
Robert Sesek [Wed, 11 Oct 2006 02:51:40 +0000 (02:51 +0000)]
r1240: Working to get a lot of templates fixed for RTL fun

17 years agor1239: Changes to allow for RTL in the admin panel
Robert Sesek [Wed, 11 Oct 2006 02:33:51 +0000 (02:33 +0000)]
r1239: Changes to allow for RTL in the admin panel

17 years agor1238: We need to clear the Mail->to[] array to prevent weird multiple email issues
Robert Sesek [Tue, 10 Oct 2006 05:54:54 +0000 (05:54 +0000)]
r1238: We need to clear the Mail->to[] array to prevent weird multiple email issues

17 years agor1237: Send an email when we activate a user
Robert Sesek [Tue, 10 Oct 2006 05:53:43 +0000 (05:53 +0000)]
r1237: Send an email when we activate a user

17 years agor1236: changes++
Robert Sesek [Tue, 10 Oct 2006 05:44:45 +0000 (05:44 +0000)]
r1236: changes++

17 years agor1235: Add a user moderation tool
Robert Sesek [Tue, 10 Oct 2006 05:44:24 +0000 (05:44 +0000)]
r1235: Add a user moderation tool

17 years agor1234: Let's get rid of some SQL errors, mmk?
Robert Sesek [Wed, 4 Oct 2006 23:37:35 +0000 (23:37 +0000)]
r1234: Let's get rid of some SQL errors, mmk?

17 years agor1233: Remove warnings when there are no components or products
Robert Sesek [Wed, 4 Oct 2006 23:27:10 +0000 (23:27 +0000)]
r1233: Remove warnings when there are no components or products

17 years agor1232: We should probably be catching register.php errors
Robert Sesek [Wed, 4 Oct 2006 06:01:51 +0000 (06:01 +0000)]
r1232: We should probably be catching register.php errors

17 years agor1231: Modified patches from Terry that fix SQL and encoding errors in syndicate.php
Robert Sesek [Wed, 4 Oct 2006 05:40:05 +0000 (05:40 +0000)]
r1231: Modified patches from Terry that fix SQL and encoding errors in syndicate.php

17 years agor1230: Fixing registration emails
Robert Sesek [Wed, 4 Oct 2006 05:26:32 +0000 (05:26 +0000)]
r1230: Fixing registration emails

17 years agor1228: Forgot to update caches when the display name changes 1.1.0
Robert Sesek [Sun, 1 Oct 2006 19:03:09 +0000 (19:03 +0000)]
r1228: Forgot to update caches when the display name changes

17 years agor1227: Adding the template diff file
Robert Sesek [Sun, 1 Oct 2006 18:52:28 +0000 (18:52 +0000)]
r1227: Adding the template diff file

17 years agor1226: Warnings-- when saving a usergroup
Robert Sesek [Sun, 1 Oct 2006 18:29:29 +0000 (18:29 +0000)]
r1226: Warnings-- when saving a usergroup

17 years agor1225: We can now add an automation if there are no custom fields present
Robert Sesek [Sun, 1 Oct 2006 18:26:53 +0000 (18:26 +0000)]
r1225: We can now add an automation if there are no custom fields present

17 years agor1224: SQL errors--
Robert Sesek [Sun, 1 Oct 2006 07:27:28 +0000 (07:27 +0000)]
r1224: SQL errors--

17 years agor1223: warnings--
Robert Sesek [Sun, 1 Oct 2006 07:24:07 +0000 (07:24 +0000)]
r1223: warnings--

17 years agor1222: We actually *can't* blow off loading Localize because ISSO actually depends...
Robert Sesek [Sun, 1 Oct 2006 07:21:54 +0000 (07:21 +0000)]
r1222: We actually *can't* blow off loading Localize because ISSO actually depends on it

17 years agor1221: Finishing post_delete()
Robert Sesek [Sun, 1 Oct 2006 07:14:38 +0000 (07:14 +0000)]
r1221: Finishing post_delete()

17 years agor1220: Changing the paths of the credits file
Robert Sesek [Sun, 1 Oct 2006 04:55:27 +0000 (04:55 +0000)]
r1220: Changing the paths of the credits file

17 years agor1219: By using a L_INVALID_ID constant, we can blow off loading the Localize module
Robert Sesek [Sun, 1 Oct 2006 01:28:18 +0000 (01:28 +0000)]
r1219: By using a L_INVALID_ID constant, we can blow off loading the Localize module

17 years agor1216: Removing the old manual dir
Robert Sesek [Sun, 1 Oct 2006 00:36:28 +0000 (00:36 +0000)]
r1216: Removing the old manual dir