summaryrefslogtreecommitdiff
path: root/kernel_lib.php
AgeCommit message (Expand)AuthorFilesLines
2015-09-27empty check on unlink_rspider1-1/+1
2014-10-14add getConfig and isFeatureActive to BitBasespider1-1/+0
2014-04-03use HttpStatusCodes in bit_redirectspiderr1-28/+2
2013-11-13add +function verify_hex_colorspiderr1-1/+20
2012-06-07Strip trailing white spacelsces1-33/+33
2011-07-09tweak bit_error_handler message; move bitdebug to proper location of bit_erro...spiderr1-17/+0
2011-02-15overhaul storing of complete storage_url int liberty_files, and only use the ...spiderr1-2/+1
2011-01-14create BIT_BASE_URI and BIT_ROOT_URI; use that for STORAGE_BASE_URI and STORA...spiderr1-1/+1
2010-07-15check for false on opendir in unlink_rspiderr1-7/+8
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-04-08vd() output of deprecated messages may as well use delayed outputDaniel Sutcliffe1-2/+2
2009-10-20Fixes for Deprecated features in PHP 5.3.x (ereg and split)John Turner1-2/+2
2009-04-14handle non-3xx errors with a separate header so spiders are properly informed...Christian Fowler1-1/+34
2009-03-11add generic pear module checkerMax Kremmel1-1/+19
2008-12-28clean up codeMax Kremmel1-8/+11
2008-12-18Remove print_r.Tomasz Kalkosinski1-3/+1
2008-12-18Partial fix 2048241. Dont urldecode $_GET second time.Tomasz Kalkosinski1-5/+11
2008-12-05fix EMAIL_ADDRESS_REGEX, to have a hyphen in regex, it MUST be leading char i...Christian Fowler1-2/+2
2008-10-19add @deprecated doc tags where appropriateMax Kremmel1-1/+4
2008-10-16add + to email regexMax Kremmel1-2/+2
2008-10-16clean up codeMax Kremmel1-6/+6
2008-10-16use better regex to weed out email addresses and make use of that regex when ...Max Kremmel1-11/+4
2008-10-03indent using tabsMax Kremmel1-10/+10
2008-09-14add a generic bitdebug() function to display a message when gDebug is set and...Max Kremmel1-21/+32
2008-06-30set correct root based on uri_modeMax Kremmel1-2/+3
2008-06-30tentative commit to try and get the _URL vs. _URI issue sorted. we now have a...Max Kremmel1-3/+4
2008-06-30return URI instead of URLMax Kremmel1-2/+2
2008-06-23nicify multiline output and don't throw error when there's no class.Max Kremmel1-5/+11
2008-06-14use same options when recursingMax Kremmel1-2/+2
2008-06-14use sWindows to indicate that it's a static variable.Max Kremmel1-5/+5
2008-06-09if we have php > 5 make use of recursive dir creation instead of looping thro...Max Kremmel1-13/+23
2008-05-31add function to easily convert path to urlMax Kremmel1-1/+18
2008-05-26add option to not use curl.Max Kremmel1-4/+5
2008-05-26add % to allowed url charsMax Kremmel1-2/+2
2008-05-23rename functionEnabled to function_enabled to be consistent, clean up code an...Max Kremmel1-14/+14
2008-02-21More pleasant way to detect if exec() is enabled on server.Tomasz Kalkosinski1-1/+18
2007-11-13Major improvement of Batch Import of users. Adds 4 new functions to separate ...MW1-1/+21
2007-11-05add pStatusCode to bit_redirect so you can specify various 3XX status codes t...Christian Fowler1-3/+7
2007-10-05Use handy httpPrefix in install_error and make that function use the handy ht...Nick Palmer1-3/+3
2007-10-04add a recursive copy function: copy_r()Max Kremmel1-1/+33
2007-09-22add file_name_to_title global functionChristian Fowler1-1/+16
2007-09-20prevent annoying warning message in logs by checking is_dir first in mkdir_pChristian Fowler1-2/+2
2007-08-01Hide windows error where rmdir is trying to remove liberty/cache directoryLester Caine1-2/+2
2007-07-26Debug message using $parent AFTER $parent is createdLester Caine1-2/+2
2007-07-10allow '+' in email addressesMax Kremmel1-2/+2
2007-07-01remove unused ckgd2() functionMax Kremmel1-18/+7
2007-06-22Add phpdoc comment blocksLester Caine1-9/+11
2007-05-21global the main global vars for includeChristian Fowler1-1/+2
2007-05-18allow the use of a query string in the url when fetching with fsockMax Kremmel1-4/+4
2007-04-24move funcitons to kernel_lib, remove preflight and keep BitTimer in its own f...Max Kremmel1-0/+743