From: Reini U. <ru...@x-...> - 2005-01-22 23:29:26
|
I'm unfortunately offline for a few days. My office is moving on Tuesday, but someone obviously turned off our SDSL line this noon. So I have to wait at least until Tuesday or so to answer any email and commit my fixes. In the meantime I fixed John Cole's crao problems with zipdump, added images, buttons and css to the zipdump, found and fixed some more php5 problems, extracted the toolbar code from editpage.php to a new file EditToolbar.php, added a AddPlugin button added a cfg'able AddPage button (empty per default), simplified editpage.tmpl (moved dynamic php code to the tokens), and made it more accessible (labels, but no fieldsets as in crao). Just out of my head. Couldn't check the Blog stuff and the redirect problems yet. Further problems are the slowness of update_locale() (maybe I have to revert this change), because PgsrcTranslation needs longer than 30secs now. But I'm confident that this weekend I can finish the outstanding problems. |
From: Reini U. <ru...@x-...> - 2005-01-24 14:50:33
|
Reini Urban schrieb: > I'm unfortunately offline for a few days. > My office is moving on Tuesday, but someone obviously turned > off our SDSL line this noon. > So I have to wait at least until Tuesday or so to answer any email and > commit my fixes. > > In the meantime I fixed John Cole's crao problems with zipdump, > added images, buttons and css to the zipdump, > found and fixed some more php5 problems, > extracted the toolbar code from editpage.php to a new > file EditToolbar.php, > added a AddPlugin button > added a cfg'able AddPage button (empty per default), > simplified editpage.tmpl (moved dynamic php code to the tokens), > and made it more accessible (labels, but no fieldsets as in crao). > Just out of my head. > > Couldn't check the Blog stuff and the redirect problems yet. > Further problems are the slowness of update_locale() (maybe I have to > revert this change), because PgsrcTranslation needs longer than 30secs now. > But I'm confident that this weekend I can finish the outstanding problems. I fixed a lot, got back my connection, but cvs.sf.net is down since the weekend. update_locale() actually is fast, just not fast enough for _WikiTranslation, when the gettext extension is loaded. So I wrote a better mass translate method. I also added more upgrade methods for convenience. I'll check now the remaining pear db problems, charles pagedata cache code, remove the immediate redirect and try to fix php5. I think I also found a minor wikidb link problem that I'll have to investigate. -- Reini Urban |
From: Reini U. <ru...@x-...> - 2005-01-25 06:00:47
|
Reini Urban schrieb: > Reini Urban schrieb: >> I'm unfortunately offline for a few days. >> My office is moving on Tuesday, but someone obviously turned >> off our SDSL line this noon. >> So I have to wait at least until Tuesday or so to answer any email and >> commit my fixes. >> >> In the meantime I fixed John Cole's crao problems with zipdump, >> added images, buttons and css to the zipdump, >> found and fixed some more php5 problems, >> extracted the toolbar code from editpage.php to a new >> file EditToolbar.php, >> added a AddPlugin button >> added a cfg'able AddPage button (empty per default), >> simplified editpage.tmpl (moved dynamic php code to the tokens), >> and made it more accessible (labels, but no fieldsets as in crao). >> Just out of my head. >> >> Couldn't check the Blog stuff and the redirect problems yet. >> Further problems are the slowness of update_locale() (maybe I have to >> revert this change), because PgsrcTranslation needs longer than 30secs >> now. >> But I'm confident that this weekend I can finish the outstanding >> problems. > > I fixed a lot, got back my connection, but cvs.sf.net is down > since the weekend. > > update_locale() actually is fast, just not fast enough for > _WikiTranslation, when the gettext extension is loaded. > So I wrote a better mass translate method. > I also added more upgrade methods for convenience. > > I'll check now the remaining pear db problems, charles pagedata cache > code, remove the immediate redirect and try to fix php5. Ok, redirect is also fixed. Tested for MonoBook and some other redirect methods. (RandomPage) Also fixed some RandomPage issues. But cvs is still down. > I think I also found a minor wikidb link problem that I'll have to > investigate. On peardb only. I'll file a bug report when I'll find out / remember again what it was. -- Reini Urban |
From: Reini U. <ru...@x-...> - 2005-01-25 09:02:15
|
Reini Urban schrieb: > But cvs is still down. Oops. cvs.sf.net actually is ok. My net is still partially broken - port 80 and icmp partially, though we replaced the router. I'll wait until we actually moved, which should happen today. But I committed now most of my pending fixes. Still missing is the locale update, some bugs from sf.net, and php5. -- Reini Urban |