[Codestriker-commits] CVS update: codestriker/doc codestriker.sgml
Brought to you by:
sits
From: <si...@us...> - 2008-09-27 03:29:06
|
User: sits Date: 08/09/26 20:28:56 Modified: template/en/default viewtopicproperties.html.tmpl viewtopicinfo.html.tmpl viewtopicfile.html.tmpl viewtopiccomments.html.tmpl viewtopic.html.tmpl submitnewtopic.html.tmpl submitnewcomment.html.tmpl search.html.tmpl metricsreport.html.tmpl listtopics.html.tmpl listprojects.html.tmpl header.html.tmpl editproject.html.tmpl editcomment.html.tmpl createtopic.html.tmpl createproject.html.tmpl doc codestriker.sgml Log: Remove "Help" links to specific parts of the manual. It was a pain to update these links whenever the manual changed. Just point to the start of the manual for each page instead. Index: viewtopicproperties.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopicproperties.html.tmpl,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- viewtopicproperties.html.tmpl 29 Aug 2008 10:49:00 -0000 1.30 +++ viewtopicproperties.html.tmpl 27 Sep 2008 03:28:56 -0000 1.31 @@ -4,8 +4,7 @@ properties can be modified on this page. #%] [% PROCESS viewtopicheader.html.tmpl version = version topicview = 0 - topiccomments = 0 topicinfo = 0 topicproperties = 1 closehead = 1 - help = "x639.html" %] + topiccomments = 0 topicinfo = 0 topicproperties = 1 closehead = 1 %] <script type="text/javascript"> <!-- Index: viewtopicinfo.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopicinfo.html.tmpl,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- viewtopicinfo.html.tmpl 29 Aug 2008 10:49:00 -0000 1.26 +++ viewtopicinfo.html.tmpl 27 Sep 2008 03:28:56 -0000 1.27 @@ -3,8 +3,7 @@ [% USE AutomagicLinks %] [% PROCESS viewtopicheader.html.tmpl version = version topicview = 0 - topicproperties = 0 topiccomments = 0 topicinfo = 1 closehead = 1 - help = "x652.html" %] + topicproperties = 0 topiccomments = 0 topicinfo = 1 closehead = 1 %] [%# Create a form to allow the topic's metrics to be changed #%] [% SET metric_input_exists = 0 %] Index: viewtopicfile.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopicfile.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- viewtopicfile.html.tmpl 8 Aug 2008 07:02:09 -0000 1.4 +++ viewtopicfile.html.tmpl 27 Sep 2008 03:28:56 -0000 1.5 @@ -1,6 +1,6 @@ [%# Screen for displaying a complete file from a topic. #%] -[% PROCESS header.html.tmpl version = version displaymenu = 1 help = "x519.html#VIEW-FILE" +[% PROCESS header.html.tmpl version = version displaymenu = 1 closehead = 1 subtitle = "View Topic File" %] [% PROCESS viewdeltas.html.tmpl deltas = deltas %] Index: viewtopiccomments.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopiccomments.html.tmpl,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- viewtopiccomments.html.tmpl 31 Aug 2008 11:45:04 -0000 1.31 +++ viewtopiccomments.html.tmpl 27 Sep 2008 03:28:56 -0000 1.32 @@ -4,7 +4,7 @@ [% USE FormatWhitespace tabwidth = tabwidth %] [% PROCESS viewtopicheader.html.tmpl version = version - help = "x617.html" topicview = 0 topicproperties = 0 topiccomments = 1 + topicview = 0 topicproperties = 0 topiccomments = 1 topicinfo = 0 closehead = 1 %] <SCRIPT type="text/javascript"> Index: viewtopic.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopic.html.tmpl,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- viewtopic.html.tmpl 8 Aug 2008 07:02:08 -0000 1.54 +++ viewtopic.html.tmpl 27 Sep 2008 03:28:56 -0000 1.55 @@ -2,7 +2,7 @@ <body onload="view_topic_on_load_handler();"> [% PROCESS viewtopicheader.html.tmpl version = version - help = "x519.html#VIEW-TOPIC" topicview = 1 topicproperties = 0 + topicview = 1 topicproperties = 0 topiccomments = 0 topicinfo = 0 closehead = 0 %] <p> Index: submitnewtopic.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/submitnewtopic.html.tmpl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- submitnewtopic.html.tmpl 23 Jun 2008 10:12:16 -0000 1.8 +++ submitnewtopic.html.tmpl 27 Sep 2008 03:28:56 -0000 1.9 @@ -1,7 +1,7 @@ [%# Screen for the submit topic confirmation screen. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help="" subtitle = "Topic Created" %] + closehead = 1 subtitle = "Topic Created" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] Index: submitnewcomment.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/submitnewcomment.html.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- submitnewcomment.html.tmpl 23 Jun 2008 10:12:16 -0000 1.9 +++ submitnewcomment.html.tmpl 27 Sep 2008 03:28:56 -0000 1.10 @@ -1,7 +1,7 @@ [%# Screen for the submit comment confirmation screen. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help="" subtitle = "Comment Submitted" %] + closehead = 1 subtitle = "Comment Submitted" %] <PRE>[% comment | html_entity %] </PRE><P><P> Index: search.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/search.html.tmpl,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- search.html.tmpl 31 Aug 2008 12:02:12 -0000 1.38 +++ search.html.tmpl 27 Sep 2008 03:28:56 -0000 1.39 @@ -1,7 +1,7 @@ [%# Screen for search topics. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help = "x671.html" subtitle = "Find Topics" %] + closehead = 1 subtitle = "Find Topics" %] <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded" ACTION="[% action_url %]"> Index: metricsreport.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/metricsreport.html.tmpl,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- metricsreport.html.tmpl 8 Aug 2008 07:02:08 -0000 1.22 +++ metricsreport.html.tmpl 27 Sep 2008 03:28:56 -0000 1.23 @@ -1,7 +1,7 @@ [%# Screen for the metrics report. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help ="x707.html" subtitle = "Metrics Report" %] + closehead = 1 subtitle = "Metrics Report" %] <!-- "" --> Index: listtopics.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/listtopics.html.tmpl,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- listtopics.html.tmpl 6 Sep 2008 03:31:08 -0000 1.45 +++ listtopics.html.tmpl 27 Sep 2008 03:28:56 -0000 1.46 @@ -1,7 +1,7 @@ [%# Screen for show a list of topics. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help = "x347.html" subtitle = "Topic List" %] + closehead = 1 subtitle = "Topic List" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] Index: listprojects.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/listprojects.html.tmpl,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- listprojects.html.tmpl 24 Jun 2008 03:26:50 -0000 1.26 +++ listprojects.html.tmpl 27 Sep 2008 03:28:56 -0000 1.27 @@ -1,7 +1,7 @@ [%# Display a list of projects #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help = "x378.html" subtitle="Project List" %] + closehead = 1 subtitle="Project List" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] Index: header.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/header.html.tmpl,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- header.html.tmpl 8 Sep 2008 06:49:37 -0000 1.18 +++ header.html.tmpl 27 Sep 2008 03:28:56 -0000 1.19 @@ -19,7 +19,7 @@ | <a href="[% create_topic_url | html_entity %]">Create new topic</a> [% IF searchlist_enabled != 0 %] | <a href="[% search_url | html_entity %]">Search</a> [% END %] [% IF login_url != "" %] | <a href="[% login_url %]">Log In</a>[% END %] - [% IF help != "" %] | <a href="[% doc_url | html_entity %]/[% help %]">Help</a>[% END %] + | <a href="[% doc_url | html_entity %]/codestriker.html">Manual</a> </div> [% END %] </div> Index: editproject.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/editproject.html.tmpl,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- editproject.html.tmpl 24 Jun 2008 03:26:50 -0000 1.27 +++ editproject.html.tmpl 27 Sep 2008 03:28:56 -0000 1.28 @@ -1,7 +1,7 @@ [%# Screen for the edit project form. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help = "x378.html" subtitle = "Edit Project" %] + closehead = 1 subtitle = "Edit Project" %] <script language="JavaScript"> Index: editcomment.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/editcomment.html.tmpl,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- editcomment.html.tmpl 29 Aug 2008 10:48:59 -0000 1.28 +++ editcomment.html.tmpl 27 Sep 2008 03:28:56 -0000 1.29 @@ -118,7 +118,7 @@ [%# Screen for the add comment form. #%] -[% PROCESS header.html.tmpl displaymenu = 0 version = version help = "x519.html#ADD-COMMENT" subtitle = "Add Comment" %] +[% PROCESS header.html.tmpl displaymenu = 0 version = version subtitle = "Add Comment" %] <table border="0" cellpadding="5" cellspacing="0" width="100%"> <tr class="tlh"> Index: createtopic.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/createtopic.html.tmpl,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- createtopic.html.tmpl 25 Sep 2008 00:16:10 -0000 1.60 +++ createtopic.html.tmpl 27 Sep 2008 03:28:56 -0000 1.61 @@ -1,7 +1,7 @@ [%# Screen for the create topic form. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help = "x402.html" subtitle = "Create New Topic" %] + closehead = 1 subtitle = "Create New Topic" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] Index: createproject.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/createproject.html.tmpl,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- createproject.html.tmpl 24 Jun 2008 03:26:50 -0000 1.26 +++ createproject.html.tmpl 27 Sep 2008 03:28:56 -0000 1.27 @@ -1,7 +1,7 @@ [%# Screen for the create project form. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 - closehead = 1 help = "x378.html" subtitle = "Create new Project" %] + closehead = 1 subtitle = "Create new Project" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] Index: codestriker.sgml =================================================================== RCS file: /cvsroot/codestriker/codestriker/doc/codestriker.sgml,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- codestriker.sgml 9 Sep 2008 22:45:44 -0000 1.72 +++ codestriker.sgml 27 Sep 2008 03:28:56 -0000 1.73 @@ -1892,10 +1892,7 @@ file (although the patch segments can still be reviewed). If you commit your code first, then let Codestriker make the diff, as explained in the next section, then you can avoid - this limitation. If you really don't want to commit your - code, you will need to modify the diff file to include the - paths on the Index: +++, and --- lines generated by - <command>svn diff</command>. + this limitation. </para> <para> In some development processes, branches are used as the |