| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-06-30 | tentative commit to try and get the _URL vs. _URI issue sorted. we now have ↵ | Max Kremmel | 1 | -2/+3 | |
| an option in Admin > Kernel > Server > Miscellaneous to set a custom storage host server. | |||||
| 2008-06-26 | set mActivePackage instead of remaining in kernel - used by ↵ | Max Kremmel | 1 | -2/+4 | |
| $gBitThemes->loadLayout() | |||||
| 2008-06-26 | make use of display_mode option recently added by spiderr and add some ↵ | Max Kremmel | 1 | -1/+2 | |
| rudimentary column control based on display_mode. also moved FormatHeader stuff to BitThemes. | |||||
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 6 | -12/+12 | |
| options hash | |||||
| 2008-06-11 | remove duplicates | Max Kremmel | 1 | -1/+1 | |
| 2008-06-04 | simply reload page to avoid missing file problems | Max Kremmel | 1 | -3/+12 | |
| 2008-06-02 | fix path | Max Kremmel | 1 | -2/+2 | |
| 2007-11-08 | finalise the move of the top and bottom stuff to modules available in ↵ | Max Kremmel | 1 | -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-21 | lots of new mime types including many video formats | Max Kremmel | 1 | -116/+379 | |
| 2007-07-19 | oops, removed gBitInstaller by accident | Max Kremmel | 1 | -1/+4 | |
| 2007-07-18 | don't forget to assing page to template | Max Kremmel | 1 | -8/+8 | |
| 2007-07-18 | clean out some ancient code and (finally) sort packages in admin page | Max Kremmel | 1 | -43/+18 | |
| 2007-07-09 | add javascript cache path | Max Kremmel | 1 | -1/+5 | |
| 2007-07-07 | don't bother with annoying package checks - simply check for the presence of ↵ | Max Kremmel | 1 | -14/+16 | |
| the various temp dirs | |||||
| 2007-07-01 | correct path to biticon cache files | bitweaver.org | 1 | -2/+2 | |
| 2007-06-24 | Correct comment | Lester Caine | 1 | -2/+2 | |
| 2007-06-21 | Correct spelling of expiry field | Lester Caine | 2 | -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-21 | Add mission sessions table for use with ADOdb session management | Lester Caine | 1 | -1/+7 | |
| 2007-06-17 | add rss cache removal | Max Kremmel | 1 | -1/+9 | |
| 2007-04-04 | add new layout admin page which gives full access to all modules in all ↵ | Max Kremmel | 1 | -1/+2 | |
| layouts. should we simplify the original layout page now or leave as is? | |||||
| 2007-04-04 | add nexus menu cache prune option | Max Kremmel | 1 | -1/+16 | |
| 2007-04-02 | Massive changes to themes layout engine: | Max Kremmel | 6 | -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-01 | disable flakey drag / drop layout stuff, improve layout and module handling ↵ | Max Kremmel | 1 | -1/+13 | |
| and remove duplicate query | |||||
| 2007-03-23 | column visibility now in a table, reworded help note | laetzer | 1 | -3/+3 | |
| 2007-03-17 | move str_split() compat call to preflight | Max Kremmel | 1 | -3/+1 | |
| 2007-02-27 | Update for added site_display_utc | Lester Caine | 2 | -2/+3 | |
| 2007-02-25 | remove antiqueated site_upload_dir preference and use STORAGE defines. ↵ | TekiMaki | 1 | -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-25 | add support for str_split PHP < 5.0 | Max Kremmel | 1 | -1/+3 | |
| 2007-02-07 | set toggle | Max Kremmel | 1 | -2/+2 | |
| 2007-02-06 | make sure site_keywords are cleared before adding new ones | Max Kremmel | 1 | -1/+7 | |
| 2007-02-06 | suggest a solution to circumvent the 250 char limit for site_keywords. quite ↵ | Max Kremmel | 1 | -17/+30 | |
| important that we allow more than 250 chars for this. | |||||
| 2007-01-16 | prefix languages kernel_config settings with i18n_ and clean up some ↵ | Max Kremmel | 1 | -1/+7 | |
| language exort related issues - see SchemaChangelog for details | |||||
| 2007-01-12 | improve caching by taking icon style and icon display settings into account | Max Kremmel | 1 | -3/+3 | |
| 2007-01-12 | rename feature_jscalendar to site_use jscalendar | Max Kremmel | 1 | -0/+1 | |
| 2007-01-11 | cache biticon output | Max Kremmel | 1 | -1/+6 | |
| 2007-01-08 | add site index | Max Kremmel | 1 | -1/+6 | |
| 2007-01-08 | clean up <link rel=...> stuff in <head>, turn the links into a customisable ↵ | Max Kremmel | 1 | -4/+36 | |
| feature, only include certain links when feature is active | |||||
| 2006-12-02 | move to custom_module.tpl for custom modules from previous use of ↵ | Christian Fowler | 1 | -2/+2 | |
| users/modules/user_module.tpl | |||||
| 2006-12-02 | clean up custom modules on input error | Christian Fowler | 1 | -17/+13 | |
| 2006-11-23 | clean up and simplify reltime, make reltime optional, remove reltime ↵ | Max Kremmel | 2 | -1/+4 | |
| equivalent function from BitDate and apply new reltime to a couple of places | |||||
| 2006-11-22 | add site_notice for global site notifications. | Christian Fowler | 1 | -1/+2 | |
| 2006-10-31 | Update bit_index rather than kernel | Lester Caine | 1 | -2/+2 | |
| 2006-10-11 | major clean up to verifyInstalledPackages to ensure packages are scanned at ↵ | Christian Fowler | 1 | -4/+3 | |
| the proper time, and the system auto-heals itself with proper package_<pkg> settings for changing installs | |||||
| 2006-10-11 | add session_data column name change back in - needed for TW1.9 upgrade for sure | Christian Fowler | 1 | -2/+1 | |
| 2006-09-21 | fix 'ord' key error when removing a module | Max Kremmel | 1 | -2/+2 | |
| 2006-09-21 | add option to turn off side columns on a per package basis | Max Kremmel | 1 | -9/+36 | |
| 2006-09-21 | don't use _URL as relative path. use _PATH for file dealings | Max Kremmel | 1 | -37/+37 | |
| 2006-09-20 | allow duplicate module files as long as they are not in the same ord | Christian Fowler | 1 | -16/+16 | |
| 2006-09-12 | clean up loadDragDrop so it us useable by more places than layout | Christian Fowler | 1 | -1/+2 | |
| 2006-09-10 | clean up, move around and consolidate tonnes of crappy and complicated core ↵ | Max Kremmel | 2 | -127/+50 | |
| admin pages | |||||
