]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib
New experimental feature: use the Google API directly
[SourceForge/phpwiki.git] / lib /
2004-02-29 rurbanNew experimental feature: use the Google API directly
2004-02-28 rurbanFirst PagePerm implementation:
2004-02-28 rurbangenerally more PHPDOC docs
2004-02-27 rurbanseveral performance improvements, esp. with peardb
2004-02-27 rurbanUpdate from version 1.2 by Ted Vinke
2004-02-27 rurbanmore stability. detected by Micki
2004-02-27 rurbanpatch #680562 "PageTrail Duplicates Patch (1.3.4)"
2004-02-27 rurbanpatch #829371 "Apache 2 support"
2004-02-27 rurbanpatch #883464 Fixes issue with tilde in URL
2004-02-27 rurbanpatch #889415 "problems with zero's in text"
2004-02-27 rurbanPatch #891133 by pablom517
2004-02-27 rurbanautolink enabled
2004-02-27 rurbanWorkarounds for upload handling
2004-02-27 rurbanuse IntwerWiki links for uploaded file.
2004-02-26 rurbanlib/diff.php converted to a plugin by electrawn,
2004-02-26 rurbancheck for ALLOW_ANON_USER = false
2004-02-26 rurbannew HttpAuthPassUser class (forces http auth if in...
2004-02-26 rurbannew WhoIsOnline plugin: session explorer (postnuke...
2004-02-26 rurbanwrong limit notification
2004-02-26 rurbansimplify quiet handling by using PageList
2004-02-26 rurbanexclude fix: glob-style wildcards are now expanded...
2004-02-26 rurbanadded quiet, limit and exclude to FullTextSearch,
2004-02-26 rurbanalso copy css and images with XHTML Dump
2004-02-26 rurbanfix empty and #-anchored links in XHTML Dumps
2004-02-26 rurbandon't cache this at all
2004-02-26 rurbanwarn in DB_Session object, not here
2004-02-26 rurbansafer code
2004-02-26 rurbanstart with backend type DB_Session's, for ADODB and...
2004-02-26 rurbanfixed session login with old WikiUser object. strangely...
2004-02-26 rurbanimportant fixes: endless loops in certain cases. minor...
2004-02-26 rurbantypo
2004-02-25 rurbanimprove stability
2004-02-25 rurbanfixed parse error on line 71
2004-02-24 rurbanfixed uploads directory
2004-02-24 rurbanDon't cache the following page. Mostly used for plugins...
2004-02-24 rurbandebugging helpers only
2004-02-24 rurbanfixed \r\r\n with dumping on windows
2004-02-24 rurbanfixed minor warnings: unchecked args, POST => Get urls...
2004-02-24 rurbanimproved auth errors with individual pages. the fact...
2004-02-24 rurbanfixed action=upload problems on Win32, and remove Merge...
2004-02-24 rurbanBetter warning messages
2004-02-24 rurbanlock page, more questions, new require_least arg
2004-02-24 rurbanenabled require_all check in WikiPoll
2004-02-24 rurbana new toy, first version without admin page and check...
2004-02-23 rurbanmore PagePerm stuff: (working against 1.4.0)
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-02-21 rurbanpatch by Sascha Carlin
2004-02-19 rurbanuse new class, to be able to get rid of lib/interwiki.php
2004-02-19 rurbanAllow s arg from get requests (plugin-form as in PhpWik...
2004-02-19 rurbanmoved initerwiki code to PageType.php
2004-02-17 rurbansome minor fixes and comments
2004-02-17 rurbanstarted with changePass support. not yet used.
2004-02-17 rurbansome plugins called getPlugin without pi arg, fixed...
2004-02-17 rurbanadded SearchReplace support. some thoughts on paging...
2004-02-17 rurbanadded missing 4th basepage arg at plugin->run() to...
2004-02-16 rurbannew Japanses language
2004-02-15 rurbanrevert premature performance fix
2004-02-15 rurbanoops, fixed showstopper (endless recursion)
2004-02-15 rurbanpo changes
2004-02-15 rurbanPageList enhanced and improved.
2004-02-15 rurbanworkaround for lost db connnection handle on session...
2004-02-15 rurbandeletePage creates no RecentChanges entry; shorter...
2004-02-15 rurbanimproved _Selectable columns handling (independent...
2004-02-15 rurbandon't display the SQL dsn connection password
2004-02-12 rurbanWikiAdminRename:
2004-02-12 rurbanmore rename_page backend methods: only tested for PearD...
2004-02-12 rurbanRename functional for PearDB backend
2004-02-12 rurbantypo
2004-02-12 rurbanonly WikiDB method missing
2004-02-12 rurbannew WikiAdminSearchReplace plugin (requires currently...
2004-02-11 rurbanWikiAdmin... series overhaul. Rename misses the db...
2004-02-11 rurbanfixed nasty author_id bug with ENABLE_USER_NEW editing
2004-02-11 rurbanadded info=some + info=most, simplified info handling
2004-02-11 zorlocCorrected spelling error -- reported by bishop <bishop...
2004-02-09 rurbanfor now default DB_SESSION to false
2004-02-08 rurbanThis should be the functionality. Needs testing and...
2004-02-08 rurbaninitial version, not yet hooked into lib/main.php
2004-02-08 rurbanfixed sprintf problem
2004-02-07 rurbanfixed auth from session (still double code but works)
2004-02-04 rurbannecessary PEAR update, esp. to fix the
2004-02-03 rurbanLDAP cleanup, start of new Pref classes
2004-02-03 rurbanfixed typo. thanks to Paul Henry
2004-02-02 rurbanSimplification and more options, but no passwd or admin...
2004-02-01 rurbanStarted with Group_Ldap (not yet ready)
2004-02-01 rurbanUsed to debug auth problems and settings.
2004-01-30 rurbanfixed DBAuthParams['pref_select']: wrong _auth_dbi...
2004-01-30 rurbanfix "lib/WikiUserNew.php:572: Notice[8]: Undefined...
2004-01-28 rurbansession table takes the common prefix
2004-01-27 rurbanrenamed ->Username => _userid for consistency
2004-01-27 rurbanfixed default args: no objects
2004-01-27 rurbanAuthor: Sameer D. Sahasrabuddhe
2004-01-27 rurbanfixed UnfoldSubpages and added docs.
2004-01-26 rurbanInterim fix
2004-01-26 rurbanadded GroupDB and GroupFile classes
2004-01-26 rurban* changed stored pref representation as before.
2004-01-25 rurbanadded sortby support to explodePageList() and UnfoldSub...
2004-01-25 rurbanfixed bug [ 541193 ] HTTP_SERVER_VARS are Apache specific
2004-01-25 rurbanENABLE_USER_NEW support
2004-01-25 rurbanORDER BY support for all other backends,
2004-01-25 rurbanPageList sortby support in PearDB and ADODB backends
next