| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-07-16 | 1 | -0/+8 |
|\ |
|
| * | [ticket/10252] Correctly document behaviour of acl_get_list() for a_ permission | Joas Schilling | 2011-07-15 | 1 | -0/+8 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-06-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [ticket/9992] Adding a limit on login attempts per IP. | Nils Adermann | 2011-06-10 | 1 | -1/+1 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-04-22 | 1 | -1/+11 |
|\ \
| |/ |
|
| * | [ticket/10141] Save a hash lookup when value is not in cache. | Oleg Pudeyev | 2011-04-21 | 1 | -3/+7 |
| * | [ticket/10141] Split double-assignment into conditional and unconditional part. | Andreas Fischer | 2011-04-22 | 1 | -7/+5 |
| * | [ticket/10141] Use a cache in $auth->_fill_acl() for better performance. | Bart van Bragt | 2011-04-21 | 1 | -2/+10 |
| * | Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to... | Meik Sievertsen | 2009-07-30 | 1 | -2/+2 |
| * | - Display coloured usernames in ACP groups management screens | Meik Sievertsen | 2009-06-19 | 1 | -3/+9 |
| * | Implemented strict check for cached user permissions and existing ACL options... | Meik Sievertsen | 2008-10-09 | 1 | -9/+46 |
| * | fixing two potential problems | Meik Sievertsen | 2008-04-11 | 1 | -1/+1 |
| * | - Remove left join for query used to retrieve already assigned users and grou... | Meik Sievertsen | 2008-02-23 | 1 | -4/+14 |
| * | revamp how we query permissions. This is half-experimental actually, needs a ... | Meik Sievertsen | 2008-02-15 | 1 | -180/+244 |
* | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
* | | Copy 3.0.x branch to trunk | Meik Sievertsen | 2009-10-04 | 1 | -0/+1046 |
* | | relocate some files | Meik Sievertsen | 2008-12-24 | 1 | -1041/+0 |
* | | Implemented strict check for cached user permissions and existing ACL options... | Meik Sievertsen | 2008-10-09 | 1 | -9/+46 |
* | | tiny typo #34345 | Chris Smith | 2008-09-26 | 1 | -1/+1 |
* | | ok... i hope i haven't messed too much with the code and everything is still ... | Meik Sievertsen | 2008-05-29 | 1 | -3/+3 |
* | | merge some changes/fixes | Meik Sievertsen | 2008-04-11 | 1 | -1/+1 |
* | | merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 | Meik Sievertsen | 2008-02-23 | 1 | -180/+254 |
* | | oh boy... | David M | 2008-01-03 | 1 | -26/+27 |
|/ |
|
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -3/+11 |
* | space, where art thou? | Henry Sudhof | 2007-07-29 | 1 | -1/+1 |
* | #13863 (oops) | Henry Sudhof | 2007-07-29 | 1 | -1/+1 |
* | do not consider permissions the admin is not able to change, track or see. | Meik Sievertsen | 2007-07-12 | 1 | -0/+31 |
* | tweak the sql_like_expression feature a little bit to allow correct escaping | Meik Sievertsen | 2007-06-24 | 1 | -2/+2 |
* | new wrapper for LIKE expressions to streamline the fixes. We actually need to... | Meik Sievertsen | 2007-06-23 | 1 | -19/+2 |
* | ok, mess around with the templates + fixing some bugs + adjusting headers for... | Meik Sievertsen | 2007-06-09 | 1 | -4/+4 |
* | erm... um... NOBODY SAW THIS :P | David M | 2007-05-23 | 1 | -1/+1 |
* | #11255 | David M | 2007-05-22 | 1 | -1/+1 |
* | some tiny changes | Meik Sievertsen | 2007-05-02 | 1 | -6/+6 |
* | #10255 | David M | 2007-04-29 | 1 | -2/+2 |
* | changed the cache files to save some memory (all global ones are hold in memo... | Meik Sievertsen | 2007-04-22 | 1 | -2/+2 |
* | some changes/bugfixes | Meik Sievertsen | 2007-03-30 | 1 | -1/+1 |
* | - improvements to search indexing performance, espacially tidy() by adding a ... | Nils Adermann | 2007-03-13 | 1 | -27/+57 |
* | a performance improvement | Nils Adermann | 2007-03-12 | 1 | -9/+11 |
* | show dropdown box for choosing the forum in user management screen -> permiss... | Meik Sievertsen | 2006-12-25 | 1 | -2/+2 |
* | - Optimize acl_getf_global a bit | Nils Adermann | 2006-12-16 | 1 | -10/+11 |
* | - the same procedure as every... oh. this is taken. | Meik Sievertsen | 2006-11-27 | 1 | -0/+10 |
* | - a handful of mcp fixed, the most important one is the change for check_ids(... | Meik Sievertsen | 2006-11-18 | 1 | -23/+29 |
* | - now username changes should work as desired | Meik Sievertsen | 2006-10-22 | 1 | -1/+1 |
* | - store sql_layer directly within the layer itself | Meik Sievertsen | 2006-10-14 | 1 | -2/+2 |
* | - introducing clean usernames, needs to be tested more, I'm not sure I didn't... | Nils Adermann | 2006-10-13 | 1 | -1/+1 |
* | tried to begin adjusting all string functions where applicable - still a *lot... | Meik Sievertsen | 2006-10-07 | 1 | -2/+2 |
* | - extend config checking to include check for writeable path | Meik Sievertsen | 2006-10-03 | 1 | -1/+26 |
* | - Fix some bugs | Meik Sievertsen | 2006-09-14 | 1 | -29/+76 |
* | sql_in_set changes | Meik Sievertsen | 2006-08-12 | 1 | -13/+19 |
* | - fixing some bugs | Meik Sievertsen | 2006-08-02 | 1 | -49/+45 |