summaryrefslogtreecommitdiff
path: root/kernel_lib.php
AgeCommit message (Collapse)AuthorFilesLines
2008-09-14add a generic bitdebug() function to display a message when gDebug is set ↵Max Kremmel1-21/+32
and clean up code for mkdir_p()
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 ↵Max Kremmel1-3/+4
an option in Admin > Kernel > Server > Miscellaneous to set a custom storage host server.
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 ↵Max Kremmel1-13/+23
through our crazy mkdir_p() fn
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 ↵Max Kremmel1-14/+14
and use tabs to indent
2008-02-21More pleasant way to detect if exec() is enabled on server.Tomasz Kalkosinski1-1/+18
Introduced functionEnabled to detect oher functions.
2007-11-13Major improvement of Batch Import of users. Adds 4 new functions to separate ↵MW1-1/+21
the process from global user registration. 2 of these are split out from BitUser::verifyEmail() to handle validation of email syntax and MX host so they can be reused, which is done by the batch import. Admin can now set if email should be sent to imported users, validate users by email as well as validate email address (MX host check). Import a ready made password hash e.g. from phpBB2 and passwords are auto generated if not specified in the CSV file. Admin can also truely overwrite user records on import, which proper check of existing user_id, login and email (in that order) with mixing the result. I will write up some docs for this to publish on site as well.
2007-11-05add pStatusCode to bit_redirect so you can specify various 3XX status codes ↵Christian Fowler1-3/+7
to make redirects permanent, etc.
2007-10-05Use handy httpPrefix in install_error and make that function use the handy ↵Nick Palmer1-3/+3
httpScheme to reduce code duplication.
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 ↵Max Kremmel1-0/+743
file and set a valid version