bugdar.git
19 years agor30: Changed roadmap for Alpha 2 and Beta 1 so we get the key stuff out of the way... Alpha-1
Robert Sesek [Sat, 25 Dec 2004 06:19:17 +0000 (06:19 +0000)]
r30: Changed roadmap for Alpha 2 and Beta 1 so we get the key stuff out of the way before we start moving onto advanced features.

19 years agor29: Added link to report after inserting comment (was supposed to be in r28 but...
Robert Sesek [Sat, 25 Dec 2004 06:17:23 +0000 (06:17 +0000)]
r29: Added link to report after inserting comment (was supposed to be in r28 but I forgot it).

19 years agor28: Added links to bug report after performing an action.
Robert Sesek [Sat, 25 Dec 2004 06:16:38 +0000 (06:16 +0000)]
r28: Added links to bug report after performing an action.

19 years agor27: Added extra fields to the database so that we don't have to put so much strain...
Robert Sesek [Fri, 24 Dec 2004 11:56:02 +0000 (11:56 +0000)]
r27: Added extra fields to the database so that we don't have to put so much strain on the database when creating a bug list. New tool was created to populate already existing bugs with the new field information.

19 years agor26: Updated roadmap; we're out Alpha 1.
Robert Sesek [Fri, 24 Dec 2004 10:26:12 +0000 (10:26 +0000)]
r26: Updated roadmap; we're out Alpha 1.

19 years agor25: Fixed bug in version validation that would incorrectly throw an error if you...
Robert Sesek [Fri, 24 Dec 2004 10:24:35 +0000 (10:24 +0000)]
r25: Fixed bug in version validation that would incorrectly throw an error if you set a global version.

19 years agor24: Initial SVN for editcomment.php and editreport.php.
Robert Sesek [Fri, 24 Dec 2004 10:23:37 +0000 (10:23 +0000)]
r24: Initial SVN for editcomment.php and editreport.php.

19 years agor23: We're being type-strict in this app. construct_user_display() has a BOOLEAN...
Robert Sesek [Fri, 24 Dec 2004 10:00:33 +0000 (10:00 +0000)]
r23: We're being type-strict in this app. construct_user_display() has a BOOLEAN second arg, not an INT.

19 years agor22: Changed construct_user_display() to have a hide userid option. Changed newreport...
Robert Sesek [Fri, 24 Dec 2004 05:03:59 +0000 (05:03 +0000)]
r22: Changed construct_user_display() to have a hide userid option. Changed newreport.php to build the assigned to list via construct_user_display().

19 years agor21: Changed all bitwise operations to use can_perform() (new: includes/functions...
Robert Sesek [Fri, 24 Dec 2004 01:03:32 +0000 (01:03 +0000)]
r21: Changed all bitwise operations to use can_perform() (new: includes/functions.php) as it saves room.

Removed redundant checking of $vars[bugid] and $vars[commentid] in newcomment.php and newreport.php.

Added descriptions to all bitmasks in includes/init.php.

19 years agor20: Changed newreport.php, newreport.php, and showreport.php to use commment.comment...
Robert Sesek [Thu, 23 Dec 2004 22:34:59 +0000 (22:34 +0000)]
r20: Changed newreport.php, newreport.php, and showreport.php to use commment.comment_parsed which has a nl2br() and a htmlspecialcharslike() (if necessary) version of the comment; leaving comment.comment straight input.

Also added edit report and comment links to showreport.php.

Created construct_user_display() in includes/functions.php that assembles a user bit in this format: DISPLAY_NAME <EMAIL> (userid: USERID).

19 years agor19: Completed bug creation and viewing.
Robert Sesek [Thu, 23 Dec 2004 20:54:47 +0000 (20:54 +0000)]
r19: Completed bug creation and viewing.

19 years agor18: Fixed showreport.php to not query comments and the bug report in one (the joins...
Robert Sesek [Thu, 23 Dec 2004 20:46:31 +0000 (20:46 +0000)]
r18: Fixed showreport.php to not query comments and the bug report in one (the joins get confused and it becomes a mess). It's now two queries and we no longer have to create the arrays of data and then foreach() them.

19 years agor17: Initial SVN for newcomment.php.
Robert Sesek [Thu, 23 Dec 2004 20:32:13 +0000 (20:32 +0000)]
r17: Initial SVN for newcomment.php.

19 years agor16: Added checking for bug record in showreport.php and added new comment link.
Robert Sesek [Thu, 23 Dec 2004 20:31:54 +0000 (20:31 +0000)]
r16: Added checking for bug record in showreport.php and added new comment link.

19 years agor15: Basic bug viewing.
Robert Sesek [Thu, 23 Dec 2004 06:42:00 +0000 (06:42 +0000)]
r15: Basic bug viewing.

19 years agor14: Added datelike() function in includes/functions.php.
Robert Sesek [Thu, 23 Dec 2004 06:40:13 +0000 (06:40 +0000)]
r14: Added datelike() function in includes/functions.php.

19 years agor13: Forgot to add resolution to includes/newreport.php insert query.
Robert Sesek [Thu, 23 Dec 2004 05:36:14 +0000 (05:36 +0000)]
r13: Forgot to add resolution to includes/newreport.php insert query.

19 years agor12: Added construct_option_select() to includes/functions.php so we can have selects...
Robert Sesek [Tue, 21 Dec 2004 06:44:29 +0000 (06:44 +0000)]
r12: Added construct_option_select() to includes/functions.php so we can have selects in the admin options (used for bug defaults).

19 years agor11: Basic bug reporting (new bug only) is done :-).
Robert Sesek [Tue, 21 Dec 2004 06:43:34 +0000 (06:43 +0000)]
r11: Basic bug reporting (new bug only) is done :-).

19 years agor10: Added PHP version checking to includes/init.php.
Robert Sesek [Tue, 21 Dec 2004 06:28:12 +0000 (06:28 +0000)]
r10: Added PHP version checking to includes/init.php.

19 years agor9: Fixed a problem in admin/options.php that was eval()'ing the wrong bit of option...
Robert Sesek [Tue, 21 Dec 2004 06:12:27 +0000 (06:12 +0000)]
r9: Fixed a problem in admin/options.php that was eval()'ing the wrong bit of option code.

19 years agor8: Added version and product/component caches to save queries in newreport.php.
Robert Sesek [Tue, 21 Dec 2004 01:08:27 +0000 (01:08 +0000)]
r8: Added version and product/component caches to save queries in newreport.php.

19 years agor7: Initial check in for docs/systemglob.php
Robert Sesek [Tue, 21 Dec 2004 00:59:35 +0000 (00:59 +0000)]
r7: Initial check in for docs/systemglob.php

19 years agor6: Changed sanitize as STR_NOHTML to run the variable through htmlspecialcharslike...
Robert Sesek [Tue, 21 Dec 2004 00:38:28 +0000 (00:38 +0000)]
r6: Changed sanitize as STR_NOHTML to run the variable through htmlspecialcharslike() instead of just htmlspecialchars().

19 years agor5: Removed from SVN.
Robert Sesek [Mon, 20 Dec 2004 01:36:39 +0000 (01:36 +0000)]
r5: Removed from SVN.

19 years agor4: Historical checkin for functions_cleanhtml.php (removed later).
Robert Sesek [Mon, 20 Dec 2004 01:35:45 +0000 (01:35 +0000)]
r4: Historical checkin for functions_cleanhtml.php (removed later).

19 years agor3: Initial SVN for docs/hilight.php.
Robert Sesek [Mon, 20 Dec 2004 00:43:44 +0000 (00:43 +0000)]
r3: Initial SVN for docs/hilight.php.

19 years agor2: Changed Environment object to be BugTrack ($env --> $bugsys).. hopefully this...
Robert Sesek [Sun, 19 Dec 2004 05:26:44 +0000 (05:26 +0000)]
r2: Changed Environment object to be BugTrack ($env --> $bugsys).. hopefully this doesn't conflict with any variables :D.

19 years agor1: Initial import from CVS head.
Robert Sesek [Sun, 19 Dec 2004 05:07:08 +0000 (05:07 +0000)]
r1: Initial import from CVS head.