summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-19default to gQueryUser->getField( 'login' ) as preferred layout, and home as ↵Christian Fowler1-3/+6
the fallback_layout
2007-09-15Support extended pretty urls without modifications.Nick Palmer1-0/+1
2007-09-15schema clean up to avoid chicken-n-egg constraint violationsPRE_LIB_ATTACHMENT_REFACTORChristian Fowler1-6/+5
2007-09-04LEFT JOIN on liberty_content_hitsChristian Fowler1-8/+9
2007-09-04delete from users_groups_map when deleting groupChristian Fowler1-3/+5
2007-08-27oops. . interferes with php files.Max Kremmel1-1/+1
2007-08-27allow . and - in usernamesMax Kremmel1-1/+1
2007-08-23"hover your mouse to" out, <abbr> inlaetzer1-3/+4
2007-08-02typo - get uu.content (not uc) in getUserActivityChristian Fowler1-4/+4
2007-07-26Delete liberty_content entry matching users_users entry so that phantom ↵Lester Caine1-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-24Correct logic of provpass validationLester Caine1-4/+4
2007-07-24Send welcome message after changing provpassLester Caine1-4/+12
2007-07-24Only send welcome email if not using email validationLester Caine1-4/+4
Need to add welcome email to confirm.php
2007-07-16add getUserPreference when all you have is a user_id and a pref_name, and ↵Christian Fowler1-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-16A few minor tweaks to https changes. Otherwise, nice cleanup xing!Nick Palmer2-1/+5
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel1-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-15update is_excluded to is_revokedMax Kremmel1-1/+1
2007-07-15repeat table headers more frequentlybitweaver.org1-4/+3
2007-07-15change UI only when there's more than 10 groupsbitweaver.org1-2/+2
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel2-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-13try to clean up https code which has a lot of bogus assignments and ↵Max Kremmel2-11/+11
convoluted code - still needs testing
2007-07-12check for messaging permissionMax Kremmel1-1/+1
2007-07-12fix behaviour when assigning permissions with all permissions visibleMax Kremmel2-8/+6
2007-07-12fix permission storage issue where you remove all permissions if they are ↵Max Kremmel2-13/+16
not in the selected package
2007-07-11cameCaps remove_permission_from_group()Max Kremmel4-13/+13
2007-07-11rename the tiki-user cookie to bit-user cookie during cookie renaming ↵Max Kremmel1-6/+24
transition. this code will be removed at some point.
2007-07-10remove some of the config assignments and clean up code a bit. there is ↵Max Kremmel2-159/+123
still a global var that needs replacing but it's a bit too late for that now
2007-07-10move themes code out of kernel/setup_inc.php and properly in ↵Christian Fowler1-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-10move loadAjax() to BitThemesMax Kremmel2-6/+6
2007-07-10Restore transalations since translations are done before variable ↵Nick Palmer1-6/+6
substitution. Didn't know that.
2007-07-10Corrrect misspelling and cleanup translations.Nick Palmer1-6/+6
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel3-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-09wrap attachments link with perm check and add log out buttonMax Kremmel1-1/+4
2007-07-09add icon for loginMax Kremmel1-4/+4
2007-07-08add a basic overview of what content has custom permissions for easier ↵Max Kremmel2-0/+29
access and better control over what is going on
2007-07-08append a common rss cache feed filename for easier maintenance. this tail ↵Max Kremmel1-2/+2
includes users groups that permissions are generally respected and cache package rss files in individual dirs.
2007-07-06improve UI a bitMax Kremmel1-26/+32
2007-07-01Remove extranous root path referenceLester Caine1-4/+4
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-136/+33
2007-06-30remove quotes - causes an error when the site_menu_title isn't setMax Kremmel1-1/+1
2007-06-30fix negative condition to assign errors if failureChristian Fowler1-2/+3
2007-06-29Remove debug around expunge which was breaking remove userLester Caine2-8/+6
2007-06-28quotation marks against 'unrecognized tag' errorlaetzer1-1/+1
2007-06-25Stored offset should be in seconds not in hours.Nick Palmer1-3/+3
2007-06-24Remove unrequired default for simplicity.Nick Palmer1-1/+1
2007-06-24Doh! Wrong kind of comment.Nick Palmer1-3/+3
2007-06-24Fix timezones for fixed timezones. There is an issue in BitDate that we ↵Nick Palmer2-13/+9
might want to fix to allow selection by real timezone.
2007-06-24BUG 1740924: assign view_user to package user_preferences tpls to make ↵Max Kremmel1-1/+1
view_user selection sticky
2007-06-24update user domains to be more complete, and auto set requested user_id/home ↵Christian Fowler3-17/+23
based if necessary
2007-06-23automagically select best image type that's best for the particular upladed ↵Max Kremmel1-5/+4
file, allow override of file types and use liberty thumbnail fetcher where possible