| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-07-11 | cameCaps remove_permission_from_group() | Max Kremmel | 1 | -5/+5 |
| 2007-06-29 | Remove debug around expunge which was breaking remove user | Lester Caine | 1 | -4/+3 |
| 2007-06-24 | update user domains to be more complete, and auto set requested user_id/home ... | Christian Fowler | 1 | -3/+4 |
| 2007-06-17 | *** empty log message *** | Max Kremmel | 1 | -9/+7 |
| 2007-06-17 | add option to only show root groups | Max Kremmel | 1 | -10/+11 |
| 2007-06-17 | undefined index fixes | Max Kremmel | 1 | -7/+6 |
| 2007-06-17 | getGroupPermissions() now takes a parameter hash instead of the individual in... | Max Kremmel | 1 | -29/+37 |
| 2007-06-17 | remove references to unused BitCache class. this has to be rewritten a bit an... | Max Kremmel | 1 | -15/+3 |
| 2007-06-16 | oops, typo | Max Kremmel | 1 | -4/+4 |
| 2007-06-15 | make sure no empty permissions can show up on unassigned perms page | Max Kremmel | 1 | -6/+6 |
| 2007-06-15 | CHOP CHOP: cut out group nesting code and moved groups level stuff to separat... | Max Kremmel | 1 | -90/+10 |
| 2007-06-14 | don't excede character limit | Max Kremmel | 1 | -4/+4 |
| 2007-03-19 | move object_permissions to liberty_content_permissions | Christian Fowler | 1 | -104/+3 |
| 2007-01-14 | Added some documentation. | Hiran Chaudhuri | 1 | -3/+9 |
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes bac... | Max Kremmel | 1 | -5/+5 |
| 2006-12-29 | fix reference to wrong column name | Max Kremmel | 1 | -4/+4 |
| 2006-12-22 | only display permissions of active packages | Max Kremmel | 1 | -11/+33 |
| 2006-12-16 | remove ugly _REQUEST stuff in BitPermUser::expunge and enable batch deletion ... | Max Kremmel | 1 | -20/+37 |
| 2006-12-04 | insert missing mDb-> | Max Kremmel | 1 | -4/+4 |
| 2006-11-17 | fix mPerm emptying and reloading on full load | Christian Fowler | 1 | -3/+4 |
| 2006-07-26 | use user_class config when creating new user objects | Christian Fowler | 1 | -4/+4 |
| 2006-07-25 | the included groups were not returned with the same hash than the other group... | Sylvie Greverend | 1 | -4/+8 |
| 2006-07-23 | typo in assumeUser perm check | Christian Fowler | 1 | -4/+5 |
| 2006-07-23 | big cleanup in registration/auth. converted auth plugins to directories to pe... | Christian Fowler | 1 | -3/+20 |
| 2006-07-17 | removed reserved word 'uid' from query, and use our standard hash_key | Wakeworks | 1 | -5/+5 |
| 2006-05-29 | Plain text password became user_password when reserved word conflicts were re... | Lester Caine | 1 | -6/+6 |
| 2006-05-12 | put back v 1.38 which seems to have been lost in sourceforge meltdown (fuckin... | Christian Fowler | 1 | -3/+5 |
| 2006-05-07 | a delete user was deleting yourself from your group | Sylvie Greverend | 1 | -4/+4 |
| 2006-05-07 | to be able to remove a user | Sylvie Greverend | 1 | -5/+4 |
| 2006-05-04 | add setPermission() to change a user permission on the fly without storing it | Max Kremmel | 1 | -5/+18 |
| 2006-04-19 | mass kernel_config renaming for users_ | Christian Fowler | 1 | -4/+4 |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -4/+4 |
| 2006-04-06 | fix expunge of users by requiring an object | Christian Fowler | 1 | -6/+6 |
| 2006-04-04 | change field name registration_choice to is_public | Sylvie Greverend | 1 | -8/+8 |
| 2006-03-29 | forgot db prefix | Sylvie Greverend | 1 | -4/+4 |
| 2006-03-29 | cleaner | Sylvie Greverend | 1 | -4/+4 |
| 2006-03-29 | user can choose group at registration time from a closed list | Sylvie Greverend | 1 | -5/+28 |
| 2006-02-26 | fix up verifyTicket error_log any occurances of violations | Christian Fowler | 1 | -10/+4 |
| 2006-02-22 | camelCase get_permission_level method, add sister method getPermissionPackages | Christian Fowler | 1 | -11/+10 |
| 2006-02-20 | fix level -> perm_level changes, standardize everything on perm_level | Christian Fowler | 1 | -5/+5 |
| 2006-02-18 | Fix reserved word field names - follow on from schema | Lester Caine | 1 | -4/+4 |
| 2006-02-17 | remove rserver word 'user' from load select, remove redundant indices that ca... | Christian Fowler | 1 | -5/+5 |
| 2006-02-17 | rename and move wiki_action_log to generalized liberty_action_log in liberty,... | Christian Fowler | 1 | -12/+12 |
| 2006-02-10 | Correct contentType hash format - This needs extending to include package per... | Lester Caine | 1 | -4/+4 |
| 2006-02-10 | getContentTypeList ( at bottom ) Need a way to make this work so we can produ... | Lester Caine | 1 | -3/+15 |
| 2006-02-08 | major change of BitDbBase::associateUpdate method - it now takes a simpler ar... | Christian Fowler | 1 | -5/+4 |
| 2006-02-06 | add ACTIVE_PACKGE_DIR to global defines, permit renaming of users directory | Christian Fowler | 1 | -4/+4 |
| 2006-02-06 | more preference standardisation | Max Kremmel | 1 | -4/+4 |
| 2006-01-31 | massive table de-tikification. changed all tiki_ table prefixes with teh pack... | bitweaver.org | 1 | -10/+10 |
| 2006-01-31 | gut out extra junk and move bookmarks, tasks, userfiles, and user menus to up...pre_table_detikification | Christian Fowler | 1 | -12/+12 |