]>
src.bluestatic.org Git - bugdar.git/log
Robert Sesek [Fri, 16 Feb 2007 20:16:23 +0000 (20:16 +0000)]
r1416: Cleaned up and refactored the MessageReporter class
Robert Sesek [Fri, 16 Feb 2007 07:18:48 +0000 (07:18 +0000)]
r1415: Replacing all the URLs in the changelog to be minilinks
Robert Sesek [Fri, 16 Feb 2007 07:15:11 +0000 (07:15 +0000)]
r1414: Adding an instructions file on how to prepare for releases
Robert Sesek [Fri, 16 Feb 2007 06:52:29 +0000 (06:52 +0000)]
r1413: Fixing the installer to allow settings to actually be inserted into the database
Robert Sesek [Thu, 15 Feb 2007 02:35:06 +0000 (02:35 +0000)]
r1412: Using the new database caching feature of ISSO's template system
Robert Sesek [Wed, 14 Feb 2007 20:27:13 +0000 (20:27 +0000)]
r1411: We no longer have a manual so these credits can go away
Robert Sesek [Wed, 14 Feb 2007 20:05:18 +0000 (20:05 +0000)]
r1410: Moving the password reset email to the template system
Robert Sesek [Wed, 14 Feb 2007 19:48:17 +0000 (19:48 +0000)]
r1409: Implemented a new admin login system: Instead of using a date-stamped cookie, a random hash is generated upon login and then this is stored in the cookie. It only lasts for one hour and it has to be validated against the database, making it much harder to break into.
Robert Sesek [Wed, 14 Feb 2007 19:26:09 +0000 (19:26 +0000)]
r1408: changes++
Robert Sesek [Wed, 14 Feb 2007 19:24:20 +0000 (19:24 +0000)]
r1407: todo--
Robert Sesek [Wed, 14 Feb 2007 19:18:15 +0000 (19:18 +0000)]
r1406: Moving the rest of the email body texts (from class_notification.php) to templates
Robert Sesek [Tue, 13 Feb 2007 20:25:08 +0000 (20:25 +0000)]
r1405: Beginning to move email text out of the code and into templates. This is done for the registration system, but bug change notifications still need to be done.
Robert Sesek [Tue, 13 Feb 2007 19:56:12 +0000 (19:56 +0000)]
r1404: todo--
Robert Sesek [Tue, 13 Feb 2007 07:54:57 +0000 (07:54 +0000)]
r1403: - Fixed a bug in UserAPI::post_update() that would clear bug.username, bug.lastpostbyname, and bug.hiddenlastpostname if the displayname wasn't set
- Reduce needless querying by not calling build_assignedto() in UserAPI::post_update() unless the displayname or email changes
Robert Sesek [Tue, 13 Feb 2007 07:45:11 +0000 (07:45 +0000)]
r1402: It seems like this search_update.tpl file would be important. It is!
Robert Sesek [Tue, 13 Feb 2007 07:43:58 +0000 (07:43 +0000)]
r1401: Added a password reset system that works very similarly to the user activation system.
Robert Sesek [Tue, 13 Feb 2007 06:45:26 +0000 (06:45 +0000)]
r1400: Fixed the issue with logging in mass updates
Robert Sesek [Tue, 13 Feb 2007 02:33:06 +0000 (02:33 +0000)]
r1399: - Searches no longer store the actual DB query but rather the parameters for the query
- Modified process_custom_fields() to no longer worry about custom data input
- Added a flag in process_custom_fields() for $searchMode
- The mass-update feature now works, except for logging
Robert Sesek [Tue, 13 Feb 2007 02:09:05 +0000 (02:09 +0000)]
r1398: Removing the print_r() from BugAPI
Robert Sesek [Mon, 12 Feb 2007 19:49:43 +0000 (19:49 +0000)]
r1397: Setting system improvements:
- Settings are no longer constructed from the master array in includes/setting.php, but rather are generated directly in the code at admin/setting.php
- Improve the update mechanism for settings so it's not a bunch of REPLACE INTO queries, but rather just one large one
Robert Sesek [Mon, 12 Feb 2007 04:56:57 +0000 (04:56 +0000)]
r1396: We don't need to run build_assignedto() anymore because the API does that for us
Robert Sesek [Mon, 12 Feb 2007 04:40:00 +0000 (04:40 +0000)]
r1395: - Searching of custom fields now works, but we break all saved searches
- All the custom field templates no longer need the custom array naming scheme because everything uses the form "custom<ID>"
Robert Sesek [Sun, 11 Feb 2007 21:27:52 +0000 (21:27 +0000)]
r1394: changes += 2
Robert Sesek [Sun, 11 Feb 2007 21:27:03 +0000 (21:27 +0000)]
r1393: No need to waste a query if the automation isn't even being used.
Robert Sesek [Sun, 11 Feb 2007 21:26:13 +0000 (21:26 +0000)]
r1392: Lots of work going into making the custom fields part of the bug table and not part of bugvaluefill:
Updated process_custom_fields(), the the client code for logging and notifications, the code for bug creation and editing, and history viewing.
Needs to be done still: searching, logging and notification API updates, help documentation, and general cleanup (like making search field names the same as bug modification field names).
Robert Sesek [Sat, 3 Feb 2007 22:15:57 +0000 (22:15 +0000)]
r1390: Merging up the template diff from the branch
Robert Sesek [Sat, 3 Feb 2007 22:02:21 +0000 (22:02 +0000)]
r1387: Merging the upgrade script from the 1.1.x branch to the trunk
Robert Sesek [Sat, 3 Feb 2007 21:59:41 +0000 (21:59 +0000)]
r1386: Adding the upgrade script for 1.1.5
Robert Sesek [Sat, 3 Feb 2007 21:56:39 +0000 (21:56 +0000)]
r1385: Again, it was actually bug 66, not 68
Robert Sesek [Sat, 3 Feb 2007 21:56:19 +0000 (21:56 +0000)]
r1384: It was actually bug 66...
Robert Sesek [Sat, 3 Feb 2007 21:55:34 +0000 (21:55 +0000)]
r1383: Merging r1382 from trunk to branch
Robert Sesek [Sat, 3 Feb 2007 21:55:00 +0000 (21:55 +0000)]
r1382: Fixing a small typo in the header/guest welcome panel
Robert Sesek [Thu, 25 Jan 2007 04:35:49 +0000 (04:35 +0000)]
r1381: Merging r1380 from trunk to branch.
Robert Sesek [Thu, 25 Jan 2007 04:32:19 +0000 (04:32 +0000)]
r1380: Fix a foreach() warning on admin/user.php at line 102. Thanks to Josh Muheim.
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
Robert Sesek [Sun, 21 Jan 2007 23:51:40 +0000 (23:51 +0000)]
r1378: Add an option to use header/Location redirects instead of a standard redirect page
Robert Sesek [Sun, 21 Jan 2007 23:41:43 +0000 (23:41 +0000)]
r1377: - Added Logging::getCommonFields()
- We have an untested mass update system
Robert Sesek [Fri, 29 Dec 2006 21:22:58 +0000 (21:22 +0000)]
r1376: Merging changes from r1375 back to trunk from 1.1.x branch to fix a SQL error and a bug with admin/user.php
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
Robert Sesek [Fri, 29 Dec 2006 21:03:20 +0000 (21:03 +0000)]
r1374: Merging r1371/1373 back to the trunk to fix a potential SQL error on search.php (bug://report/62)
Robert Sesek [Fri, 29 Dec 2006 21:01:49 +0000 (21:01 +0000)]
r1373: changes++
Robert Sesek [Fri, 29 Dec 2006 20:59:00 +0000 (20:59 +0000)]
r1372: Add the mass-update link in the search results template
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
Robert Sesek [Tue, 26 Dec 2006 22:54:24 +0000 (22:54 +0000)]
r1370: - Add $show[update] for the mass update option (coming soon)
- In update cached result query, instead of using a $bugsys->in['searchid'], use the searchid from the $search array
Robert Sesek [Tue, 26 Dec 2006 20:21:51 +0000 (20:21 +0000)]
r1369: Don't show an empty grid if there are no bugs to display on index.php
Robert Sesek [Wed, 13 Dec 2006 03:22:51 +0000 (03:22 +0000)]
r1368: - Input checkboxes for custom fields should have an Ignore,Yes,No option on searches
- Change the favorite status option values for searches to match that of the input checkboxes
Robert Sesek [Wed, 13 Dec 2006 02:16:52 +0000 (02:16 +0000)]
r1367: Set the default value for obsoletes to be no
Robert Sesek [Wed, 13 Dec 2006 02:11:34 +0000 (02:11 +0000)]
r1366: Add the ability to obsolete a version
Robert Sesek [Mon, 11 Dec 2006 04:01:01 +0000 (04:01 +0000)]
r1365: Adding user help for the custom column ordering
Robert Sesek [Mon, 11 Dec 2006 03:54:51 +0000 (03:54 +0000)]
r1364: Change the array_keys()/is_array() checking combo to a simple isset()
Robert Sesek [Mon, 11 Dec 2006 03:49:18 +0000 (03:49 +0000)]
r1363: Fix the display of product and component changes on showhistory.php
Robert Sesek [Mon, 11 Dec 2006 03:40:07 +0000 (03:40 +0000)]
r1362: Use ListSorter to construct the column heads and rows
Robert Sesek [Mon, 11 Dec 2006 03:36:40 +0000 (03:36 +0000)]
r1361: Include the searchid in the XML export
Robert Sesek [Mon, 11 Dec 2006 03:30:47 +0000 (03:30 +0000)]
r1360: Saved searches are now fully implemented
Robert Sesek [Mon, 11 Dec 2006 03:18:42 +0000 (03:18 +0000)]
r1359: Added the saved searches manager to the options screen
Robert Sesek [Mon, 11 Dec 2006 00:18:14 +0000 (00:18 +0000)]
r1358: We only want two columns, not a table of four--it allows for more information to be placed in one spot
Robert Sesek [Mon, 11 Dec 2006 00:14:49 +0000 (00:14 +0000)]
r1357: We no longer need that javascript
Robert Sesek [Mon, 11 Dec 2006 00:14:17 +0000 (00:14 +0000)]
r1356: We can now save a search!
Robert Sesek [Sun, 10 Dec 2006 23:55:21 +0000 (23:55 +0000)]
r1355: Include the searchid in the XML file name
Robert Sesek [Sun, 10 Dec 2006 23:53:44 +0000 (23:53 +0000)]
r1354: Cache the list_head.tpl template
Robert Sesek [Sun, 10 Dec 2006 23:52:32 +0000 (23:52 +0000)]
r1353: We should probably check in these two essential templates
Robert Sesek [Sun, 10 Dec 2006 23:52:01 +0000 (23:52 +0000)]
r1352: Renaming the tabs
Robert Sesek [Sun, 10 Dec 2006 23:22:22 +0000 (23:22 +0000)]
r1351: - Column options are now stored right for the admin setting
- Added a searchid system to allow multiple guest searches and to setup the framework for saved searches
Robert Sesek [Sun, 10 Dec 2006 22:52:15 +0000 (22:52 +0000)]
r1350: Only show the sort direction image if we are in a sortable column mode
Robert Sesek [Sun, 10 Dec 2006 22:22:08 +0000 (22:22 +0000)]
r1349: Renaming product.componentmother to product.parentid
Robert Sesek [Sun, 10 Dec 2006 21:18:18 +0000 (21:18 +0000)]
r1348: Let's generate valid XHTML in ListSorter->_processDataForColumn()
Robert Sesek [Sun, 10 Dec 2006 21:10:21 +0000 (21:10 +0000)]
r1347: Votes can now be displayed on the bug grid. We are now closing off all the issues relating to the bug grid stuff.
Robert Sesek [Sun, 10 Dec 2006 00:25:06 +0000 (00:25 +0000)]
r1346: - Can now sort by version
- Add the word "by" to the lastpost column
Robert Sesek [Sun, 10 Dec 2006 00:18:26 +0000 (00:18 +0000)]
r1345: Pass extra params to the column heads
Robert Sesek [Sun, 10 Dec 2006 00:17:37 +0000 (00:17 +0000)]
r1344: Cache list_head
Robert Sesek [Sun, 10 Dec 2006 00:16:51 +0000 (00:16 +0000)]
r1343: - Get bug id to sort right
- The sort image would only display if it was sorted by the last item in a set, now it does it for any item
Robert Sesek [Sun, 10 Dec 2006 00:14:10 +0000 (00:14 +0000)]
r1342: Process special case columns so we can now look exactly like we did previously
Robert Sesek [Sun, 10 Dec 2006 00:05:48 +0000 (00:05 +0000)]
r1341: The basic workings of column ordering appear to now work
Robert Sesek [Sat, 9 Dec 2006 21:55:39 +0000 (21:55 +0000)]
r1340: Adding a global option for the column ordering stuff
Robert Sesek [Sat, 9 Dec 2006 21:39:33 +0000 (21:39 +0000)]
r1339: Changing the javscript version of the column options system to use simple text fields
Robert Sesek [Sat, 9 Dec 2006 21:17:34 +0000 (21:17 +0000)]
r1338: Incomplete JavaScript implementation of column ordering options
Robert Sesek [Thu, 7 Dec 2006 02:04:26 +0000 (02:04 +0000)]
r1337: Adding the option to allow parsing of links in comment text
Robert Sesek [Thu, 7 Dec 2006 01:26:17 +0000 (01:26 +0000)]
r1336: Wrong todo removed
Robert Sesek [Thu, 7 Dec 2006 01:26:05 +0000 (01:26 +0000)]
r1335: todo--
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:58 +0000 (01:13 +0000)]
r1324: Merging r1323 from trunk
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:58:05 +0000 (00:58 +0000)]
r1322: Merging r1321 from trunk
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: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
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