From: Marc-Etienne V. <Mar...@al...> - 2009-08-21 15:31:20
|
Reini Urban a écrit : > 2009/8/20 Sabri LABBENE <sab...@st...>: >> Sabri LABBENE wrote: >>> Actually we are thinking about possible upgrade of our >>> phpwiki-1.3.12p2. For sure there is a lot of differences >>> between the wiki we are running and the one in the repository >>> today. We need to know what will be changed by doing the >>> upgrade and whether changes and new features are suitable for >>> our context or not. >> If the changelog is not yet ready, maybe it will be useful to list here the main >> changes that will come with the new version of phpwiki ? > > At http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/pgsrc/ReleaseNotes?view=log > are the ReleaseNotes, which are pretty accurate. Hello, I just come back from vacation. I have updated the ReleaseNotes file with my latest developments. As explained, a big change is the implementation of the Wikicreole syntax. Due to this, I would prefer to call the next version 1.4.0 rather than 1.3.15. What do you think? The blockers for me are the following: 1) Paging does not work correctly If you do: <<AllPages info||=mtime,author,hits limit||=10 sortby||=pagename>> the first page is OK (it lists 10 pages), but clicking on Next will give an empty page. The workaround I use is to put "limit||=10000" but this is ugly. 2) I cannot save preferences in PHP5 We are still in PHP4, but this will be a big problem when moving to PHP5. The only files that we have not committed are modifications for Gforge integration, and there are only a few of them. Best regards, Marc-Etienne |