From: Geoffrey T. D. <da...@us...> - 2001-02-13 05:54:03
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv13838/pgsrc Modified Files: FrontPage HowToUseWiki MagicPhpWikiURLs PhpWikiAdministration ReleaseNotes Added Files: UserPreferences Log Message: log --- NEW FILE --- Mime-Version: 1.0 Content-Type: application/x-phpwiki; pagename=UserPreferences; flags=PAGE_LOCKED Content-Transfer-Encoding: binary You can now set some user preferences. The values of these preferences are currently stored in a cookie (so you must have cookies enables to use this feature.) ! !EditArea Dimensions. [Set Width | phpwiki:?action=setprefs&edit_area_width=3()] [Set Height | phpwiki:?action=setprefs&edit_area_height=3()] Index: FrontPage =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/FrontPage,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** FrontPage 2000/11/06 16:14:43 1.5 --- FrontPage 2001/02/13 05:54:38 1.6 *************** *** 6,9 **** * Find out which pages are MostPopular. * Read the ReleaseNotes - - --- 6,7 ---- Index: HowToUseWiki =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/HowToUseWiki,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** HowToUseWiki 2001/02/08 01:28:16 1.5 --- HowToUseWiki 2001/02/13 05:54:38 1.6 *************** *** 31,32 **** --- 31,35 ---- ---- A WikiWikiWeb is meant to be fast and easy to edit. It has very simple markup that you can read about in TextFormattingRules. + ---- + If you don't like the size of the text editing window you get, you can change it. + See UserPreferences. Index: MagicPhpWikiURLs =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/MagicPhpWikiURLs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** MagicPhpWikiURLs 2001/02/10 22:15:08 1.1 --- MagicPhpWikiURLs 2001/02/13 05:54:38 1.2 *************** *** 1,2 **** --- 1,8 ---- + Mime-Version: 1.0 (Produced by PhpWiki 1.1.x) + Content-Type: application/x-phpwiki; + pagename=MagicPhpWikiURLs; + flags=PAGE_LOCKED + Content-Transfer-Encoding: binary + !!! About phpwiki: URLs *************** *** 17,21 **** __zip__, __dumpserial__, __loadserial__, __remove__, __lock__, __unlock__, ! __login__, __logout__, or __save__. The default action is __browse__. --- 23,27 ---- __zip__, __dumpserial__, __loadserial__, __remove__, __lock__, __unlock__, ! __login__, __logout__, __setprefs__ or __save__. The default action is __browse__. *************** *** 27,30 **** --- 33,37 ---- ;__remove__: Accepts __verify__. ;__save__: Accepts __editversion__, __minor_edit__, and __content__. + ;__setprefs__: Accepts __edit_area_width__, __edit_area_height__. Index: PhpWikiAdministration =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/PhpWikiAdministration,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** PhpWikiAdministration 2001/02/12 01:43:10 1.6 --- PhpWikiAdministration 2001/02/13 05:54:38 1.7 *************** *** 64,68 **** your (client) machine. ! [ Upload | phpwiki:?action=upload&file=()upload ] ! Load File --- 64,68 ---- your (client) machine. ! [ Upload | phpwiki:?action=upload&file=50()upload ] ! Load File *************** *** 72,76 **** You can also use this form to load from an http: or ftp: URL. ! [ Load | phpwiki:?action=loadfile&source=(/tmp/wikidump) ] ----------- --- 72,76 ---- You can also use this form to load from an http: or ftp: URL. ! [ Load | phpwiki:?action=loadfile&source=50(/tmp/wikidump) ] ----------- Index: ReleaseNotes =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/ReleaseNotes,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** ReleaseNotes 2001/02/02 03:18:44 1.7 --- ReleaseNotes 2001/02/13 05:54:38 1.8 *************** *** 1,2 **** --- 1,9 ---- + PhpWiki 1.3.x development branch. + + * Pagenames in PATH_INFO. + * File uploads: see PhpWikiAdministration. + * UserPreferences. + * Ugly [MagicPhpWikiURLs] for administrative links. + PhpWiki 1.2 is a huge advance over version 1.0: |