| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-09-14 | add a generic bitdebug() function to display a message when gDebug is set ↵ | Max Kremmel | 1 | -21/+32 | |
| and clean up code for mkdir_p() | |||||
| 2008-06-30 | set correct root based on uri_mode | Max Kremmel | 1 | -2/+3 | |
| 2008-06-30 | tentative commit to try and get the _URL vs. _URI issue sorted. we now have ↵ | Max Kremmel | 1 | -3/+4 | |
| an option in Admin > Kernel > Server > Miscellaneous to set a custom storage host server. | |||||
| 2008-06-30 | return URI instead of URL | Max Kremmel | 1 | -2/+2 | |
| 2008-06-23 | nicify multiline output and don't throw error when there's no class. | Max Kremmel | 1 | -5/+11 | |
| 2008-06-14 | use same options when recursing | Max Kremmel | 1 | -2/+2 | |
| 2008-06-14 | use sWindows to indicate that it's a static variable. | Max Kremmel | 1 | -5/+5 | |
| 2008-06-09 | if we have php > 5 make use of recursive dir creation instead of looping ↵ | Max Kremmel | 1 | -13/+23 | |
| through our crazy mkdir_p() fn | |||||
| 2008-05-31 | add function to easily convert path to url | Max Kremmel | 1 | -1/+18 | |
| 2008-05-26 | add option to not use curl. | Max Kremmel | 1 | -4/+5 | |
| 2008-05-26 | add % to allowed url chars | Max Kremmel | 1 | -2/+2 | |
| 2008-05-23 | rename functionEnabled to function_enabled to be consistent, clean up code ↵ | Max Kremmel | 1 | -14/+14 | |
| and use tabs to indent | |||||
| 2008-02-21 | More pleasant way to detect if exec() is enabled on server. | Tomasz Kalkosinski | 1 | -1/+18 | |
| Introduced functionEnabled to detect oher functions. | |||||
| 2007-11-13 | Major improvement of Batch Import of users. Adds 4 new functions to separate ↵ | MW | 1 | -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-05 | add pStatusCode to bit_redirect so you can specify various 3XX status codes ↵ | Christian Fowler | 1 | -3/+7 | |
| to make redirects permanent, etc. | |||||
| 2007-10-05 | Use handy httpPrefix in install_error and make that function use the handy ↵ | Nick Palmer | 1 | -3/+3 | |
| httpScheme to reduce code duplication. | |||||
| 2007-10-04 | add a recursive copy function: copy_r() | Max Kremmel | 1 | -1/+33 | |
| 2007-09-22 | add file_name_to_title global function | Christian Fowler | 1 | -1/+16 | |
| 2007-09-20 | prevent annoying warning message in logs by checking is_dir first in mkdir_p | Christian Fowler | 1 | -2/+2 | |
| 2007-08-01 | Hide windows error where rmdir is trying to remove liberty/cache directory | Lester Caine | 1 | -2/+2 | |
| 2007-07-26 | Debug message using $parent AFTER $parent is created | Lester Caine | 1 | -2/+2 | |
| 2007-07-10 | allow '+' in email addresses | Max Kremmel | 1 | -2/+2 | |
| 2007-07-01 | remove unused ckgd2() function | Max Kremmel | 1 | -18/+7 | |
| 2007-06-22 | Add phpdoc comment blocks | Lester Caine | 1 | -9/+11 | |
| 2007-05-21 | global the main global vars for include | Christian Fowler | 1 | -1/+2 | |
| 2007-05-18 | allow the use of a query string in the url when fetching with fsock | Max Kremmel | 1 | -4/+4 | |
| 2007-04-24 | move funcitons to kernel_lib, remove preflight and keep BitTimer in its own ↵ | Max Kremmel | 1 | -0/+743 | |
| file and set a valid version | |||||
