]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/main.php
fixed pear/File_Passwd for Windows
[SourceForge/phpwiki.git] / lib / main.php
2004-04-07 rurbanfixed pear/File_Passwd for Windows
2004-04-02 rurbanfixed a nasty ADODB_mysql session update bug
2004-03-25 rurbanmore code to convert old-style pref array to new hash
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-14 rurbandb-handle session revivification, dba fixes
2004-03-12 rurbanfixed explodePageList: wrong sortby argument order...
2004-03-10 rurbanuse default pref mysql table
2004-03-08 rurbanadded more WikiGroup::getMembersOf methods, esp. for...
2004-03-01 rurbanrename fix
2004-03-01 rurbaninitializeTheme optimize
2004-02-26 rurbancheck for ALLOW_ANON_USER = false
2004-02-26 rurbanfixed session login with old WikiUser object. strangely...
2004-02-24 rurbandebugging helpers only
2004-02-24 rurbanimproved auth errors with individual pages. the fact...
2004-02-15 rurbanPageList enhanced and improved.
2004-02-15 rurbanworkaround for lost db connnection handle on session...
2004-02-12 rurbanRename functional for PearDB backend
2004-02-09 rurbanfor now default DB_SESSION to false
2004-02-07 rurbanfixed auth from session (still double code but works)
2004-02-03 rurbanLDAP cleanup, start of new Pref classes
2004-01-30 rurbanfixed DBAuthParams['pref_select']: wrong _auth_dbi...
2004-01-28 rurbansession table takes the common prefix
2004-01-27 rurbanrenamed ->Username => _userid for consistency
2004-01-26 rurban* changed stored pref representation as before.
2004-01-25 rurbanWikiUserNew support (temp. ENABLE_USER_NEW constant)
2003-12-26 carstenklappBugfix: Try to defer OS errors about session.save_path...
2003-12-02 carstenklappBugfix: Ongoing work to untangle UserPreferences/WikiUs...
2003-11-25 carstenklappLocalization bugfix: For wikis where English is not...
2003-11-25 carstenklappBugfix: For a non-english wiki or when the user's prefe...
2003-11-18 carstenklappReformatting only: Tabs to spaces, added rcs log.
2003-03-07 dairikiWikiRequest::requiredAuthorityForAction(): Allow anonym...
2003-03-04 dairikiFix and cleanup lib/DB_Session.php.
2003-02-26 dairikiNew action=create. Essentially the same as action...
2003-02-26 dairikiNew config settings in index.php to control cache contr...
2003-02-22 dairikiRenamed method Request::compress_output to Request...
2003-02-21 dairikiQuery-arg hook 'nocache' to disable markup cache.
2003-02-17 dairikiNew method getPostURL() to get URL for use in form...
2003-02-16 dairikiRefactor the HTTP validator generation/checking code.
2003-02-15 dairikiAPI Change! Explicit $request argument added to contru...
2002-11-19 carstenklappFix fatal error: theme was not being initialized for...
2002-11-14 carstenklapp(oops) initializeTheme() after initializeLang() for...
2002-11-14 carstenklappMoved call to update_locale() here from WikiUser
2002-10-19 dairikiFix for remove page bug when USE_PATH_INFO is false.
2002-10-15 zorlocAdded functionality to WikiRequest->getPage to be able...
2002-09-18 dairikiMinor cleanup/refactors.
2002-09-18 dairikiAlways use the english version of the ActionPage name...
2002-09-16 dairikiAdded support for named anchors within wiki-text.
2002-09-16 dairikiNew method WikiRequst::fullPagename() to expand relativ...
2002-09-14 dairikiThe main script will now notice when you're directing...
2002-09-12 rurbanaargh
2002-09-12 rurbanoops. missed some fixes
2002-09-12 rurbanfixed another DB_SESSION problem. Thanks to Martin...
2002-09-12 rurbanfixed DB_Session
2002-09-09 rurban*** empty log message ***
2002-09-09 rurbanfixed USE_DB_SESSION = false
2002-09-09 rurbanadded DB_Session support if PearDB is used.
2002-09-09 rurbanfixed sanify_userinput for arrays and typo in $user...
2002-08-30 lakkaXMLRPC now works (I think)
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-08-24 rurbannew PrevNext plugin with two buttons
2002-08-23 rurbanmor Preferences testing (still wrong)
2002-08-23 rurbanfixed login, theme selection, UserPreferences.
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-08-20 rurbanaction handling support for WikiAdminRemove from PhpWik...
2002-08-19 rurbanfixed TitleSearch and other plugin-form problems with...
2002-03-01 carstenklappTurned debug constant back on. Added a descriptive...
2002-02-25 carstenklapp(from Patrick Henry) New function to dump html files...
2002-02-22 carstenklappTemporarily disabling DEBUG mode until the 1.3.3 release.
2002-02-22 carstenklappBugfix to allow non-admin users access to the Info...
2002-02-21 carstenklappInfo action is now an actionpage-plugin.
2002-02-21 carstenklappremoved action 'info'
2002-02-20 carstenklappnew action dumphtml
2002-02-16 carstenklappminor cleanup for localization
2002-02-16 carstenklappNew action "info", to replace "debuginfo" for the end...
2002-02-14 carstenklappMoved debug constant to the top to allow for earlier...
2002-02-12 carstenklappTemporary workaround to allow french single-word action...
2002-02-08 dairikiCleanup/refactor time-zone offset preference and relati...
2002-02-08 carstenklappBugfix: default time offset uses 0.
2002-02-07 dairikiFix boolean preference checkbox.
2002-02-07 carstenklappRestore date & time back to a default of non-relative...
2002-02-05 lakkaAdded a page load timer temporarily, to help in
2002-02-04 carstenklappremoved strtolower action as this breaks certain action...
2002-02-04 carstenklappconvert action keyword to lowercase in case of typos
2002-02-03 carstenklapp$UserPreferences['timeOffset'] defaults to server's...
2002-02-02 carstenklapptypo fix
2002-02-02 carstenklappAdded timeOffset preference. Fixed preference name...
2002-01-30 dairikiCombine and refactor editpage.php and savepage.php.
2002-01-28 dairikiFix so that one can get RSS from actionpages.
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
2002-01-28 dairikiMinor changes which, I think, fix some buglets.
2002-01-28 dairikiFixed bugs so now page deletion works again. Also...
2002-01-28 dairikiGeneralized "ActionPages". To get LikePage for SomePag...
2002-01-27 carstenklappNew constant in config.php 'HomePage' as _("HomePage...
2002-01-26 dairikiChange names of:
2002-01-26 dairikiNew markup code is now more or less working.
2002-01-25 dairikiHackish fixes for some problems with ViewSource.
2002-01-24 dairikiPostpone "NOTICE" level error messages until end of...
2002-01-24 dairikiBug fix for sign-in code (when password required.)
2002-01-24 dairikiBig Template cleanup and refactor.
2002-01-23 dairikiNew configuration define: REQUIRE_SIGNIN_BEFORE_EDIT
next