]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/PagePerm.php
Use CSS
[SourceForge/phpwiki.git] / lib / PagePerm.php
2013-06-18 vargenauUse CSS
2013-05-29 vargenauvar --> public
2013-01-14 vargenauseperate --> separate
2012-12-05 vargenau(defined('FUSIONFORGE') and FUSIONFORGE)
2012-11-14 vargenauAdd action DeleteAcl
2012-10-06 vargenauReformat code
2012-10-02 vargenauWhitespace only
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2012-01-11 vargenauzip and dumpserial are dump, not view
2012-01-10 vargenauWhitespace only
2011-05-18 vargenauNew FSF address
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-08-31 vargenauGFORGE --> FUSIONFORGE
2010-08-24 vargenauRemove method asAclGroupLines that was introduced in...
2010-08-09 vargenauPhpWikiAdministration/Replace --> PhpWikiAdministration...
2010-06-17 vargenauarray_diff_assoc_recursive is not used
2010-06-07 rurbansimplify if GFORGE
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-11-02 vargenauNormalize header
2009-08-24 rurbanadd READONLY
2009-06-04 rurbancompress +/-perm logic to one line
2009-06-01 vargenauImplement external pages (ENABLE_EXTERNAL_PAGES)
2009-04-01 vargenauFix uninitialized variable problem in function isAuthorized
2009-03-31 vargenauDo not use array_diff_assoc_recursive
2009-03-22 vargenaunew function: asAclGroupLines
2009-03-22 vargenauValid HTML code
2009-03-05 vargenauAdd purge
2008-08-22 vargenauActivated Id substitution for Subversion
2007-09-15 rurbanminor comment fix
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-14 rurbanfix for mult. group membership: not a member and undeci...
2005-10-29 rurbanunify message
2005-05-06 rurbansupport captcha
2004-11-30 rurbanjust comments
2004-11-23 rurbanseveral fixes and suggestions by Charles Corrigan:
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-11-15 rurbandon't load PagePerm on ENABLE_PAGEPERM = false to save...
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-09-26 rurbanfix another reecursion loop when . exists: deny if...
2004-09-25 rurbanavoid recursion bug on setacl for "."
2004-09-25 rurbanfix and warn on too restrictive ACL handling without...
2004-09-25 rurbanfix interesting PagePerm problem: -1 == true
2004-07-03 rurbanfixed implicit PersonalPage login (e.g. on edit), fixed...
2004-06-25 rurbanWikiGroup refactoring:
2004-06-16 rurbanDisallow refernces in calls if the declaration is a...
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
2004-06-08 rurbansome comments only
2004-06-08 rurbanbetter acl dump representation, read back acl and owner
2004-06-08 rurbansimplified admin action shortcuts
2004-06-07 rurbanadded simplified chown, setacl actions
2004-06-07 rurbanadd acl field to mimified dump
2004-06-07 rurbansupport for SetAclSimple
2004-06-06 rurbanfixed PagePerm non-object problem (mayAccessPage),...
2004-05-27 rurbanrenamed DB_Session to DbSession (in CVS also)
2004-05-16 rurbanupdate_locale wrongly resetted LANG, which broke japanese.
2004-05-16 rurbansetacl icons
2004-05-16 rurbancheck more config-default and predefined constants
2004-05-15 rurbanfixed important WikiDB bug with DEBUG > 0: wrong assertion
2004-05-15 rurbanfix some too loose PagePerms for signed, but not authen...
2004-05-04 rurbanmore pdf support
2004-05-02 rurbanlimit user session data (HomePageHandle and auth_dbi...
2004-04-29 zorlocSlightly more elegant fix. Instead of WIKIAUTH_FORBIDD...
2004-04-29 zorlocFixes permission failure issues. With PagePermissions...
2004-03-14 rurbanauthenti(fi)cation spelling
2004-02-28 rurbanFirst PagePerm implementation:
2004-02-24 rurbanfixed minor warnings: unchecked args, POST => Get urls...
2004-02-23 rurbanmore PagePerm stuff: (working against 1.4.0)
2004-02-12 rurbanRename functional for PearDB backend
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