summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-26Hide content details if not setLester Caine1-1/+1
( user needs to access bituser details to populate fields )
2007-07-16activate the spinner every time prototype is loaded and remove individual ↵Max Kremmel1-2/+1
spinner loading from various templates. this avoids duplicate spinners which causes spinner to stall
2007-07-11patch bad group name editorswjames51-1/+1
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-2/+3
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-03Tidy layoutLester Caine1-0/+4
2007-07-03Keep contentTypes in alphabetical orderLester Caine2-1/+3
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-1/+4
2007-06-29Remove incorrect offset calculation.Nick Palmer1-2/+2
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-22Add icon to calendar menu.Nick Palmer1-1/+1
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-2/+1
2007-06-22Tidy phpdoc tags for classes, and heading blockLester Caine3-7/+24
2007-06-11Add liberty plugin for a mini calendar. Handy for people using events.Nick Palmer2-0/+50
2007-04-13Code cleanup moved 2 if statements into 1jetskijoe1-3/+2
2007-04-09Removed Eventsjetskijoe1-5/+1
2007-04-09Fixed where Events were required if used.jetskijoe1-1/+2
2007-04-06Remove event specific code now that we have previews.Nick Palmer3-19/+9
2007-04-06Add ability to set default content types to show.Nick Palmer5-11/+53
Make ajax popups sticky with a nice close icon.
2007-04-05Fix display of content description in ajax popup.Nick Palmer1-1/+5
2007-04-05Add support for new ajax popups in the calendar.Nick Palmer6-25/+52
2007-04-05Added better integration with events at the expense of queries. Will ajaxify ↵Nick Palmer6-10/+43
sometime soon to reduce the cost. Added p_calendar_view_changes which needs to be on for users to use the calendar the old way.
2007-03-01adjust to userPrefs changeMax Kremmel1-1/+3
2007-02-27Stop module updating focus in session. Only the calendar filters it.Lester Caine1-3/+3
2007-02-27Strip all reliance on server side time offset so that calendar is fixed UTC ↵Lester Caine2-45/+42
display, and content can be aligned as required from the display offset.
2007-02-26Switch active display of current date between UTC and Local. This will need ↵Lester Caine2-3/+11
further work to generate a valid UTC date under all conditions. This mode gets the module and main dates switching correctly.
2007-02-26Display correct dates when site time zone is set.Lester Caine1-1/+1
Still need to display the correct date if UTC display is selected.
2007-02-26Mistake in next day selectionLester Caine1-1/+1
2007-01-12rename feature_jscalendar to site_use jscalendarMax Kremmel1-1/+1
2006-10-13phpDoc correctionsLester Caine1-0/+8
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+6
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-10move homeable setting to registerPackage() settingsMax Kremmel2-2/+1
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel1-4/+4
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-3/+5
for custom title if required, add some whitespace to code to make it readable
2006-07-03allow modules to define their own user preference tabsHash92-0/+15
2006-06-16Fix possible conflict with mod_package_searchHash92-3/+3
2006-06-16Fix calendar so it works again, (smarty doesn't seem to assign by ref in ↵Hash91-3/+7
brackets properly)
2006-05-29Couple of mised $smarty.const. updatesLester Caine1-17/+17
2006-04-19more kernel_config renamesMax Kremmel1-2/+2
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel3-4/+4
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel2-5/+5
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-1/+1
conflict with new content preferences
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler3-8/+8
conflict with new content preferences
2006-02-21enclose CDATA in /* */ that we can use {strip} accross entire pageMax Kremmel1-2/+4
2006-02-21use jscalendar functionMax Kremmel1-15/+5
2006-02-17registerPackage now takes a hash instead of multiple parameters - keeps # of ↵Max Kremmel1-1/+6
parameters under control
2006-02-08another accidental package parameter for liberty_content_prefsMax Kremmel1-2/+2