Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-25 | Windows 8 and PlayStation 3 in user_agents.php | Debeet | 1 | -0/+2 | |
2012-07-23 | Fix issue #1644 | Andrey Andreev | 1 | -1/+1 | |
2012-07-17 | Improve the solution for issue #1631 | vlakoff | 2 | -2/+2 | |
.htaccess directives compatible with both Apache 2.2 and 2.4 | |||||
2012-07-17 | Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631 | Alex Bilbie | 2 | -2/+12 | |
2012-07-05 | Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function ↵ | Andrey Andreev | 1 | -2/+3 | |
prefix | |||||
2012-07-03 | replaced double quotes with single in $config['cookie_... string values | Dumk0 | 1 | -3/+3 | |
2012-06-26 | Revert default config value of db pconnect to TRUE (issue #793) | Andrey Andreev | 1 | -2/+2 | |
2012-06-19 | fixing a typo in the comments of the migration config file | Robert Doucette | 1 | -1/+1 | |
2012-06-15 | mimes.php: zip, rar, php from pull #1472 | Andrey Andreev | 1 | -2/+3 | |
2012-06-15 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 3 | -11/+12 | |
2012-06-15 | Merge branch 'feature/minify_output' of ↵ | Phil Sturgeon | 1 | -0/+13 | |
https://github.com/atiredmachine/CodeIgniter into develop | |||||
2012-06-14 | Polish changes from pull #1233 - Session class already has the ↵ | Andrey Andreev | 1 | -3/+3 | |
time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text | |||||
2012-06-13 | Fixed some stuff in documentation. | Iban Eguia | 1 | -3/+4 | |
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ↵ | Iban Eguia | 1 | -2/+2 | |
changed. | |||||
2012-06-10 | Changed the default timezone to local and explained in the config file. | Iban Eguia | 1 | -2/+3 | |
2012-06-08 | Merge remote-tracking branch 'upstream/develop' into new_date | Iban Eguia | 11 | -261/+277 | |
2012-06-07 | Add ics files support to mimes.php (issue #1441) | Andrey Andreev | 1 | -1/+2 | |
2012-06-06 | Added Fennec as Firefox Mobile to config/user_agents.php (issue #1063) | Andrey Andreev | 1 | -3/+3 | |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -130/+130 | |
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace. | |||||
2012-06-02 | Replaced `==` with `===` in /application/views/welcome_message.php | Alex Bilbie | 1 | -1/+1 | |
2012-05-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 1 | -1/+1 | |
2012-05-17 | Changed the default controller route to use single quotes instead of double ↵ | Alex Bilbie | 1 | -1/+1 | |
quotes | |||||
2012-05-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 1 | -1/+4 | |
2012-05-16 | Merge pull request #1359 from sourcejedi/backtrace-filter-fix | Andrey Andreev | 1 | -1/+4 | |
fix backtrace filtering | |||||
2012-05-16 | fix backtrace filtering | Alan Jenkins | 1 | -1/+4 | |
The backtrace was filtered to remove CI system files, but the filter was buggy. It would also filter out application files which happened to contain the string "system"... or ALL files, if the application directory is under /system/ (Perhaps the latter comes as a surprise, but it's explicitly mentioned in index.php and <http://codeigniter.com/wiki/mod_rewrite>). Instead, we should test whether the file is underneath BASEPATH (using realpath() to make sure we have the same sort of slashes). | |||||
2012-05-14 | Move errors to views folder | Timothy Warren | 5 | -0/+0 | |
2012-05-11 | Remove a duplicate mobile user agent entry | Andrey Andreev | 1 | -1/+0 | |
2012-05-11 | User_agent library improvements | Andrey Andreev | 1 | -71/+76 | |
2012-05-05 | Remove -webkit prefix for box-shadow | dixy | 3 | -3/+3 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 20 | -156/+166 | |
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-24 | Added Romanian characters to the foreign_chars.php | George Petsagourakis | 1 | -4/+4 | |
fixes #131 | |||||
2012-04-24 | Added Greek characters to the foreign_chars.php | George Petsagourakis | 1 | -28/+33 | |
2012-04-17 | minor style fix | Timothy Warren | 1 | -2/+2 | |
2012-04-17 | Updated supported database driver list | Timothy Warren | 1 | -1/+2 | |
2012-04-04 | Make database config easier to work with | Timothy Warren | 1 | -17/+19 | |
2012-03-27 | Fixed typo. | Iban Eguia | 1 | -1/+1 | |
2012-03-27 | Changed Date helper to return time() based on the timezone parameter. | Iban Eguia | 1 | -9/+7 | |
2012-03-26 | Clear some spaces and fix some inconsistencies in application/ php files | Andrey Andreev | 19 | -78/+68 | |
2012-03-26 | Merge pull request #994 from Razican/doctypes | Andrey Andreev | 1 | -11/+21 | |
Doctypes | |||||
2012-03-18 | add support for httponly cookies | freewil | 1 | -0/+2 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 20 | -20/+20 | |
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-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -3/+3 | |
Conflicts: system/database/DB_driver.php system/database/DB_query_builder.php | |||||
2012-02-29 | updated branch | Michiel Vugteveen | 1 | -2/+2 | |
2012-02-29 | docx and xlsx was already fixes | Michiel Vugteveen | 1 | -2/+2 | |
2012-02-29 | Merged in 2.1-stable changes. | Phil Sturgeon | 1 | -2/+2 | |
2012-02-28 | mime types doc, docx, xlsx fixes | Michiel Vugteveen | 1 | -3/+3 | |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -4/+4 | |
2012-02-09 | Added database.php | Taufan Aditya | 1 | -0/+2 | |
2012-01-27 | Added doccumentation for the new doctypes. | Iban Eguia | 1 | -1/+1 | |
2012-01-27 | Added some more doctypes. Fixes #952. | Iban Eguia | 1 | -11/+21 | |