[CS-Project-svn_notify] SF.net SVN: cs-project: [713] releases/1.1
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-12-19 18:53:00
|
Revision: 713 http://cs-project.svn.sourceforge.net/cs-project/?rev=713&view=rev Author: crazedsanity Date: 2007-12-19 10:52: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 NOTE: this also contains two documents that didn't get added in the last commit when cs-content was updated (non-essential files). Modified Paths: -------------- releases/1.1/VERSION Added Paths: ----------- releases/1.1/lib/cs-content/documentation/source/why_templating.odt releases/1.1/lib/cs-content/documentation/why_templating.pdf Modified: releases/1.1/VERSION =================================================================== --- releases/1.1/VERSION 2007-12-19 18:49:52 UTC (rev 712) +++ releases/1.1/VERSION 2007-12-19 18:52:52 UTC (rev 713) @@ -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 $ Added: releases/1.1/lib/cs-content/documentation/source/why_templating.odt =================================================================== (Binary files differ) Property changes on: releases/1.1/lib/cs-content/documentation/source/why_templating.odt ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: releases/1.1/lib/cs-content/documentation/why_templating.pdf =================================================================== (Binary files differ) Property changes on: releases/1.1/lib/cs-content/documentation/why_templating.pdf ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |