summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel2-0/+0
msie png fix and add an option to enable it
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. ↵Max Kremmel1-6/+4
i wonder how this could have worked before.
2007-06-20fix calls to getGroupPermissionsMax Kremmel2-5/+7
2007-06-17massive rework of group permission assignment UI. this interface is a ↵Max Kremmel7-125/+104
'everything on one page' type solution. it also replaces the unassigned permissions page which was really just a temporary solution
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ↵Max Kremmel7-33/+31
from tikiwiki days and is tedious to deal with.
2007-06-17*** empty log message ***Max Kremmel1-9/+7
2007-06-17add option to only show root groupsMax Kremmel1-10/+11
2007-06-17undefined index fixesMax Kremmel1-7/+6
2007-06-17getGroupPermissions() now takes a parameter hash instead of the individual ↵Max Kremmel4-37/+45
inputs.
2007-06-17remove references to unused BitCache class. this has to be rewritten a bit ↵Max Kremmel1-15/+3
and then implemented well. perhaps we can join forces with liberty cache functions
2007-06-16oops, typoMax Kremmel2-6/+6
2007-06-16fix call to level assignmentMax Kremmel1-4/+4
2007-06-16wiki attachments permissions have been replaced by the central permissionsLester Caine1-6/+0
2007-06-16Removed all references to obsolete variable "wiki_icache"Lee L Bell1-20/+1
2007-06-15ensure that permission is not empty on store.Max Kremmel1-3/+5
2007-06-15make sure no empty permissions can show up on unassigned perms pageMax Kremmel1-6/+6
2007-06-15Trim png feature checkLester Caine1-5/+3
2007-06-15liberty_fetch_thumbnail_url to get attachment thumbnailsLester Caine1-6/+6
2007-06-15Allow user images to be .png via liberty_png_thumbnailsLester Caine1-8/+12
2007-06-15Fix error messageLester Caine1-4/+4
2007-06-15CHOP CHOP: cut out group nesting code and moved groups level stuff to ↵Max Kremmel9-285/+155
separate admin page. admin page has no link to it yet. we need to decide if we want one at all.
2007-06-14move more crud to shitbits and remove a couple of anciet tikiwiki modulesMax Kremmel20-219/+0
2007-06-14fix profile to work with moduleParamsMax Kremmel2-13/+14
2007-06-14Revamp my_groups so it works, the code is (a little) cleaner and there isn't ↵Nick Palmer3-78/+92
a huge security hole in assigning users to groups.
2007-06-14bug 1707875: check for existing email address before applying itMax Kremmel3-17/+27
2007-06-14don't excede character limitMax Kremmel1-4/+4
2007-06-13add existing email address check to admin user addition. BUG 1673153Max Kremmel1-2/+4
2007-06-13INNER JOIN to liberty_content in getList so sort_mode's on lc columns don't ↵Christian Fowler1-4/+7
fatal
2007-06-13remove links to dead featuresMax Kremmel1-7/+0
2007-06-13fix navigation paneMax Kremmel1-5/+5
2007-06-13don't use duplicate iconsMax Kremmel1-1/+1
2007-06-01remove a lot of antiquated code including breadcrumbs and outdated ↵Max Kremmel3-25/+5
wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now.
2007-05-30use bitpackage:users/edit_personal_page.tpl instead of dependency on ↵Christian Fowler1-3/+3
wiki/edit_page.tpl
2007-05-30add initial getThumbnailUrl implementation override from LibContentChristian Fowler1-3/+13
2007-05-29remove dependcy on wiki page for editing user personal pageChristian Fowler1-0/+263
2007-05-22Modify language switch to also pick up session default if not logged in - ↵Lester Caine1-4/+9
anonymous user default settings are not changed..
2007-05-22Switch output to users language preference if not being controlled by the ↵Lester Caine1-3/+8
browser. Probably not the right place to do it, but it's the first time you can get bitlanguage preference for the user since they are now stored in Liberty.
2007-05-20avoid SVO-fixated wordinglaetzer1-1/+1
2007-05-20valid HTML if username contains & etc.laetzer1-6/+7
2007-05-05use layoutHash to make sure we load the 'home' layoutChristian Fowler1-3/+4
2007-05-05add some preimlinary code for user_domainsChristian Fowler2-3/+38
2007-05-05only remove expired sessions for a few minutes, not an entire hour, check ↵Christian Fowler1-5/+5
for empty( ['captcha'] )
2007-05-03"Group List" icon instead of text, like the otherslaetzer2-3/+7
2007-05-03move link_title stuff to BitUser::getDisplayName(), allow additional ↵Max Kremmel1-5/+5
parameters to be set even when no user info is provided, clean up code
2007-05-02title attribute for username link moved from BitUser.php to ↵laetzer1-4/+4
function.displayname.php
2007-05-02only return link to users homepage when user has permission to view it.Max Kremmel1-12/+5
2007-04-23fatalError message translation standardisation: fatalError message is not ↵Max Kremmel3-10/+10
translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings
2007-04-20Remove quicktags init.Nick Palmer1-7/+2