summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-16add legendMax Kremmel1-1/+3
2007-04-15improve readabilityMax Kremmel1-14/+23
2007-04-15use {required}Max Kremmel1-5/+5
2007-04-14add unassigned perms check page to menuMax Kremmel1-3/+4
2007-04-11 ----------------------------------------------------------------------Thomas Recknagel1-2/+2
Modified Files: admin_group_edit.tpl intralink page=general changed to page=features ----------------------------------------------------------------------
2007-04-06add config option after_reg_url default url to laod after user registrationwjames52-4/+10
2007-04-06move call for service registration tpl inclusion so that they are included ↵wjames51-19/+22
when there are errors
2007-04-04move all style related code to BitThemes to further clean up the mess. all ↵Max Kremmel3-20/+16
style related methods are now called using BitThemes instead of BitSystem
2007-04-04remove permission assignment commentMax Kremmel1-13/+0
2007-04-04fix and update center user module display - finally users adhere to default ↵Max Kremmel3-100/+55
layout settings and don't 'require' a custom layout
2007-04-02Add register menu to users menu when registration is allowed.Nick Palmer1-0/+7
2007-04-02Massive changes to themes layout engine:Max Kremmel3-9/+11
- merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now.
2007-03-19move object_permissions to liberty_content_permissionsChristian Fowler2-116/+3
2007-03-14comment RewriteBase lineMax Kremmel1-1/+2
2007-03-10Added support for changing status and owners of content. Reordered some ↵Nick Palmer1-3/+17
status ids. Check the schema changlog. You also should run step 4 of the installer to update permisions as there are some new permisions for these features.
2007-03-09delete entries in liberty_content_prefs if empty or equal to site settingsMax Kremmel1-4/+8
2007-03-08remove user style pref if equal to site defaultMax Kremmel1-3/+7
2007-03-05adds new service users_register_function triggered on firstime login - can ↵wjames53-8/+35
now attach services to new valid registrations
2007-03-02check for correct config settingMax Kremmel1-1/+1
2007-03-01update function names to new names in preflight_inc.phpMax Kremmel1-4/+4
2007-03-01fix users_homepage setting and only store setting if there is something ↵Max Kremmel2-4/+11
useful to store
2007-03-01pass user preferences on as userPrefs hashMax Kremmel1-1/+1
2007-02-27Add a second browser side time display control.Lester Caine3-9/+29
site_display_utc matches the current selection site_display_timezone stores a fixed time zone offset This needs further expansion, but site_display_utc='Local' should work correctly
2007-02-26Fix selection of existing time display settingLester Caine1-2/+2
2007-02-24fix 'seperate' spelling mistakesMax Kremmel2-4/+4
2007-02-23massive code cleanup on users prefs page and allow users to set the site ↵Max Kremmel2-250/+291
theme in the preferences page if the settings allow it
2007-02-16fix deprecated BitSystem::setPreference callChristian Fowler1-3/+3
2007-02-13fix to show language againMarko Weltzer1-1/+1
2007-02-13fix user wiki pages to work better with stars informationMax Kremmel2-4/+5
2007-02-09Fixed undefined variable in forgotten password utilityAndy Stanford1-2/+3
2007-02-05move the registration email warning to the right placeMax Kremmel1-5/+5
2007-02-05change the way this email is translatedMax Kremmel2-10/+10
2007-02-05clean up templateMax Kremmel1-31/+48
2007-02-02Changes so system groups show properly if there are no public groups.Nick Palmer1-3/+3
2007-01-29fix alter table typo assume_from_user_id -> assume_user_idJams H Thompson1-1/+1
2007-01-24fix single user removalMax Kremmel1-1/+1
2007-01-24close <a> tag and add missing {tr}sMax Kremmel1-3/+3
2007-01-24remove nested .data classMax Kremmel1-1/+1
2007-01-24display full language nameMax Kremmel2-4/+7
2007-01-14Added some documentation.Hiran Chaudhuri1-3/+9
2007-01-14convert div.header h2 to div.header p where <h2> represents a description ↵Max Kremmel3-5/+5
such as in wiki pages
2007-01-12use site_title in login buttonMax Kremmel1-1/+1
2007-01-10add user content list linkMax Kremmel2-5/+7
2007-01-07allow users to set time valueMax Kremmel1-4/+4
2007-01-07simplify translationsMax Kremmel1-6/+2
2007-01-07fix remove icon conditionMax Kremmel1-1/+1
2007-01-07add option to specify caching time of rss feeds, add / fix rss default ↵Max Kremmel1-4/+4
setting in individual packages
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel3-16/+16
backwards compatible with deprecated function call message.
2007-01-06fix case on No cookie found. Please...Christian Fowler1-4/+4
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel1-2/+2
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...