From: Reini U. <ru...@x-...> - 2009-03-27 06:03:24
|
2009/3/26 Marc-Etienne Vargenau <Mar...@al...>: > ru...@us... a écrit : >> >> Revision: 6700 >> http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6700&view=rev >> Author: rurban >> Date: 2009-03-25 09:56:20 +0000 (Wed, 25 Mar 2009) >> >> Log Message: >> ----------- >> add _jsFlipAll again as a bigger page is faster than a 2nd file request > Hello Reini, > > I see you have reverted some of my contributions. I will > try to explain why I did them. > > In that case, you are creating invalid XHTML code, and > this in not acceptable for us. > You create a script *inside* a table which is invalid. Ah, sorry. We can revert it back then. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Reini U. <ru...@x-...> - 2009-03-27 06:05:27
|
2009/3/26 Marc-Etienne Vargenau <Mar...@al...>: > ru...@us... a écrit : >> >> Revision: 6700 >> http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6700&view=rev >> Author: rurban >> Date: 2009-03-25 09:56:20 +0000 (Wed, 25 Mar 2009) >> >> Log Message: >> ----------- >> fix paging with dba (avoid double limit) > > Hello, > > I see you have made modifications about paging. > > But it still does not work for me. > > The first page is OK, but all others are empty. > > Does it work for you? > > Do you need more information about my config? Works for me now with dba, but I'm still not svn clean. More patches to come, this week or next. BTW: I have the whole April to make the release and work on some features. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2009-03-27 09:19:32
|
Reini Urban a écrit : > Works for me now with dba, but I'm still not svn clean. More patches to come, > this week or next. OK, good news. I'll wait for your contributions. This is a big bug for us, I have to put limit=1000 everywhere so that is works. > BTW: I have the whole April to make the release and work on some features. This is great news. When can we a phone call or IRC to coordinate about the next release? 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... |
From: Marc-Etienne V. <Mar...@al...> - 2010-06-21 07:40:49
|
Le 19/06/2010 22:16, ru...@us... a écrit : > Revision: 7551 > - * Provides no own input box, just<?plugin-form TitleSearch ?> is enough. > - * Fancier Inputforms can be made using WikiForm Rich, to support regex and case_exact args. > + * Provides no own input box, just<<TitleSearch>> is enough. > + * Fancier Inputforms can be made using<<WikiFormRich>> to support regex and case_exact args. Hello Reini, I am not sure the <<TitleSearch>> Wikicreole syntax will work. What I have implemented is that <<FooBar>> is translated as equivalent to <?plugin FooBar ?> So <<TitleSearch>> will be translated as <?plugin TitleSearch ?>, not <?plugin-form TitleSearch ?>. Regards, Marc-Etienne -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |
From: Reini U. <ru...@x-...> - 2010-06-21 08:54:05
|
2010/6/21 Marc-Etienne Vargenau <Mar...@al...>: > Le 19/06/2010 22:16, ru...@us... a écrit : >> >> Revision: 7551 > >> - * Provides no own input box, just<?plugin-form TitleSearch ?> is >> enough. >> - * Fancier Inputforms can be made using WikiForm Rich, to support regex >> and case_exact args. >> + * Provides no own input box, just<<TitleSearch>> is enough. >> + * Fancier Inputforms can be made using<<WikiFormRich>> to support regex >> and case_exact args. > > Hello Reini, > > I am not sure the <<TitleSearch>> Wikicreole syntax will work. > > What I have implemented is that <<FooBar>> is translated > as equivalent to <?plugin FooBar ?> > > So <<TitleSearch>> will be translated as <?plugin TitleSearch ?>, > not <?plugin-form TitleSearch ?>. Right, I was confused. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2009-03-27 09:20:15
|
Reini Urban a écrit : > 2009/3/26 Marc-Etienne Vargenau <Mar...@al...>: >> ru...@us... a écrit : >>> Revision: 6700 >>> http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6700&view=rev >>> Author: rurban >>> Date: 2009-03-25 09:56:20 +0000 (Wed, 25 Mar 2009) >>> >>> Log Message: >>> ----------- >>> add _jsFlipAll again as a bigger page is faster than a 2nd file request >> Hello Reini, >> >> I see you have reverted some of my contributions. I will >> try to explain why I did them. >> >> In that case, you are creating invalid XHTML code, and >> this in not acceptable for us. >> You create a script *inside* a table which is invalid. > > Ah, sorry. We can revert it back then. OK. I'll do it. -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |