Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 6 | -6/+12 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Merge pull request #1951 from dronord/develop | Andrey Andreev | 1 | -26/+54 | |
add russian in foreign_chars.php | |||||
2012-11-01 | russian second letter in lowercase, foreign_chars.php | sa | 1 | -8/+8 | |
2012-10-31 | Changed URI auto-detection to try PATH_INFO first | Andrey Andreev | 1 | -2/+1 | |
(thanks to @sourcejedi, PR #1326) Up until PHP 5.2.4 (which is our new lowest requirement), there was a bug related to PATH_INFO which made REQUEST_URI a more reliable choice. This is now no longer the case, see https://bugs.php.net/bug.php?id=31892 for more details. Also removed ORIG_PATH_INFO from the suggested alternatives for uri_protocol in application/config/config.php as it will not exist in most of PHP's recent versions and is pointless when you can use PATH_INFO anyway. | |||||
2012-10-31 | add russian in foreign_chars.php | Andrey | 1 | -26/+54 | |
2012-10-31 | Multiple improvements to the URI class | Andrey Andreev | 1 | -5/+6 | |
(thanks to @sourcejedi, PR #1326 for most of the ideas) - Renamed _detect_uri() and _parse_cli_args() to _parse_request_uri() and _parse_argv() respectively. - Added _parse_query_string() which allows us to detect the URI path from QUERY_STRING much like it is done in _parse_request_uri(). (the above changes also allow for a simpler logic in the case where the *uri_protocol* setting is not set to 'AUTO') - Updated application/config/config.php with a better list of the *uri_protocol* options. - Added _reset_query_string() to aid in re-processing from the QUERY_STRING (utilized in _parse_request_uri() and _parse_query_string()). | |||||
2012-10-29 | [ci skip] Clarify explanation of the 404_override setting in ↵ | Andrey Andreev | 1 | -2/+2 | |
application/config/routes.php | |||||
2012-10-24 | Add zsh, 7zip, cdr, wma and jar to mimes.php (rel #1919, #1926) | Andrey Andreev | 1 | -1/+6 | |
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with ↵ | Andrey Andreev | 1 | -4/+6 | |
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting | |||||
2012-10-06 | Add IPv6 and array() support for *proxy_ips* configuration | Andrey Andreev | 1 | -6/+10 | |
2012-10-05 | [ci skip] Add Vietnamese characters to foreign_chars.php | Andrey Andreev | 1 | -12/+12 | |
2012-10-05 | Manually apply pull #300 (fixes #295) [ci skip] | Andrey Andreev | 4 | -15/+22 | |
2012-10-02 | Added .dot and .dotx mimes. Fixes #1803 | Alex Bilbie | 1 | -0/+2 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-10-02 | Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828 | Alex Bilbie | 1 | -1/+1 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-03 | Update application/config/constants.php | D. Marshall Lemcoe Jr. | 1 | -8/+8 | |
Removed completely unnecessary whitespace. | |||||
2012-08-31 | Merge pull request #1732 from IT-Can/mysql-compression | Alex Bilbie | 1 | -0/+2 | |
MySQL & MySQLi client compression | |||||
2012-08-30 | Added autoload drivers config, added Session and Loader changes to ↵ | dchill42 | 1 | -6/+23 | |
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-30 | Added session driver config items | dchill42 | 1 | -0/+5 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-21 | docx mimetype added | Michiel Vugteveen | 1 | -1/+1 | |
2012-08-20 | database added config option | Michiel Vugteveen | 1 | -0/+2 | |
2012-08-16 | Merge pull request #1714 from ollierattue/develop | Andrey Andreev | 1 | -2/+2 | |
Working mime types for xls and xlsx file extensions | |||||
2012-08-15 | Removed invalid 'application/vnd.ms-excel [official]' mime type from xls | Ollie Rattue | 1 | -1/+1 | |
2012-08-15 | Working mime types for xls and xlsx file extensions | Ollie Rattue | 1 | -2/+2 | |
2012-08-12 | Bug fix #1695 - change Nintendo mobile user agents to be more specific. | Eric Roberts | 1 | -3/+3 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
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 | |