From: Sabri L. <sab...@st...> - 2009-08-12 10:34:14
|
Hi all, When looking for Phpwiki's latest release I found that it is the 1.3.14 released on Jul 01 2007! I think there was a lot of work done on phpwiki since that date, mainly Marc-Etienne's work. Marc-Etienne, Reini, What's your release plan ? Is there a new release in the next upcoming days ? Thanks for the answer. With best regards, -- Sabri LABBENE. |
From: Reini U. <ru...@x-...> - 2009-08-13 21:51:38
|
2009/8/12 Sabri LABBENE <sab...@st...>: > Hi all, > When looking for Phpwiki's latest release I found that it is the 1.3.14 released on Jul 01 2007! > I think there was a lot of work done on phpwiki since that date, mainly Marc-Etienne's work. > > Marc-Etienne, Reini, > What's your release plan ? Is there a new release in the next upcoming days ? We wanted to release it several times ago, but there were several blockers. And right now I'm very busy with other releases. Do you want to test it? -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Sabri L. <sab...@st...> - 2009-08-14 09:11:29
|
Reini Urban wrote: >2009/8/12 Sabri LABBENE <sab...@st...>: >> Hi all, >> When looking for Phpwiki's latest release I found that it is >the 1.3.14 released on Jul 01 2007! >> I think there was a lot of work done on phpwiki since that >date, mainly Marc-Etienne's work. >> >> Marc-Etienne, Reini, >> What's your release plan ? Is there a new release in the >next upcoming days ? > >We wanted to release it several times ago, but there were >several blockers. What kind of blockers ? Is there something not stable enough ? >And right now I'm very busy with other releases. Do you want >to test it? 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. About testing, I don't think it is possible now. We are very busy too. One thing is sure, once we start doing it, you will hear from us. Best Regards, -- Sabri. |
From: Sabri L. <sab...@st...> - 2009-08-20 09:44:55
|
Sabri LABBENE wrote: >Reini Urban wrote: >>2009/8/12 Sabri LABBENE <sab...@st...>: >>> Hi all, >>> When looking for Phpwiki's latest release I found that it is >>the 1.3.14 released on Jul 01 2007! >>> I think there was a lot of work done on phpwiki since that >>date, mainly Marc-Etienne's work. >>> >>> Marc-Etienne, Reini, >>> What's your release plan ? Is there a new release in the >>next upcoming days ? >> >>We wanted to release it several times ago, but there were several >>blockers. > >What kind of blockers ? Is there something not stable enough ? > >>And right now I'm very busy with other releases. Do you want to test >>it? > >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 ? Best regards, -- Sabri. |
From: Reini U. <ru...@x-...> - 2009-08-20 12:40:01
|
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. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
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 |
From: Reini U. <ru...@x-...> - 2009-08-22 08:37:56
|
2009/8/21 Marc-Etienne Vargenau <Mar...@al...>: > 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? Hmm, sounds fine to me. The original plans for 1.4 didn't work out. See TODO. Full WikiCreole 1.0 support is a big step. > 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. True, both confirmed. Blockers. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2009-08-24 13:07:28
|
Reini Urban a écrit : > 2009/8/21 Marc-Etienne Vargenau <Mar...@al...>: >> 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? > > Hmm, sounds fine to me. The original plans for 1.4 didn't work out. See TODO. > Full WikiCreole 1.0 support is a big step. Great. >> The blockers for me are the following: >> >> 1) Paging does not work correctly >> 2) I cannot save preferences in PHP5 > True, both confirmed. Blockers. Reini, can you please look after these blockers? I tried to solve them, but did not succeeed. Best regards, Marc-Etienne Vargenau |
From: Reini U. <ru...@x-...> - 2009-08-24 17:53:49
|
2009/8/24 Marc-Etienne Vargenau <Mar...@al...>: > Reini Urban a écrit : >> 2009/8/21 Marc-Etienne Vargenau <Mar...@al...>: >>> 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? >> >> Hmm, sounds fine to me. The original plans for 1.4 didn't work out. See TODO. >> Full WikiCreole 1.0 support is a big step. > > Great. > >>> The blockers for me are the following: >>> >>> 1) Paging does not work correctly >>> 2) I cannot save preferences in PHP5 >> True, both confirmed. Blockers. > > Reini, can you please look after these blockers? > I tried to solve them, but did not succeeed. I think PHP5 works with the latest commits, but not tested yet. Paging in three days. Tomorrow I took off. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |