]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/main.php
session table takes the common prefix
[SourceForge/phpwiki.git] / lib / main.php
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
2002-01-23 dairikiRefactoring continues:
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-19 dairikiBig refactor of lib/WikiUser.php. The login mechanism...
2002-01-17 dairikiMinor updates for new themage code.
2002-01-09 carstenklappMinor reindenting and rewrapping in emacs.
2001-12-28 carstenklappFound more strings needing gettext _() and sprintf...
2001-12-16 dairikiRefactor $WikiPlugin::name and $WikiPlugin::description...
2001-12-14 dairikiNew PageHistory plugin replaces action=info and lib...
2001-12-07 dairikiEnsure the 'action' argument in $request is set.
2001-11-26 dairikiFix SF bug #484557: "Fatal error: Call to a member...
2001-11-14 dairikiComment out the not yet implemented action=xmldump...
2001-11-09 dairikiFix SF bug #480061: Example search forms on MagicPhpWik...
2001-11-08 dairikiMove admin/removepage.php to lib/removepage.php.
2001-09-18 dairikiJeff's hacks II.
2001-04-09 dairikiRestrict the conditions under which we try to load...
2001-04-07 dairikiUse strftime() for dates/times instead of date().
2001-04-06 wainsteadDid find-grep to replace all occurances of FrontPage...
2001-02-28 dairikiMinor type correction.
2001-02-21 dairikiRecursive bug fix. (Ie. fix stupid bug introduced...
next