You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(103) |
Jul
(105) |
Aug
(16) |
Sep
(16) |
Oct
(78) |
Nov
(36) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(100) |
Feb
(155) |
Mar
(84) |
Apr
(33) |
May
(22) |
Jun
(77) |
Jul
(36) |
Aug
(37) |
Sep
(183) |
Oct
(74) |
Nov
(235) |
Dec
(165) |
2002 |
Jan
(187) |
Feb
(183) |
Mar
(52) |
Apr
(10) |
May
(15) |
Jun
(19) |
Jul
(43) |
Aug
(90) |
Sep
(144) |
Oct
(144) |
Nov
(171) |
Dec
(78) |
2003 |
Jan
(113) |
Feb
(99) |
Mar
(80) |
Apr
(44) |
May
(35) |
Jun
(32) |
Jul
(34) |
Aug
(34) |
Sep
(30) |
Oct
(57) |
Nov
(97) |
Dec
(139) |
2004 |
Jan
(132) |
Feb
(223) |
Mar
(300) |
Apr
(221) |
May
(171) |
Jun
(286) |
Jul
(188) |
Aug
(107) |
Sep
(97) |
Oct
(106) |
Nov
(139) |
Dec
(125) |
2005 |
Jan
(200) |
Feb
(116) |
Mar
(68) |
Apr
(158) |
May
(70) |
Jun
(80) |
Jul
(55) |
Aug
(52) |
Sep
(92) |
Oct
(141) |
Nov
(86) |
Dec
(41) |
2006 |
Jan
(35) |
Feb
(62) |
Mar
(59) |
Apr
(52) |
May
(51) |
Jun
(61) |
Jul
(30) |
Aug
(36) |
Sep
(12) |
Oct
(4) |
Nov
(22) |
Dec
(34) |
2007 |
Jan
(49) |
Feb
(19) |
Mar
(37) |
Apr
(16) |
May
(9) |
Jun
(38) |
Jul
(17) |
Aug
(31) |
Sep
(16) |
Oct
(34) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(8) |
Feb
(16) |
Mar
(14) |
Apr
(6) |
May
(4) |
Jun
(5) |
Jul
(9) |
Aug
(36) |
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
(3) |
2009 |
Jan
(14) |
Feb
(2) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(10) |
Sep
(11) |
Oct
(4) |
Nov
(2) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
(13) |
Apr
(11) |
May
(18) |
Jun
(44) |
Jul
(7) |
Aug
(2) |
Sep
(14) |
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
(2) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(11) |
Feb
(3) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(1) |
2015 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(3) |
2024 |
Jan
(7) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Gary B. <ga...@in...> - 2001-10-19 09:37:41
|
On Thu, 18 Oct 2001, Adam Shand wrote: > > What I'd really _love_ to see would be a wiki engine that generated > > XML, so that you could then format both wiki and non-wiki pages > > through an XML application server. That would be embeddable in > > anything, and IMO truly cool. > > i'm not overly familiar with xml. there have been discussions about using > rss/rdf as an output format, would that do what you want? An ordinary web server runs like this: PHP stuff -> [runs] -> HTML -> +------------+ CGI stuff -> [runs] -> HTML -> | web server | --> to browser Static html -------------------> +------------+ An XML application server runs like this: PHP stuff -> [runs] -> XML -> +--------+ CGI stuff -> [runs] -> XML -> | XML AS | -> html -> +------------+ Static XML -------------------> +--------+ | web server | -> ... (Static HTML) --------------------------------------> +------------+ Here, all the formatting (headers, footers, sidebars, what have you) gets added in the XML server. What's more, you don't _just_ have to convert the XML to HTML, you could add templates to convert it to text, PDF, Wiki syntax, whatever. Gary |
From: Adam S. <ad...@pe...> - 2001-10-19 01:55:18
|
> What I'd really _love_ to see would be a wiki engine that generated > XML, so that you could then format both wiki and non-wiki pages > through an XML application server. That would be embeddable in > anything, and IMO truly cool. i'm not overly familiar with xml. there have been discussions about using rss/rdf as an output format, would that do what you want? if not what do you envision? > Not that I'm volunteering to do it or anything. My cup runneth over > already, so to speak. yeah, that's the way it goes, it's still interesting to toss ideas around though. adam. |
From: Gary B. <ga...@in...> - 2001-10-19 00:10:23
|
On Wed, 17 Oct 2001, Adam Shand wrote: > I'm not sure on the exact terminology, I think NakedWiki is closest based > on MeatBall. Anyway what I'm talking about is no headers/footers but just > raw HTML formatted wiki text (including links though). > > Anyway based on PhpWiki's template system I'm just curious if this is > something which could be easily accomplished? What I'd really _love_ to see would be a wiki engine that generated XML, so that you could then format both wiki and non-wiki pages through an XML application server. That would be embeddable in anything, and IMO truly cool. Not that I'm volunteering to do it or anything. My cup runneth over already, so to speak. Gary [ ga...@in... ][ GnuPG 85A8F78B ][ http://inauspicious.org/ ] |
From: Adam S. <ad...@pe...> - 2001-10-17 21:05:05
|
I'm not sure on the exact terminology, I think NakedWiki is closest based on MeatBall. Anyway what I'm talking about is no headers/footers but just raw HTML formatted wiki text (including links though). Anyway based on PhpWiki's template system I'm just curious if this is something which could be easily accomplished? Adam. |
From: Gary B. <ga...@in...> - 2001-10-17 20:00:38
|
> > The other day it hit me -- why not use the underused backtick? My > > PersonalWiki now supports __bold__, ''italic'', and ``monospaced`` > > text. It works really well and is easy to type, so I'd ask you to > > consider adding this feature to PhpWiki. > > that works for me. if you are using the alpha version can you post a > patch? I'm using 1.2, but if you open transform.php, search for '', make a copy of the two lines and replace '' with `` and <em> with <tt> you won't go far wrong... > ps. i assume everyone knows but moinmoin and twiki's sourceforge pages > were totally wiped by someone the other day, and since the pages were > read/write sf does't want to restore them. it might pay to make sure that > someone has a backup of the phpwiki page database in case this is wiki > hatred :-) For the GtmWiki, I have two complimentary backup(ish) strategies. Firstly, I have a CGI containing the following (note that I use custom table names): | #!/bin/sh | | echo "Content-type: text/plain" | echo | | mysqldump 2>&1 -uUSER -pPASS DATABASE \ | --add-drop-table --add-locks --quick --lock-tables \ | wiki_pages \ | wiki_archive \ | wiki_links \ | wiki_score \ | wiki_hitcount \ | wiki_hottopics which gets called every night and the results saved. Secondly, I hacked savepage.php to email me a diff of the edits, so a) I don't have to check RecentChanges, and b) I have an evolving record of what changes. |
From: Adam S. <ad...@pe...> - 2001-10-17 19:00:31
|
Gary wrote ... > I can't find the exact message in the archives, but someone a while > ago mentioned that they wanted to have inlined monospaced text, ie > using <tt> rather than <pre>. This bugged me, since I wanted it too, > but the proposed syntax -- {{monospaced}} -- struck me as cumbersome. that was me, and {{{text}}} is kinda cumbersome but it's what moin used. > The other day it hit me -- why not use the underused backtick? My > PersonalWiki now supports __bold__, ''italic'', and ``monospaced`` > text. It works really well and is easy to type, so I'd ask you to > consider adding this feature to PhpWiki. that works for me. if you are using the alpha version can you post a patch? Sergio wrote ... > speaking of this, my wiki has this semantics: > > __underline__ > **bold** > //italic// > > isn't a little more intuitive ? (ie. is what most irc do this days, even > mozilla) yes, i think it is a little more intuitive, the problem i see is that **bold** will interfere with double indented lists won't it? it would be nice to see a standard wiki syntax, but then i guess that would take some of the fun out of writing them. adam. ps. i assume everyone knows but moinmoin and twiki's sourceforge pages were totally wiped by someone the other day, and since the pages were read/write sf does't want to restore them. it might pay to make sure that someone has a backup of the phpwiki page database in case this is wiki hatred :-) |
From: Sergio A. K. <ser...@ho...> - 2001-10-17 01:52:52
|
----- Original Message ----- From: "Gary Benson" <ga...@in...> > > The other day it hit me -- why not use the underused backtick? My > PersonalWiki now supports __bold__, ''italic'', and ``monospaced`` text. > It works really well and is easy to type, so I'd ask you to consider > adding this feature to PhpWiki. speaking of this, my wiki has this semantics: __underline__ **bold** //italic// isn't a little more intuitive ? (ie. is what most irc do this days, even mozilla) /sergio |
From: Gary B. <ga...@in...> - 2001-10-17 01:34:25
|
I can't find the exact message in the archives, but someone a while ago mentioned that they wanted to have inlined monospaced text, ie using <tt> rather than <pre>. This bugged me, since I wanted it too, but the proposed syntax -- {{monospaced}} -- struck me as cumbersome. The other day it hit me -- why not use the underused backtick? My PersonalWiki now supports __bold__, ''italic'', and ``monospaced`` text. It works really well and is easy to type, so I'd ask you to consider adding this feature to PhpWiki. Later, Gary [ ga...@in... ][ GnuPG 85A8F78B ][ http://inauspicious.org/ ] |
From: Seth C. <se...@eu...> - 2001-10-12 06:02:07
|
Andy wrote: > confident to hack into Wiki so will leave that to the experts :-) but I know PHP > Nuke 5.0/5.2 pretty well so can help with the Nuke end/testing/integration. and Pablo wrote: > I have in mind to do this integration when phpwiki 1.3 comes out. 1.3 'proper' will never come out. 1.3snapshot (if I read this correctly) should be done _soon_, since the new code Jeff hacked in works right now. Then 1.4 will be the next release, and who knows when that will be, but not for a while, I'd guess. If I'm correct about the needed changes, based on the 1.1.8 patch, most of the work is pretty trivial (changing all basedir references and so on), and the rest _is_ Nuke integration issues like knowing how Nuke calls a module, stores userinfo, etc . I know that I don't have the time to sit down and do the patch myself for 1.3, but I'd be willing to help someone else who does. I just don't have the hours right now. Seth |
From: Pablo R. <pr...@cl...> - 2001-10-11 11:42:47
|
I have in mind to do this integration when phpwiki 1.3 comes out. Saludos, Pablo Roca La Coru=F1a - Espa=F1a Sysop del Portal gratuito de Visualfoxpro en Espa=F1ol http://www.portalfox.com |
From: Andy B. - S. Uk - V. - S. E. <And...@Su...> - 2001-10-11 08:57:46
|
> > I would however love to use a 1.3snapshot with this patched into it, so if > someone else is interested in doing the patch work, please let me know or > Olle know. It really does look like most of the changes will be creating a > set of modified templates, adding a $basedir prefix to all of the various > directory references, and finally the small set of changes to truly let > PHP/PostNuke drive the wiki with username etc... Can I second that. This would be a very good thing to do IMHO. I don't feel confident to hack into Wiki so will leave that to the experts :-) but I know PHP Nuke 5.0/5.2 pretty well so can help with the Nuke end/testing/integration. It's not the cleanest portal system in the world but its easy to set up and most importantly has a huge following so would be a very good way to give visibility and promote the wiki concept to a wider audience if you get my drift. Cheers, Andy http://www.megalithic.co.uk |
From: Seth C. <se...@eu...> - 2001-10-10 09:19:26
|
I haven't had time to play much with this hack that Olle (oej@edvina..net) has created, but when I did, it worked well. I haven't heard back from him recently, but he said he was going to try and merge it into 1.3 The patch itself is only about 14K, and most of it is either putting in $basedir in front of locations, or template changes to allow PHPNuke theme colors, etc. I've tried to apply the patch I created from the changes (1.1.8 and his hacked version) but of course, the changes between 1.3cvs and 1.18 are very large. I suspect someone more familar with the codebase would have an easy time, and I'm even sure I could eventually get it done by hand, but I don't have the time to mess with it right now. I would however love to use a 1.3snapshot with this patched into it, so if someone else is interested in doing the patch work, please let me know or Olle know. It really does look like most of the changes will be creating a set of modified templates, adding a $basedir prefix to all of the various directory references, and finally the small set of changes to truly let PHP/PostNuke drive the wiki with username etc... Seth |
From: Adam S. <ad...@pe...> - 2001-10-08 22:10:56
|
> 1- Posibility to limit the size of the uploads (in config) > 2- Posibility to limit file types i believe that an upload size limit is already in place for the zip uploads. restricting file types is probably a good idea but is of limited use i suspect as files can just be renamed to qualify. long term quota's would probably be useful as well to restrict people's ability to "mailbomb" (upload bomb?) the web server. > Not in the dabatase for sure not. Maybe in a special dir only for this > things. yep, this was my thought as well. adam. |
From: Pablo R. <pr...@cl...> - 2001-10-08 18:11:41
|
>So this is one of the things I'd like to see in PhpWiki so I figure I'll try and write it. What I wanted was some feedback on how it should be implemented. Hi Adam, Here are my oppinions: 1- Posibility to limit the size of the uploads (in config) 2- Posibility to limit file types >The biggest question is where should it store the files? Not in the dabatase for sure not. Maybe in a special dir only for this things. Saludos, Pablo Roca - MS VFP - MVP La Coru=F1a - Espa=F1a Sysop del Portal gratuito de Visualfoxpro en Espa=F1ol http://www.portalfox.com -----Mensaje original----- De: php...@li... [mailto:php...@li...] En nombre de Adam Shand Enviado el: lunes, 08 de octubre de 2001 20:06 Para: PhpWikiTalk Asunto: [Phpwiki-talk] UploadFile plugin. I would like it if files were associated with a wiki page and could then be referenced by the Interwiki mechanism. The biggest question is where should it store the files? I'm not sure it makes sense to store potentially large files in the database so I was thinking of uploading files to the filesystem, something like this: /var/www/wiki/files/PageName /var/www/wiki/files/OtherPageName and then files could be accessed via Interwiki with something like this: Files:PageName/picture.jpg Files:OtherPageName/presentation.ppt Does this make sense? Adam. _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Adam S. <ad...@pe...> - 2001-10-08 18:06:00
|
So this is one of the things I'd like to see in PhpWiki so I figure I'll try and write it. What I wanted was some feedback on how it should be implemented. I would like it if files were associated with a wiki page and could then be referenced by the Interwiki mechanism. The biggest question is where should it store the files? I'm not sure it makes sense to store potentially large files in the database so I was thinking of uploading files to the filesystem, something like this: /var/www/wiki/files/PageName /var/www/wiki/files/OtherPageName and then files could be accessed via Interwiki with something like this: Files:PageName/picture.jpg Files:OtherPageName/presentation.ppt Does this make sense? Adam. |
From: Adam S. <ad...@pe...> - 2001-10-08 15:59:58
|
> With phpwiki v1.2, what is the best way to dump out the entire wiki > page database as a set of HTML pages? (I am thinking about how one > might export the pages to another server, and also using the generated > HTML pages as a (non-editable) backup copy of the database.) For this the easiest thing I can think of is to use something like wget to recursively download your wiki to html files. > Also, to back up the database, is it only necessary to copy the files > in the pages/ subdirectory? i.e. could the database be restored by > just overwriting the files in pages/ with the archived ones? I am > using the dbm storage method. I'm not sure if what you say will work or not, however Steve posted instructions for using PhpWiki's built in zip backup utility here, I suspect that this is the easiest way to back up the raw source for your wiki. http://www.geocrawler.com/lists/3/SourceForge/4037/0/6765555/ adam. |
From: Richard C. <Ric...@st...> - 2001-10-08 13:54:39
|
With phpwiki v1.2, what is the best way to dump out the entire wiki page database as a set of HTML pages? (I am thinking about how one might export the pages to another server, and also using the generated HTML pages as a (non-editable) backup copy of the database.) Also, to back up the database, is it only necessary to copy the files in the pages/ subdirectory? i.e. could the database be restored by just overwriting the files in pages/ with the archived ones? I am using the dbm storage method. -- Richard | SuperH Core Architecture /// .... At home ... Curnow | cu...@br... /// ri...@rr... | http://www.superh.com/ /// http://www.rrbcurnow.freeuk.com/ |
From: Steven M. <st...@mu...> - 2001-10-06 20:16:10
|
Hi All, My Phpwiki is installed in http://server/alphaWiki/index.php but when I tried it with http://server/alphaWiki/?ReleaseNotes the page is displayed correctly but links from it are wrong, for example: http://server/alphaWiki/WikiPlugin I fixed the problem by setting VIRTUAL_PATH to be alphaWiki/index.php but I am not sure whether this is the right thing to do. Sorry I can't be of more help, but I'm not sure what is going on in IsProbablyRedirectToIndex() and the other parts of lib/config.php which are to do with setting VIRTUAL_PATH. Would it be better to just set USE_PATH_INFO to false and ignore these sorts of things? Thanks in advance, Steven Murdoch. -- email: st...@mu... web: http://www.murdomedia.net/ PGP/GnuPG keys: http://www.murdomedia.net/keys.html |
From: Steve W. <sw...@pa...> - 2001-10-06 16:17:20
|
On Sat, 6 Oct 2001, Steven Murdoch wrote: > Thanks for the reply. > > Perhaps an option that could be considered is that one of the nightly > builds could be taken as a "testing release" (like Debian) before the large > changes go in. It would still be considered unstable, but would give > inexperienced users like me something that would have most of the features > of the alpha version but more stable than the future nightly builds. It is > only a suggestion so feel free to ignore it. Yes, something along the lines of a 1.3.1 release has been on my mind. We're at a good point to do this. (The 1.3 branch is "developmental", and when we finish we will release version 1.4, like the Linux kernel does. i.e. even numbered releases are stable, odd numbered releases are experimental.) ~swain --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |
From: Gary B. <ga...@in...> - 2001-10-06 15:41:23
|
On Sat, 6 Oct 2001, Steven Murdoch wrote: > Thanks for the reply. > > At 19:11 05/10/01 -0400, you wrote: > >There are no serious problems in the code base at the moment, but there > >are larger changes coming so I would recommend using a nightly build as > >soon as possible if you take the plunge. We've had it running on dba, > >Mysql and Postgresql and it looks OK. There will be small bugs though, > >like not being able to delete a page. > > Perhaps an option that could be considered is that one of the nightly > builds could be taken as a "testing release" (like Debian) before the large > changes go in. It would still be considered unstable, but would give > inexperienced users like me something that would have most of the features > of the alpha version but more stable than the future nightly builds. It is > only a suggestion so feel free to ignore it. That would be cool. I personally would like to see a new `stable' release, even if it is just semi-stable. Gary [ ga...@in... ][ GnuPG 85A8F78B ][ http://inauspicious.org/ ] |
From: Steven M. <st...@mu...> - 2001-10-06 15:37:01
|
Thanks for the reply. At 19:11 05/10/01 -0400, you wrote: >There are no serious problems in the code base at the moment, but there >are larger changes coming so I would recommend using a nightly build as >soon as possible if you take the plunge. We've had it running on dba, >Mysql and Postgresql and it looks OK. There will be small bugs though, >like not being able to delete a page. Perhaps an option that could be considered is that one of the nightly builds could be taken as a "testing release" (like Debian) before the large changes go in. It would still be considered unstable, but would give inexperienced users like me something that would have most of the features of the alpha version but more stable than the future nightly builds. It is only a suggestion so feel free to ignore it. Thanks, Steven Murdoch. -- email: st...@mu... web: http://www.murdomedia.net/ PGP/GnuPG keys: http://www.murdomedia.net/keys.html |
From: Steven M. <st...@mu...> - 2001-10-06 15:28:22
|
At 20:11 04/10/01 -0700, Adam Shand wrote: >trying to remove a page fails with this error: > >Fatal error: Failed opening required 'lib/template.php' >(include_path='.:/var/lib/phpwiki-alpha') in >/var/lib/phpwiki-alpha/admin/removepage.php on line 19 > >and template really doesn't exist anywhere that i could see. updating >admin/removepage.php to point to Template.php fixes this but then it gets >caught in a loop and won't delete the page when you click "here". It was only after I sent in my own bug report that I noticed your mail, sorry for the duplicate. I know no PHP programming but it looks a bit like Perl and I know a little of that so I thought I'd give it a go. Like you I tried changing "template.php" to "Template.php" and I encountered the same problem as you have mentioned. As I said I know no PHP but this problems seems unconnected. In removepage.php there is an "if" statement to check whether the remove action has been verified, by checking whether the "verify=okay" parameter has been passed. It seems like the content of the verify parameter should go in $verify but when I checked, $verify was undefined so the remove is always seen to be unverified. Perhaps PHP is meant to automatically assign variable to parameters but my installation doesn't seem to. I tried adding in a line explicitly grab the contents of verify, and it seems to fix the problem (patch attached). It might not be the neatest way to do it but it works for me. Perhaps one of the developers will check it over and see if it is sane, or perhaps suggest a more elegant way to fix the problem. Hope this helps, Steven Murdoch. |
From: Steven M. <st...@mu...> - 2001-10-06 12:28:33
|
Hi All, I downloaded the alpha version of the wiki last night and I have to say I'm very impressed. I did have one problem so I am documenting them so that it may help future development. When I attempt to remove any page the following error is brought up: Fatal error: Failed opening required 'lib/template.php' (include_path='.:/usr/share/php') in /home/murdocsj/projects/wiki/phpwiki/alpha/phpwiki/admin/removepage.php on line 19 I'm not sure but perhaps the lib/template.php refered to in admin/removepage.php on line 19, should actually be lib/Template.php? Also are empty days in RecentChanges deleted? They aren't deleted by default by PHPWiki 1.2 but Gary Benson's patch allows this to be done. Do I need something similar for the Alpha?. Thanks in advance, Steven. -- email: st...@mu... web: http://www.murdomedia.net/ PGP/GnuPG keys: http://www.murdomedia.net/keys.html |
From: Steve W. <sw...@pa...> - 2001-10-05 23:11:11
|
Hi Steven, Sorry you had vandalism problems. Right now the 1.3 branch is alpha, use-at-your-own-risk. However I find it fairly stable at the moment. There are no serious problems in the code base at the moment, but there are larger changes coming so I would recommend using a nightly build as soon as possible if you take the plunge. We've had it running on dba, Mysql and Postgresql and it looks OK. There will be small bugs though, like not being able to delete a page. Do save a zip file of all the Wiki pages and try to schedule some kind of backup solution and you should be fine. ~swain On Sat, 6 Oct 2001, Steven Murdoch wrote: > Hi All, > > I asked something like this a while back but since then my needs have > changed. I've been having a little difficulty with the current stable > version's backup policy since my requirements are a little unusual, since > someone attacked my Wiki from two IPs and so I lost the online backup > (fortunately I still had an offline set) and most of my visitors access via > my University's proxy server so intermediate pages are not saved even > though the authors are different. > > I would seem that these problems have been avoided in the Alpha version by > having multiple generations of backups and it looks very good. I'd really > like this feature so I was wondering how usable this Alpha version is, both > in installation and day-to-day use? > > If it is OK so setup and use should I go for the latest version or are > there snapshots that represent the Alpha's more stable states? > > Thanks for writing such a cool program, > Steven Murdoch. > > -- > email: st...@mu... > web: http://www.murdomedia.net/ > PGP/GnuPG keys: http://www.murdomedia.net/keys.html > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |
From: Steven M. <st...@mu...> - 2001-10-05 23:04:20
|
Hi All, I asked something like this a while back but since then my needs have changed. I've been having a little difficulty with the current stable version's backup policy since my requirements are a little unusual, since someone attacked my Wiki from two IPs and so I lost the online backup (fortunately I still had an offline set) and most of my visitors access via my University's proxy server so intermediate pages are not saved even though the authors are different. I would seem that these problems have been avoided in the Alpha version by having multiple generations of backups and it looks very good. I'd really like this feature so I was wondering how usable this Alpha version is, both in installation and day-to-day use? If it is OK so setup and use should I go for the latest version or are there snapshots that represent the Alpha's more stable states? Thanks for writing such a cool program, Steven Murdoch. -- email: st...@mu... web: http://www.murdomedia.net/ PGP/GnuPG keys: http://www.murdomedia.net/keys.html |