summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2008-06-30tentative commit to try and get the _URL vs. _URI issue sorted. we now have ↵Max Kremmel1-2/+3
an option in Admin > Kernel > Server > Miscellaneous to set a custom storage host server.
2008-06-26set mActivePackage instead of remaining in kernel - used by ↵Max Kremmel1-2/+4
$gBitThemes->loadLayout()
2008-06-26make use of display_mode option recently added by spiderr and add some ↵Max Kremmel1-1/+2
rudimentary column control based on display_mode. also moved FormatHeader stuff to BitThemes.
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler6-12/+12
options hash
2008-06-11remove duplicatesMax Kremmel1-1/+1
2008-06-04simply reload page to avoid missing file problemsMax Kremmel1-3/+12
2008-06-02fix pathMax Kremmel1-2/+2
2007-11-08finalise the move of the top and bottom stuff to modules available in ↵Max Kremmel1-15/+35
kernel. inline site header and footer have now been removed from bitweaver.tpl and installer inserts these modules in various places
2007-07-21lots of new mime types including many video formatsMax Kremmel1-116/+379
2007-07-19oops, removed gBitInstaller by accidentMax Kremmel1-1/+4
2007-07-18don't forget to assing page to templateMax Kremmel1-8/+8
2007-07-18clean out some ancient code and (finally) sort packages in admin pageMax Kremmel1-43/+18
2007-07-09add javascript cache pathMax Kremmel1-1/+5
2007-07-07don't bother with annoying package checks - simply check for the presence of ↵Max Kremmel1-14/+16
the various temp dirs
2007-07-01correct path to biticon cache filesbitweaver.org1-2/+2
2007-06-24Correct commentLester Caine1-2/+2
2007-06-21Correct spelling of expiry fieldLester Caine2-4/+12
Add table to updater This SHOULD actually be managed via ADOdb session if it starts without the table, but at present it fails to build the table.
2007-06-21Add mission sessions table for use with ADOdb session managementLester Caine1-1/+7
2007-06-17add rss cache removalMax Kremmel1-1/+9
2007-04-04add new layout admin page which gives full access to all modules in all ↵Max Kremmel1-1/+2
layouts. should we simplify the original layout page now or leave as is?
2007-04-04add nexus menu cache prune optionMax Kremmel1-1/+16
2007-04-02Massive changes to themes layout engine:Max Kremmel6-670/+13
- 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-04-01disable flakey drag / drop layout stuff, improve layout and module handling ↵Max Kremmel1-1/+13
and remove duplicate query
2007-03-23column visibility now in a table, reworded help notelaetzer1-3/+3
2007-03-17move str_split() compat call to preflightMax Kremmel1-3/+1
2007-02-27Update for added site_display_utcLester Caine2-2/+3
2007-02-25remove antiqueated site_upload_dir preference and use STORAGE defines. ↵TekiMaki1-8/+2
previously, site_upload_dir had to be defined, and only worked with same defined name as storage package, typcially 'storage'. also only save of 'site_temp_dir' if it is different from the TEMP_PKG_PATH. Handle using of define defaults for both of those settings. Also, remove ancient junk from kernel/setup_inc.php
2007-02-25add support for str_split PHP < 5.0Max Kremmel1-1/+3
2007-02-07set toggleMax Kremmel1-2/+2
2007-02-06make sure site_keywords are cleared before adding new onesMax Kremmel1-1/+7
2007-02-06suggest a solution to circumvent the 250 char limit for site_keywords. quite ↵Max Kremmel1-17/+30
important that we allow more than 250 chars for this.
2007-01-16prefix languages kernel_config settings with i18n_ and clean up some ↵Max Kremmel1-1/+7
language exort related issues - see SchemaChangelog for details
2007-01-12improve caching by taking icon style and icon display settings into accountMax Kremmel1-3/+3
2007-01-12rename feature_jscalendar to site_use jscalendarMax Kremmel1-0/+1
2007-01-11cache biticon outputMax Kremmel1-1/+6
2007-01-08add site indexMax Kremmel1-1/+6
2007-01-08clean up <link rel=...> stuff in <head>, turn the links into a customisable ↵Max Kremmel1-4/+36
feature, only include certain links when feature is active
2006-12-02move to custom_module.tpl for custom modules from previous use of ↵Christian Fowler1-2/+2
users/modules/user_module.tpl
2006-12-02clean up custom modules on input errorChristian Fowler1-17/+13
2006-11-23clean up and simplify reltime, make reltime optional, remove reltime ↵Max Kremmel2-1/+4
equivalent function from BitDate and apply new reltime to a couple of places
2006-11-22add site_notice for global site notifications.Christian Fowler1-1/+2
2006-10-31Update bit_index rather than kernelLester Caine1-2/+2
2006-10-11major clean up to verifyInstalledPackages to ensure packages are scanned at ↵Christian Fowler1-4/+3
the proper time, and the system auto-heals itself with proper package_<pkg> settings for changing installs
2006-10-11add session_data column name change back in - needed for TW1.9 upgrade for sureChristian Fowler1-2/+1
2006-09-21fix 'ord' key error when removing a moduleMax Kremmel1-2/+2
2006-09-21add option to turn off side columns on a per package basisMax Kremmel1-9/+36
2006-09-21don't use _URL as relative path. use _PATH for file dealingsMax Kremmel1-37/+37
2006-09-20allow duplicate module files as long as they are not in the same ordChristian Fowler1-16/+16
2006-09-12clean up loadDragDrop so it us useable by more places than layoutChristian Fowler1-1/+2
2006-09-10clean up, move around and consolidate tonnes of crappy and complicated core ↵Max Kremmel2-127/+50
admin pages