Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-22 | [ci skip] Fix a typo in the styleguide | Andrey Andreev | 1 | -1/+1 | |
2012-11-09 | [ci skip] Polish docs in user_guide_src/source/general/ | Andrey Andreev | 28 | -472/+586 | |
2012-11-09 | Polish the Common functions documentation | Andrey Andreev | 1 | -31/+119 | |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 1 | -1/+14 | |
It is now used to check whether dangerous functions like eval() and exec() are available. It appears that the Suhosin extension (which is becoming popular) terminates script execution instead of returning e.g. FALSE when it has a function blacklisted. function_exists() checks are insufficient and our only option is to check the ini settings here. Filed an issue here: https://github.com/stefanesser/suhosin/issues/18 ... hopefully we'll be able to deal with this in a more elegant way in the future. (this commit supersedes PR #1809) | |||||
2012-11-05 | Revert usage of is_callable() in system/core/CodeIgniter.php | Andrey Andreev | 1 | -71/+81 | |
Seems to be causing issues (see #1970). Also updated the Controller docs, mainly to include an important note related to #1967. | |||||
2012-11-04 | Fix #708 | Andrey Andreev | 1 | -4/+8 | |
2012-11-01 | Allow use of dashes in controller/method URI segments | Andrey Andreev | 2 | -7/+26 | |
Supersedes PR #642 | |||||
2012-10-31 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jonatas Miguel | 1 | -5/+25 | |
2012-10-30 | Fix issue #658 (:any wildcard matching slashes) | Andrey Andreev | 1 | -5/+25 | |
2012-10-24 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jonatas Miguel | 6 | -25/+25 | |
Conflicts: user_guide_src/source/changelog.rst | |||||
2012-10-23 | [ci skip] Drop cheatsheets and quick_reference PDFs from the documentation ↵ | Andrey Andreev | 1 | -11/+0 | |
(unmaintainable) | |||||
2012-10-23 | [ci skip] Add a note about routes.php not being a filter | Andrey Andreev | 1 | -1/+6 | |
2012-10-22 | Add is_https() as a common function | Andrey Andreev | 1 | -10/+16 | |
2012-10-11 | [ci skip] Remove core from the description of libraries loaded by the autoloader | Andrey Andreev | 1 | -1/+1 | |
2012-10-09 | Changed Lunix for Linux | Erocanti | 1 | -1/+1 | |
"Lunix" while going over cli docs. | |||||
2012-09-15 | Update reserved names documentation | vlakoff | 1 | -1/+1 | |
- EXT removed in 079fbfcde095230f304e889217f897031a948f61 - VIEWPATH added in 8eef9c77512d4fad5357d3cbda83b89f844d7d16 | |||||
2012-08-30 | Changed spaces to tabs where appropriate. | Jonatas Miguel | 1 | -1/+1 | |
2012-08-30 | Corrected styling errors in documentation | Jonatas Miguel | 1 | -1/+2 | |
2012-08-06 | Updated documentation | Jonatas Miguel | 1 | -0/+10 | |
2012-07-04 | Some user guide updates | Andrey Andreev | 1 | -30/+31 | |
2012-06-26 | First pass at ToC remediation | Derek Jones | 1 | -0/+32 | |
2012-06-16 | Documentation: remaining PHP "var" declarations changed to "public" | vlakoff | 1 | -3/+3 | |
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left. | |||||
2012-06-11 | Alter documentation on requirements for the SQLSRV driver | Andrey Andreev | 1 | -2/+3 | |
2012-06-06 | Merge pull request #933 from wrightlabs/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Add Security class to list of core classes in docs | |||||
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵ | Andrey Andreev | 1 | -0/+5 | |
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 | |||||
2012-06-03 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -7/+7 | |
2012-06-03 | Added support for $_SERVER['CI_ENV'] in index.php | Phil Sturgeon | 1 | -2/+8 | |
Remember this is entirely optional, nothing will change if you do not which to use Multiple Environments just like right now. If you DO set CI_ENV you can manipulate the switch that controls error reporting, etc, so set it to "production" on your live site to hide errors from users. If you don't require this logic you can remove it, or change it entirely to check HTTP_HOST for environment subdomains, or check IP address, etc. | |||||
2012-06-02 | Changed load model examples to use lowercase model name. Fixes #1417 | Alex Bilbie | 1 | -6/+6 | |
2012-06-02 | Changed example model name to follow the CI styleguide class naming conventions | Alex Bilbie | 1 | -1/+1 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 1 | -1/+1 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 3 | -16/+15 | |
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst | |||||
2012-04-20 | added suggested styleguide addition for future consistency | Timothy Warren | 1 | -1/+12 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 2 | -13/+12 | |
2012-03-26 | Fix some examples in the user guide | Andrey Andreev | 2 | -12/+12 | |
2012-03-26 | Remove remaining access description lines from database classes and ↵ | Andrey Andreev | 1 | -1/+0 | |
styleguide example | |||||
2012-03-12 | Merge upstream branch | Andrey Andreev | 1 | -2/+2 | |
2012-03-12 | Update the list of supported databases | Andrey Andreev | 1 | -2/+2 | |
2012-03-12 | Postgres to PostgreSQL | Andrey Andreev | 1 | -2/+2 | |
2012-03-12 | Merge upstream branch | Andrey Andreev | 1 | -3/+3 | |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -5/+11 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -2/+2 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-09 | Merge upstream branch | Andrey Andreev | 1 | -5/+11 | |
2012-03-08 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -5/+11 | |
2012-03-07 | Update the example on extending libraries with a constructor | Andrey Andreev | 1 | -5/+11 | |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -1/+1 | |
2012-01-27 | Merge upstream branch | Andrey Andreev | 2 | -3/+22 | |
2012-01-27 | Added try catch example in style guide | Timothy Warren | 1 | -0/+16 | |
2012-01-25 | Added bit about having mod_rewrite enabled for removing index.php | CroNiX | 1 | -3/+6 | |
Added note about htaccess rules might not work for all server configurations | |||||
2012-01-17 | It appears the Security class has been added to the system/core folder and ↵ | John Wright | 1 | -0/+1 | |
is loaded automatically as well. Using $this->load->library('security'); in controllers currently returns FALSE, yet you might not notice because the Security class is already loaded. I discovered this because of a custom Loader class I was using returned an error when loading the Security class. | |||||
2012-01-16 | Add SQLite3 database driver | Andrey Andreev | 1 | -2/+2 | |