bugdar.git
18 years agor139: Renamed some language import files. Changed the export results for phrasetools... alpha-2
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.

18 years agor138: Updated en.php and language importer [lang_file_to_db.php] in preparation for...
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.

18 years agor137: Adding datatools.php and datatools_store.php which are used to insert the defau...
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).

18 years agor136: Completed attachment uploading stuff:
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!

18 years agor135: To-do list and roadmap updates
Robert Sesek [Sat, 14 May 2005 21:28:27 +0000 (21:28 +0000)]
r135: To-do list and roadmap updates

18 years agor134: - Fixed a problem where the bug fetcher would fetch the wrong bug because of...
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

18 years agor133: If the user has the CANEDITATTACH flag set, then he or she can download attachm...
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

18 years agor132: - $show['getattachments'] and $show['putattachments'] will also be set true...
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

18 years agor131: Trigger an error if can_perform() is passed an invalid bitmask
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

18 years agor130: Fixed the issue where if you signed in with remember me, logged into the admin...
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.

18 years agor129: s/mysetcookie/$funct->cookie/g
Robert Sesek [Sat, 14 May 2005 20:11:27 +0000 (20:11 +0000)]
r129: s/mysetcookie/$funct->cookie/g

18 years agor128: We no longer have to pass the bugid to the edit script
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

18 years agor127: - Created edit links on the attachments manager
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

18 years agor126: If $location['path'] is empty in Admin::page_start() then set it to index.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

18 years agor125: Added a link to the admin panel
Robert Sesek [Sat, 14 May 2005 03:30:13 +0000 (03:30 +0000)]
r125: Added a link to the admin panel

18 years agor124: We no longer need the ob_start() at the top of the file.
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.

18 years agor123: Attachment viewing code has been moved to viewattachment.php so we don't get...
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.

18 years agor122: Initial code for attachment system. Currently it handles file uploads, obsolete...
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

18 years agor121: Strike out obsolete attachments
Robert Sesek [Fri, 13 May 2005 23:57:56 +0000 (23:57 +0000)]
r121: Strike out obsolete attachments

18 years agor120: Hide the userid on the attachment display
Robert Sesek [Fri, 13 May 2005 23:49:24 +0000 (23:49 +0000)]
r120: Hide the userid on the attachment display

18 years agor119: Pass bugid on to the new attachment screen
Robert Sesek [Fri, 13 May 2005 22:46:33 +0000 (22:46 +0000)]
r119: Pass bugid on to the new attachment screen

19 years agor118: Forgot to change an instance of fetch_random_chars() to $funct::rand()
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()

19 years agor117: Take incluldes/init.php instead of global.php
Robert Sesek [Thu, 12 May 2005 18:51:35 +0000 (18:51 +0000)]
r117: Take incluldes/init.php instead of global.php

19 years agor116: Removed the option about JS pcv selection
Robert Sesek [Thu, 12 May 2005 05:07:22 +0000 (05:07 +0000)]
r116: Removed the option about JS pcv selection

19 years agor115: Completed the admin navigation system.
Robert Sesek [Thu, 12 May 2005 04:53:33 +0000 (04:53 +0000)]
r115: Completed the admin navigation system.

19 years agor114: Forgot to add the CANADMINVERSIONS to the list of options! Now fixed.
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.

19 years agor113: It's phrase('bugstrike_login') not phrase('renapsus_login')
Robert Sesek [Thu, 12 May 2005 04:29:16 +0000 (04:29 +0000)]
r113: It's phrase('bugstrike_login') not phrase('renapsus_login')

19 years agor112: Select the current script for us in the navigation menu
Robert Sesek [Thu, 12 May 2005 04:28:06 +0000 (04:28 +0000)]
r112: Select the current script for us in the navigation menu

19 years agor111: Removed the BugStrike home link as it was confusing are selection method.
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.

19 years agor110: Added some global locations so we have some backtrace links
Robert Sesek [Thu, 12 May 2005 04:22:27 +0000 (04:22 +0000)]
r110: Added some global locations so we have some backtrace links

19 years agor109: Created main admin menu.
Robert Sesek [Thu, 12 May 2005 04:20:31 +0000 (04:20 +0000)]
r109: Created main admin menu.

19 years agor108: - Added blank admin/index.php file
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

19 years agor107: Moved template loading out of includes/init.php and into global.php
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

19 years agor106: Fixed a parse error in config.php.new; forgot a semicolon after the ISSO path
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

19 years agor105: Added some kind of navigation.. no idea if it works or not, though.
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.

19 years agor104: Removed the instances of mysetcookie()
Robert Sesek [Wed, 11 May 2005 14:54:52 +0000 (14:54 +0000)]
r104: Removed the instances of mysetcookie()

19 years agor103: Removed DEFAULT PACK_KEYS=0 from the usergroup table
Robert Sesek [Wed, 11 May 2005 14:52:13 +0000 (14:52 +0000)]
r103: Removed DEFAULT PACK_KEYS=0 from the usergroup table

19 years agor102: Removed the need for a deferred status --> use priorities!
Robert Sesek [Wed, 11 May 2005 04:29:07 +0000 (04:29 +0000)]
r102: Removed the need for a deferred status --> use priorities!

19 years agor101: Add more items to the to-do list
Robert Sesek [Mon, 9 May 2005 05:01:34 +0000 (05:01 +0000)]
r101: Add more items to the to-do list

19 years agor100: Added attachment display information in showreport.php and respective templates
Robert Sesek [Mon, 9 May 2005 04:55:30 +0000 (04:55 +0000)]
r100: Added attachment display information in showreport.php and respective templates

19 years agor99: Updated the to-do list
Robert Sesek [Sun, 8 May 2005 05:39:59 +0000 (05:39 +0000)]
r99: Updated the to-do list

19 years agor98: Show first comment on edit bug screen
Robert Sesek [Sun, 8 May 2005 05:37:19 +0000 (05:37 +0000)]
r98: Show first comment on edit bug screen

19 years agor97: Fixed: Fatal error: Call to undefined function: sanitize() in /admin/usergroup...
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

19 years agor96: Added CANEDITATTACH permission.
Robert Sesek [Sat, 7 May 2005 20:59:31 +0000 (20:59 +0000)]
r96: Added CANEDITATTACH permission.

19 years agor95: Fixed problem where $rowclass should be $row_class in Admin::row_text()
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()

19 years agor94: Updated hilighting to have better support for when a HTML tag is entered.
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.

19 years agor93: Escape single quotes when exporting the phrasetext.
Robert Sesek [Sat, 7 May 2005 20:44:26 +0000 (20:44 +0000)]
r93: Escape single quotes when exporting the phrasetext.

19 years agor92: Added option to export phrase to a PHP format.
Robert Sesek [Sat, 7 May 2005 20:41:54 +0000 (20:41 +0000)]
r92: Added option to export phrase to a PHP format.

19 years agor91: Fixed issues with background class in Admin::row_text()
Robert Sesek [Thu, 5 May 2005 03:40:24 +0000 (03:40 +0000)]
r91: Fixed issues with background class in Admin::row_text()

19 years agor90: Finished the bug status colouring
Robert Sesek [Thu, 5 May 2005 03:37:47 +0000 (03:37 +0000)]
r90: Finished the bug status colouring

19 years agor89: Fixed our phrase tool thing to play nice with ISSO
Robert Sesek [Thu, 5 May 2005 03:34:58 +0000 (03:34 +0000)]
r89: Fixed our phrase tool thing to play nice with ISSO

19 years agor88: Fixed: Fatal error: Call to a member function on a non-object in includes/adminf...
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

19 years agor87: Replaced all instances of addslasheslike() with bugsys::escape()
Robert Sesek [Thu, 5 May 2005 03:14:36 +0000 (03:14 +0000)]
r87: Replaced all instances of addslasheslike() with bugsys::escape()

19 years agor86: Initial SVN for schema changes file
Robert Sesek [Thu, 5 May 2005 03:07:54 +0000 (03:07 +0000)]
r86: Initial SVN for schema changes file

19 years agor85: Updated all to-do list things to bring them up to par with the lists in our...
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

19 years agor84: Fixed a mis-converted iff() statement
Robert Sesek [Thu, 5 May 2005 02:55:17 +0000 (02:55 +0000)]
r84: Fixed a mis-converted iff() statement

19 years agor83: Changed all calls to exec_swap_bg() to ues bugsys::funct::exec_swap_bg()
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()

19 years agor82: Forgot to send the email if we don't require email address verification
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

19 years agor81: - Removed sanitize() call [register.php]
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]

19 years agor80: Fixed:
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

19 years agor79: Checking for the wrong thing in the PCV sanity check.
Robert Sesek [Thu, 5 May 2005 01:24:26 +0000 (01:24 +0000)]
r79: Checking for the wrong thing in the PCV sanity check.

19 years agor78: Fixed a problem where we were checking for the wrong variable in PCV sanity...
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

19 years agor77: Fixed: Parse error: parse error, unexpected '[', expecting T_STRING or T_VARIABL...
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

19 years agor76: It'd help if we actually told the data to be cleaned before we started making...
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

19 years agor75: Fixed some remnants of the $vars[] sanitize methods.
Robert Sesek [Wed, 4 May 2005 23:14:21 +0000 (23:14 +0000)]
r75: Fixed some remnants of the $vars[] sanitize methods.

19 years agor74: Updated input sanitization for:
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

19 years agor73: Updated input sanitization for:
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

19 years agor72: Finished new input system for: admin/
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

19 years agor71: Relocating the master language PHP file.
Robert Sesek [Wed, 4 May 2005 06:49:37 +0000 (06:49 +0000)]
r71: Relocating the master language PHP file.

19 years agor70: Start tracking SQL table schema
Robert Sesek [Wed, 4 May 2005 06:48:29 +0000 (06:48 +0000)]
r70: Start tracking SQL table schema

19 years agor69: Removing our nasty iff() function in place of the beautiful ternary operator
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

19 years agor68: I think it's about time we check this in...
Robert Sesek [Wed, 4 May 2005 06:20:50 +0000 (06:20 +0000)]
r68: I think it's about time we check this in...

19 years agor67: - Upping template system to use ISSO
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

19 years agor66: Moving all DB stuff to be handled by ISSO. Working with our one big $bugsys...
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

19 years agor64: Putting up new file header pre-isso
Robert Sesek [Wed, 4 May 2005 01:42:25 +0000 (01:42 +0000)]
r64: Putting up new file header

19 years agor63: Updated initial copyright year from 2003 to 2002
Robert Sesek [Wed, 13 Apr 2005 03:54:18 +0000 (03:54 +0000)]
r63: Updated initial copyright year from 2003 to 2002

19 years agor62: Removed globalization of pcv_select_row template. Removed old PCV selection...
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.

19 years agor61: Changed product/component/version editing method from being tri-page selection...
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.

19 years agor60: Removed file-based PCV parsing and handed it off to parse_pcv_select.
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.

19 years agor59: Added PCV select parameter to construct_pcv_select(). Added input validation...
Robert Sesek [Fri, 18 Feb 2005 07:05:53 +0000 (07:05 +0000)]
r59: Added PCV select parameter to construct_pcv_select(). Added input validation to parse_pcv_select() so we don't have to do it in multiple files.

19 years agor58: Simple searching done. Moved advanced features for searches in todo.txt to later...
Robert Sesek [Fri, 18 Feb 2005 03:36:44 +0000 (03:36 +0000)]
r58: Simple searching done. Moved advanced features for searches in todo.txt to later version.

19 years agor57: Simplified query build. Searching now works. Added highlighting keywords. NB...
Robert Sesek [Fri, 18 Feb 2005 03:34:21 +0000 (03:34 +0000)]
r57: Simplified query build. Searching now works. Added highlighting keywords. NB: we don't do wild card hilights (ie: test* will highlight test, testing, tested, etc.).

19 years agor56: Forgot to send in the new PCV select with the new newreport.php.
Robert Sesek [Sat, 12 Feb 2005 23:37:23 +0000 (23:37 +0000)]
r56: Forgot to send in the new PCV select with the new newreport.php.

19 years agor55: Fixed small typo.
Robert Sesek [Sat, 12 Feb 2005 21:55:40 +0000 (21:55 +0000)]
r55: Fixed small typo.

19 years agor54: Moved email based reporting off the roadmap into 1.1. Moved admin auto-actions...
Robert Sesek [Thu, 10 Feb 2005 05:40:44 +0000 (05:40 +0000)]
r54: Moved email based reporting off the roadmap into 1.1. Moved admin auto-actions to Beta 1 from Beta 2. Migrated post-review changes into to-do list.

19 years agor53: Changed all of the roadmap/post-review notes/todo list stuff.
Robert Sesek [Thu, 10 Feb 2005 00:03:27 +0000 (00:03 +0000)]
r53: Changed all of the roadmap/post-review notes/todo list stuff.

19 years agor52: Fixed bug in includes/functions.php with construct_pcv_select() that didn't...
Robert Sesek [Wed, 9 Feb 2005 07:38:44 +0000 (07:38 +0000)]
r52: Fixed bug in includes/functions.php with construct_pcv_select() that didn't create v correctly for components. Cleaned up newreport.php to use new selection mechanism.

19 years agor51: Made admin session cookie to be volatile. CP login will no longer "remember...
Robert Sesek [Tue, 8 Feb 2005 17:16:21 +0000 (17:16 +0000)]
r51: Made admin session cookie to be volatile. CP login will no longer "remember me". $_POST['goindex'] system cleaned up.

19 years agor50: WHERE claus built. *BLIND COMMIT*
Robert Sesek [Tue, 8 Feb 2005 07:09:07 +0000 (07:09 +0000)]
r50: WHERE claus built. *BLIND COMMIT*

19 years agor49: Added search screen, need to do results. Checkin for code storage only.
Robert Sesek [Tue, 8 Feb 2005 06:18:45 +0000 (06:18 +0000)]
r49: Added search screen, need to do results. Checkin for code storage only.

19 years agor48: FINALLY got regex matching for PCV splits to work!
Robert Sesek [Sun, 6 Feb 2005 07:32:11 +0000 (07:32 +0000)]
r48: FINALLY got regex matching for PCV splits to work!

19 years agor47: Have a new-style PCV input parser... with lots of not working code and one worki...
Robert Sesek [Sun, 6 Feb 2005 07:12:08 +0000 (07:12 +0000)]
r47: Have a new-style PCV input parser... with lots of not working code and one working bit :-).

19 years agor46: Added new selection engine that can do it all one one page!
Robert Sesek [Sat, 5 Feb 2005 22:29:40 +0000 (22:29 +0000)]
r46: Added new selection engine that can do it all one one page!

19 years agor45: Added auto action information.
Robert Sesek [Fri, 7 Jan 2005 00:16:13 +0000 (00:16 +0000)]
r45: Added auto action information.

19 years agor44: Initial incomplete checkin of global.php.
Robert Sesek [Sun, 2 Jan 2005 04:21:58 +0000 (04:21 +0000)]
r44: Initial incomplete checkin of global.php.

19 years agor43: Added information regarding language packs.
Robert Sesek [Sun, 2 Jan 2005 03:13:01 +0000 (03:13 +0000)]
r43: Added information regarding language packs.

19 years agor42: Changed config.php.dist to config.php.new.
Robert Sesek [Sun, 2 Jan 2005 02:55:13 +0000 (02:55 +0000)]
r42: Changed config.php.dist to config.php.new.

19 years agor41: Finished initial phrasing of Admin CP.
Robert Sesek [Sun, 2 Jan 2005 02:28:29 +0000 (02:28 +0000)]
r41: Finished initial phrasing of Admin CP.

19 years agor40: Initial phrasing of Admin CP. Many of the phrases could be simplified and the...
Robert Sesek [Sun, 2 Jan 2005 01:39:52 +0000 (01:39 +0000)]
r40: Initial phrasing of Admin CP. Many of the phrases could be simplified and the number reduced, however it is now completely language independent. Phrases and language systems have also been moved into the database.

19 years agor39: Added notes post-review.
Robert Sesek [Sat, 1 Jan 2005 21:46:26 +0000 (21:46 +0000)]
r39: Added notes post-review.