]>
src.bluestatic.org Git - bugdar.git/log
Robert Sesek [Fri, 20 May 2005 00:50:17 +0000 (00:50 +0000)]
r161: - Show descriptions on PCV select
- Do not show select radio buttons on product/component select, only version
- Underline formatting for both products and components in PCV select
Robert Sesek [Fri, 20 May 2005 00:47:54 +0000 (00:47 +0000)]
r160: Create a clickable link to the tracker home in the navbar
Robert Sesek [Thu, 19 May 2005 03:39:15 +0000 (03:39 +0000)]
r159: - Finished all of that logging stuff
- We now have a class_history.php file that allows us to handle easy diffs and logging
- Removed log_action() [includes/functions.php] because this is much better
- Updated all files to this new system
Robert Sesek [Thu, 19 May 2005 02:22:57 +0000 (02:22 +0000)]
r158: Cool new idea for 1.1
Robert Sesek [Wed, 18 May 2005 07:10:53 +0000 (07:10 +0000)]
r157: Checking in sudo-working logging code
Robert Sesek [Sun, 15 May 2005 21:27:35 +0000 (21:27 +0000)]
r156: FINALLY have the kinks worked out of log_action in regards to when to and when to not log
Robert Sesek [Sun, 15 May 2005 21:13:36 +0000 (21:13 +0000)]
r155: Changed the conditions under which we break under empty() values.
Robert Sesek [Sun, 15 May 2005 21:10:48 +0000 (21:10 +0000)]
r154: Fixed the circumstances under which we show changes... it now works right.
Robert Sesek [Sun, 15 May 2005 21:03:29 +0000 (21:03 +0000)]
r153: Only show changes if there are changes to show in showhistory.php
Robert Sesek [Sun, 15 May 2005 21:00:19 +0000 (21:00 +0000)]
r152: Only do diff if both changes are not empty in log_action() [includes/functions.php]
Robert Sesek [Sun, 15 May 2005 20:55:41 +0000 (20:55 +0000)]
r151: Show the bug ID on all history items
Robert Sesek [Sun, 15 May 2005 20:53:32 +0000 (20:53 +0000)]
r150: Updated logging system to have one entry per changed field. We then group these entries by `dateline` for display
Robert Sesek [Sun, 15 May 2005 11:06:37 +0000 (11:06 +0000)]
r149: Fix the spacing between the topmost links
Robert Sesek [Sun, 15 May 2005 11:05:56 +0000 (11:05 +0000)]
r148: Can you say muffining unelelegant? There has GOT to be a better way to do this
Robert Sesek [Sun, 15 May 2005 07:14:41 +0000 (07:14 +0000)]
r147: Log adding a comment
Robert Sesek [Sun, 15 May 2005 07:10:56 +0000 (07:10 +0000)]
r146: Only mark and log obsoletes if we have them.. duh
Robert Sesek [Sun, 15 May 2005 07:06:46 +0000 (07:06 +0000)]
r145: - Added logging mechanism to files
- Added before and after changes so we can array_diff_assoc() them to see individual changes
- Updated history viewer so we can see changes
Robert Sesek [Sun, 15 May 2005 03:25:47 +0000 (03:25 +0000)]
r144: Added showhistory.php so we can see the history of a bug
Robert Sesek [Sun, 15 May 2005 01:48:28 +0000 (01:48 +0000)]
r143: - s /error('-1')/error(phrase('error_invalid_id'))/g
- Fixed a problem where phrase('Error') was being called instead of phrase('error') [includes/adminfunctions.php]
Robert Sesek [Sun, 15 May 2005 01:38:34 +0000 (01:38 +0000)]
r142: Added the backbone for bug history logging
Robert Sesek [Sat, 14 May 2005 23:20:33 +0000 (23:20 +0000)]
r141: Convert some $show[] stuff to use the ternary operator rather than a full-blown if statement
Robert Sesek [Sat, 14 May 2005 22:40:33 +0000 (22:40 +0000)]
r139: Renamed some language import files. Changed the export results for phrasetools.php.
Robert Sesek [Sat, 14 May 2005 22:35:51 +0000 (22:35 +0000)]
r138: Updated en.php and language importer [lang_file_to_db.php] in preparation for Beta 1.
Robert Sesek [Sat, 14 May 2005 22:31:33 +0000 (22:31 +0000)]
r137: Adding datatools.php and datatools_store.php which are used to insert the default table data (except phrases).
Robert Sesek [Sat, 14 May 2005 21:41:19 +0000 (21:41 +0000)]
r136: Completed attachment uploading stuff:
- Added delete/kill methods [attachment.php]
- Struck it off the roadmap and to-do list... we're at beta 1 now...? w00t!
Robert Sesek [Sat, 14 May 2005 21:28:27 +0000 (21:28 +0000)]
r135: To-do list and roadmap updates
Robert Sesek [Sat, 14 May 2005 21:13:46 +0000 (21:13 +0000)]
r134: - Fixed a problem where the bug fetcher would fetch the wrong bug because of a wrong ID passed from the $attachment[] array
- Added edit/update attachment methods
Robert Sesek [Sat, 14 May 2005 21:02:05 +0000 (21:02 +0000)]
r133: If the user has the CANEDITATTACH flag set, then he or she can download attachments too
Robert Sesek [Sat, 14 May 2005 20:52:16 +0000 (20:52 +0000)]
r132: - $show['getattachments'] and $show['putattachments'] will also be set true if the user has CANEDITATTACH flags
- $show['editattach'] requires either CANEDITATTACH or (CANPUTATTACH and having ownership of the attachment) flags to be set true
Robert Sesek [Sat, 14 May 2005 20:50:32 +0000 (20:50 +0000)]
r131: Trigger an error if can_perform() is passed an invalid bitmask
Robert Sesek [Sat, 14 May 2005 20:41:01 +0000 (20:41 +0000)]
r130: Fixed the issue where if you signed in with remember me, logged into the admin panel, the cookies would be overwritten and you'd be logged out whenever the admin session expired.
Robert Sesek [Sat, 14 May 2005 20:11:27 +0000 (20:11 +0000)]
r129: s/mysetcookie/$funct->cookie/g
Robert Sesek [Sat, 14 May 2005 04:10:17 +0000 (04:10 +0000)]
r128: We no longer have to pass the bugid to the edit script
Robert Sesek [Sat, 14 May 2005 04:05:46 +0000 (04:05 +0000)]
r127: - Created edit links on the attachments manager
- Removed debugging info from showreport.php
Robert Sesek [Sat, 14 May 2005 03:32:25 +0000 (03:32 +0000)]
r126: If $location['path'] is empty in Admin::page_start() then set it to index.php
Robert Sesek [Sat, 14 May 2005 03:30:13 +0000 (03:30 +0000)]
r125: Added a link to the admin panel
Robert Sesek [Sat, 14 May 2005 01:03:57 +0000 (01:03 +0000)]
r124: We no longer need the ob_start() at the top of the file.
Robert Sesek [Sat, 14 May 2005 00:52:39 +0000 (00:52 +0000)]
r123: Attachment viewing code has been moved to viewattachment.php so we don't get it confuzzeled with the insert/update/kill code.
Robert Sesek [Fri, 13 May 2005 23:59:04 +0000 (23:59 +0000)]
r122: Initial code for attachment system. Currently it handles file uploads, obsolete marking, and comment creation
Robert Sesek [Fri, 13 May 2005 23:57:56 +0000 (23:57 +0000)]
r121: Strike out obsolete attachments
Robert Sesek [Fri, 13 May 2005 23:49:24 +0000 (23:49 +0000)]
r120: Hide the userid on the attachment display
Robert Sesek [Fri, 13 May 2005 22:46:33 +0000 (22:46 +0000)]
r119: Pass bugid on to the new attachment screen
Robert Sesek [Thu, 12 May 2005 18:53:44 +0000 (18:53 +0000)]
r118: Forgot to change an instance of fetch_random_chars() to $funct::rand()
Robert Sesek [Thu, 12 May 2005 18:51:35 +0000 (18:51 +0000)]
r117: Take incluldes/init.php instead of global.php
Robert Sesek [Thu, 12 May 2005 05:07:22 +0000 (05:07 +0000)]
r116: Removed the option about JS pcv selection
Robert Sesek [Thu, 12 May 2005 04:53:33 +0000 (04:53 +0000)]
r115: Completed the admin navigation system.
Robert Sesek [Thu, 12 May 2005 04:35:54 +0000 (04:35 +0000)]
r114: Forgot to add the CANADMINVERSIONS to the list of options! Now fixed.
Robert Sesek [Thu, 12 May 2005 04:29:16 +0000 (04:29 +0000)]
r113: It's phrase('bugstrike_login') not phrase('renapsus_login')
Robert Sesek [Thu, 12 May 2005 04:28:06 +0000 (04:28 +0000)]
r112: Select the current script for us in the navigation menu
Robert Sesek [Thu, 12 May 2005 04:27:45 +0000 (04:27 +0000)]
r111: Removed the BugStrike home link as it was confusing are selection method.
Robert Sesek [Thu, 12 May 2005 04:22:27 +0000 (04:22 +0000)]
r110: Added some global locations so we have some backtrace links
Robert Sesek [Thu, 12 May 2005 04:20:31 +0000 (04:20 +0000)]
r109: Created main admin menu.
Robert Sesek [Wed, 11 May 2005 16:53:19 +0000 (16:53 +0000)]
r108: - Added blank admin/index.php file
- Changed navigation to use one <select> with <optgroup>s
- Only show navigation if the user is logged in
- Created jumper for the navigation system
Robert Sesek [Wed, 11 May 2005 16:37:56 +0000 (16:37 +0000)]
r107: Moved template loading out of includes/init.php and into global.php
Robert Sesek [Wed, 11 May 2005 14:56:54 +0000 (14:56 +0000)]
r106: Fixed a parse error in config.php.new; forgot a semicolon after the ISSO path
Robert Sesek [Wed, 11 May 2005 14:56:10 +0000 (14:56 +0000)]
r105: Added some kind of navigation.. no idea if it works or not, though.
Robert Sesek [Wed, 11 May 2005 14:54:52 +0000 (14:54 +0000)]
r104: Removed the instances of mysetcookie()
Robert Sesek [Wed, 11 May 2005 14:52:13 +0000 (14:52 +0000)]
r103: Removed DEFAULT PACK_KEYS=0 from the usergroup table
Robert Sesek [Wed, 11 May 2005 04:29:07 +0000 (04:29 +0000)]
r102: Removed the need for a deferred status --> use priorities!
Robert Sesek [Mon, 9 May 2005 05:01:34 +0000 (05:01 +0000)]
r101: Add more items to the to-do list
Robert Sesek [Mon, 9 May 2005 04:55:30 +0000 (04:55 +0000)]
r100: Added attachment display information in showreport.php and respective templates
Robert Sesek [Sun, 8 May 2005 05:39:59 +0000 (05:39 +0000)]
r99: Updated the to-do list
Robert Sesek [Sun, 8 May 2005 05:37:19 +0000 (05:37 +0000)]
r98: Show first comment on edit bug screen
Robert Sesek [Sat, 7 May 2005 21:00:38 +0000 (21:00 +0000)]
r97: Fixed: Fatal error: Call to undefined function: sanitize() in /admin/usergroup.php on line 176
Robert Sesek [Sat, 7 May 2005 20:59:31 +0000 (20:59 +0000)]
r96: Added CANEDITATTACH permission.
Robert Sesek [Sat, 7 May 2005 20:57:36 +0000 (20:57 +0000)]
r95: Fixed problem where $rowclass should be $row_class in Admin::row_text()
Robert Sesek [Sat, 7 May 2005 20:55:08 +0000 (20:55 +0000)]
r94: Updated hilighting to have better support for when a HTML tag is entered.
Robert Sesek [Sat, 7 May 2005 20:44:26 +0000 (20:44 +0000)]
r93: Escape single quotes when exporting the phrasetext.
Robert Sesek [Sat, 7 May 2005 20:41:54 +0000 (20:41 +0000)]
r92: Added option to export phrase to a PHP format.
Robert Sesek [Thu, 5 May 2005 03:40:24 +0000 (03:40 +0000)]
r91: Fixed issues with background class in Admin::row_text()
Robert Sesek [Thu, 5 May 2005 03:37:47 +0000 (03:37 +0000)]
r90: Finished the bug status colouring
Robert Sesek [Thu, 5 May 2005 03:34:58 +0000 (03:34 +0000)]
r89: Fixed our phrase tool thing to play nice with ISSO
Robert Sesek [Thu, 5 May 2005 03:15:17 +0000 (03:15 +0000)]
r88: Fixed: Fatal error: Call to a member function on a non-object in includes/adminfunctions.php on line 188
Robert Sesek [Thu, 5 May 2005 03:14:36 +0000 (03:14 +0000)]
r87: Replaced all instances of addslasheslike() with bugsys::escape()
Robert Sesek [Thu, 5 May 2005 03:07:54 +0000 (03:07 +0000)]
r86: Initial SVN for schema changes file
Robert Sesek [Thu, 5 May 2005 03:00:45 +0000 (03:00 +0000)]
r85: Updated all to-do list things to bring them up to par with the lists in our other applications
Robert Sesek [Thu, 5 May 2005 02:55:17 +0000 (02:55 +0000)]
r84: Fixed a mis-converted iff() statement
Robert Sesek [Thu, 5 May 2005 02:48:04 +0000 (02:48 +0000)]
r83: Changed all calls to exec_swap_bg() to ues bugsys::funct::exec_swap_bg()
Robert Sesek [Thu, 5 May 2005 02:43:24 +0000 (02:43 +0000)]
r82: Forgot to send the email if we don't require email address verification
Robert Sesek [Thu, 5 May 2005 02:42:36 +0000 (02:42 +0000)]
r81: - Removed sanitize() call [register.php]
- Added checking of email validity [register.php]
- Converted all fetch_random_chars() calls to funct::rand() [register.php]
- Converted all mymail() calls to mail::send() [register.php]
- Changed all mysetcookie() calls to funct::cookie() [login.php]
Robert Sesek [Thu, 5 May 2005 01:28:26 +0000 (01:28 +0000)]
r80: Fixed:
- Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in search.php on line 124
- Could not load the template 'templates/default/search_results_bit.tpl' 106
- Fatal error: Call to undefined function: sanitize() in search.php on line 45
Robert Sesek [Thu, 5 May 2005 01:24:26 +0000 (01:24 +0000)]
r79: Checking for the wrong thing in the PCV sanity check.
Robert Sesek [Thu, 5 May 2005 01:15:44 +0000 (01:15 +0000)]
r78: Fixed a problem where we were checking for the wrong variable in PCV sanity checks
Robert Sesek [Thu, 5 May 2005 01:13:56 +0000 (01:13 +0000)]
r77: Fixed: Parse error: parse error, unexpected '[', expecting T_STRING or T_VARIABLE or '{' or '$' in newreport.php on line 43
Robert Sesek [Thu, 5 May 2005 01:12:35 +0000 (01:12 +0000)]
r76: It'd help if we actually told the data to be cleaned before we started making calls to it
Robert Sesek [Wed, 4 May 2005 23:14:21 +0000 (23:14 +0000)]
r75: Fixed some remnants of the $vars[] sanitize methods.
Robert Sesek [Wed, 4 May 2005 23:09:51 +0000 (23:09 +0000)]
r74: Updated input sanitization for:
- showreport.php
- register.php
- newreport.php
- search.php
Robert Sesek [Wed, 4 May 2005 22:28:33 +0000 (22:28 +0000)]
r73: Updated input sanitization for:
- newcomment.php
- editreport.php
- admin/usergroup.php
- admin/status.php
- docs/phrasetools.php
- editcomment.php
- login.php
Robert Sesek [Wed, 4 May 2005 16:55:06 +0000 (16:55 +0000)]
r72: Finished new input system for: admin/
- severity.php
- options.php
- product.php
- priority.php
- resolution.php
Robert Sesek [Wed, 4 May 2005 06:49:37 +0000 (06:49 +0000)]
r71: Relocating the master language PHP file.
Robert Sesek [Wed, 4 May 2005 06:48:29 +0000 (06:48 +0000)]
r70: Start tracking SQL table schema
Robert Sesek [Wed, 4 May 2005 06:37:02 +0000 (06:37 +0000)]
r69: Removing our nasty iff() function in place of the beautiful ternary operator
Robert Sesek [Wed, 4 May 2005 06:20:50 +0000 (06:20 +0000)]
r68: I think it's about time we check this in...
Robert Sesek [Wed, 4 May 2005 06:19:55 +0000 (06:19 +0000)]
r67: - Upping template system to use ISSO
- Removing old files that are now handled by frameworks
Robert Sesek [Wed, 4 May 2005 06:09:25 +0000 (06:09 +0000)]
r66: Moving all DB stuff to be handled by ISSO. Working with our one big $bugsys class instead of a $env and a $bugsys
Robert Sesek [Wed, 4 May 2005 01:42:25 +0000 (01:42 +0000)]
r64: Putting up new file header
Robert Sesek [Wed, 13 Apr 2005 03:54:18 +0000 (03:54 +0000)]
r63: Updated initial copyright year from 2003 to 2002
Robert Sesek [Fri, 18 Feb 2005 07:22:20 +0000 (07:22 +0000)]
r62: Removed globalization of pcv_select_row template. Removed old PCV selection template.
Robert Sesek [Fri, 18 Feb 2005 07:07:50 +0000 (07:07 +0000)]
r61: Changed product/component/version editing method from being tri-page selection to the single PCV selector.
Robert Sesek [Fri, 18 Feb 2005 07:07:10 +0000 (07:07 +0000)]
r60: Removed file-based PCV parsing and handed it off to parse_pcv_select.