summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Collapse)AuthorFilesLines
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-1/+1
As suggested in issue #2134 & PR #2149
2013-01-27Fixing issue with commadontforget1-1/+1
2013-01-26Add webm mime typerebornishard1-1/+2
http://www.webmproject.org/about/faq/
2013-01-24Move db_select() call from CI_DB_driver::initialize() to db_connect()Andrey Andreev1-1/+1
so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187.
2013-01-23Update application/config/config.phpOsamaAbbas1-2/+2
2013-01-21[ci skip] Manually apply #2162, #2163Andrey Andreev1-1/+2
2013-01-21[ci skip] Add text/plain as a valid MIME for js,css,*html,xmlAndrey Andreev1-6/+6
2013-01-12Implement autoload model aliasing (#2117)Andrey Andreev1-2/+6
2013-01-09Small typo in autoload config.Nic1-1/+1
Fixed "Packges" to read "Packages".
2013-01-01[ci skip] Happy new yearAndrey Andreev20-40/+40
2012-11-12Changed the `migration_style` config setting to `migration_type`Jonathon Hill1-2/+2
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-12Merge remote-tracking branch 'upstream/develop' into developJonathon Hill8-37/+71
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev6-6/+12
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-11-01Merge pull request #1951 from dronord/developAndrey Andreev1-26/+54
add russian in foreign_chars.php
2012-11-01russian second letter in lowercase, foreign_chars.phpsa1-8/+8
2012-10-31Changed URI auto-detection to try PATH_INFO firstAndrey Andreev1-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-31add russian in foreign_chars.phpAndrey1-26/+54
2012-10-31Added support for timestamp-based migrationsJonathon Hill1-0/+18
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-10-31Multiple improvements to the URI classAndrey Andreev1-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 Andreev1-2/+2
application/config/routes.php
2012-10-24Add zsh, 7zip, cdr, wma and jar to mimes.php (rel #1919, #1926)Andrey Andreev1-1/+6
2012-10-12Set MySQL client compression to FALSE by default (problems reported with ↵Andrey Andreev1-4/+6
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting
2012-10-06Add IPv6 and array() support for *proxy_ips* configurationAndrey Andreev1-6/+10
2012-10-05[ci skip] Add Vietnamese characters to foreign_chars.phpAndrey Andreev1-12/+12
2012-10-05Manually apply pull #300 (fixes #295) [ci skip]Andrey Andreev4-15/+22
2012-10-02Added .dot and .dotx mimes. Fixes #1803Alex Bilbie1-0/+2
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-02Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828Alex Bilbie1-1/+1
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-03Update application/config/constants.phpD. Marshall Lemcoe Jr.1-8/+8
Removed completely unnecessary whitespace. 
2012-08-31Merge pull request #1732 from IT-Can/mysql-compressionAlex Bilbie1-0/+2
MySQL & MySQLi client compression
2012-08-30Added autoload drivers config, added Session and Loader changes to ↵dchill421-6/+23
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-30Added session driver config itemsdchill421-0/+5
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-21docx mimetype addedMichiel Vugteveen1-1/+1
2012-08-20database added config optionMichiel Vugteveen1-0/+2
2012-08-16Merge pull request #1714 from ollierattue/developAndrey Andreev1-2/+2
Working mime types for xls and xlsx file extensions
2012-08-15Removed invalid 'application/vnd.ms-excel [official]' mime type from xlsOllie Rattue1-1/+1
2012-08-15Working mime types for xls and xlsx file extensionsOllie Rattue1-2/+2
2012-08-12Bug fix #1695 - change Nintendo mobile user agents to be more specific.Eric Roberts1-3/+3
Signed-off-by: Eric Roberts <eric@cryode.com>
2012-07-25Windows 8 and PlayStation 3 in user_agents.phpDebeet1-0/+2
2012-07-23Fix issue #1644Andrey Andreev1-1/+1
2012-07-17Improve the solution for issue #1631vlakoff2-2/+2
.htaccess directives compatible with both Apache 2.2 and 2.4
2012-07-17Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631Alex Bilbie2-2/+12
2012-07-05Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function ↵Andrey Andreev1-2/+3
prefix
2012-07-03replaced double quotes with single in $config['cookie_... string valuesDumk01-3/+3
2012-06-26Revert default config value of db pconnect to TRUE (issue #793)Andrey Andreev1-2/+2
2012-06-19fixing a typo in the comments of the migration config fileRobert Doucette1-1/+1
2012-06-15mimes.php: zip, rar, php from pull #1472Andrey Andreev1-2/+3
2012-06-15Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon3-11/+12
2012-06-15Merge branch 'feature/minify_output' of ↵Phil Sturgeon1-0/+13
https://github.com/atiredmachine/CodeIgniter into develop
2012-06-14Polish changes from pull #1233 - Session class already has the ↵Andrey Andreev1-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-13Fixed some stuff in documentation.Iban Eguia1-3/+4