]>
src.bluestatic.org Git - bugdar.git/log
Robert Sesek [Thu, 7 Dec 2006 01:24:51 +0000 (01:24 +0000)]
r1334: Allow the exporting of search results to XML format
Robert Sesek [Wed, 6 Dec 2006 01:43:10 +0000 (01:43 +0000)]
r1333: Bringing search.php up-to-date to use the new product selection system
Robert Sesek [Mon, 4 Dec 2006 06:43:36 +0000 (06:43 +0000)]
r1332: Removing the last of the old product selection system
Robert Sesek [Mon, 4 Dec 2006 06:42:14 +0000 (06:42 +0000)]
r1331: We can now actually save data using the new product selectors
Robert Sesek [Mon, 4 Dec 2006 06:29:38 +0000 (06:29 +0000)]
r1330: - Rewrote the product selection HTML constructors
- Got rid of that awful AJAX stuff that took forever to load (even though it looks kinda cool)
- Moving verification stuff into the APIs
Robert Sesek [Mon, 4 Dec 2006 06:10:38 +0000 (06:10 +0000)]
r1329: Our new product selection system is interesting, but looks kinda unhelpful because there is no depth marking
Robert Sesek [Sat, 25 Nov 2006 21:01:13 +0000 (21:01 +0000)]
r1328: - Add jQuery to the entire system
- Add AJAX product selection to get rid of that god-awful menu that we had before
Robert Sesek [Sat, 25 Nov 2006 19:28:06 +0000 (19:28 +0000)]
r1327: Finished off the pagination system for the admin section so now the showall users works
Robert Sesek [Sat, 25 Nov 2006 07:38:11 +0000 (07:38 +0000)]
r1326: Okay so the code is in place to do the admin show all users page, but we need to figure out a way to do it without templates
Robert Sesek [Sat, 25 Nov 2006 07:10:08 +0000 (07:10 +0000)]
r1325: Switch from our custom class_pagination.php to ISSO's Pagination framework
Robert Sesek [Sat, 25 Nov 2006 01:13:00 +0000 (01:13 +0000)]
r1323: We need to get the emails of the people who want notifications of new bugs
Robert Sesek [Sat, 25 Nov 2006 00:44:20 +0000 (00:44 +0000)]
r1321: We need TABLE_PREFIX in upgrade9.php
Robert Sesek [Fri, 24 Nov 2006 02:27:21 +0000 (02:27 +0000)]
r1320: todo++
Robert Sesek [Fri, 24 Nov 2006 02:23:58 +0000 (02:23 +0000)]
r1319: Show an error if a user does not have any favorites in his list but tries to view the tab rather than just an empty list
Robert Sesek [Fri, 24 Nov 2006 02:13:04 +0000 (02:13 +0000)]
r1318: Created the ProcessBugDataForDisplay() function that removes redundant code that preps display for bug listings
Robert Sesek [Fri, 24 Nov 2006 02:00:14 +0000 (02:00 +0000)]
r1317: We now have a sizable todo list for 1.2
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
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
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.
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.
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
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
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
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.
Robert Sesek [Thu, 23 Nov 2006 16:58:32 +0000 (16:58 +0000)]
r1305: Update the changelog for r1304
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.
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.
Robert Sesek [Tue, 21 Nov 2006 17:18:16 +0000 (17:18 +0000)]
r1298: Remove a </a> that does not close any opening tag
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
Robert Sesek [Tue, 21 Nov 2006 03:59:00 +0000 (03:59 +0000)]
r1296: Marking a few missed strings in admin/index.php
Robert Sesek [Tue, 21 Nov 2006 03:41:18 +0000 (03:41 +0000)]
r1295: changes++
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
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
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
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.
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.
Robert Sesek [Thu, 16 Nov 2006 01:57:55 +0000 (01:57 +0000)]
r1289: Spelling boo boo. "NoTe" not "NoDe".
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
Robert Sesek [Thu, 16 Nov 2006 01:43:04 +0000 (01:43 +0000)]
r1287: Mail::set() no longer exists, but Mail::setSubject() does
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
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
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
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
Robert Sesek [Sat, 11 Nov 2006 20:46:57 +0000 (20:46 +0000)]
r1282: Move the framework to the 2.1.x branch
Robert Sesek [Sat, 11 Nov 2006 20:40:37 +0000 (20:40 +0000)]
r1281: Updating the schema file
Robert Sesek [Sat, 11 Nov 2006 20:38:04 +0000 (20:38 +0000)]
r1280: Adding the upgrade file
Robert Sesek [Sat, 11 Nov 2006 20:33:32 +0000 (20:33 +0000)]
r1279: Our copyright symbol went away
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
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
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
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
Robert Sesek [Wed, 8 Nov 2006 04:35:47 +0000 (04:35 +0000)]
r1274: We can now remove attachments from the database permanently
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
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.
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
Robert Sesek [Wed, 25 Oct 2006 00:40:37 +0000 (00:40 +0000)]
r1270: Remove an implode() warning on admin/field.php:235
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...
Robert Sesek [Sat, 21 Oct 2006 18:44:04 +0000 (18:44 +0000)]
r1268: changes++
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()
Robert Sesek [Wed, 18 Oct 2006 06:13:05 +0000 (06:13 +0000)]
r1266: changes++
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
Robert Sesek [Sun, 15 Oct 2006 02:08:08 +0000 (02:08 +0000)]
r1263: Adding the upgrade scripts
Robert Sesek [Sun, 15 Oct 2006 02:06:42 +0000 (02:06 +0000)]
r1262: Adding the template diff file
Robert Sesek [Sun, 15 Oct 2006 02:04:18 +0000 (02:04 +0000)]
r1261: Updating the POT
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.
Robert Sesek [Sun, 15 Oct 2006 00:31:34 +0000 (00:31 +0000)]
r1259: Unnecessary parens
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
Robert Sesek [Sun, 15 Oct 2006 00:19:24 +0000 (00:19 +0000)]
r1257: IE apparently wants url=X in its meta refresh tag.
Robert Sesek [Sat, 14 Oct 2006 22:19:24 +0000 (22:19 +0000)]
r1256: changes++
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
Robert Sesek [Fri, 13 Oct 2006 00:53:54 +0000 (00:53 +0000)]
r1253: changes++
Robert Sesek [Fri, 13 Oct 2006 00:53:35 +0000 (00:53 +0000)]
r1252: Escape input on install.php master settings
Robert Sesek [Fri, 13 Oct 2006 00:48:00 +0000 (00:48 +0000)]
r1251: Adding the template diff file
Robert Sesek [Fri, 13 Oct 2006 00:47:24 +0000 (00:47 +0000)]
r1250: Adding the upgrade script
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
Robert Sesek [Thu, 12 Oct 2006 18:40:41 +0000 (18:40 +0000)]
r1248: Fixing a SQL injection on login.php
Robert Sesek [Thu, 12 Oct 2006 01:40:00 +0000 (01:40 +0000)]
r1246: Updating language file
Robert Sesek [Thu, 12 Oct 2006 01:38:46 +0000 (01:38 +0000)]
r1245: Use display name instead of username
Robert Sesek [Thu, 12 Oct 2006 01:36:51 +0000 (01:36 +0000)]
r1244: Adding the template diff file
Robert Sesek [Thu, 12 Oct 2006 01:32:31 +0000 (01:32 +0000)]
r1243: Should have the right mark number..
Robert Sesek [Thu, 12 Oct 2006 01:31:05 +0000 (01:31 +0000)]
r1242: Adding the upgrade script
Robert Sesek [Wed, 11 Oct 2006 02:52:10 +0000 (02:52 +0000)]
r1241: changes++
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
Robert Sesek [Wed, 11 Oct 2006 02:33:51 +0000 (02:33 +0000)]
r1239: Changes to allow for RTL in the admin panel
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
Robert Sesek [Tue, 10 Oct 2006 05:53:43 +0000 (05:53 +0000)]
r1237: Send an email when we activate a user
Robert Sesek [Tue, 10 Oct 2006 05:44:45 +0000 (05:44 +0000)]
r1236: changes++
Robert Sesek [Tue, 10 Oct 2006 05:44:24 +0000 (05:44 +0000)]
r1235: Add a user moderation tool
Robert Sesek [Wed, 4 Oct 2006 23:37:35 +0000 (23:37 +0000)]
r1234: Let's get rid of some SQL errors, mmk?
Robert Sesek [Wed, 4 Oct 2006 23:27:10 +0000 (23:27 +0000)]
r1233: Remove warnings when there are no components or products
Robert Sesek [Wed, 4 Oct 2006 06:01:51 +0000 (06:01 +0000)]
r1232: We should probably be catching register.php errors
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
Robert Sesek [Wed, 4 Oct 2006 05:26:32 +0000 (05:26 +0000)]
r1230: Fixing registration emails
Robert Sesek [Sun, 1 Oct 2006 19:03:09 +0000 (19:03 +0000)]
r1228: Forgot to update caches when the display name changes
Robert Sesek [Sun, 1 Oct 2006 18:52:28 +0000 (18:52 +0000)]
r1227: Adding the template diff file
Robert Sesek [Sun, 1 Oct 2006 18:29:29 +0000 (18:29 +0000)]
r1226: Warnings-- when saving a usergroup
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
Robert Sesek [Sun, 1 Oct 2006 07:27:28 +0000 (07:27 +0000)]
r1224: SQL errors--
Robert Sesek [Sun, 1 Oct 2006 07:24:07 +0000 (07:24 +0000)]
r1223: warnings--
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