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: AlJeux <al...@fr...> - 2008-03-31 19:50:29
|
Reini Urban a écrit : > Alain Peyrat schrieb: >> Hi, >> >> I'm working with Marc-Etienne Vargenau, we are running a phpwiki-1.3.14 + cvs >> installation with a postgresql database. >> >> I found some errors while unpacking the cached page. At first glance, this seems >> to be caused by the fact that the datas are binaries (compressed by gzcompress) >> but the type is TEXT. >> >> In file psql-initialize.sql, the line with the bytea (binary type) has been >> commented. >> >> [...] >> --cached_html bytea DEFAULT '' >> cached_html TEXT DEFAULT '' >> [...] >> >> Do you remember why ? > > I tried two versions: > With and without HAVE_BYTEA in the backends. > 7.x worked fine and 8.x failed with one of these, but I forgot which. > > Looks like ADODB requires bytea: > > lib\WikiDB\backend\ADODB_postgres7.php: > if (!defined("USE_BYTEA")) // see schemas/psql-initialize.sql > define("USE_BYTEA", true); // only BYTEA is binary safe > > and Pear the opposite: > > lib\WikiDB\backend\PearDB_pgsql.php > if (!defined("USE_BYTEA")) // see schemas/psql-initialize.sql > //define("USE_BYTEA", true); > define("USE_BYTEA", false); Thank you for your very fast answer. I didn't noticed the USE_BYTEA define. I will carefully take a look at it and will make some tests to find what we need exactly. Many thanks, Alain. |
From: Reini U. <ru...@x-...> - 2008-03-31 14:24:10
|
Alain Peyrat schrieb: > Hi, > > I'm working with Marc-Etienne Vargenau, we are running a phpwiki-1.3.14 + cvs > installation with a postgresql database. > > I found some errors while unpacking the cached page. At first glance, this seems > to be caused by the fact that the datas are binaries (compressed by gzcompress) > but the type is TEXT. > > In file psql-initialize.sql, the line with the bytea (binary type) has been > commented. > > [...] > --cached_html bytea DEFAULT '' > cached_html TEXT DEFAULT '' > [...] > > Do you remember why ? I tried two versions: With and without HAVE_BYTEA in the backends. 7.x worked fine and 8.x failed with one of these, but I forgot which. Looks like ADODB requires bytea: lib\WikiDB\backend\ADODB_postgres7.php: if (!defined("USE_BYTEA")) // see schemas/psql-initialize.sql define("USE_BYTEA", true); // only BYTEA is binary safe and Pear the opposite: lib\WikiDB\backend\PearDB_pgsql.php if (!defined("USE_BYTEA")) // see schemas/psql-initialize.sql //define("USE_BYTEA", true); define("USE_BYTEA", false); I'm just moving to a new flat, so everything is hidden under a big pile of junk. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Alain P. <al...@fr...> - 2008-03-31 12:23:51
|
Hi, I'm working with Marc-Etienne Vargenau, we are running a phpwiki-1.3.14 + cvs installation with a postgresql database. I found some errors while unpacking the cached page. At first glance, this seems to be caused by the fact that the datas are binaries (compressed by gzcompress) but the type is TEXT. In file psql-initialize.sql, the line with the bytea (binary type) has been commented. [...] --cached_html bytea DEFAULT '' cached_html TEXT DEFAULT '' [...] Do you remember why ? Many thanks for your help, Alain. |
From: Reini U. <ru...@x-...> - 2008-03-29 14:18:39
|
cgl schrieb: > I have just installed phpwiki v1.3.14. When I browse to any file in my wiki, > I see the message: > Access Denied. > > Nothing more. > I have tried editing config.ini, and have reinstalled. I am at a loss. Could > someone with some more experience with phpwiki point me in the right > direction? Access denied sounds to me like a file permission access error, not a webserver permission error. Check if the files in the directory and the dirs are readable by the account in which the webserver runs. usually httpd, apache, ... on windows it would be SYSTEM. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: cgl <cer...@gm...> - 2008-03-28 03:12:07
|
I have just installed phpwiki v1.3.14. When I browse to any file in my wiki, I see the message: Access Denied. Nothing more. I have tried editing config.ini, and have reinstalled. I am at a loss. Could someone with some more experience with phpwiki point me in the right direction? Thanks a million! -- View this message in context: http://www.nabble.com/Access-denied.-1.3.14-install-tp16344253p16344253.html Sent from the phpwiki-talk mailing list archive at Nabble.com. |
From: Marc-Etienne V. <Mar...@al...> - 2008-03-18 13:56:33
|
Reini Urban a écrit : > 2008/3/18, Marc-Etienne Vargenau <Mar...@al...>: >> Reini Urban a écrit : >> >>> Update of /cvsroot/phpwiki/phpwiki/lib >> > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30097 > >> > revert & links > >> > - $args .= '&start_debug=' . $request->getArg('start_debug'); >> > + $args .= '&start_debug=' . $request->getArg('start_debug'); >> >> Hello Reini, >> You also reverted this modification. Shouldn't the '&' be escaped? > > Theoretically and for strict xhtml conformity (non-quirks mode) your > code is okay. > But I fear that it is not stable enough when being read by the next > request by certain php's. OK, so I will leave it as it is. Regards, Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Marc-Etienne V. <Mar...@al...> - 2008-03-18 13:55:15
|
Reini Urban a écrit : > 2008/3/18, Marc-Etienne Vargenau <Mar...@al...>: >> Thank you for your contributions and bug corrections. >> >> I do not understand the change from >> 'checked' => 'checked' >> to >> 'checked' => 'CHECKED' >> >> This corresponds to revoking my contribution >> // Revision 1.149 2008/01/26 14:13:29 vargenau >> // XHTML is case-sensitive; use correct case >> As I understand, in *X*HTML , you have to use lower case. > > Ah sorry! > I did a three way merge yesterday evening and messed this up. > Please fix it again. Or I'll do it in the evening. No problem. I will do it this evening from home (easier than at work). Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Reini U. <ru...@x-...> - 2008-03-18 13:26:46
|
2008/3/18, Marc-Etienne Vargenau <Mar...@al...>: > Reini Urban a écrit : > > > Update of /cvsroot/phpwiki/phpwiki/lib > > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30097 > > revert & links > > - $args .= '&start_debug=' . $request->getArg('start_debug'); > > + $args .= '&start_debug=' . $request->getArg('start_debug'); > > Hello Reini, > You also reverted this modification. Shouldn't the '&' be escaped? Theoretically and for strict xhtml conformity (non-quirks mode) your code is okay. But I fear that it is not stable enough when being read by the next request by certain php's. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Reini U. <ru...@x-...> - 2008-03-18 13:05:36
|
2008/3/18, Marc-Etienne Vargenau <Mar...@al...>: > Thank you for your contributions and bug corrections. > > I do not understand the change from > 'checked' => 'checked' > to > 'checked' => 'CHECKED' > > This corresponds to revoking my contribution > // Revision 1.149 2008/01/26 14:13:29 vargenau > // XHTML is case-sensitive; use correct case > As I understand, in *X*HTML , you have to use lower case. Ah sorry! I did a three way merge yesterday evening and messed this up. Please fix it again. Or I'll do it in the evening. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2008-03-13 11:02:53
|
Reini Urban a écrit : > Marc-Etienne Vargenau schrieb: >> Hello, >> >> I am trying to improve the user interface of the RecentChanges plugin. >> >> I have some questions, sorry if they are trivial. Hello Reini, Thank you for the answers. My changes are not mature enough to be published now. I will show you when it is ready. Best regards, Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Reini U. <ru...@x-...> - 2008-03-11 18:48:50
|
Marc-Etienne Vargenau schrieb: > Hello, > > I am trying to improve the user interface of the RecentChanges plugin. > > I have some questions, sorry if they are trivial. > > 1) What is the meaning of the "||=" syntax? > In MyRecentedits, you have "show_minor=1 show_deleted||=1" > Why not write "show_minor=1 show_deleted=1" ? ||= is a weaker assignment than =, "define if not defined." You can override ||= values in the url, but you cannot override = assignments via url assignments. > 2) In all pages, you have "daylist=1,3,7,30,90,0" > except in FullRecentChanges where you have "daylist=1,3,7,30,90,-1" > Why? Don't know. Both are the same. elseif ($days < 1) $label = "..."; //alldays else $label = sprintf(_("%s days"), abs($days)); So -1 displays "..." for alldays, but takes days=0 as argument. But days=0 also displays "..." now. BTW: With 0 days the day filter is ignored. All changes are listed. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2008-03-04 18:10:42
|
Hello, I am trying to improve the user interface of the RecentChanges plugin. I have some questions, sorry if they are trivial. 1) What is the meaning of the "||=" syntax? In MyRecentedits, you have "show_minor=1 show_deleted||=1" Why not write "show_minor=1 show_deleted=1" ? 2) In all pages, you have "daylist=1,3,7,30,90,0" except in FullRecentChanges where you have "daylist=1,3,7,30,90,-1" Why? Thank you in advance. Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Stefan <son...@ba...> - 2008-02-11 18:48:16
|
Hello, there is a known bug in WikiUserNew.php (release 1.3.14 and CVS version). A bug report can be found on sourceforge: http://sourceforge.net/tracker/index.php?func=detail&aid=1792652&group_id=6121&atid=106121 Usind phpwiki with php 5.2.x and external authentication produces a loop in WikiUserNew.php. The result is an empty page. Trying the same with php 4.8 no problem exists. The loop is between this calls: is_subclass_of isa check_php_version (3x) is_object get_class strtolower (2x) is_subclass_of get_class _DbPassUser->hasHomePage _DbPassUser->userExists get_class strtolower check_php_version UpgradeUser isa check_php_version (3x) is_object get_class strtolower (2x) is_subclass_of isa Admin authentication works with php 5.2.5 fine. User authentication breaks. Our new server cannot be used until this bug is fixed. So i try to ask for help here also. Thank you, regards Stefan |
From: Reini U. <ru...@x-...> - 2008-02-09 11:26:35
|
Marc-Etienne Vargenau schrieb: > I would like to know which debbuging environment you use for maintaining > Phpwiki. > > I tried xdebug, but I have almost systematic crashes (segmentation fault). Zend -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |
From: Sabri L. <sab...@st...> - 2008-02-08 17:13:35
|
Marc-Etienne Vargenau wrote: >Sabri LABBENE a écrit : >> Marc-Etienne Vargenau wrote: >>> Hello again Reini, >> >> Hello Marc-Etienne, >> >>> In the Apache error_log, I have the following: >>> >>> [client 139.54.31.221] PHP Parse error: parse error, unexpected >>> T_CONSTANT_ENCAPSED_STRING in >>> /opt/gforge-1.2/www/wiki/themes/default/Wikiwyg/Wikiwyg/Phpwiki >>> .js on line 184, >>> referer: http://acmev/wiki/g/cssforge/acos1.2-VTS?action=edit >>> >>> I did not activate the Wysiwyg mode. >>> >>> Do you have an idea where I should look to correct this bug? >>> >>> Code is latest from CVS. >> >> Wysiwyg is my contribution. I'm the maintainer of wysiwyg. >> Wysiwyg latest cvs sources are, unfortunately, not stable. I didn't >> have time those last days to fix what is wrong. Sorry for >this inconvenience. >> I'll have a look on that soon (may be this night) and keep >you informed. >> >> Thanks for the report, >> -- Sabri LABBENE. > >Hello, > >Thank you for the answer. > >Next question :-) > >In file lib/WysiwygEdit/Wikiwyg.php >I would like to replace >src="/blank.htm" with src="blank.htm" > >This is necessary for us, because we are integrating Phpwiki >with Gforge and in that case the "blank.htm" file is not at top-level. > >Would this modification have bad side-effects? It seems to work for me. Yes you can replace it. I have a blank.htm at top level cause it used by other stuff of CodeX :) I'll add some comments to the code. Thanks, -- Sabri. |
From: Marc-Etienne V. <Mar...@al...> - 2008-02-08 17:02:15
|
Sabri LABBENE a écrit : > Marc-Etienne Vargenau wrote: >> Hello again Reini, > > Hello Marc-Etienne, > >> In the Apache error_log, I have the following: >> >> [client 139.54.31.221] PHP Parse error: parse error, >> unexpected T_CONSTANT_ENCAPSED_STRING in >> /opt/gforge-1.2/www/wiki/themes/default/Wikiwyg/Wikiwyg/Phpwiki >> .js on line 184, >> referer: http://acmev/wiki/g/cssforge/acos1.2-VTS?action=edit >> >> I did not activate the Wysiwyg mode. >> >> Do you have an idea where I should look to correct this bug? >> >> Code is latest from CVS. > > Wysiwyg is my contribution. I'm the maintainer of wysiwyg. > Wysiwyg latest cvs sources are, unfortunately, not stable. I didn't have > time those last days to fix what is wrong. Sorry for this inconvenience. > I'll have a look on that soon (may be this night) and keep you informed. > > Thanks for the report, > -- Sabri LABBENE. Hello, Thank you for the answer. Next question :-) In file lib/WysiwygEdit/Wikiwyg.php I would like to replace src="/blank.htm" with src="blank.htm" This is necessary for us, because we are integrating Phpwiki with Gforge and in that case the "blank.htm" file is not at top-level. Would this modification have bad side-effects? It seems to work for me. Best regards, Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Sabri L. <sab...@st...> - 2008-02-08 16:50:59
|
Marc-Etienne Vargenau wrote: >Hello again Reini, Hello Marc-Etienne, >In the Apache error_log, I have the following: > >[client 139.54.31.221] PHP Parse error: parse error, >unexpected T_CONSTANT_ENCAPSED_STRING in >/opt/gforge-1.2/www/wiki/themes/default/Wikiwyg/Wikiwyg/Phpwiki >.js on line 184, >referer: http://acmev/wiki/g/cssforge/acos1.2-VTS?action=edit > >I did not activate the Wysiwyg mode. > >Do you have an idea where I should look to correct this bug? > >Code is latest from CVS. Wysiwyg is my contribution. I'm the maintainer of wysiwyg. Wysiwyg latest cvs sources are, unfortunately, not stable. I didn't have time those last days to fix what is wrong. Sorry for this inconvenience. I'll have a look on that soon (may be this night) and keep you informed. Thanks for the report, -- Sabri LABBENE. |
From: Marc-Etienne V. <Mar...@al...> - 2008-02-08 16:44:32
|
Hello again Reini, In the Apache error_log, I have the following: [client 139.54.31.221] PHP Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /opt/gforge-1.2/www/wiki/themes/default/Wikiwyg/Wikiwyg/Phpwiki.js on line 184, referer: http://acmev/wiki/g/cssforge/acos1.2-VTS?action=edit I did not activate the Wysiwyg mode. Do you have an idea where I should look to correct this bug? Code is latest from CVS. Best regards, Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Marc-Etienne V. <Mar...@al...> - 2008-02-08 16:38:43
|
Hello Reini, I would like to know which debbuging environment you use for maintaining Phpwiki. I tried xdebug, but I have almost systematic crashes (segmentation fault). Thank you for your answer. Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Reini U. <ru...@x-...> - 2008-02-05 18:17:50
|
Sabri LABBENE schrieb: > Hi all, > In my 1.3.12 phpwiki, I need to add some UI to wiki pages. > Building needed html inside the code (lib/display .php) then sending it to a template via toks array shows me raw html inside the page. > Only HTML class could be used to build the new UI. Examples HTML::a() ... > > Is there a mean to get my html rendered inside the witpage hout using HTML class methods? > I need to do this because UI I want to add is dynamically built by another application and rewriting it using HTML class methods seems to be impossible. > > May be there is some config option I missed to allow interpreting my HTML! Someone have an idea ? > > Best Regards, > -- Sabri LABBENE. The plugin RawHtml does this. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |
From: Reini U. <ru...@x-...> - 2008-02-05 18:17:07
|
Marc-Etienne Vargenau schrieb: > Reini Urban a écrit : >> 2008/2/5, Marc-Etienne Vargenau <Mar...@al...>: >>> I would like to create a wiki that will give me the list of locked pages. > >> LockedPages: >> <?plugin AllPages info=locked,author locked=1 ?> >> >> If locked would be detected as valid filter. But apparently it is not >> supported yet. >> I've added a feature request: > > Thank you for the answer. > >> But it would be better to release the current stable fixes first, and >> change the filtering within PageList after 1.3.15. Current CVS is >> pretty stable. > > When do you plan to get 1.3.15 out? I still have some modifications > I can submit. Within the next month I believe. I also have some major work to do for perl5 and clisp: jit compilers, to match up with Patrick Michaud, the author of pmwiki and current compiler guru for perl6. -- Reini |
From: Reini U. <ru...@x-...> - 2008-02-05 18:15:20
|
Detlev Droege schrieb: > Reini Urban schrieb: >> sorry, no solution yet. > > So do I understand you correctly: You have it running with PHP 5.1 but > it is not clear what trick was the essential thing to do? Yes. Works for me with 5.1, but I had no chance yet to find the session problems on 5.2 -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2008-02-05 16:01:43
|
Reini Urban a écrit : > 2008/2/5, Marc-Etienne Vargenau <Mar...@al...>: >> I would like to create a wiki that will give me the list of locked pages. > LockedPages: > <?plugin AllPages info=locked,author locked=1 ?> > > If locked would be detected as valid filter. But apparently it is not > supported yet. > I've added a feature request: Thank you for the answer. > But it would be better to release the current stable fixes first, and > change the filtering within PageList after 1.3.15. Current CVS is > pretty stable. When do you plan to get 1.3.15 out? I still have some modifications I can submit. > Haven't checked your recent fixes yet. I would be happy to hear your comments. Best regards, Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Reini U. <ru...@x-...> - 2008-02-05 12:21:28
|
2008/2/5, Marc-Etienne Vargenau <Mar...@al...>: > I would like to create a wiki that will give me the list of locked pages. > I have put in the "LockedPages" page: > > <?plugin AllPages info=locked,author ?> > > That gives me the list of all pages, with lock status. > Then you can sort by lock status. > But is there a way to call the plugin to only display the locked pages? info just lists the columns. locked=1 would filter by columns with locked = 1. LockedPages: <?plugin AllPages info=locked,author locked=1 ?> If locked would be detected as valid filter. But apparently it is not supported yet. I've added a feature request: http://sourceforge.net/tracker/index.php?func=detail&aid=1886970&group_id=6121&atid=356121 I'll think of a way to filter by any valid column automatically, with custom columns also. Currently pagelist filters are not handled within PageList itself, they are handled within the calling plugin, here in AllPages. This should be changed soon. But it would be better to release the current stable fixes first, and change the filtering within PageList after 1.3.15. Current CVS is pretty stable. Haven't checked your recent fixes yet. PageListFilters: left: all valid PageList types, i.e. array_keys($PageList->_types) op: =, <>, >,>=,<,<=, right: any number or string Boolean filters: locked=0 or locked=1 String filters: pagename=Test*, pagename<>Test* (á la exclude=Test*) content="*plugin AllPages*" Numeric filters should include: version<10, version>0, size<=400, ... -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2008-02-05 09:47:10
|
Hello, I would like to create a wiki that will give me the list of locked pages. I have put in the "LockedPages" page: <?plugin AllPages info=locked,author ?> That gives me the list of all pages, with lock status. Then you can sort by lock status. But is there a way to call the plugin to only display the locked pages? Thank you in advance. Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |