From: Micki K. <mic...@co...> - 2004-02-18 06:34:36
|
Hi folks. Using the latest dev code from CVS, checked out and installed well, but it won't recognize a .zip file under 'Restoring'. Using the same 'Upload File' method, I get a "'fatal PhpWiki Error' No uploaded file to upload?" message. Is this a known issue? Thanks so much, this build is looking GOOD! Micki -- Micki mailto:mic...@co... |
From: Micki K. <mic...@co...> - 2004-02-18 06:35:39
|
Great, great - looking forward to checking it out! Thanks for giving this some of your attention, Reini. Micki >Message: 3 >Date: Tue, 17 Feb 2004 13:03:15 +0100 >From: Reini Urban <ru...@x-...> >To: php...@li... >Subject: Re: [Phpwiki-talk] Re: Q: Can you condense multiple wiki pages into > one long nested page? (Martin Geisler) > >This is a multi-part message in MIME format. >--------------050009070706080205020007 >Content-Type: text/plain; charset=us-ascii; format=flowed >Content-Transfer-Encoding: 7bit > >Micki Kaufman schrieb: > > Reini also mentioned 'IncludeSiteMap'. > > > > The IncludeSiteMap plugin (which was a homegrown plugin for 1.3.4 that > > Cuthbert/DevNull Cat and I whipped up) allows you to use the same > > functionality as the 'SiteMap' plugin (a recursive, fwd/backward, > > indented 'BackLinks'), but to return each page's contents instead of the > > list of page names. Works great for my users, being able to generate > > 'Books' of pages for various CategoryWikiBadges, etc. Best of all, the > > 'transclusion-title' can be set to trigger a 'chapter' in a printed .pdf > > file, allowing you to have full joy between wiki and printable pdf > > structures like bookmarks and tables of contents. > > > > The plugin was crafted by Cuthbert Cat about a year ago, and I've sent > > Reini a copy for his analysis. To be honest, I've kept our install at > > 1.3.4 awaiting this plugin's consideration and would love to see this > > functionality added to the phpwiki code base. > > > > Also, Cuthbert - if you read the lists, can you give your 4 cents about > > IncludeSiteMap? > >I added IncludeSiteMap support to SiteMap on which its based on, to >avoid code duplication. You can see it, when you look at the CVS version >of SiteMap. (attached) >The current problem is very simple and is now solved as in >InterWikiSearch or PluginManager. -- Micki mailto:mic...@co... |
From: Reini U. <ru...@x-...> - 2004-02-18 10:03:52
|
Micki Kaufman schrieb: > Using the latest dev code from CVS, checked out and installed well, but > it won't recognize a .zip file under 'Restoring'. > > Using the same 'Upload File' method, I get a "'fatal PhpWiki Error' No > uploaded file to upload?" message. > > Is this a known issue? Thanks so much, this build is looking GOOD! No, thanks. I'll fix it asap. And I've found some other dumpfile problems: * Dump to Directory: on WAMP (Windows) with the line-endings ending as \r\r\n. Which makes my XEmacs think it's a Mac textformat. * Dump to XHTML: AddingPages ... saved as AddingPages.html ... 7878 bytes written ... Fatal error: Cannot redeclare class wikiplugin_backlinks in f:\prog\php\phpwiki-dev\phpwiki\lib\plugin\Backlinks.php on line 28 -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: electron <ele...@mg...> - 2004-02-19 06:25:58
|
Keeping it short and sweet: A postnuke inspired installer for phpWiki is here: http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D900056&group= _id=3D612 1&atid=3D306121 The installer patches against the current CVS. Not ready for inclusion, = but it does work. It should be mature in a few days. -Jtp |
From: Reini U. <ru...@x-...> - 2004-02-24 17:28:20
|
Micki Kaufman schrieb: > Using the latest dev code from CVS, checked out and installed well, but > it won't recognize a .zip file under 'Restoring'. > > Using the same 'Upload File' method, I get a "'fatal PhpWiki Error' No > uploaded file to upload?" message. > > Is this a known issue? Thanks so much, this build is looking GOOD! Micki, is it fixed now? I found some possible problems and made a workaround in is_upladed_file() Works fine for me now. Also for my win32 \r\r\n problem. The only problem/feature is that conflicts are skipped and not overwritten. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |