$ ssh -v cvs.phpwiki.sf.net cvs commit
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to cvs.phpwiki.sf.net [66.35.250.207] port 22.
debug1: connect to address 66.35.250.207 port 22: Connection refused
ssh: connect to host cvs.phpwiki.sf.net port 22: Connection refused
cvs is down again for one hour now.
I cannot wait anymore for my pending updates today,
I cannot even do a diff. I'll try tommorrow again.
It will fix the following issues:
* changed stored pref representation as before.
the array of objects is 1) bigger and 2)
less portable. If we would import packed pref
objects and the object definition was changed, PHP would fail.
This doesn't happen with an simple array of non-default values.
* use $prefs->retrieve and $prefs->store methods, where retrieve
understands the interim format of array of objects also.
* simplified $prefs->get() and fixed $prefs->set()
* added $user->_userid and class '_WikiUser' portability functions
* fixed $user object ->_level upgrading, mostly using sessions.
this fixes yesterdays problems with loosing authorization level.
* fixed WikiUserNew::checkPass to return the _level
* fixed WikiUserNew::isSignedIn
* added explodePageList to class PageList, support sortby arg
* fixed UserPreferences for WikiUserNew
* fixed WikiPlugin for empty defaults array
* UnfoldSubpages: added pagename arg
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
|