From: Reini U. <ru...@x-...> - 2006-12-30 12:43:57
|
Some good news to my release plan: Clean-house development without internet connection here in morrocco works that good, that I already finished my 1.4.0 plans also. moacdropdown is now fully integrated into WikiFormRich. xmlrpc support was written from scratch, and the search template will feature the LiveSearch via xmlrpc. SemanticSearch also. I added a lot of more useful xmlrpc methods and a seperate XmlRpcClient library. Now we have one in php and one in javascript for the ajax methods. I also tried to add a file post method to HttpClient.php for SyncWiki (see below), to be able to upload to remote servers automatically. I have added a plugin SyncWiki to update automatically from/to a master replication wiki. For some offline work. MonoBook looks even better. upgrade now supports the 1.3.13 necessary updates and stores a db_version marker. This will speed up things. db->rebuild now really rebuild the whole database. this lasts a lot. WikiWys still has some problems, with roundtrips and with prettyurl setups. I hope that I can fix that by myself. Plugins args get distorted. The next will be ModeratedPages. Unfortunately I will not be able to commit all this work from here. 2006/12/21, Reini Urban <ru...@x-...>: > Sorry, I cannot hold my deadline. > At least I found some more severy problems, and installed it at a > lot more servers than previously. > > Loading virgin pages with a charset different to latin1 will most likely > destroy the database (pagename problems). > With dba and utf-8 for example it's impossible to search for pages and > list all pages. On redhat with an utf-8 system charset ($LANG) it is > enough to > disable all these features regardless of the phpwiki charset. > > There's an easy fix, but a lot of work. > Similar for the new WikiWys. > The php-5.1x session lossage is also a blocking problem not yet solved. > > So I will try to get it out in the middle of January. > > 2006/12/18, umfan866 <mh...@so...>: > > > > Reini-- > > > > I downloaded the nightly build and started to install it but the main > > problem I have > > is that I have an internal company deadline for this week Friday (dec 22) to > > roll something > > else out...as soon as I have that deadline met I will return to testing > > phpwiki... I > > am checking to see if another person can also test/investigate in the > > meantime, > > as it appears your deadline is the 21st. > > > > I appreciate all your work and I LOVE phpwiki -- keep up the great work!!!! > > > > > > Reini Urban wrote: > > > > > > 2006/12/12, umfan866 <mh...@so...>: > > >> Hi Reini --glad version 1.3.13 is almost out. I am willing to test an > > >> advance > > >> copy > > >> with Oracle just send me an email. > > > > > > Please take the nightly snapshot. > > > http://phpwiki.sf.net/nightly/ > > > > > > During testing I found some more blocking bugs, which I haven't solved > > > yet. > > > htmldump, and more. > > > And right now i'm in munich, so I will try to fix them this weekend, > > > when I'm back. > > > > > > I have v 1.3.12.p3 working right now > > >> using > > >> both MySQL and Oracle 10.2.0.2 (with minor hacks). The DATABASE_DSN > > >> needs to be in the form of "oci8://phpwiki:<phpwiki_passwd>@<ORACLE_SID>" > > >> perhaps you can update this in the config-default.ini. > > >> > > >> I have it working fine using DATABASE_TYPE=SQL and the minor hacks to > > >> some > > >> of the other files (see other thread). > > >> > > >> I know ADODB is "better" but If you set it to ADODB, it gives this > > >> error. > > >> lib/WikiDB/adodb/adodb-errorhandler.inc.php:76: Error[256]: oci8 error: > > >> [911: ORA-00911: invalid character] in EXECUTE("UPDATE phpwiki_page SET > > >> hits=?, pagedata=? WHERE pagename=?") > > >> > > >> > > >> > > >> > > >> Reini Urban wrote: > > >> > > > >> > I've finished now most of the fixes for 1.3.13. > > >> > My plan is to bring out a release candidate at the end of this week, > > >> > (Dec 9) and the final week after. (Dec 16) > > >> > My own big phpwiki project goes online at about the same date and I > > >> want > > >> > to go to holidays at about Dec 21. > > >> > > > >> > This was/is the TODO list for 1.3.13 (now also in CVS) > > >> > > > >> > * bring 1.3.x to sf.net again. request loops, proxy issues? > > >> > > > >> > TODO for 1.3.13: > > >> > * fix postgresql WARNING: there is no transaction in progress (done) > > >> > * format=printable (not terribly important) > > >> > * WatchPage, WatchList or back out Watch from Monobook > > >> > * finish ModeratedPages (hmm...) > > >> > * FileInfoPlugin (done) > > >> > * add Help: and Relation: interwiki map entries. (done) > > >> > * via upgrade also > > >> > * add Help/ prefix to all documention pages, via upgrade also. (done) > > >> > > > >> > Open issues: > > >> > - #1569424 Is Oracle ok now with ADODB? I believe pear db is too > > >> broken. > > >> > Just the Oracle specific to_date workaround is required. > > >> > - #1570577 "Wikiwyg wrong charset" Convenience > > >> > > > >> > All new bugs (from August) by Matt Brown (debian). > > >> > Matt, do you want to cvs write access to fix these by your own? > > >> > This would be much faster. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ |