| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-09-19 | default to gQueryUser->getField( 'login' ) as preferred layout, and home as ↵ | Christian Fowler | 1 | -3/+6 | |
| the fallback_layout | |||||
| 2007-09-15 | Support extended pretty urls without modifications. | Nick Palmer | 1 | -0/+1 | |
| 2007-09-15 | schema clean up to avoid chicken-n-egg constraint violationsPRE_LIB_ATTACHMENT_REFACTOR | Christian Fowler | 1 | -6/+5 | |
| 2007-09-04 | LEFT JOIN on liberty_content_hits | Christian Fowler | 1 | -8/+9 | |
| 2007-09-04 | delete from users_groups_map when deleting group | Christian Fowler | 1 | -3/+5 | |
| 2007-08-27 | oops. . interferes with php files. | Max Kremmel | 1 | -1/+1 | |
| 2007-08-27 | allow . and - in usernames | Max Kremmel | 1 | -1/+1 | |
| 2007-08-23 | "hover your mouse to" out, <abbr> in | laetzer | 1 | -3/+4 | |
| 2007-08-02 | typo - get uu.content (not uc) in getUserActivity | Christian Fowler | 1 | -4/+4 | |
| 2007-07-26 | Delete liberty_content entry matching users_users entry so that phantom ↵ | Lester Caine | 1 | -3/+7 | |
| content is removed from content list. ACTUALLY what is needed is a means of 'disabling' users rather than deleting them so that their hitory can still be displayed with the original user name! | |||||
| 2007-07-24 | Correct logic of provpass validation | Lester Caine | 1 | -4/+4 | |
| 2007-07-24 | Send welcome message after changing provpass | Lester Caine | 1 | -4/+12 | |
| 2007-07-24 | Only send welcome email if not using email validation | Lester Caine | 1 | -4/+4 | |
| Need to add welcome email to confirm.php | |||||
| 2007-07-16 | add getUserPreference when all you have is a user_id and a pref_name, and ↵ | Christian Fowler | 1 | -7/+22 | |
| you need a value..., get user's content_id in get list, and 'u' users_layouts option for 'u'sers content/pages | |||||
| 2007-07-16 | A few minor tweaks to https changes. Otherwise, nice cleanup xing! | Nick Palmer | 2 | -1/+5 | |
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update ↵ | Max Kremmel | 1 | -3/+6 | |
| LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury. | |||||
| 2007-07-15 | update is_excluded to is_revoked | Max Kremmel | 1 | -1/+1 | |
| 2007-07-15 | repeat table headers more frequently | bitweaver.org | 1 | -4/+3 | |
| 2007-07-15 | change UI only when there's more than 10 groups | bitweaver.org | 1 | -2/+2 | |
| 2007-07-14 | edit help is now taken care of by services. this means that there is no need ↵ | Max Kremmel | 2 | -10/+3 | |
| for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift. | |||||
| 2007-07-13 | try to clean up https code which has a lot of bogus assignments and ↵ | Max Kremmel | 2 | -11/+11 | |
| convoluted code - still needs testing | |||||
| 2007-07-12 | check for messaging permission | Max Kremmel | 1 | -1/+1 | |
| 2007-07-12 | fix behaviour when assigning permissions with all permissions visible | Max Kremmel | 2 | -8/+6 | |
| 2007-07-12 | fix permission storage issue where you remove all permissions if they are ↵ | Max Kremmel | 2 | -13/+16 | |
| not in the selected package | |||||
| 2007-07-11 | cameCaps remove_permission_from_group() | Max Kremmel | 4 | -13/+13 | |
| 2007-07-11 | rename the tiki-user cookie to bit-user cookie during cookie renaming ↵ | Max Kremmel | 1 | -6/+24 | |
| transition. this code will be removed at some point. | |||||
| 2007-07-10 | remove some of the config assignments and clean up code a bit. there is ↵ | Max Kremmel | 2 | -159/+123 | |
| still a global var that needs replacing but it's a bit too late for that now | |||||
| 2007-07-10 | move themes code out of kernel/setup_inc.php and properly in ↵ | Christian Fowler | 1 | -0/+16 | |
| themes/bit_setup_inc.php and users/bit_setup_inc.php - this change altered gPreScan order to place themes before users, which sounds like a more proper load order anyway | |||||
| 2007-07-10 | move loadAjax() to BitThemes | Max Kremmel | 2 | -6/+6 | |
| 2007-07-10 | Restore transalations since translations are done before variable ↵ | Nick Palmer | 1 | -6/+6 | |
| substitution. Didn't know that. | |||||
| 2007-07-10 | Corrrect misspelling and cleanup translations. | Nick Palmer | 1 | -6/+6 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 3 | -33/+23 | |
| of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work | |||||
| 2007-07-09 | wrap attachments link with perm check and add log out button | Max Kremmel | 1 | -1/+4 | |
| 2007-07-09 | add icon for login | Max Kremmel | 1 | -4/+4 | |
| 2007-07-08 | add a basic overview of what content has custom permissions for easier ↵ | Max Kremmel | 2 | -0/+29 | |
| access and better control over what is going on | |||||
| 2007-07-08 | append a common rss cache feed filename for easier maintenance. this tail ↵ | Max Kremmel | 1 | -2/+2 | |
| includes users groups that permissions are generally respected and cache package rss files in individual dirs. | |||||
| 2007-07-06 | improve UI a bit | Max Kremmel | 1 | -26/+32 | |
| 2007-07-01 | Remove extranous root path reference | Lester Caine | 1 | -4/+4 | |
| 2007-07-01 | standardise all menus by using new ilocation=menu and add missing icons | Max Kremmel | 1 | -136/+33 | |
| 2007-06-30 | remove quotes - causes an error when the site_menu_title isn't set | Max Kremmel | 1 | -1/+1 | |
| 2007-06-30 | fix negative condition to assign errors if failure | Christian Fowler | 1 | -2/+3 | |
| 2007-06-29 | Remove debug around expunge which was breaking remove user | Lester Caine | 2 | -8/+6 | |
| 2007-06-28 | quotation marks against 'unrecognized tag' error | laetzer | 1 | -1/+1 | |
| 2007-06-25 | Stored offset should be in seconds not in hours. | Nick Palmer | 1 | -3/+3 | |
| 2007-06-24 | Remove unrequired default for simplicity. | Nick Palmer | 1 | -1/+1 | |
| 2007-06-24 | Doh! Wrong kind of comment. | Nick Palmer | 1 | -3/+3 | |
| 2007-06-24 | Fix timezones for fixed timezones. There is an issue in BitDate that we ↵ | Nick Palmer | 2 | -13/+9 | |
| might want to fix to allow selection by real timezone. | |||||
| 2007-06-24 | BUG 1740924: assign view_user to package user_preferences tpls to make ↵ | Max Kremmel | 1 | -1/+1 | |
| view_user selection sticky | |||||
| 2007-06-24 | update user domains to be more complete, and auto set requested user_id/home ↵ | Christian Fowler | 3 | -17/+23 | |
| based if necessary | |||||
| 2007-06-23 | automagically select best image type that's best for the particular upladed ↵ | Max Kremmel | 1 | -5/+4 | |
| file, allow override of file types and use liberty thumbnail fetcher where possible | |||||
