From: Pablo R. R. <pr...@cl...> - 2001-01-25 09:43:41
|
Arno, give me a bit of time to correct my spanish fixes. Anyway, you didn't provide a backup from wiki to wikiarchive in Admin tasks. IMHO I think this should be done there. Pablo Roca (pr...@cl...) Clavo Congelados, S.A. (http://www.clavo.net) La Coruña - España > -----Mensaje original----- > De: php...@li... > [mailto:php...@li...]En nombre de Arno > Hollosi > Enviado el: miércoles, 24 de enero de 2001 19:43 > Para: php...@li... > Asunto: [Phpwiki-talk] 1.2.0 to be released in 1 week! > > > > Steve, all, > > what keeps us from releasing 1.2.0? > > Let's give the current version some testing, bring the translations up to > date and then ship it! > > Seesh, even Linux 2.4.0 is here. > > /Arno > > > p.s. from David Sigaty: > > BTW, you and your fellow developers might be interested to know that > PhpWiki runs out of the box on WIN95 (!): > Web server: xitami 2.4d7 for windows > Database: mysql 3.23 for windows > PHP: 4.04pl1 (php404pl1-installer.exe) > PhpWiki: 1.1.9 > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Pablo R. R. <pr...@cl...> - 2001-01-25 10:06:54
|
Yes, the diff between versions are done comparing what is stored in wiki and wikiarchive tables. So, how I do a backup from wiki to wikiarchive? I think this should be done in admin. Pablo Roca (pr...@cl...) Clavo Congelados, S.A. (http://www.clavo.net) La Coruña - España > -----Mensaje original----- > De: php...@li... > [mailto:php...@li...]En nombre de Arno > Hollosi > Enviado el: jueves, 25 de enero de 2001 11:01 > Para: php...@li... > Asunto: Re: [Phpwiki-talk] 1.2.0 to be released in 1 week! > > > > > Anyway, you didn't provide a backup from wiki to wikiarchive in Admin > > tasks. > > Could you clarify what you mean by this? > > /Arno > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Arno H. <aho...@xm...> - 2001-01-25 10:42:10
|
> Yes, the diff between versions are done comparing what is stored in wik= i > and wikiarchive tables. > So, how I do a backup from wiki to wikiarchive? I think this should be > done in admin. Actually, pages are backed up in wikiarchive whenever a *different* user=20 edits a page. E.g. Alice creates a page and edits it 3 times - everything= =20 stays in wiki (including version 3). Next Bob comes along and edits the=20 page: now v3 is moved to wikiarchive and Bob's version 4 is stored in wik= i. Say Bob edits the page one more time, nothing is moved to wikiarchive,=20 because Bob is the latest editor of the page - thus: wikiarchive holds=20 version 3, wiki holds version 5. When Alice edits the page now, then=20 version 5 is moved the archive, ...... I don't see the need for an admin to move pages from wiki to wikiarchive. /Arno p.s. it's hard to get this behaviour in local tests, as currently the=20 ip-address is used for user-identification. So you will always appear as=20 one user to phpwiki, and thus nothing gets backed up into wikiarchive,=20 except when you edit the initial pages (there the author is set to "wiki=20 team") |
From: Pablo R. R. <pr...@cl...> - 2001-01-26 08:24:52
|
Ahhh! perfect I didn0t saw this behaviour cause the most time I was doing the changes. Thanks Arno, Pablo Roca (pr...@cl...) Clavo Congelados, S.A. (http://www.clavo.net) La Coruña - España > -----Mensaje original----- > De: php...@li... > [mailto:php...@li...]En nombre de Arno > Hollosi > Enviado el: jueves, 25 de enero de 2001 11:42 > Para: php...@li... > Asunto: Re: [Phpwiki-talk] 1.2.0 to be released in 1 week! > > > > > Yes, the diff between versions are done comparing what is stored in wiki > > and wikiarchive tables. > > So, how I do a backup from wiki to wikiarchive? I think this should be > > done in admin. > > Actually, pages are backed up in wikiarchive whenever a *different* user > edits a page. E.g. Alice creates a page and edits it 3 times - everything > stays in wiki (including version 3). Next Bob comes along and edits the > page: now v3 is moved to wikiarchive and Bob's version 4 is > stored in wiki. > Say Bob edits the page one more time, nothing is moved to wikiarchive, > because Bob is the latest editor of the page - thus: wikiarchive holds > version 3, wiki holds version 5. When Alice edits the page now, then > version 5 is moved the archive, ...... > > I don't see the need for an admin to move pages from wiki to wikiarchive. > > /Arno > > p.s. it's hard to get this behaviour in local tests, as currently the > ip-address is used for user-identification. So you will always appear as > one user to phpwiki, and thus nothing gets backed up into wikiarchive, > except when you edit the initial pages (there the author is set to "wiki > team") > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Arno H. <aho...@xm...> - 2001-01-25 10:00:29
|
> Anyway, you didn't provide a backup from wiki to wikiarchive in Admin > tasks. Could you clarify what you mean by this? /Arno |