Thread: [CS-Project-svn_notify] SF.net SVN: cs-project: [824] trunk/1.2/templates/help
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 00:38:25
|
Revision: 824 http://cs-project.svn.sourceforge.net/cs-project/?rev=824&view=rev Author: crazedsanity Date: 2008-02-10 16:38:21 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Superficial changes to help section. Modified Paths: -------------- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl trunk/1.2/templates/help/lost_password.content.tmpl trunk/1.2/templates/help/main.shared.tmpl Added Paths: ----------- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl Removed Paths: ------------- trunk/1.2/templates/help/helpdesk/priority.content.tmpl Modified: trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -6,8 +6,8 @@ <ul> <li><a href="/help/helpdesk/assigned">Assigned User</a></li> <li><a href="/help/helpdesk/external_link">External Link</a></li> + <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> - <li><a href="/help/helpdesk/priority">Priority</a></li> <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> </ul> \ No newline at end of file Copied: trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl (from rev 823, trunk/1.2/templates/help/helpdesk/priority.content.tmpl) =================================================================== --- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl (rev 0) +++ trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -0,0 +1,19 @@ +<h2>Issue Priority</h2> + +Issue priority indicates how important the issue is in and of itself, or as it +pertains to a particular project. The meanings of priorities are roughly as +follows: + +<pre> + 0 - Critical (causes crash, fatal error, or data corruption) + 1 - Very Important (no crash, but causes fatal error or data corruption) + 2-8 - Varying degrees of importance + 9 - New, not important, or superficial +</pre> + +The priority of an issue is initially based upon the <a href="/help/tags/modifier">modifiers of tags</a> that +have been assigned to it. After creation, registered users can modify this to +be whatever they desire. + + +{helpdesk_links} \ No newline at end of file Deleted: trunk/1.2/templates/help/helpdesk/priority.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/priority.content.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/helpdesk/priority.content.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -1,19 +0,0 @@ -<h2>Issue Priority</h2> - -Issue priority indicates how important the issue is in and of itself, or as it -pertains to a particular project. The meanings of priorities are roughly as -follows: - -<pre> - 0 - Critical (causes crash, fatal error, or data corruption) - 1 - Very Important (no crash, but causes fatal error or data corruption) - 2-8 - Varying degrees of importance - 9 - New, not important, or superficial -</pre> - -The priority of an issue is initially based upon the <a href="/help/tags/modifier">modifiers of tags</a> that -have been assigned to it. After creation, registered users can modify this to -be whatever they desire. - - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/lost_password.content.tmpl =================================================================== --- trunk/1.2/templates/help/lost_password.content.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/lost_password.content.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -1,6 +1,6 @@ -<div style="padding-top:20px;"> +<div style="padding-top:20px;padding-bottom:20px;"> <!-- BEGIN newSubmission --> <form method="POST" onSubmit="cs_submitButton_processing('submitRequest')" action="{PHP_SELF}?submitRequest"> <table border="0" cellpadding="3" cellspacing="0" style="border:solid #000 1px;"> Modified: trunk/1.2/templates/help/main.shared.tmpl =================================================================== --- trunk/1.2/templates/help/main.shared.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/main.shared.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -1,8 +1,6 @@ {header} <div id="outerContent" style="padding-left: 20px; padding-right:50px;;"> - <div id="content" style="border:dotted #000 1px;"> {content} - </div> </div> {footer} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-11 01:15:46
|
Revision: 826 http://cs-project.svn.sourceforge.net/cs-project/?rev=826&view=rev Author: crazedsanity Date: 2008-02-10 17:15:44 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Task (a.k.a. "todo") help section. Added Paths: ----------- trunk/1.2/templates/help/task/ trunk/1.2/templates/help/task/index.content.tmpl Added: trunk/1.2/templates/help/task/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/task/index.content.tmpl (rev 0) +++ trunk/1.2/templates/help/task/index.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) @@ -0,0 +1,8 @@ +<h2>Tasks</h2> + +Tasks are used to break-up a single project or helpdesk issue into smaller +pieces. Each task can be be assigned to a user, and the estimated hours can be +tracked per task. Notes can be added to ensure proper documentation (along +with any thoughts that anybody has along the way). + +{task_links} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-11 01:17:38
|
Revision: 827 http://cs-project.svn.sourceforge.net/cs-project/?rev=827&view=rev Author: crazedsanity Date: 2008-02-10 17:17:29 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Move the "Topics" to the footer so it's viewable everywhere. Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl trunk/1.2/templates/help/helpdesk/assigned.content.tmpl trunk/1.2/templates/help/helpdesk/external_link.content.tmpl trunk/1.2/templates/help/helpdesk/index.content.tmpl trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl trunk/1.2/templates/help/task/index.content.tmpl Added Paths: ----------- trunk/1.2/templates/help/helpdesk_links.shared.tmpl Removed Paths: ------------- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -1,3 +1,6 @@ + +{helpdesk_links} + </body> </html> \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/assigned.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/assigned.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/assigned.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -1,5 +1,3 @@ <h2>Assigned User</h2> This is the user that has been assigned the given issue. Besides administrators, they are the only user that is allowed to solve the issue. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/external_link.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/external_link.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/external_link.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -2,5 +2,3 @@ When viewing a Helpdesk Issue, there is an "External Link" provided for developers, so they may send a link to users who are not registered. This URL allows non-registered users to view the link without worrying about having to login.<BR><BR> - -{helpdesk_links} \ No newline at end of file Deleted: trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -1,13 +0,0 @@ - -<hr> -<h3>Topics:</h3> - -<a href="/help/helpdesk"><b>Helpdesk</b></a> -<ul> - <li><a href="/help/helpdesk/assigned">Assigned User</a></li> - <li><a href="/help/helpdesk/external_link">External Link</a></li> - <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> - <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> - <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> - <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> -</ul> \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/index.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/index.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -5,5 +5,3 @@ Issues are created to notify developers of bugs or request new features. Developers and users are notified whenever there is a change, or when the issue has been completed, so everybody concerned is kept up-to-date. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -15,5 +15,3 @@ have been assigned to it. After creation, registered users can modify this to be whatever they desire. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -5,5 +5,3 @@ this list. At present, there is no option to be removed from the notified users list. If you feel this is an important feature, please <a href="/extern/helpdesk/create">file an issue</a> about it.</p> - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -23,5 +23,3 @@ version of the software. This makes a very important difference to the developers, as it indicates where the problem has occurred. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -8,5 +8,3 @@ <li>Solve: completes the issue after entering the solution (requires info in the "Solution" box).</li> <li>Re-Open: opens the issue for modification and logs the action.</li> </ul> - -{helpdesk_links} \ No newline at end of file Copied: trunk/1.2/templates/help/helpdesk_links.shared.tmpl (from rev 825, trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl) =================================================================== --- trunk/1.2/templates/help/helpdesk_links.shared.tmpl (rev 0) +++ trunk/1.2/templates/help/helpdesk_links.shared.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -0,0 +1,13 @@ + +<hr> +<h3>Topics:</h3> + +<a href="/help/helpdesk"><b>Helpdesk</b></a> +<ul> + <li><a href="/help/helpdesk/assigned">Assigned User</a></li> + <li><a href="/help/helpdesk/external_link">External Link</a></li> + <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> + <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> + <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> + <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> +</ul> \ No newline at end of file Modified: trunk/1.2/templates/help/task/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/task/index.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/task/index.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -4,5 +4,3 @@ pieces. Each task can be be assigned to a user, and the estimated hours can be tracked per task. Notes can be added to ensure proper documentation (along with any thoughts that anybody has along the way). - -{task_links} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-11 01:27:02
|
Revision: 830 http://cs-project.svn.sourceforge.net/cs-project/?rev=830&view=rev Author: crazedsanity Date: 2008-02-10 17:26:43 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Rename template/file for my own sanity. :) Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl Added Paths: ----------- trunk/1.2/templates/help/links__helpdesk.shared.tmpl Removed Paths: ------------- trunk/1.2/templates/help/helpdesk_links.shared.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:24:16 UTC (rev 829) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:26:43 UTC (rev 830) @@ -1,6 +1,6 @@ -{helpdesk_links} +{links__helpdesk} </body> </html> \ No newline at end of file Deleted: trunk/1.2/templates/help/helpdesk_links.shared.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk_links.shared.tmpl 2008-02-11 01:24:16 UTC (rev 829) +++ trunk/1.2/templates/help/helpdesk_links.shared.tmpl 2008-02-11 01:26:43 UTC (rev 830) @@ -1,13 +0,0 @@ - -<hr> -<h3>Topics:</h3> - -<a href="/help/helpdesk"><b>Helpdesk</b></a> -<ul> - <li><a href="/help/helpdesk/assigned">Assigned User</a></li> - <li><a href="/help/helpdesk/external_link">External Link</a></li> - <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> - <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> - <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> - <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> -</ul> \ No newline at end of file Copied: trunk/1.2/templates/help/links__helpdesk.shared.tmpl (from rev 827, trunk/1.2/templates/help/helpdesk_links.shared.tmpl) =================================================================== --- trunk/1.2/templates/help/links__helpdesk.shared.tmpl (rev 0) +++ trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 01:26:43 UTC (rev 830) @@ -0,0 +1,13 @@ + +<hr> +<h3>Topics:</h3> + +<a href="/help/helpdesk"><b>Helpdesk</b></a> +<ul> + <li><a href="/help/helpdesk/assigned">Assigned User</a></li> + <li><a href="/help/helpdesk/external_link">External Link</a></li> + <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> + <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> + <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> + <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> +</ul> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-11 01:31:51
|
Revision: 831 http://cs-project.svn.sourceforge.net/cs-project/?rev=831&view=rev Author: crazedsanity Date: 2008-02-10 17:31:43 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Rename "tags" to "tag". Modified Paths: -------------- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl trunk/1.2/templates/help/index.content.tmpl trunk/1.2/templates/help/tag/index.content.tmpl Added Paths: ----------- trunk/1.2/templates/help/links__tag.shared.tmpl trunk/1.2/templates/help/tag/ Removed Paths: ------------- trunk/1.2/templates/help/tags/ Modified: trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 01:26:43 UTC (rev 830) +++ trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -11,7 +11,7 @@ 9 - New, not important, or superficial </pre> -The priority of an issue is initially based upon the <a href="/help/tags/modifier">modifiers of tags</a> that +The priority of an issue is initially based upon the <a href="/help/tag/modifier">modifiers of tags</a> that have been assigned to it. After creation, registered users can modify this to be whatever they desire. Modified: trunk/1.2/templates/help/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/index.content.tmpl 2008-02-11 01:26:43 UTC (rev 830) +++ trunk/1.2/templates/help/index.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -3,5 +3,5 @@ <ul> <li><a href="/help/lost_password">Lost Password</a></li> <li><a href="/help/helpdesk">Helpdesk</a></li> - <li><a href="/help/tags">Tags</a></li> + <li><a href="/help/tag">Tags</a></li> </ul> Copied: trunk/1.2/templates/help/links__tag.shared.tmpl (from rev 830, trunk/1.2/templates/help/links__helpdesk.shared.tmpl) =================================================================== --- trunk/1.2/templates/help/links__tag.shared.tmpl (rev 0) +++ trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -0,0 +1,13 @@ + +<hr> +<h3>Topics:</h3> + +<a href="/help/helpdesk"><b>Helpdesk</b></a> +<ul> + <li><a href="/help/helpdesk/assigned">Assigned User</a></li> + <li><a href="/help/helpdesk/external_link">External Link</a></li> + <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> + <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> + <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> + <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> +</ul> \ No newline at end of file Copied: trunk/1.2/templates/help/tag (from rev 825, trunk/1.2/templates/help/tags) Modified: trunk/1.2/templates/help/tag/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/tags/index.content.tmpl 2008-02-11 00:39:37 UTC (rev 825) +++ trunk/1.2/templates/help/tag/index.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -3,4 +3,4 @@ <h2>What is a Tag?</h2> A tag is essentially something to help give more information at-a-glance about a given record. At creation time, a Helpdesk Issue can be linked to several different -tags with different <a href="/help/tags/modifier">modifiers</a>, which helps to determine <a href="/help/helpdesk/priority">priority</a>. \ No newline at end of file +tags with different <a href="/help/tag/modifier">modifiers</a>, which helps to determine <a href="/help/helpdesk/priority">priority</a>. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-11 02:29:08
|
Revision: 833 http://cs-project.svn.sourceforge.net/cs-project/?rev=833&view=rev Author: crazedsanity Date: 2008-02-10 18:28:26 -0800 (Sun, 10 Feb 2008) Log Message: ----------- More help topics. Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl trunk/1.2/templates/help/links__helpdesk.shared.tmpl trunk/1.2/templates/help/links__tag.shared.tmpl Added Paths: ----------- trunk/1.2/templates/help/links__task.shared.tmpl trunk/1.2/templates/help/task/hours.content.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:33:13 UTC (rev 832) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -1,6 +1,11 @@ +<hr> +<h3>Topics:</h3> + {links__helpdesk} +{links__tag} +{links__task} </body> </html> \ No newline at end of file Modified: trunk/1.2/templates/help/links__helpdesk.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 01:33:13 UTC (rev 832) +++ trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -1,7 +1,4 @@ -<hr> -<h3>Topics:</h3> - <a href="/help/helpdesk"><b>Helpdesk</b></a> <ul> <li><a href="/help/helpdesk/assigned">Assigned User</a></li> Modified: trunk/1.2/templates/help/links__tag.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 01:33:13 UTC (rev 832) +++ trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -1,13 +1,5 @@ -<hr> -<h3>Topics:</h3> - -<a href="/help/helpdesk"><b>Helpdesk</b></a> +<a href="/help/tag"><b>Tags</b></a> <ul> - <li><a href="/help/helpdesk/assigned">Assigned User</a></li> - <li><a href="/help/helpdesk/external_link">External Link</a></li> - <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> - <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> - <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> - <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> + <li><a href="/help/tag/modifier">Modifier</a></li> </ul> \ No newline at end of file Copied: trunk/1.2/templates/help/links__task.shared.tmpl (from rev 832, trunk/1.2/templates/help/links__tag.shared.tmpl) =================================================================== --- trunk/1.2/templates/help/links__task.shared.tmpl (rev 0) +++ trunk/1.2/templates/help/links__task.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -0,0 +1,5 @@ + +<a href="/help/task"><b>Tasks</b></a> +<ul> + <li><a href="/help/task/hours">Hours</a></li> +</ul> \ No newline at end of file Added: trunk/1.2/templates/help/task/hours.content.tmpl =================================================================== --- trunk/1.2/templates/help/task/hours.content.tmpl (rev 0) +++ trunk/1.2/templates/help/task/hours.content.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -0,0 +1,14 @@ +<h2>Hours</h2> + +Hours for a task are divided into 3 different categories: + +<ul> + <li><b>Original Estimate:</b> Set at the time of task creation, this + indicates how long it was originally intended/estimated to take.</li> + <li><b>Current Estimate:</b> When the task is in progress, this + indicates how long it has taken thus far; after it is closed, this + indicates how long it took (compare against <i>original estimate</i>).</li> + <li><b>Time Elapsed:</b> Indicates how much time has been spent on the + task. Adding more time to a task will automatically increase this number + (along with <i>current estimate</i>, should that be exceeded).</li> +</ul> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-11 02:32:02
|
Revision: 834 http://cs-project.svn.sourceforge.net/cs-project/?rev=834&view=rev Author: crazedsanity Date: 2008-02-10 18:31:59 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Updated list of topics for help. Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl trunk/1.2/templates/help/index.content.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) @@ -3,6 +3,7 @@ <hr> <h3>Topics:</h3> +<h3><a href="/help/lost_password">Lost Password</a></h3> {links__helpdesk} {links__tag} {links__task} Modified: trunk/1.2/templates/help/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/index.content.tmpl 2008-02-11 02:28:26 UTC (rev 833) +++ trunk/1.2/templates/help/index.content.tmpl 2008-02-11 02:31:59 UTC (rev 834) @@ -1,7 +1 @@ <h1>Welcome to the Help System!</h1> -<h2>Topics</h2> -<ul> - <li><a href="/help/lost_password">Lost Password</a></li> - <li><a href="/help/helpdesk">Helpdesk</a></li> - <li><a href="/help/tag">Tags</a></li> -</ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-11 02:36:16
|
Revision: 835 http://cs-project.svn.sourceforge.net/cs-project/?rev=835&view=rev Author: crazedsanity Date: 2008-02-10 18:36:08 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Consolidate list of links into the footer. Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl Removed Paths: ------------- trunk/1.2/templates/help/links__helpdesk.shared.tmpl trunk/1.2/templates/help/links__tag.shared.tmpl trunk/1.2/templates/help/links__task.shared.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -4,9 +4,27 @@ <h3>Topics:</h3> <h3><a href="/help/lost_password">Lost Password</a></h3> -{links__helpdesk} -{links__tag} -{links__task} +<a href="/help/helpdesk"><b>Helpdesk</b></a> +<ul> + <li><a href="/help/helpdesk/assigned">Assigned User</a></li> + <li><a href="/help/helpdesk/external_link">External Link</a></li> + <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> + <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> + <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> + <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> +</ul> + +<a href="/help/tag"><b>Tags</b></a> +<ul> + <li><a href="/help/tag/modifier">Modifier</a></li> +</ul> + + +<a href="/help/task"><b>Tasks</b></a> +<ul> + <li><a href="/help/task/hours">Hours</a></li> +</ul> + </body> </html> \ No newline at end of file Deleted: trunk/1.2/templates/help/links__helpdesk.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -1,10 +0,0 @@ - -<a href="/help/helpdesk"><b>Helpdesk</b></a> -<ul> - <li><a href="/help/helpdesk/assigned">Assigned User</a></li> - <li><a href="/help/helpdesk/external_link">External Link</a></li> - <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> - <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> - <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> - <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> -</ul> \ No newline at end of file Deleted: trunk/1.2/templates/help/links__tag.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -1,5 +0,0 @@ - -<a href="/help/tag"><b>Tags</b></a> -<ul> - <li><a href="/help/tag/modifier">Modifier</a></li> -</ul> \ No newline at end of file Deleted: trunk/1.2/templates/help/links__task.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__task.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/links__task.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -1,5 +0,0 @@ - -<a href="/help/task"><b>Tasks</b></a> -<ul> - <li><a href="/help/task/hours">Hours</a></li> -</ul> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |