summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 conte...Lester Caine1-3/+7
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
2007-07-16add getUserPreference when all you have is a user_id and a pref_name, and you...Christian Fowler1-7/+22
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 LibertyCon...Max Kremmel1-3/+6
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
2007-07-13try to clean up https code which has a lot of bogus assignments and convolute...Max Kremmel2-11/+11
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 not...Max Kremmel2-13/+16
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 transit...Max Kremmel1-6/+24
2007-07-10remove some of the config assignments and clean up code a bit. there is still...Max Kremmel2-159/+123
2007-07-10move themes code out of kernel/setup_inc.php and properly in themes/bit_setu...Christian Fowler1-0/+16
2007-07-10move loadAjax() to BitThemesMax Kremmel2-6/+6
2007-07-10Restore transalations since translations are done before variable substitutio...Nick Palmer1-6/+6
2007-07-10Corrrect misspelling and cleanup translations.Nick Palmer1-6/+6
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead o...Max Kremmel3-33/+23
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 access...Max Kremmel2-0/+29
2007-07-08append a common rss cache feed filename for easier maintenance. this tail inc...Max Kremmel1-2/+2
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 might...Nick Palmer2-13/+9
2007-06-24BUG 1740924: assign view_user to package user_preferences tpls to make view_u...Max Kremmel1-1/+1
2007-06-24update user domains to be more complete, and auto set requested user_id/home ...Christian Fowler3-17/+23
2007-06-23automagically select best image type that's best for the particular upladed f...Max Kremmel1-5/+4
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ...Max Kremmel2-0/+0
2007-06-22update to work with getIncludeFiles()Max Kremmel1-2/+2
2007-06-22make use of the getIncludeFiles methodMax Kremmel1-17/+6
2007-06-20use all permissions to check against when assigning permissions to a group. i...Max Kremmel1-6/+4
2007-06-20fix calls to getGroupPermissionsMax Kremmel2-5/+7
2007-06-17massive rework of group permission assignment UI. this interface is a 'everyt...Max Kremmel7-125/+104
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ...Max Kremmel7-33/+31