]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/main.php
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / lib / main.php
2008-08-22 vargenauActivated Id substitution for Subversion
2008-07-27 rurbanfix default_theme- no login failure messages here,...
2008-06-22 rurbanFix user_theme handling on login. pref store ->default_...
2008-03-22 rurbanImprove pref handling
2008-02-14 rurbansignin fixes for !ENABLE_USER_NEW (to overcome php...
2007-09-22 rurbanfix unknown variable WikiTheme
2007-09-19 rurbanhtmldump optimization: continue dump on access denied
2007-09-12 rurbanrevise INSECURE_ACTIONS_LOCALHOST_ONLY actions
2007-09-01 rurbanadd INSECURE_ACTIONS_LOCALHOST_ONLY. advanced security...
2007-08-25 rurbanchange rename action from access perm change to edit...
2007-07-21 rurbanmore searchtypes
2007-07-14 rurbansupport searchtype=external (mediawiki like search...
2007-07-01 rurbanthemes are now easier derivable classes from other...
2007-06-02 rurban_isActionPage ($pagename, $verbose = true) release_1_3_13
2007-05-13 rurbanimprove prefs: only save with userid
2007-02-17 rurbanaction_soap, action_setpref, anon perms for wikitohtml...
2007-01-27 rurbanImproved login header for !ALLOW_ANON_USER
2007-01-07 rurbanFix typo for moderation
2007-01-02 rurbanallow application/xml for xmlrpc detection: acdropdown...
2006-12-22 rurbanRemove action from edited url
2006-09-06 rurbanminor cleanup
2006-05-31 jeannicolasAdded wysiwyg_editor 1.1b
2006-05-13 rurbanadded wysiwyg_editor-1.3a feature by Jean-Nicolas GEREO...
2006-03-19 rurbansf.net patch #1333957 by Matt Brown: Authentication...
2006-03-19 rurbansf.net patch #1438392 by Matt Brown: Bogo Login is...
2006-03-19 rurbansf.net patch #1377011 by Matt Brown: add DATABASE_OPTIM...
2006-03-07 rurbanwikihash for php-5.1
2005-10-30 rurbanmove Captcha specific vars and methods into a Captcha...
2005-10-29 rurbanfix typo
2005-09-18 rurbannovatrope patch to let only _AUTHENTICATED view pages
2005-08-27 rurbanfix login with HttpAuth
2005-08-07 rurbanpostpone guard
2005-08-07 rurbanfix cookie logout; let the WIKI_ID cookie get deleted
2005-06-10 rurbanensure Update Preferences gets through
2005-04-25 rurbancaptcha feature by Benjamin Drieu. Patch #1110699
2005-04-11 rurbanreformatting, SESSION_SAVE_PATH check
2005-04-07 rurbanadd _SERVER[REMOTE_USER] check for pubcookie et al...
2005-04-06 rurbanRevert the previous wrong bugfix #1175761: USECACHE...
2005-02-28 rurbanignore forbidden ini_set warnings. Bug #1117254 by...
2005-02-10 rurbantry to avoid duoplicate lang/theme init
2005-02-04 rurbanremove old comments
2005-01-29 rurbansome minor php5 strictness fixes
2005-01-25 rurbanadd TODO comment
2005-01-21 rurbanbetter moderation class tag
2005-01-21 rurbandeduce username for xmlrpc also
2005-01-20 rurbanreformatting
2004-12-26 rurbanphp5 fixes: case-sensitivity, no & new
2004-12-19 rurbanEnforce PASSWORD_LENGTH_MINIMUM in almost all PassUser...
2004-12-17 rurbanavoid Invalid username message on Sign In button click
2004-12-17 rurbanenable sessions for HttpAuth
2004-12-10 rurbanMore help with the new native xmlrpc lib. no warnings...
2004-12-09 rurbanoptimize on _DEBUG_SQL only. but now again on every...
2004-11-30 rurbanadded ModeratedPage POST action hook (part 2/3)
2004-11-30 rurbanfixed SESSION_SAVE_PATH warning msg
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-11-19 rurbanModeratePage part1: change status
2004-11-15 rurbandon't load PagePerm on ENABLE_PAGEPERM = false to save...
2004-11-09 rurban* revert to the wikidb ref passing. there's no memory...
2004-11-07 rurbannew sql access log (for spam prevention), and restructu...
2004-11-05 rurbanOk: Fix loading all required userclasses beforehand...
2004-11-05 rurbanlogin cleanup: better debug msg on failing login,
2004-11-01 rurbanfix against switching user new/old between sessions
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-14 rurbanremove debugging prints
2004-10-12 rurbanphp5 compatibility (5.0.1 ok)
2004-10-07 rurbanfixed broken FileUser session handling.
2004-10-04 rurbanjust aesthetics
2004-09-25 rurbanbetter ACL error message: view not browse, change not...
2004-09-25 rurbanbetter not allowed description: on global disallowed...
2004-09-14 rurbanexclude E_STRICT for php5: untested. I believe this...
2004-08-05 rurbanaesthetic typo
2004-07-13 rurbanfix PEAR memory waste issues
2004-07-08 rurbanvarious unit test fixes: print error backtrace on _DEBU...
2004-07-05 rurbanadd mysql timeout
2004-07-03 rurbanfixed implicit PersonalPage login (e.g. on edit), fixed...
2004-06-29 rurbanforce string hash
2004-06-25 rurbanWikiGroup refactoring:
2004-06-20 rurbanvarious php5 fixes (still broken at blockparser)
2004-06-17 rurbanfix reverse translation of possible actionpage
2004-06-16 rurbanstabilize on failing ldap queries or bind
2004-06-15 rurbanIMPORTANT: fixed passwd handling for passwords stored...
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
2004-06-13 rurbanCatch fatals on the four dump calls (as file and zip...
2004-06-13 rurbancheck for create action on action=edit not to fool...
2004-06-08 rurbansimplified admin action shortcuts
2004-06-07 rurbansimplified chown, setacl, dump actions
2004-06-07 rurbanadded simplified chown, setacl actions
2004-06-06 rurbanadded more required ActionPages for foreign languages
2004-06-04 rurbanSeveral locale related improvements suggested by Pierri...
2004-06-04 rurbanRestrict valid usernames to prevent from attacks agains...
2004-06-03 rurbansupport immediate LANG and THEME switch inside a session
2004-06-03 rurbanfix FileUser locking issues, new config ENABLE_PAGEPERM
2004-06-02 rurbaninit global FileFinder to add proper include paths...
2004-06-01 rurbanAdminUser only ADMIN_USER not member of Administrators
2004-05-27 rurbanrenamed DB_Session to DbSession (in CVS also)
2004-05-25 rurbantrim the pagename
2004-05-25 rurbanCheck for UTF-8 URLs; Internet Explorer produces these...
2004-05-18 rurbanhold warnings until headers are sent. new Error-style...
2004-05-17 rurbanCGI: no PATH_INFO fix
2004-05-15 rurbanfix some too loose PagePerms for signed, but not authen...
next