summaryrefslogtreecommitdiff
path: root/kernel_lib.php
AgeCommit message (Expand)AuthorFilesLines
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