1. 2ecc06c [ci skip] Just removing some empty lines by Andrey Andreev · 12 years ago
  2. 2f70540 Merge pull request #2370 from TheDragonSlayer/patch-1 by Andrey Andreev · 12 years ago
  3. bd84c08 [ci skip] Adding another cyrillic character to config/foreign_chars.php (#2509) by Andrey Andreev · 12 years ago
  4. 3b0d133 Add mimes pdf application/force-download by ckdarby · 12 years ago
  5. 1bfc115 Add common robot user agents. by Garth Kerr · 12 years ago
  6. 2e74681 Update user_agents.php by TheDragonSlayer · 12 years ago
  7. 50dfe01 Updated in accordance with feedback from @narfbg by Daniel Hunsaker · 12 years ago
  8. e5d7af5 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  9. 381cfd9 [ci skip] Add application/x-zip for OpenOffice docs in application/config/mimes.php by Andrey Andreev · 12 years ago
  10. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  11. a107a0f Fix some stuff from recent pull requests by Andrey Andreev · 12 years ago
  12. 0bd6b28 Added support for changing the default log file extension from .php to whatever is preferred. example (.log) by Chris Passas · 12 years ago
  13. 870f113 [ci skip] Remove unnecessary string casts in Pagination by Andrey Andreev · 12 years ago
  14. baad761 Added 'application/x-zip' mimetype for docx by Lasha Krikheli · 12 years ago
  15. d5c711c Added some mime types, for newer or older files. by kaoz70 · 12 years ago
  16. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  17. 14c8def Fixing issue with comma by dontforget · 12 years ago
  18. cabead1 Add webm mime type by rebornishard · 12 years ago
  19. 1a00149 Move db_select() call from CI_DB_driver::initialize() to db_connect() by Andrey Andreev · 12 years ago
  20. cdd80bf Update application/config/config.php by OsamaAbbas · 12 years ago
  21. 3ffce98 [ci skip] Manually apply #2162, #2163 by Andrey Andreev · 12 years ago
  22. 1106c52 [ci skip] Add text/plain as a valid MIME for js,css,*html,xml by Andrey Andreev · 12 years ago
  23. 5a519db Implement autoload model aliasing (#2117) by Andrey Andreev · 12 years ago
  24. 4673d42 Small typo in autoload config. by Nic · 12 years ago
  25. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  26. b719bfd Changed the `migration_style` config setting to `migration_type` by Jonathon Hill · 12 years ago
  27. 3978fc3 Merge remote-tracking branch 'upstream/develop' into develop by Jonathon Hill · 12 years ago
  28. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  29. 5a111b5 Merge pull request #1951 from dronord/develop by Andrey Andreev · 12 years ago
  30. 948f021 russian second letter in lowercase, foreign_chars.php by sa · 12 years ago
  31. 3b72eb5 Changed URI auto-detection to try PATH_INFO first by Andrey Andreev · 12 years ago
  32. 30563ff add russian in foreign_chars.php by Andrey · 12 years ago
  33. 34c8b9c Added support for timestamp-based migrations by Jonathon Hill · 12 years ago
  34. f2b19fe Multiple improvements to the URI class by Andrey Andreev · 12 years ago
  35. 51b7acd [ci skip] Clarify explanation of the 404_override setting in application/config/routes.php by Andrey Andreev · 12 years ago
  36. c0f678d Add zsh, 7zip, cdr, wma and jar to mimes.php (rel #1919, #1926) by Andrey Andreev · 12 years ago
  37. 2f8bf9b Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting by Andrey Andreev · 12 years ago
  38. 9ac557f Add IPv6 and array() support for *proxy_ips* configuration by Andrey Andreev · 12 years ago
  39. 6775a79 [ci skip] Add Vietnamese characters to foreign_chars.php by Andrey Andreev · 12 years ago
  40. 0af0258 Manually apply pull #300 (fixes #295) [ci skip] by Andrey Andreev · 12 years ago
  41. 7bd1690 Added .dot and .dotx mimes. Fixes #1803 by Alex Bilbie · 12 years ago
  42. 50f7834 Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828 by Alex Bilbie · 12 years ago
  43. 88dabf1 Update application/config/constants.php by D. Marshall Lemcoe Jr. · 12 years ago
  44. b7c5444 Merge pull request #1732 from IT-Can/mysql-compression by Alex Bilbie · 12 years ago
  45. f8f36db Added autoload drivers config, added Session and Loader changes to changelog, added Session config items to upgrade guide by dchill42 · 12 years ago
  46. ac740ab Added session driver config items by dchill42 · 12 years ago
  47. a819580 docx mimetype added by Michiel Vugteveen · 12 years ago
  48. 0b1d56f database added config option by Michiel Vugteveen · 12 years ago
  49. 58854c3 Merge pull request #1714 from ollierattue/develop by Andrey Andreev · 12 years ago
  50. 8b4869a Removed invalid 'application/vnd.ms-excel [official]' mime type from xls by Ollie Rattue · 12 years ago
  51. b5ecafe Working mime types for xls and xlsx file extensions by Ollie Rattue · 12 years ago
  52. 19d0f56 Bug fix #1695 - change Nintendo mobile user agents to be more specific. by Eric Roberts · 12 years ago
  53. 9defe90 Windows 8 and PlayStation 3 in user_agents.php by Debeet · 12 years ago
  54. 3c13522 Fix issue #1644 by Andrey Andreev · 13 years ago
  55. d1f02a8 Improve the solution for issue #1631 by vlakoff · 13 years ago
  56. 6697cf0 Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631 by Alex Bilbie · 13 years ago
  57. 2608687 Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function prefix by Andrey Andreev · 13 years ago
  58. d55f749 replaced double quotes with single in $config['cookie_... string values by Dumk0 · 13 years ago
  59. de6eff0 Revert default config value of db pconnect to TRUE (issue #793) by Andrey Andreev · 13 years ago
  60. a465fc4 fixing a typo in the comments of the migration config file by Robert Doucette · 13 years ago
  61. d1a075d mimes.php: zip, rar, php from pull #1472 by Andrey Andreev · 13 years ago
  62. c9bb0c5 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  63. 3061ee7 Merge branch 'feature/minify_output' of https://github.com/atiredmachine/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  64. d163e0b Polish changes from pull #1233 - Session class already has the 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 by Andrey Andreev · 13 years ago
  65. 7400965 Fixed some stuff in documentation. by Iban Eguia · 13 years ago
  66. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  67. a9617a3 Changed the default timezone to local and explained in the config file. by Iban Eguia · 13 years ago
  68. 895e98c Merge remote-tracking branch 'upstream/develop' into new_date by Iban Eguia · 13 years ago
  69. b2457b7 Add ics files support to mimes.php (issue #1441) by Andrey Andreev · 13 years ago
  70. d490139 Added Fennec as Firefox Mobile to config/user_agents.php (issue #1063) by Andrey Andreev · 13 years ago
  71. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  72. beea5dc Replaced `==` with `===` in /application/views/welcome_message.php by Alex Bilbie · 13 years ago
  73. 249204b Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors by Timothy Warren · 13 years ago
  74. 1ef1919 Changed the default controller route to use single quotes instead of double quotes by Alex Bilbie · 13 years ago
  75. 351c2e1 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors by Timothy Warren · 13 years ago
  76. f4f9f78 Merge pull request #1359 from sourcejedi/backtrace-filter-fix by Andrey Andreev · 13 years ago
  77. 04d4091 fix backtrace filtering by Alan Jenkins · 13 years ago
  78. 09069dd Move errors to views folder by Timothy Warren · 13 years ago
  79. 585cf67 Remove a duplicate mobile user agent entry by Andrey Andreev · 13 years ago
  80. ca7d822 User_agent library improvements by Andrey Andreev · 13 years ago
  81. 43ef706 Remove -webkit prefix for box-shadow by dixy · 13 years ago
  82. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  83. 07f09ac Added Romanian characters to the foreign_chars.php fixes #131 by George Petsagourakis · 13 years ago
  84. 25ead35 Added Greek characters to the foreign_chars.php by George Petsagourakis · 13 years ago
  85. 43481d0 minor style fix by Timothy Warren · 13 years ago
  86. eafad45 Updated supported database driver list by Timothy Warren · 13 years ago
  87. d294a58 Make database config easier to work with by Timothy Warren · 13 years ago
  88. 91a1319 Fixed typo. by Iban Eguia · 13 years ago
  89. 8310595 Changed Date helper to return time() based on the timezone parameter. by Iban Eguia · 13 years ago
  90. e734b38 Clear some spaces and fix some inconsistencies in application/ php files by Andrey Andreev · 13 years ago
  91. 401e4c9 Merge pull request #994 from Razican/doctypes by Andrey Andreev · 13 years ago
  92. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  93. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  94. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  95. 044e39d updated branch by Michiel Vugteveen · 13 years ago
  96. e2fc9af docx and xlsx was already fixes by Michiel Vugteveen · 13 years ago
  97. 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
  98. e700bba mime types doc, docx, xlsx fixes by Michiel Vugteveen · 13 years ago
  99. 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
  100. 0142f70 Added database.php by Taufan Aditya · 13 years ago