summaryrefslogtreecommitdiff
path: root/admin/admin_server_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-9/+9
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-29Admin functions changes to cover uninitialized variables and style changes ↵lsces1-7/+6
for PHP8.4
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-2/+2
2015-02-06add site_hidden to prevent search engine indexingspider1-0/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2008-08-27re-established kernel config 'site_error_title', to be set in kernel>server, ↵laetzer1-1/+2
changes to error page accordingly, improved wording (oops-ex)
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.
2007-03-17move str_split() compat call to preflightMax Kremmel1-3/+1
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-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.
2006-11-22add site_notice for global site notifications.Christian Fowler1-1/+2
2006-08-23site_upload_dir can not be nullSylvie Greverend1-2/+2
2006-04-19more kernel_config renamesMax Kremmel1-18/+18
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-4/+4
conflict with new content preferences
2006-02-13another batch of kernel_prefs name cleanup. this should be itMax Kremmel1-2/+2
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-6/+6
open for discussion tpl: $gBitPref.package.pref applied package name to all saves - should make database more organised and should allow more reliable uninstalls in the future
2006-02-06more preference standardisationMax Kremmel1-8/+8
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-4/+4
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+70