]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiGroup.php
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / lib / WikiGroup.php
2013-05-29 vargenauvar --> public
2012-12-04 vargenauUse smart quotes
2012-10-06 vargenauReformat code
2012-09-28 vargenauinclude [all] Include and file path should be devided...
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2012-08-31 vargenauphpdoc_params
2011-05-18 vargenauNew FSF address
2011-03-05 vargenauNo tabs
2010-08-09 vargenauGROUP_HASHOMEPAGE is not used
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-11-02 vargenauNormalize header
2008-09-07 vargenauRemoved history
2008-08-22 vargenauActivated Id substitution for Subversion
2007-07-14 rurbanallow comments in group lists
2005-10-29 rurbansimplify message for translators
2004-11-28 rurbanpatch by Charles Corrigan so that WikiGroup->isSpecialM...
2004-11-27 rurbansimpified regex search architecture:
2004-11-24 rurbanbug #1063463
2004-11-23 rurbanseveral fixes and suggestions by Charles Corrigan:
2004-11-19 rurbanModeratePage part1: change status
2004-11-19 rurbanAnother catch by Charles Corrigan: check against the...
2004-11-18 rurbanmore safety, requested by Charles Corrigan
2004-11-17 rurbanpossible group fix
2004-11-11 rurbanDisable default options in config-dist.ini
2004-11-10 rurban* requires newer Pear_DB (as the internal one): quote...
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-09-17 rurbanfix LDAP ou= issue, wrong strstr arg order
2004-06-29 rurbanImprove LDAP auth and GROUP_LDAP membership:
2004-06-28 rurbanfixed endless recursion in WikiGroup: isAdmin()
2004-06-27 rurbansuggestion by Paul Henry
2004-06-25 rurbanWikiGroup refactoring:
2004-06-16 rurbanstabilize on failing ldap queries or bind
2004-06-16 rurbanbetter desc
2004-06-16 rurbancatch dl error on Windows
2004-06-15 rurbanminor WikiGroup cleanup: no request param, start of...
2004-06-15 rurbanIMPORTANT: fixed passwd handling for passwords stored...
2004-06-03 rurbanfix file locking issues (only needed on write)
2004-06-03 rurbanfix LDAP injection (wildcard in username) detected...
2004-05-16 rurbancheck more config-default and predefined constants
2004-05-15 rurbanfixed important WikiDB bug with DEBUG > 0: wrong assertion
2004-05-06 rurbanEnable the Administrators group, and add the WIKIPAGE...
2004-04-07 rurbanfixed pear/File_Passwd for Windows
2004-03-29 rurbanGroupDb_PearDB fetchmode fix
2004-03-14 rurbancopyright line
2004-03-12 rurbanpref fixes (base64)
2004-03-12 rurbanfixed explodePageList: wrong sortby argument order...
2004-03-12 rurbanfixed ->membership chache
2004-03-12 rurbanfixed GroupDB for ADODB
2004-03-11 rurbanfixed GroupFile::getMembersOf for special groups
2004-03-11 rurbanfixed File Auth for user and group
2004-03-10 rurbanstore current user->page and ->action in session for...
2004-03-10 rurbanadodb WikiGroup fix
2004-03-09 rurbanprevent from undefined DBAuthParams warning
2004-03-08 rurbanfixed Theme->getButtonURL
2004-03-08 rurbanadded more WikiGroup::getMembersOf methods, esp. for...
2004-02-23 rurbanmore PagePerm stuff: (working against 1.4.0)
2004-02-07 rurbanfixed auth from session (still double code but works)
2004-02-03 rurbanLDAP cleanup, start of new Pref classes
2004-02-01 rurbanStarted with Group_Ldap (not yet ready)
2004-01-27 rurbanrenamed ->Username => _userid for consistency
2004-01-26 rurbanadded GroupDB and GroupFile classes
2003-12-07 carstenklappCode Housecleaning: fixed syntax errors. (php -l *...
2003-02-22 dairikiFixes for "Call-time pass by reference has been depreca...
2003-01-21 zorlocAdded Log entry and page footer.
2003-01-17 zorlocIn the cache of membership, added caching of false...
2003-01-17 zorlocReplaced tabs with four spaces
2003-01-17 zorlocFirst incarnation of the Group interface for Group...