Changeset 556
- Timestamp:
- 11/11/08 21:05:18 (4 years ago)
- Location:
- branches/Release04x02
- Files:
-
- 16 edited
- 1 moved
-
data/TWiki/CompleteDocumentation.txt (moved) (moved from branches/Release04x02/data/TWiki/TWikiDocumentation.txt)
-
data/TWiki/FileAttachment.txt (modified) (2 diffs)
-
data/TWiki/TWikiEnhancementRequests.txt (modified) (1 diff)
-
data/TWiki/TWikiFAQ.txt (modified) (1 diff)
-
data/TWiki/TWikiHistory.txt (modified) (1 diff)
-
data/TWiki/TWikiPlannedFeatures.txt (modified) (1 diff)
-
data/TWiki/TWikiReferenceManual.txt (modified) (1 diff)
-
data/TWiki/TWikiReleaseNotes04x02.txt (modified) (3 diffs)
-
data/TWiki/TopicsAndWebs.txt (modified) (1 diff)
-
data/TWiki/VarMETA.txt (modified) (1 diff)
-
data/TWiki/VarTOC2.txt (modified) (1 diff)
-
lib/MANIFEST (modified) (2 diffs)
-
lib/TWiki.spec (modified) (1 diff)
-
lib/TWiki/Func.pm (modified) (1 diff)
-
tools/TWikiKernel/MANIFEST (modified) (2 diffs)
-
tools/TWikiKernel/build.pl (modified) (1 diff)
-
tools/build.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/data/TWiki/FileAttachment.txt
r551 r556 42 42 #AttachmentAccess 43 43 44 * %X% _NOTE:_ There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level [[ TWikiDocumentation#TWikiAccessControl][access restrictions]] for each.44 * %X% _NOTE:_ There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level [[CompleteDocumentation#TWikiAccessControl][access restrictions]] for each. 45 45 46 46 ---++ Moving Attachment Files … … 49 49 * Click ==Manage== on the Attachment to be moved. 50 50 * On the control screen, select the new web and/or topic. 51 * Click ==Move==. The attachment and its version history are moved. The original location is stored as [[ TWikiDocumentation#Meta_Data_Definition][topic Meta Data]].51 * Click ==Move==. The attachment and its version history are moved. The original location is stored as [[CompleteDocumentation#Meta_Data_Definition][topic Meta Data]]. 52 52 53 53 ---++ Deleting Attachments -
branches/Release04x02/data/TWiki/TWikiEnhancementRequests.txt
r481 r556 5 5 * TWikiHistory has a list of added features in TWiki. 6 6 * TWikiPlannedFeatures has a list of planned features. 7 * TWikiDocumentation is the implementation documentation.7 * CompleteDocumentation is the implementation documentation. 8 8 9 9 -
branches/Release04x02/data/TWiki/TWikiFAQ.txt
r491 r556 27 27 Other places where you can find answers to your questions: 28 28 29 * TWikiDocumentation: All you need to know to install and configure TWiki29 * CompleteDocumentation: All you need to know to install and configure TWiki 30 30 * TWikiTutorial: Get a jump start on using TWiki 31 31 * GoodStyle: Things to consider when changing text -
branches/Release04x02/data/TWiki/TWikiHistory.txt
r481 r556 773 773 * TWiki:Codev.DocsToDo: feature documentation pending 774 774 * TWiki:Codev.FeatureDocumented: documented feature 775 * TWikiDocumentation: reference manual for the latest TWiki775 * CompleteDocumentation: reference manual for the latest TWiki 776 776 777 777 __Related Topics:__ DeveloperDocumentationCategory -
branches/Release04x02/data/TWiki/TWikiPlannedFeatures.txt
r481 r556 4 4 *Related Topics* 5 5 * TWikiHistory has a list of added features in TWiki. 6 * TWikiDocumentation is the implementation documentation.6 * CompleteDocumentation is the implementation documentation. 7 7 * TWikiEnhancementRequests is the place where you can add your enhancement requests. 8 8 -
branches/Release04x02/data/TWiki/TWikiReferenceManual.txt
r551 r556 6 6 7 7 All manual sections in one big page: 8 * [[ TWikiDocumentation][TWiki Documentation]] (1MB size, 175printed pages)8 * [[CompleteDocumentation][Complete Documentation]] (1MB size, almost 200 printed pages) 9 9 10 10 Manual sections in separate pages: -
branches/Release04x02/data/TWiki/TWikiReleaseNotes04x02.txt
r551 r556 424 424 | [[%BUGS%/Item3796][Item3796]] | Javascript: ensuring variables are local | 425 425 | [[%BUGS%/Item3790][Item3790]] | Web statistic severely broken | 426 | [[%BUGS%/Item3787][Item3787]] | TWiki.TWikiDocumentation jumps to top at double click |426 | [[%BUGS%/Item3787][Item3787]] | !TWiki.TWikiDocumentation jumps to top at double click | 427 427 | [[%BUGS%/Item3784][Item3784]] | Rename across webs bugs | 428 428 | [[%BUGS%/Item3783][Item3783]] | Pattern skin small template refactoring | … … 650 650 | [[%BUGS%/Item5633][Item5633]] | Documentation mistakes in TWikiFuncDotPm/saveTopic | 651 651 | [[%BUGS%/Item5632][Item5632]] | moveAttachment creates duplicates when topic/web are the same as the source | 652 | [[%BUGS%/Item5631][Item5631]] | WebStatistics topic was linking to the massive TWikiDocumentation topic |652 | [[%BUGS%/Item5631][Item5631]] | WebStatistics topic was linking to the massive !TWikiDocumentation topic | 653 653 | [[%BUGS%/Item5630][Item5630]] | spooling erra's in the WebNotify topics | 654 654 | [[%BUGS%/Item5629][Item5629]] | registration email does not explicitly tell the user what their login is. | … … 705 705 | [[%BUGS%/Item5428][Item5428]] | Topic save error with form does not remove nop | 706 706 | [[%BUGS%/Item5426][Item5426]] | RSS feeds failing due to newlines at top of page. | 707 | [[%BUGS%/Item5418][Item5418]] | readme.txt refers to missing 'install instructions' TWikiDocumentation.html |707 | [[%BUGS%/Item5418][Item5418]] | readme.txt refers to missing 'install instructions' !TWikiDocumentation.html | 708 708 | [[%BUGS%/Item5412][Item5412]] | "You are trying to templatetopic a topic that does not exist" makes no sense | 709 709 | [[%BUGS%/Item5410][Item5410]] | WebSearchAdvanced does not regex search when you select that it should | -
branches/Release04x02/data/TWiki/TopicsAndWebs.txt
r546 r556 138 138 1 Either paste in the portion of the topic you wish to reclaimed or replace the entire text with the text you copied from the earlier version. 139 139 1 Save the topic. 140 See: [[ TWikiDocumentation#Managing_Topics][ManagingTopics]] for more details.140 See: [[CompleteDocumentation#Managing_Topics][ManagingTopics]] for more details. 141 141 142 142 --- -
branches/Release04x02/data/TWiki/VarMETA.txt
r481 r556 11 11 =bar="..."=: by default, each vertical bar is rewritten to an HTML entity so as to not be mistaken for a table separator. \ 12 12 | Show a single form field | 13 | ="form"= | _none_ | Generates the table showing the form fields. See [[ TWikiDocumentation#Form_Templates][Form Templates]] |13 | ="form"= | _none_ | Generates the table showing the form fields. See [[CompleteDocumentation#Form_Templates][Form Templates]] | 14 14 | ="attachments"= | =all="on"= to show hidden attachments. %BR% \ 15 15 =title="..."= to show a title - only if attachments are displayed. %BR% \ -
branches/Release04x02/data/TWiki/VarTOC2.txt
r481 r556 12 12 | =title="Some text"= | Title to appear at top of TOC | none | 13 13 * Example: =%<nop>TOC{depth="2"}%= 14 * Example: =%<nop>TOC{" TWikiDocumentation" web="%SYSTEMWEB%" title="Contents:"}%=14 * Example: =%<nop>TOC{"CompleteDocumentation" web="%SYSTEMWEB%" title="Contents:"}%= 15 15 * Example: see TWiki:Sandbox.TestTopicInclude 16 16 * %T% Hint: TOC will generate links to the headings, so when a reader clicks on a heading it will jump straight where that heading is anchored in the text. If you have two headings with exactly the same text, then their anchors will also be identical and they won't be able to jump to them. To make the anchors unique, you can add an invisible HTML comment to the text of the heading. This will be hidden in normal view, but will force the anchors to be different. For example, <tt>---+ Heading <!--5--></tt>. -
branches/Release04x02/lib/MANIFEST
r553 r556 95 95 data/TWiki/CategoryCategory.txt 0644 96 96 data/TWiki/ClassMethod.txt 0644 97 data/TWiki/CompleteDocumentation.txt 0660 97 98 data/TWiki/Contribs.txt 0644 98 99 data/TWiki/ContributedAddOns.txt 0644 … … 149 150 data/TWiki/StaticMethod.txt 0644 150 151 data/TWiki/TWikiAccessControl.txt 0644 151 data/TWiki/TWikiDocumentation.txt 0644152 152 data/TWiki/TWikiDownload.txt 0644 153 153 data/TWiki/TWikiEditingShorthand.txt 0644 -
branches/Release04x02/lib/TWiki.spec
r506 r556 325 325 # **STRING 20 EXPERT** 326 326 # Group of users that can use special action=repRev and action=delRev 327 # on =save= and ALWAYS have edit powers. See TWiki.TWikiDocumentation327 # on =save= and ALWAYS have edit powers. See %SYSTEMWEB%.CompleteDocumentation 328 328 # for an explanation of twiki groups. This user will also run all the 329 329 # standard cron jobs, such as statistics and mail notification. -
branches/Release04x02/lib/TWiki/Func.pm
r528 r556 5 5 ---+ package TWiki::Func 6 6 7 <!-- STARTINCLUDE required for huge TWikiDocumentation topic -->7 <!-- STARTINCLUDE required for huge CompleteDocumentation topic --> 8 8 %STARTINCLUDE% 9 9 -
branches/Release04x02/tools/TWikiKernel/MANIFEST
r553 r556 87 87 data/TWiki/ChangePassword.txt 0660 88 88 data/TWiki/ClassMethod.txt 0660 89 data/TWiki/CompleteDocumentation.txt 0660 89 90 data/TWiki/DakarReleaseNotes.txt 0660 90 91 data/TWiki/DefaultPreferences.txt 0660 … … 140 141 data/TWiki/TWiki.txt 0660 141 142 data/TWiki/TWikiAccessControl.txt 0660 142 data/TWiki/TWikiDocumentation.txt 0660143 143 data/TWiki/TWikiDownload.txt 0660 144 144 data/TWiki/TWikiEnhancementRequests.txt 0660 -
branches/Release04x02/tools/TWikiKernel/build.pl
r487 r556 124 124 } 125 125 126 print `cd $this->{basedir}/bin ; ./view TWiki. TWikiDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiDocumentation.html`;126 print `cd $this->{basedir}/bin ; ./view TWiki.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 127 127 print `cd $this->{basedir}/bin ; ./view TWiki.TWikiHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiHistory.html`; 128 128 print `cd $this->{basedir}/bin ; ./view TWiki.DakarReleaseNotes skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/DakarReleaseNotes.html`; -
branches/Release04x02/tools/build.pl
r487 r556 253 253 #SMELL: these should probably abort the build if they return errors / oopies 254 254 #replaced by the simpler INSTALL.html 255 # print `cd $this->{basedir}/bin ; ./view TWiki. TWikiDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiDocumentation.html`;255 # print `cd $this->{basedir}/bin ; ./view TWiki.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 256 256 print `cd $this->{basedir}/bin ; ./view TWiki.TWikiHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiHistory.html`; 257 257 print `cd $this->{basedir}/bin ; ./view TWiki.TWikiReleaseNotes04x02 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiReleaseNotes04x02.html`;
Note: See TracChangeset
for help on using the changeset viewer.
