Revision history for FilesActionInfo


Revision [22884]

Last edited on 2016-05-20 07:38:42 by MattWilkie [Replaces old-style internal links with new pipe-split links.]
Additions:
This page can now be found on the [[Docs:FilesActionInfo | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
This page can now be found on the [[Docs:FilesActionInfo Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions
old revisions of this page]] is still available for reference.<<


Revision [18095]

Edited on 2008-01-27 02:34:53 by MattWilkie [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:FilesActionInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
=====Files Action Documentation=====
This the documentation page for the Files action.
>>**See also**
[[http://wikka.jsnx.com/Mod015fFilesAction Mod for the files action]]
For the development page, take a look at FilesAction.
FilesActionSafeModeWorkaround
>>//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
===Documentation===
==Short description==
Allows admins to manage files (upload, deletion) and everyone to view a list of them or download them. Or it provides a download-link to a single file.
==Parameters==
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>download</td><td>string</td><td>optional</td><td></td><td>prints a link to the file specified in the string</td></tr>
</tbody>
<tbody>
<tr><td>text</td><td>string</td><td>optional</td><td></td><td>a text for the link provided with the parameter "download"</td></tr>
</tbody>
</table>""
==Long description==
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files. This action will only show/modify the files attached to the current page!
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To download a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.
If you specify a filename with the parameter "download", a link to download this file will be shown (you can change the text for the link with the parameter "text") but not the form.
Usage:
%%{{files [download="filename"] [text="descriptive text"]}}%%
example:
{{files}}
==Author==
VictorManuelVarela
CategoryDocumentation


Revision [16641]

Edited on 2007-05-25 15:56:28 by MattWilkie [fixed typo]
Additions:
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To download a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.
Deletions:
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To donload a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.


Revision [15350]

Edited on 2006-09-23 11:45:32 by BrianKoontz [Removed bad links]
Deletions:
http://www.nivel0.net/FilesAction


Revision [12041]

Edited on 2005-11-29 01:03:17 by CyneBeald [Added link to FilesActionSafeModeWorkaround]
Additions:
FilesActionSafeModeWorkaround


Revision [10260]

Edited on 2005-07-30 07:42:00 by JavaWoman [fixing layout]
Additions:
>>//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
Deletions:
<<

//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//


Revision [10254]

Edited on 2005-07-30 00:38:35 by VictorManuelVarela [fixing layout]
Additions:
VictorManuelVarela
Deletions:
Victor Manuel Varela


Revision [8250]

Edited on 2005-05-17 12:48:31 by NilsLindenberg [added author + link to development-page]
Additions:
For the development page, take a look at FilesAction.
Victor Manuel Varela
http://www.nivel0.net/FilesAction
Deletions:
?


Revision [8249]

Edited on 2005-05-17 12:46:10 by NilsLindenberg [addition]
Additions:
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files. This action will only show/modify the files attached to the current page!
Deletions:
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files.


Revision [8248]

Edited on 2005-05-17 12:43:30 by NilsLindenberg [created]
Additions:
=====Files Action Documentation=====
This the documentation page for the Files action.
>>**See also**
[[http://wikka.jsnx.com/Mod015fFilesAction Mod for the files action]]
<<

Allows admins to manage files (upload, deletion) and everyone to view a list of them or download them. Or it provides a download-link to a single file.
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>download</td><td>string</td><td>optional</td><td></td><td>prints a link to the file specified in the string</td></tr>
</tbody>
<tbody>
<tr><td>text</td><td>string</td><td>optional</td><td></td><td>a text for the link provided with the parameter "download"</td></tr>
</tbody>
</table>""
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files.
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To donload a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.
If you specify a filename with the parameter "download", a link to download this file will be shown (you can change the text for the link with the parameter "text") but not the form.
%%{{files [download="filename"] [text="descriptive text"]}}%%
{{files}}
Deletions:
=====Backlinks Action Documentation=====
This the documentation page for the Backlinks action.
Display the pages linking to the current page.
This action does not accept parameters.
If there is at least one other page in the wiki, which links to the current page, the name(s) are shown as a simple list , ordered alphabetically.
%%{{backlinks}}%%
{{backlinks}}


Revision [8244]

The oldest known version of this page was created on 2005-05-17 12:09:28 by NilsLindenberg [created]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki