| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-11-15 | messed up hash key order | Max Kremmel | 1 | -2/+2 |
| 2008-11-09 | remove unused and confusing registerPlugin parameters: security and path | Max Kremmel | 1 | -4/+2 |
| 2008-11-07 | add secure icon, fix links to secure login | Christian Fowler | 1 | -5/+6 |
| 2008-11-07 | fix SSL login url redirecting to do the redirect back to non-ssl when not req... | Christian Fowler | 1 | -22/+18 |
| 2008-11-03 | fix typo | Christian Fowler | 1 | -4/+4 |
| 2008-11-03 | check for gBitUser->hasPermission p_users_admin, not admin, as p_users_admin ... | Christian Fowler | 1 | -6/+7 |
| 2008-11-03 | fix assumeUser by checking hashes directly | Christian Fowler | 1 | -5/+6 |
| 2008-11-02 | add 32bit overflow handling for user lookup on numeric columns | Christian Fowler | 1 | -3/+7 |
| 2008-10-31 | renamed dep stuff to requirement stuff, clean up schema_inc files, move versi... | Max Kremmel | 1 | -2/+2 |
| 2008-10-30 | shuffle around some dependency stuff: move dep settings to schema_inc.php fil... | Max Kremmel | 2 | -9/+8 |
| 2008-10-29 | add core dependencies | Max Kremmel | 1 | -1/+8 |
| 2008-10-28 | set versios of various core packages. | Max Kremmel | 1 | -1/+1 |
| 2008-10-25 | add file headers | Max Kremmel | 1 | -0/+3 |
| 2008-10-25 | more work towards package upgrades. things seem to working quite smoothly now. | Max Kremmel | 1 | -1/+1 |
| 2008-10-25 | move users_semaphore table drop to version upgrade file | Max Kremmel | 2 | -15/+20 |
| 2008-10-23 | flag icon after select; removed {sortlink}, flags are already sorted by php | laetzer | 2 | -10/+6 |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv... | Christian Fowler | 1 | -6/+7 |
| 2008-10-19 | Fix for some very strange "firewall" software that limits cookies in odd ways.pre_update_permission | Nick Palmer | 1 | -1/+7 |
| 2008-10-19 | add @deprecated doc tags where appropriate | Max Kremmel | 2 | -6/+81 |
| 2008-10-19 | apply schema change - remove unused table | Max Kremmel | 2 | -7/+14 |
| 2008-10-18 | deprecate all semaphore code. this has now been moved to a separate package c... | Max Kremmel | 3 | -96/+63 |
| 2008-10-18 | don't deprecate setPermission. it might come in handy. | Max Kremmel | 1 | -23/+23 |
| 2008-10-18 | massive code cleanup. methods have been renamed to camelCaps where appropriat... | Max Kremmel | 2 | -265/+537 |
| 2008-10-18 | minor cleanup of docs and code | Max Kremmel | 1 | -6/+8 |
| 2008-10-18 | code cleanup | Max Kremmel | 1 | -8/+12 |
| 2008-10-18 | remove level stuff | Max Kremmel | 2 | -83/+28 |
| 2008-10-18 | we don't allow users to tinker with permission levels anymore. remove the fil... | Max Kremmel | 2 | -115/+0 |
| 2008-10-18 | make sure guest and admin @ localhost email addresses can pass through. this ... | Max Kremmel | 1 | -5/+5 |
| 2008-10-18 | always use the defines, not the number | Max Kremmel | 1 | -4/+4 |
| 2008-10-17 | accidentally removed watches methods. sorry. | Max Kremmel | 1 | -3/+145 |
| 2008-10-17 | during install we create the root user who has root@localhost as email addres... | Max Kremmel | 1 | -146/+7 |
| 2008-10-16 | make sure users_lib.php is always loaded | Max Kremmel | 3 | -18/+17 |
| 2008-10-16 | move scrambleEmail to users/users_lib.php and rename it to scramble_email | Max Kremmel | 3 | -60/+81 |
| 2008-10-16 | stick to coding guidelines | Max Kremmel | 1 | -7/+13 |
| 2008-10-16 | massive code cleanup, added docs, renamed methods to have consistent camelCap... | Max Kremmel | 6 | -601/+1031 |
| 2008-10-16 | clean up code and get pagination working | Max Kremmel | 1 | -19/+17 |
| 2008-10-16 | remove unused {form} | Max Kremmel | 1 | -26/+25 |
| 2008-10-16 | add link to page nobody knew existed | Max Kremmel | 1 | -0/+1 |
| 2008-10-15 | call edit service on new user object - not admin user object which creates ba... | wjames5 | 1 | -2/+4 |
| 2008-10-15 | shorter short description; unused details hidden | laetzer | 1 | -4/+4 |
| 2008-10-08 | update comment | Max Kremmel | 1 | -3/+3 |
| 2008-10-08 | remove insane number of parantheses | Max Kremmel | 1 | -6/+6 |
| 2008-10-05 | further layout cleanup. | Max Kremmel | 1 | -3/+3 |
| 2008-10-05 | better highlight permissions that deviate from default | Max Kremmel | 1 | -21/+28 |
| 2008-10-03 | add hack to allow users to log in when the installer force is calledcreate_permission | Max Kremmel | 1 | -4/+9 |
| 2008-10-02 | Use empty instead of ! in case it isn't set yet. | Nick Palmer | 1 | -2/+2 |
| 2008-10-02 | Don't start a session for a shell script. | Nick Palmer | 1 | -2/+5 |
| 2008-10-02 | fix user image upload, clean up code and rename 'fSubmit' stuff to use normal... | Max Kremmel | 5 | -102/+100 |
| 2008-09-27 | move storeImages to BitPermUser after all other inserts because it can set mE... | Christian Fowler | 2 | -12/+12 |
| 2008-09-17 | new function call 'getStyleCssFile' instead of 'getStyleCss' | laetzer | 1 | -3/+3 |