Thread: [Cs-project-svn_notify] SF.net SVN: cs-project: [658] trunk/VERSION
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-21 17:31:22
|
Revision: 658 http://cs-project.svn.sourceforge.net/cs-project/?rev=658&view=rev Author: crazedsanity Date: 2007-11-21 09:31:12 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Version bump (1.1.0-BETA14) Modified Paths: -------------- trunk/VERSION Modified: trunk/VERSION =================================================================== --- trunk/VERSION 2007-11-21 17:25:21 UTC (rev 657) +++ trunk/VERSION 2007-11-21 17:31:12 UTC (rev 658) @@ -1,4 +1,4 @@ -$Id$ +$Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.1.0-BETA13 -$HeadURL$ +VERSION: 1.1.0-BETA14 +$HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-11-21 19:00:58
|
Revision: 662 http://cs-project.svn.sourceforge.net/cs-project/?rev=662&view=rev Author: crazedsanity Date: 2007-11-21 11:00:56 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Version bump (1.1.0-BETA15) Modified Paths: -------------- trunk/VERSION Modified: trunk/VERSION =================================================================== --- trunk/VERSION 2007-11-21 18:59:54 UTC (rev 661) +++ trunk/VERSION 2007-11-21 19:00:56 UTC (rev 662) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.1.0-BETA14 +VERSION: 1.1.0-BETA15 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-12-19 01:41:38
|
Revision: 710 http://cs-project.svn.sourceforge.net/cs-project/?rev=710&view=rev Author: crazedsanity Date: 2007-12-18 17:41:33 -0800 (Tue, 18 Dec 2007) Log Message: ----------- *** RELEASE 1.1.0-BETA16 *** SUMMARY OF CHANGES: * Formatting of helpdesk issue body & notes without "pre" tags. * More formatting of issue body & notes. * No longer wordwrap() note body in main noteClass. * Cleaning note body. * Format issue notes without the "pre" tag. * admin interface for tags * Updated tag listing. * Helpdesk converts newlines to BR's in body again (internal & external). * Ordering options for tags, ability to change modifier for tag name. * Updated block row name to match code, form to change modifier, etc (tags). * Add the "tags" section back (infobar). * Code to better display tags, option to update modifier, list alphabetically. * Folder for icons from "Sweetie-BasePack-v3" * help links * status messages show icon in title for prettiness. :) * After re-linking an issue, message now shows link back to previous project. * Force noteClass to format note data for uniform display. * Fix header (of SQL files) to have proper SVN keywords & such. * Ability to change helpdesk issue name (issue #70). * Fix order of tags when viewing issue (#123). * Fix initial priority based on tag modifier (#77). * Display ancestry link list instead of just project name on summary (#101). * Use block rows to display input or text for open/closed issue (#119). * Display currently logged-in user (#71). * Update to new version of cs-content. * More help pages & help links! Modified Paths: -------------- trunk/VERSION Modified: trunk/VERSION =================================================================== --- trunk/VERSION 2007-12-19 01:31:11 UTC (rev 709) +++ trunk/VERSION 2007-12-19 01:41:33 UTC (rev 710) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.1.0-BETA15 +VERSION: 1.1.0-BETA16 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-12-19 18:49:55
|
Revision: 712 http://cs-project.svn.sourceforge.net/cs-project/?rev=712&view=rev Author: crazedsanity Date: 2007-12-19 10:49:52 -0800 (Wed, 19 Dec 2007) Log Message: ----------- *** RELEASE 1.1.0-RC1 *** SUMMARY OF CHANGES: * Formatting of helpdesk issue body & notes without "pre" tags. * admin interface for tags, updated tag listing * Ordering options for tags, ability to change modifier for tag name. * Folder for icons from "Sweetie-BasePack-v3" * Help system (mostly just for the Helpdesk). * Status messages show icon in title for prettiness. :) * After re-linking an issue, message now shows link back to previous project. * Fix header (of SQL files) to have proper SVN keywords & such. * Ability to change helpdesk issue name (issue #70). * Fix order of tags when viewing issue (#123). * Fix initial priority based on tag modifier (#77). * Display ancestry link list instead of just project name on summary (#101). * Use block rows to display input or text for open/closed issue (#119). * Display currently logged-in user (#71). * Implement newest version of cs-content (0.10.6) * External helpdesk remembers contact_id/email * Better internal error handling & reporting * Tag modifiers affect initial issue priority * "Bug" auto-selected for new issues. * Remove "Stall" option for issues (status not properly handled anyway) * Enhanced email alerts, handle errors when sending * BBCode implemented! * Options for sending email locally vs. via SMTP (must be manually set) * AuthToken system for handling temporary authentication (lost passwords) * Helpdesk displays "Notified Users" list * Use real cookies (ones that last after browser is closed) * Javascript goodness for changing issue/project details * Updated documentation for developers & such * Use magic "__autoload()" function for class inclusions * Updates & bugfixes to upgrade system * Contacts can have multiple email address (one is always primary) * Automatic exception logging * More logging, better format of log details Modified Paths: -------------- trunk/VERSION Modified: trunk/VERSION =================================================================== --- trunk/VERSION 2007-12-19 02:01:13 UTC (rev 711) +++ trunk/VERSION 2007-12-19 18:49:52 UTC (rev 712) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.1.0-BETA16 +VERSION: 1.1.0-RC1 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-12-27 00:06:02
|
Revision: 715 http://cs-project.svn.sourceforge.net/cs-project/?rev=715&view=rev Author: crazedsanity Date: 2007-12-26 16:05:57 -0800 (Wed, 26 Dec 2007) Log Message: ----------- *** RELEASE 1.1.0 *** SUMMARY OF CHANGES: * Cannot modify tags on closed issues. * Formatting of helpdesk issue body & notes without "pre" tags. * admin interface for tags, updated tag listing * Ordering options for tags, ability to change modifier for tag name. * Folder for icons from "Sweetie-BasePack-v3" * Help system (mostly just for the Helpdesk). * Status messages show icon in title for prettiness. :) * After re-linking an issue, message now shows link back to previous project. * Fix header (of SQL files) to have proper SVN keywords & such. * Ability to change helpdesk issue name (issue #70). * Fix order of tags when viewing issue (#123). * Fix initial priority based on tag modifier (#77). * Display ancestry link list instead of just project name on summary (#101). * Use block rows to display input or text for open/closed issue (#119). * Display currently logged-in user (#71). * Implement newest version of cs-content (0.10.6) * External helpdesk remembers contact_id/email * Better internal error handling & reporting * Tag modifiers affect initial issue priority * "Bug" auto-selected for new issues. * Remove "Stall" option for issues (status not properly handled anyway) * Enhanced email alerts, handle errors when sending * BBCode implemented! * Options for sending email locally vs. via SMTP (must be manually set) * AuthToken system for handling temporary authentication (lost passwords) * Helpdesk displays "Notified Users" list * Use real cookies (ones that last after browser is closed) * Javascript goodness for changing issue/project details * Updated documentation for developers & such * Use magic "__autoload()" function for class inclusions * Updates & bugfixes to upgrade system * Contacts can have multiple email address (one is always primary) * Automatic exception logging * More logging, better format of log details Modified Paths: -------------- trunk/VERSION Modified: trunk/VERSION =================================================================== --- trunk/VERSION 2007-12-27 00:04:23 UTC (rev 714) +++ trunk/VERSION 2007-12-27 00:05:57 UTC (rev 715) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.1.0-RC1 +VERSION: 1.1.0 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |