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: Buzz <bu...@os...> - 2006-05-10 06:24:12
|
Hi guys, I'm new to the list (and to phpWiki.. just 3 days), but I thought I'd contribute a plugin I've just written. PROBLEM: Everywhere that a thumbnail is put in my HTML pages, I always make it click-able, so that you can see the "full-sized" version of the image easily. I couldn't figure out what combination of wiki syntax would give me a <img> tag inside a <a> tag. Ie: like <a href='...'><img src='...'></a> So I wrote a plugin that does it: <?plugin ImageThumb src="/files/thumbnail1.jpg" target="/files/fullsize1.jpg" ?> This gives you the thumbnail (in 'src') just as usual, but it's clickable, and links to the URL from 'target'. Hope this is useful to someone... And if the developers want to included this in the core of PhPWiki, go wild. Buzz. SOLUTION: ImageThumb.php --------------cut here:------------------- <?php // -*-php-*- /** Copyright 2006 David Bussenschutt, based on HelloWord code template which is Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam * released under the same license as PhpWiki. * great work guys! This file is NOT YET part of PhpWiki. */ /** * Display a thumbnail of an image, and make it a clickable link to the fullsized version. ( I can't believe you can't already do this in Wiki Syntax!) * * Usage: * <?plugin ImageThumb src="/files/thumbnail1.jpg" target="/files/fullsize1.jpg" ?> */ // Constants are defined before the class. if (!defined('THE_END')) define('THE_END', "!"); class WikiPlugin_ImageThumb extends WikiPlugin { // Five required functions in a WikiPlugin. function getName () { return _("ImageThumb"); } function getDescription () { return _("Link from an image Plugin"); } function getVersion() { return preg_replace("/[Revision: $]/", '', "\$Revision: 1.00 $"); } // Establish default values for each of this plugin's arguments. function getDefaultArguments() { return array('src' => "wiki/themes/default/images/poweredby_phpwiki_51x31.png", 'target' => "wiki/themes/default/images/poweredby_phpwiki_82x31.png"); } function run($dbi, $argstr, &$request, $basepage) { extract($this->getArgs($argstr, $request)); $html = HTML::a(array('href' => $target, 'class' => '', 'title' => $src), HTML::img(array('src'=>$src)) ); return $html; } }; ?> |
From: Manuel V. <man...@gm...> - 2006-05-09 09:19:39
|
2006/5/5, Stefan <son...@ba...>: > thats great, nice feature. We have to add a lot more function but its a > nice first step > Stefan I agree, This first step is a kind of proof of concept: it's possible to use wikiwywg above phpwiki. Here (STMicroelectronics) we are looking to integrate more feature soon, maybe Jean-Nicolas can share his schedule with us. As explained in the paper forwared here few monthes ago (by someone from wikilens), the main challenge is to fine a smart way to deal with plugins and I believe Jean-Nicolas will propose sth soon. Manuel |
From: William L. <le...@k2...> - 2006-05-09 08:16:08
|
I composed this message once before but it seems to have gotten lost in the ether. I ended up figuring this one out... I got Google lucky. According to http://dev.mysql.com/doc/refman/5.0/en/join.html: <Quote> INNER JOIN| and |,| (comma) are semantically equivalent in the absence of a join condition: both produce a Cartesian product between the specified tables (that is, each and every row in the first table is joined to each and every row in the second table). However, the precedence of the comma operator is less than than of |INNER JOIN|, |CROSS JOIN|, |LEFT JOIN|, and so on. If you mix comma joins with the other join types when there is a join condition, an error of the form |Unknown column '/|col_name|/' in 'on clause'| may occur. Information about dealing with this problem is given later in this section. </Quote> and sure enough later in the document they explain it. Basically prior to MySQL 5.0.12, Join and the comma operator were treated the same, but in 5.0.12 and later, the join keyword has higher precedence than the comma. So because the wanted pages code simplified is "... From link,page Join page join nonempty ..." MySQLl joins the link table last because it is joined by a comma rather than the join keyword. The Solution: in wiki/lib/WikiDB/backend/PearDB_mysql.php line 127: Change . " FROM $link_tbl,$page_tbl as linked " To . " FROM $link_tbl JOIN $page_tbl as linked " -William Leader |
From: Reini U. <ru...@x-...> - 2006-05-09 07:59:24
|
How did you fix it? Reverting back to mysql-4.1.18 ? 2006/5/7, William Leader <le...@k2...>: > Ok, as mentioned in my other message I have a new problem. This problem > came up when upgrading from MySQL 4.1.18 to 5.0.21. WantedPages now > seems to be broken. Anyone should be able to see it at > http://www.k2wrpg.org/wiki/index.php/WantedPages. If you do check it out > you will see that it bombs out with this error: > > lib\WikiDB\backend\PearDB.php (In template 'body' < 'html'):1027: Error: > wikidb_backend_peardb_mysql: fatal database error > > * DB Error: no such field > * (SELECT page.pagename,linked.pagename as wantedfrom FROM link,page > as linked LEFT JOIN page ON (link.linkto=3Dpage.id) LEFT JOIN > nonempty ON (link.linkto=3Dnonempty.id) WHERE ISNULL(nonempty.id) > AND linked.id=3Dlink.linkfrom AND linked.pagename NOT IN > ('PgsrcTranslation','InterWikiMap') LIMIT 0, 300 [nativecode=3D1054 > ** Unknown column 'link.linkto' in 'on clause']) > > Now I know just enough SQL to see that this is a really complicated > join, and that I don't completely understand what the problem is. What > really confuses me is the Unknown column 'link.linkto' because linkto > certainly is a column of link, > > I really would like to help fix this because WantedPages is one of my > favorite pages, and I use it frequently to find stuff that needs to be > done. -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/ |
From: William L. <le...@k2...> - 2006-05-09 01:03:40
|
Ok, as mentioned in my other message I have a new problem. This problem came up when upgrading from MySQL 4.1.18 to 5.0.21. WantedPages now seems to be broken. Anyone should be able to see it at http://www.k2wrpg.org/wiki/index.php/WantedPages. If you do check it out you will see that it bombs out with this error: lib\WikiDB\backend\PearDB.php (In template 'body' < 'html'):1027: Error: wikidb_backend_peardb_mysql: fatal database error * DB Error: no such field * (SELECT page.pagename,linked.pagename as wantedfrom FROM link,page as linked LEFT JOIN page ON (link.linkto=page.id) LEFT JOIN nonempty ON (link.linkto=nonempty.id) WHERE ISNULL(nonempty.id) AND linked.id=link.linkfrom AND linked.pagename NOT IN ('PgsrcTranslation','InterWikiMap') LIMIT 0, 300 [nativecode=1054 ** Unknown column 'link.linkto' in 'on clause']) Now I know just enough SQL to see that this is a really complicated join, and that I don't completely understand what the problem is. What really confuses me is the Unknown column 'link.linkto' because linkto certainly is a column of link, I really would like to help fix this because WantedPages is one of my favorite pages, and I use it frequently to find stuff that needs to be done. Thanks! -Will |
From: William L. <le...@k2...> - 2006-05-08 17:57:53
|
Just to follow up on this, It seems that upgrading MySQL to 5.0.21 (Latest as of this writing) cleared up the problem listed below. I did however run into one new problem, But I am going to start a new thread for that. -Will > Hello Everyone, > I have a phpwiki set up at http://www.k2wrpg.org/wiki/ and we've > been noticing some odd behaviors on that server. Every once in a while > the wiki will become unresponsive. Other parts of the site (that also > use php and MySQL) don't seem to be affected right away. Eventually > everything using the web service becomes unresponsive. When running a > netstat on the machine, there are a thousand or more connections from > spiders sitting in a CLOSE_WAIT state. Checking the logs shows that > Apache errors with "Server ran out of threads to serve requests." > > So here is my theory. Something on the server gets a hit that cause > the apache child thread to hang. Over time, visitors and spiders > hitting this resource cause more threads to start and hang. Eventually > the server runs out of threads and the whole server stops responding. > Now this seems like it might be some sort of server configuration > issue, but I'm not entirely sure thats the case. The reason I am > bringing this up on this list is the wiki starts showing symptoms long > before other things on the server. For example, the wiki becomes > unresponsive, but Mantis at http://www.k2wrpg.org/mantis/ (which also > uses PHP and MySQL) remains in working order until the site as a whole > stops responding. When it gets to this point static items that are > plain HTML, or images are not served. > > Does anyone have any thoughts on this? > > Thanks! > -William Leader > > Server Basics: > Windows XP SP2 > Apache 1.3.34 > MySQL 4.1.18 > PHP 4.4.2 > phpwiki 1.3.12p2 > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > |
From: William L. <wi...@pr...> - 2006-05-08 17:17:14
|
William Leader wrote: Alright, I ended up figuring this one out... I got Google lucky. According to http://dev.mysql.com/doc/refman/5.0/en/join.html: | <Quote> INNER JOIN| and |,| (comma) are semantically equivalent in the absence of a join condition: both produce a Cartesian product between the specified tables (that is, each and every row in the first table is joined to each and every row in the second table). However, the precedence of the comma operator is less than than of |INNER JOIN|, |CROSS JOIN|, |LEFT JOIN|, and so on. If you mix comma joins with the other join types when there is a join condition, an error of the form |Unknown column '/|col_name|/' in 'on clause'| may occur. Information about dealing with this problem is given later in this section. </Quote> and sure enough later in the document they explain it. Basically prior to MySQL 5.0.12, Join and the comma operator were treated the same, but in 5.0.12 and later, the join keyword has higher precedence than the comma. So because the wanted pages code simplified is "... From link,page Join page join nonempty ..." MySQLl joins the link table last because it is joined by a comma rather than the join keyword. The Solution: in wiki/lib/WikiDB/backend/PearDB_mysql.php line 127: Change . " FROM $link_tbl,$page_tbl as linked " To . " FROM $link_tbl JOIN $page_tbl as linked " -William Leader > Ok, as mentioned in my other message I have a new problem. This > problem came up when upgrading from MySQL 4.1.18 to 5.0.21. > WantedPages now seems to be broken. Anyone should be able to see it at > http://www.k2wrpg.org/wiki/index.php/WantedPages. If you do check it > out you will see that it bombs out with this error: > > lib\WikiDB\backend\PearDB.php (In template 'body' < 'html'):1027: > Error: wikidb_backend_peardb_mysql: fatal database error > > * DB Error: no such field > * (SELECT page.pagename,linked.pagename as wantedfrom FROM link,page > as linked LEFT JOIN page ON (link.linkto=page.id) LEFT JOIN > nonempty ON (link.linkto=nonempty.id) WHERE ISNULL(nonempty.id) > AND linked.id=link.linkfrom AND linked.pagename NOT IN > ('PgsrcTranslation','InterWikiMap') LIMIT 0, 300 [nativecode=1054 > ** Unknown column 'link.linkto' in 'on clause']) > > Now I know just enough SQL to see that this is a really complicated > join, and that I don't completely understand what the problem is. What > really confuses me is the Unknown column 'link.linkto' because linkto > certainly is a column of link, > > I really would like to help fix this because WantedPages is one of my > favorite pages, and I use it frequently to find stuff that needs to be > done. > > Thanks! > -Will > |
From: Stefan <son...@ba...> - 2006-05-05 12:43:31
|
thats great, nice feature. We have to add a lot more function but its a nice first step Stefan Jean-Nicolas GEREONE schrieb: > Here is the link :) : > > http://sourceforge.net/tracker/index.php?func=detail&aid=1482317&group_id=6121&atid=306121 > > > > > Jean-Nicolas GEREONE wrote: >> Hi all, >> >> I have submitted a patch for phpwiki that allows to add a wysiwyg >> editor based on wikiwyg library in phpwiki edition mode. >> >> You will be able to switch between wysiwyg and wikitext mode easily. >> >> More information about the installation are available in the tarball. >> >> Cheers, >> Jean-Nicolas. >> >> >> > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > |
From: Jean-Nicolas G. <jea...@st...> - 2006-05-05 11:40:33
|
Here is the link :) : http://sourceforge.net/tracker/index.php?func=detail&aid=1482317&group_id=6121&atid=306121 Jean-Nicolas GEREONE wrote: > Hi all, > > I have submitted a patch for phpwiki that allows to add a wysiwyg > editor based on wikiwyg library in phpwiki edition mode. > > You will be able to switch between wysiwyg and wikitext mode easily. > > More information about the installation are available in the tarball. > > Cheers, > Jean-Nicolas. > > > |
From: Jean-Nicolas G. <jea...@st...> - 2006-05-05 09:18:49
|
Hi all, I have submitted a patch for phpwiki that allows to add a wysiwyg editor based on wikiwyg library in phpwiki edition mode. You will be able to switch between wysiwyg and wikitext mode easily. More information about the installation are available in the tarball. Cheers, Jean-Nicolas. |
From: Reini U. <ru...@x-...> - 2006-05-02 13:30:10
|
Thanks! 2006/5/2, Manuel Vacelet <man...@gm...>: > Hi all, > A very small patch about a bad default preference in lib/WikiUserNew.php. -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/ |
From: Manuel V. <man...@gm...> - 2006-05-02 12:04:21
|
Hi all, A very small patch about a bad default preference in lib/WikiUserNew.php. Cheers, Manuel |
From: William L. <le...@k2...> - 2006-05-01 09:46:39
|
Hello Everyone, I have a phpwiki set up at http://www.k2wrpg.org/wiki/ and we've been noticing some odd behaviors on that server. Every once in a while the wiki will become unresponsive. Other parts of the site (that also use php and MySQL) don't seem to be affected right away. Eventually everything using the web service becomes unresponsive. When running a netstat on the machine, there are a thousand or more connections from spiders sitting in a CLOSE_WAIT state. Checking the logs shows that Apache errors with "Server ran out of threads to serve requests." So here is my theory. Something on the server gets a hit that cause the apache child thread to hang. Over time, visitors and spiders hitting this resource cause more threads to start and hang. Eventually the server runs out of threads and the whole server stops responding. Now this seems like it might be some sort of server configuration issue, but I'm not entirely sure thats the case. The reason I am bringing this up on this list is the wiki starts showing symptoms long before other things on the server. For example, the wiki becomes unresponsive, but Mantis at http://www.k2wrpg.org/mantis/ (which also uses PHP and MySQL) remains in working order until the site as a whole stops responding. When it gets to this point static items that are plain HTML, or images are not served. Does anyone have any thoughts on this? Thanks! -William Leader Server Basics: Windows XP SP2 Apache 1.3.34 MySQL 4.1.18 PHP 4.4.2 phpwiki 1.3.12p2 |
From: Reini U. <ru...@x-...> - 2006-04-26 06:07:11
|
Thomas Haws schrieb: > This e-mail notice was a surprise. Is the PhpWiki programming team > really crawling the web and updating wikis? No. It's a generated message. The virgin setup is trggered when the HOME_PAGE is not available. WHich might be case here, when the language is changed. Here it looks like thet you didn't set your language DEFAULT_LANG=en, and that it is autodetected. When someone with a spanish browser gets to your wiki, some spanish pages are pulled in. That's all. > LoadDump > Editar: The PhpWiki programming team > > Loaded the following pages: > ReglasDeFormatoDeTexto > BuscarPágina > ViejoReglasDeFormatoDeTexto > MasAcercadeLaMecanica > KBrown > PáginaPrincipal > ComoUsarWiki > EditarElTexto > CajaDeArena > VisitantesRecientes > MasPopulares > BuenEstilo > TodasLasPaginas > CambiosRecientes > AgregarPaginas > CreatePage > RelatedChanges > > Tom Haws -- Reini Urban http://phpwiki.org/ http://helsinki.at/ http://spacemovie.mur.at/ |
From: Thomas H. <tom...@gm...> - 2006-04-25 21:25:48
|
This e-mail notice was a surprise. Is the PhpWiki programming team really crawling the web and updating wikis? LoadDump Editar: The PhpWiki programming team Loaded the following pages: ReglasDeFormatoDeTexto BuscarP=E1gina ViejoReglasDeFormatoDeTexto MasAcercadeLaMecanica KBrown P=E1ginaPrincipal ComoUsarWiki EditarElTexto CajaDeArena VisitantesRecientes MasPopulares BuenEstilo TodasLasPaginas CambiosRecientes AgregarPaginas CreatePage RelatedChanges Tom Haws |
From: Serveur-Faucon S. <Srv...@cs...> - 2006-04-24 16:15:42
|
Thanks. --------------------------------------------------- Alexandre Racine - Gardien Virtuel - S=E9curit=E9 Informatique www.gardienv= irtuel.com Montr=E9al, Qu=E9bec, Canada >>> ru...@x-... 2006-04-22 16:52:17 >>> I've read. And I've subscribed you 2006/4/20, Serveur-Faucon Surveillance <Srv...@cs...>: > This is a test. > > From the http://lists.sourceforge.net/lists/listinfo/phpwiki-talk page, = witch is the subscription page, I always get theses results. > > "Phpwiki-talk Subscription results > You must supply a valid email address. > You must supply a valid password, and confirm it." > > I have try with two valid email and always the same results. > > Thanks. > > --------------------------------------------------- > Alexandre Racine - Gardien Virtuel - S=E9curit=E9 Informatique www.gardie= nvirtuel.com=20 > Montr=E9al, Qu=E9bec, Canada > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, = security? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache = Geronimo > http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642=20 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li...=20 > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk=20 > -- Reini Urban http://phpwiki.org/=20 http://spacemovie.mur.at/ http://helsinki.at/=20 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job = easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid0709&bid&3057&dat1642=20 _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Jonathon D. <do...@di...> - 2006-04-23 14:56:30
|
On 1.3.12p2 I am having trouble with the admin account not staying authenticated (I would like to load the dump I made from my 1.2 wiki). I have tried USE_DB_SESSION = true and false without any change in behaviour. I have tried USER_AUTH_POLICY = stacked and old without any change. I have AUTH_SESS_USER = userid. Frankly I don't understand how the authentication setup works well enough to know where to look. Any recommendations? |
From: Reini U. <ru...@x-...> - 2006-04-22 20:52:20
|
I've read. And I've subscribed you 2006/4/20, Serveur-Faucon Surveillance <Srv...@cs...>: > This is a test. > > From the http://lists.sourceforge.net/lists/listinfo/phpwiki-talk page, w= itch is the subscription page, I always get theses results. > > "Phpwiki-talk Subscription results > You must supply a valid email address. > You must supply a valid password, and confirm it." > > I have try with two valid email and always the same results. > > Thanks. > > --------------------------------------------------- > Alexandre Racine - Gardien Virtuel - S=E9curit=E9 Informatique www.gardie= nvirtuel.com > Montr=E9al, Qu=E9bec, Canada > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/ |
From: Serveur-Faucon S. <Srv...@cs...> - 2006-04-20 14:21:38
|
This is a test. From the http://lists.sourceforge.net/lists/listinfo/phpwiki-talk page, = witch is the subscription page, I always get theses results. "Phpwiki-talk Subscription results You must supply a valid email address. You must supply a valid password, and confirm it." I have try with two valid email and always the same results. Thanks. --------------------------------------------------- Alexandre Racine - Gardien Virtuel - S=E9curit=E9 Informatique www.gardienv= irtuel.com Montr=E9al, Qu=E9bec, Canada |
From: Andreas A. <an...@tr...> - 2006-04-19 05:58:52
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Thomas Haws wrote: <blockquote cite="mid...@ma..." type="cite">Have you used phpwiki/index.php?action=upgrade already? <br> <br> </blockquote> In the old version I get <br> <p> lib/main.php:514: Notice[1024]: upgrade: Unknown action<br> </p> <p>The problem when I tested was that under php5 I couldn't create new posts. The import of the old ones work, although it missed some.<br> </p> <br> <div class="moz-signature">-- <br> <span style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Andreas Andersson<br> IT-Dept/Developer<br> <br> </span> <a href="http://www.travelstart.se"><img moz-do-not-send="true" src="http://www.travelstart.se/common/travelstart/travelstart.gif" alt="Travelstart" border="0"></a> <br> <br> <table> <tbody> <tr> <td style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Travelstart Nordic AB<br> Davidshallsgatan 14<br> 211 45 Malmö<br> <br> <a href="http://www.travelstart.se">www.travelstart.se</a><br> <a href="http://www.travelstart.dk">www.travelstart.dk</a><br> <a href="http://www.travelstart.no">www.travelstart.no</a> </td> <td> </td> <td style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Tel +46 (0)40-690 38 83<br> Mob +46 (0)70-757 23 73<br> Fax +46 (0)40-611 17 78<br> <br> <a href="http://www.luftgrop.se">www.luftgrop.se</a><br> <a href="http://www.openjet.com">www.openjet.com</a><br> <a href="http://www.sistaminuten.se">www.sistaminuten.se</a> </td> </tr> </tbody> </table> </div> </body> </html> |
From: Thomas H. <tom...@gm...> - 2006-04-18 23:38:34
|
Both fellows, I just went through all this myself, and Reini helped me. Perhaps I can repay him by helping you. But I am using mysql, and that was my chief obstacle. Have you used phpwiki/index.php?action=3Dupgrade already? -- Tom Haws 480-201-5476 "There are many causes that I am prepared to die for but no causes that I a= m prepared to kill for" Gandhi |
From: joel s. <fox...@gm...> - 2006-04-18 16:43:10
|
I had to use the zip snapshot (only the latest version of each page) instea= d of zip dump. When I did that, everything came across execept for the "virgin pages" that are there when you first startup your wiki. What kind of failures did you have? Did you do a zip dump or a zip snapshot? I'm up and running now on php5 with the latest, are you saying that you are having trouble getting phpwiki working with php5? Joel Schaubert On 4/18/06, Andreas Andersson <an...@tr...> wrote: > > joel schaubert wrote: > > Why is it that you cannot migrate? I recently migrated by using the > instructions in UPGRADING and it went very well. > > I've managed to recreate some (not all!) of the pages by storing the old > ones in a dump and then restore them. php5 however doesn't seem to be an > option :) Creating pages didn't work, rest seems to work fine. > > > > -- > Andreas Andersson > IT-Dept/Developer > > [image: Travelstart] <http://www.travelstart.se> > > Travelstart Nordic AB > Davidshallsgatan 14 > 211 45 Malm=F6 > > www.travelstart.se > www.travelstart.dk > www.travelstart.no Tel +46 (0)40-690 38 83 > Mob +46 (0)70-757 23 73 > Fax +46 (0)40-611 17 78 > > www.luftgrop.se > www.openjet.com > www.sistaminuten.se > ------------------------------------------------------- This SF.Net email > is sponsored by xPML, a groundbreaking scripting language that extends > applications into web and mobile media. Attend the live webcast and join = the > prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642_______________________________________________ Phpwiki-talk maili= ng list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |
From: Andreas A. <an...@tr...> - 2006-04-18 15:32:57
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> joel schaubert wrote: <blockquote cite="mid...@ma..." type="cite">Why is it that you cannot migrate? I recently migrated by using the instructions in UPGRADING and it went very well.<br> </blockquote> I've managed to recreate some (not all!) of the pages by storing the old ones in a dump and then restore them. php5 however doesn't seem to be an option :) Creating pages didn't work, rest seems to work fine.<br> <br> <br> <div class="moz-signature">-- <br> <span style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Andreas Andersson<br> IT-Dept/Developer<br> <br> </span> <a href="http://www.travelstart.se"><img moz-do-not-send="true" src="http://www.travelstart.se/common/travelstart/travelstart.gif" alt="Travelstart" border="0"></a> <br> <br> <table> <tbody> <tr> <td style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Travelstart Nordic AB<br> Davidshallsgatan 14<br> 211 45 Malmö<br> <br> <a href="http://www.travelstart.se">www.travelstart.se</a><br> <a href="http://www.travelstart.dk">www.travelstart.dk</a><br> <a href="http://www.travelstart.no">www.travelstart.no</a> </td> <td> </td> <td style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Tel +46 (0)40-690 38 83<br> Mob +46 (0)70-757 23 73<br> Fax +46 (0)40-611 17 78<br> <br> <a href="http://www.luftgrop.se">www.luftgrop.se</a><br> <a href="http://www.openjet.com">www.openjet.com</a><br> <a href="http://www.sistaminuten.se">www.sistaminuten.se</a> </td> </tr> </tbody> </table> </div> </body> </html> |
From: joel s. <fox...@gm...> - 2006-04-18 15:14:18
|
Why is it that you cannot migrate? I recently migrated by using the instructions in UPGRADING and it went very well. Joel Schaubert On 4/18/06, Andreas Andersson <an...@tr...> wrote: > > Hi! > > I'm running an old version of phpWiki, around 20 months old. I need to > upgrade to a version supporting php5 since I need that for another projec= t. > > However, I can't migrate my old pages. Is there any migration software or > a function in any recent version that can upgrade from an old version? > > I use dbtype =3D file so I have a lot of phpwiki-formated textfiles on my > server. > > Thanks. > -- > Andreas Andersson > IT-Dept/Developer > > [image: Travelstart] <http://www.travelstart.se> > > Travelstart Nordic AB > Davidshallsgatan 14 > 211 45 Malm=F6 > > www.travelstart.se > www.travelstart.dk > www.travelstart.no Tel +46 (0)40-690 38 83 > Mob +46 (0)70-757 23 73 > Fax +46 (0)40-611 17 78 > > www.luftgrop.se > www.openjet.com > www.sistaminuten.se > ------------------------------------------------------- This SF.Net email > is sponsored by xPML, a groundbreaking scripting language that extends > applications into web and mobile media. Attend the live webcast and join = the > prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642_______________________________________________ Phpwiki-talk maili= ng list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |
From: Andreas A. <an...@tr...> - 2006-04-18 11:03:43
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hi!<br> <br> I'm running an old version of phpWiki, around 20 months old. I need to upgrade to a version supporting php5 since I need that for another project.<br> <br> However, I can't migrate my old pages. Is there any migration software or a function in any recent version that can upgrade from an old version? <br> <br> I use dbtype = file so I have a lot of phpwiki-formated textfiles on my server.<br> <br> Thanks.<br> <div class="moz-signature">-- <br> <span style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Andreas Andersson<br> IT-Dept/Developer<br> <br> </span> <a href="http://www.travelstart.se"><img moz-do-not-send="true" src="http://www.travelstart.se/common/travelstart/travelstart.gif" alt="Travelstart" border="0"></a> <br> <br> <table> <tbody> <tr> <td style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Travelstart Nordic AB<br> Davidshallsgatan 14<br> 211 45 Malmö<br> <br> <a href="http://www.travelstart.se">www.travelstart.se</a><br> <a href="http://www.travelstart.dk">www.travelstart.dk</a><br> <a href="http://www.travelstart.no">www.travelstart.no</a> </td> <td> </td> <td style="font-family: Arial; font-size: 12px; color: gray; font-weight: bold;"> Tel +46 (0)40-690 38 83<br> Mob +46 (0)70-757 23 73<br> Fax +46 (0)40-611 17 78<br> <br> <a href="http://www.luftgrop.se">www.luftgrop.se</a><br> <a href="http://www.openjet.com">www.openjet.com</a><br> <a href="http://www.sistaminuten.se">www.sistaminuten.se</a> </td> </tr> </tbody> </table> </div> </body> </html> |