From: <var...@us...> - 2008-10-22 12:05:24
|
Revision: 6320 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6320&view=rev Author: vargenau Date: 2008-10-22 12:05:12 +0000 (Wed, 22 Oct 2008) Log Message: ----------- Current Format Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2008-10-22 11:33:06 UTC (rev 6319) +++ trunk/pgsrc/PhpWikiAdministration 2008-10-22 12:05:12 UTC (rev 6320) @@ -1,4 +1,4 @@ -Date: Mon, 16 Oct 2008 4:15:24 +0000 +Date: Mon, 22 Oct 2008 4:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -124,6 +124,8 @@ !!! Format of the files +!! Current Format + Currently the pages are stored, one per file, as MIME (RFC:2045) e-mail (RFC:822) messages. The content-type _application/x-phpwiki_ is used, and page meta-data is encoded in the content-type This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2008-12-15 19:07:09
|
Revision: 6356 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6356&view=rev Author: vargenau Date: 2008-12-15 19:07:03 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Remove /Chmod, does not work yet Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2008-12-13 19:19:17 UTC (rev 6355) +++ trunk/pgsrc/PhpWikiAdministration 2008-12-15 19:07:03 UTC (rev 6356) @@ -1,4 +1,4 @@ -Date: Mon, 17 Nov 2008 4:15:24 +0000 +Date: Mon, 15 Dec 2008 4:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -24,8 +24,7 @@ [/Rename] | [/Replace] | [/SetAcl] | - [/Chmod] | - [/Chown] + [/Chown] !!! User Management This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-02-11 21:23:36
|
Revision: 6486 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6486&view=rev Author: vargenau Date: 2009-02-11 21:23:32 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Add /Markup and /Purge Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2009-02-11 21:22:13 UTC (rev 6485) +++ trunk/pgsrc/PhpWikiAdministration 2009-02-11 21:23:32 UTC (rev 6486) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 19:18:24 +0100 +Date: Sat, 11 Feb 2009 22:00:24 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -20,11 +20,7 @@ or call the available ~WikiAdmin actions directly: -[/Remove] | - [/Rename] | - [/Replace] | - [/SetAcl] | - [/Chown] +| [/Chown] | [/Markup] | [/Purge] | [/Remove] | [/Rename] | [/Replace] | [/SetAcl] == User Management This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-02-26 15:34:16
|
Revision: 6582 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6582&view=rev Author: vargenau Date: 2009-02-26 15:34:11 +0000 (Thu, 26 Feb 2009) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2009-02-26 15:00:14 UTC (rev 6581) +++ trunk/pgsrc/PhpWikiAdministration 2009-02-26 15:34:11 UTC (rev 6582) @@ -8,9 +8,9 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -_*Note:*_ _Most of the actions on this page require administrative privileges._ +**//Note://** //Most of the actions on this page require administrative privileges.// -<?plugin CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1 ?> +<<CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1>> == Page Explorer @@ -20,7 +20,7 @@ or call the available ~WikiAdmin actions directly: -| [/Chown] | [/Markup] | [/Purge] | [/Remove] | [/Rename] | [/SearchReplace] | [/SetAcl] +| [[/Chown]] | [[/Markup]] | [[/Purge]] | [[/Remove]] | [[/Rename]] | [[/SearchReplace]] | [[/SetAcl]] == User Management @@ -31,32 +31,26 @@ === Email Verification This is currently non-strict, leaving some possible holes in not being able to -connect to certain mail hosts, which can be overridden below. See [PhpWiki:EmailVerification]. +connect to certain mail hosts, which can be overridden below. See [[PhpWiki:EmailVerification]]. This button will show a list of all users with registered emails and buttons to set the verification status manually. -<?plugin WikiAdminUtils - action=email-verification - label="Email Verification" -?> +<<WikiAdminUtils action=email-verification label="Email Verification">> === Access Restrictions (disabled) To prevent from robots eating all possible ressources in a short time, blocking from certain IPs -or not-well-behaving user agents can be defined below. See [PhpWiki:HowToBlockRobots] and -[MeatBall:SurgeProtector]. _Note: Not yet enabled._ +or not-well-behaving user agents can be defined below. See [[PhpWiki:HowToBlockRobots]] and +[[MeatBall:SurgeProtector]]. //Note: Not yet enabled.// -<?plugin WikiAdminUtils - action=access-restrictions - label="Access Restrictions" -?> +<<WikiAdminUtils action=access-restrictions label="Access Restrictions">> == Cleanup A Wiki SandBox is very easy to clean. Here you can restore it to pristine condition by loading the default from pgsrc. -[Rake the SandBox|phpwiki:?action=loadfile&source=pgsrc/SandBox]. +**[[phpwiki:?action=loadfile&source=pgsrc/SandBox|Rake the SandBox]]** == Making Snapshots or Backups @@ -66,24 +60,24 @@ the pages in your Wiki. The zip file will be downloaded to your local computer. -This *[ZIP Snapshot | phpwiki:?action=zip]* contains only the -latest versions of each page, while this *[ZIP Dump | phpwiki:?action=zip&include=all]* contains all archived versions. +This **[[phpwiki:?action=zip|ZIP Snapshot]]** contains only the +latest versions of each page, while this **[[phpwiki:?action=zip&include=all|ZIP Dump]]** contains all archived versions. -(If the [PhpWiki|PhpWiki:PhpWiki] is configured to allow it, anyone can download a zip file.) +(If the ~PhpWiki is configured to allow it, anyone can download a zip file.) -If your php has _zlib_ support, the files in the archive will be compressed, otherwise they will just be stored. +If your php has //zlib// support, the files in the archive will be compressed, otherwise they will just be stored. === Dump to directory Here you can dump pages of your Wiki into a directory of your choice. -<?plugin WikiForm action=dumpserial?> +<<WikiForm action=dumpserial>> The most recent version of each page will written out to the directory, one page per file. Your server must have write permissions to the directory! == Restoring -If you have dumped a set of pages from [PhpWiki|PhpWiki:PhpWiki], you can reload them +If you have dumped a set of pages from ~PhpWiki, you can reload them here. Note that pages in your database will be overwritten; thus, if you dumped your HomePage when you load it from this form it will overwrite the one in your database now. If you want to be selective @@ -95,7 +89,7 @@ Here you can upload ZIP archives, or individual files from your (client) machine. -<?plugin WikiForm action=upload?> +<<WikiForm action=upload>> === Load File @@ -103,28 +97,28 @@ directories. The file or directory must be local to the http server. You can also use this form to load from an http: or ftp: URL. -<?plugin WikiForm action=loadfile?> -<?plugin WikiForm action=loadfile buttontext="Load & Overwrite" overwrite=1?> +<<WikiForm action=loadfile>> +<<WikiForm action=loadfile buttontext="Load & Overwrite" overwrite=1>> === Upgrade Do some verification checks and upgrade changes automatically, after having installed a new phpwiki engine update: * Upgrade new or changed page revisions from pgsrc, -* Upgrade the database schema (mysql _page.id auto_increment_, ADD _session.sess_ip_), +* Upgrade the database schema (mysql //page.id auto_increment//, ADD //session.sess_ip//), -[ Upgrade | phpwiki:HomePage?action=upgrade ] +Do the **[[phpwiki:HomePage?action=upgrade|Upgrade]]** == Format of the files === Current Format Currently the pages are stored, one per file, as MIME (RFC:2045) -e-mail (RFC:822) messages. The content-type _application/x-phpwiki_ +e-mail (RFC:822) messages. The content-type //application/x-phpwiki// is used, and page meta-data is encoded in the content-type parameters. (If the file contains several versions of a page, it will -have type _multipart/mixed_, and contain several sub-parts, each -with type _application/x-phpwiki_.) The message body contains the +have type //multipart/mixed//, and contain several sub-parts, each +with type //application/x-phpwiki//.) The message body contains the page text. === Old Formats @@ -132,13 +126,13 @@ ==== Serialized Files The dump to directory command used to dump the pages as PHP -_serialized()_ strings. For humans, this made the files very hard +//serialized()// strings. For humans, this made the files very hard to read, and nearly impossible to edit. ==== Plain Files Before that the page text was just dumped to a file--this means that -all page meta-data was lost. Note that when loading _plain files_, +all page meta-data was lost. Note that when loading //plain files//, the page name is deduced from the file name. The upload and load functions will automatically recognize each of @@ -146,14 +140,14 @@ == Dump pages as XHTML -<?plugin WikiForm action=dumphtml?> +<<WikiForm action=dumphtml>> This will generate a directory of static pages suitable for distribution on disk where no web server is available. The various links for page editing functions and navigation are removed from the pages. -The XHTML file collection can also be downloaded as an *[XHTML ZIP Snapshot | phpwiki:?action=ziphtml]*. +The XHTML file collection can also be downloaded as an **[[phpwiki:?action=ziphtml|XHTML ZIP Snapshot]]**. ---- -[CategoryActionPage] +[[CategoryActionPage]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-02-26 16:31:29
|
Revision: 6585 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6585&view=rev Author: vargenau Date: 2009-02-26 16:31:19 +0000 (Thu, 26 Feb 2009) Log Message: ----------- Overwrite when raking the Sandbox Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2009-02-26 16:30:28 UTC (rev 6584) +++ trunk/pgsrc/PhpWikiAdministration 2009-02-26 16:31:19 UTC (rev 6585) @@ -50,7 +50,7 @@ A Wiki SandBox is very easy to clean. Here you can restore it to pristine condition by loading the default from pgsrc. -**[[phpwiki:?action=loadfile&source=pgsrc/SandBox|Rake the SandBox]]** +**[[phpwiki:?action=loadfile&overwrite=1&source=pgsrc/SandBox|Rake the SandBox]]** == Making Snapshots or Backups This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-04-06 14:15:52
|
Revision: 8260 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8260&view=rev Author: vargenau Date: 2012-04-06 14:15:45 +0000 (Fri, 06 Apr 2012) Log Message: ----------- Add "Upload & Overwrite" Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2012-04-06 14:03:51 UTC (rev 8259) +++ trunk/pgsrc/PhpWikiAdministration 2012-04-06 14:15:45 UTC (rev 8260) @@ -1,4 +1,4 @@ -Date: Wed, 11 Jan 2012 16:18:06 +0000 +Date: Fri, 6 Apr 2012 16:15:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -98,6 +98,7 @@ (client) machine. <<WikiForm action=upload>> +<<WikiForm action=upload buttontext="Upload & Overwrite" overwrite=1>> === Load File === This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2016-07-29 09:45:49
|
Revision: 9929 http://sourceforge.net/p/phpwiki/code/9929 Author: vargenau Date: 2016-07-29 09:45:47 +0000 (Fri, 29 Jul 2016) Log Message: ----------- Remove information about old formats Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2016-07-29 09:44:01 UTC (rev 9928) +++ trunk/pgsrc/PhpWikiAdministration 2016-07-29 09:45:47 UTC (rev 9929) @@ -1,4 +1,4 @@ -Date: Thu, 10 Dec 2015 18:48:03 +0000 +Date: Fri, 29 Jul 2016 11:45:09 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; @@ -110,8 +110,6 @@ == Format of the files == -=== Current Format === - Currently the pages are stored, one per file, as MIME (RFC:2045) e-mail (RFC:822) messages. The content-type //application/x-phpwiki// is used, and page meta-data is encoded in the content-type @@ -120,23 +118,6 @@ with type //application/x-phpwiki//.) The message body contains the page text. -=== Old Formats === - -==== Serialized Files ==== - -The dump to directory command used to dump the pages as PHP -//serialized()// strings. For humans, this made the files very hard -to read, and nearly impossible to edit. - -==== Plain Files ==== - -Before that the page text was just dumped to a file--this means that -all page meta-data was lost. Note that when loading //plain files//, -the page name is deduced from the file name. - -The upload and load functions will automatically recognize each of -these three types of files, and handle them accordingly. - == Dump pages as XHTML == <<WikiForm action=dumphtml>> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |