summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-24BUG 1740924: assign view_user to package user_preferences tpls to make ↵Max Kremmel1-0/+1
view_user selection sticky
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel1-0/+0
msie png fix and add an option to enable it
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-6/+5
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ↵Max Kremmel1-2/+2
from tikiwiki days and is tedious to deal with.
2007-04-23fatalError message translation standardisation: fatalError message is not ↵Max Kremmel1-4/+4
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 Palmer2-11/+2
2007-04-20Messages now uses {textarea}.Nick Palmer4-58/+4
2007-03-18load user dataMax Kremmel1-1/+2
2007-03-06load recipient user to check for mailing preferencesMax Kremmel1-7/+8
2007-03-01delete message email entry in liberty_content_prefs if user doesn't want to ↵Max Kremmel1-2/+2
receive emails
2007-03-01update option text to resemble what is happeningMax Kremmel1-1/+1
2007-03-01set a normal default for number of messages per pageMax Kremmel1-1/+1
2007-03-01use constants for package nameMax Kremmel1-5/+5
2007-01-14replace contents of modifier.display_bytes.php with modifier.kbsize.php and ↵Max Kremmel1-1/+1
use that instead since it's a better name for the function
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-3/+3
backwards compatible with deprecated function call message.
2006-12-25revive email notificationMax Kremmel2-8/+8
2006-12-25update old codeMax Kremmel2-4/+4
2006-12-25fix references to preferences fileMax Kremmel2-4/+4
2006-12-25fix hidden form valuesMax Kremmel1-3/+3
2006-12-23apply special class to message body for stylingMax Kremmel1-1/+1
2006-12-23more message cleanup, simplified a couple of functions, removed lots of the ↵Max Kremmel6-197/+111
crazy assign stuff - used smarty.request. stuff instead
2006-12-20undefined variable fixMax Kremmel1-2/+2
2006-12-20massive messages cleanup, rename files to closer match bitweaver standard. ↵Max Kremmel15-606/+638
create messages class only when needed and don't crete global class on evey page load. still some work needed with broadcast messages
2006-12-19don't apply priority class to entire <tr>. might be difficult to style and ↵Max Kremmel1-2/+2
hard to read if colors are aggressive
2006-12-19only show alert when desiredMax Kremmel1-1/+1
2006-10-13phpDoc correctionsLester Caine1-0/+9
2006-10-10PLUGIN_GUID_TIKIWIKI is not necessarily set in an applic without tw synstxSylvie Greverend1-2/+3
2006-10-10avoid noticeSylvie Greverend1-2/+2
2006-09-19use different icons for mail related stuffMax Kremmel1-1/+1
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel6-6/+6
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-1/+1
install errors
2006-07-07typosMax Kremmel1-1/+1
2006-07-07keep php in php dir, rename files with appended _inc, keep jstab in template ↵Max Kremmel3-1/+1
for custom title if required, add some whitespace to code to make it readable
2006-07-06move package extendable userprefs to templates directory and follow naming ↵Christian Fowler2-0/+0
convention
2006-07-05insert missing <!-- end .body --> tags for more reliable highlightingMax Kremmel1-2/+2
2006-07-03allow modules to define their own user preference tabsHash92-0/+10
2006-06-05add note about mysql requirementsMax Kremmel1-0/+1
2006-05-31Switch USER back to LOGIN to remove resevered word error. Do not think it is ↵Lester Caine1-3/+3
used anyway.
2006-05-13fix the message alert and store it's state in a cookieMax Kremmel2-5/+3
2006-05-06clean up schema files, remove unused PackageInfo data - we really need a ↵Max Kremmel1-4/+0
package manager for this, add plugin_path column to liberty_plugins
2006-04-30rename some user settings in liberty_content_prefsMax Kremmel3-22/+22
2006-04-19replace dislpay_name config with users_display_nameChristian Fowler1-1/+1
2006-04-19more kernel_config renamesMax Kremmel1-2/+2
2006-04-14more kernel_config renamesMax Kremmel5-15/+15
2006-04-13shifting preferences to their correct packagesMax Kremmel1-0/+5
2006-04-12move contact form settings to it's correct package --> messagesMax Kremmel3-0/+57
2006-04-11more permissions housekeeping and tidyupMax Kremmel3-4/+5
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel6-10/+10
2006-04-05tonnes of upgrader error sqashes - liberty_content_links still remain to be ↵Max Kremmel1-1/+1
dealt with
2006-03-29upgrader brought up to latest state on SchemaChangeLog except for the ↵Max Kremmel1-17/+22
liberty_content_stuff 2006-02-21 and 2006-02-24 remain to be dealt with any db changes need to go in respective upgraders from now on. chaos doesn't rule anymore - not even in HEAD