- 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
- 1ef1919 Changed the default controller route to use single quotes instead of double quotes by Alex Bilbie · 13 years ago
- 585cf67 Remove a duplicate mobile user agent entry by Andrey Andreev · 13 years ago
- ca7d822 User_agent library improvements by Andrey Andreev · 13 years ago
- d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
- 07f09ac Added Romanian characters to the foreign_chars.php fixes #131 by George Petsagourakis · 13 years ago
- 25ead35 Added Greek characters to the foreign_chars.php by George Petsagourakis · 13 years ago
- 43481d0 minor style fix by Timothy Warren · 13 years ago
- eafad45 Updated supported database driver list by Timothy Warren · 13 years ago
- d294a58 Make database config easier to work with by Timothy Warren · 13 years ago
- e734b38 Clear some spaces and fix some inconsistencies in application/ php files by Andrey Andreev · 13 years ago
- 401e4c9 Merge pull request #994 from Razican/doctypes by Andrey Andreev · 13 years ago
- 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
- 044e39d updated branch by Michiel Vugteveen · 13 years ago
- e2fc9af docx and xlsx was already fixes by Michiel Vugteveen · 13 years ago
- 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
- e700bba mime types doc, docx, xlsx fixes by Michiel Vugteveen · 13 years ago
- 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
- 0142f70 Added database.php by Taufan Aditya · 13 years ago
- 0baf232 Added doccumentation for the new doctypes. by Iban Eguia · 13 years ago
- 093fe17 Added some more doctypes. Fixes #952. by Iban Eguia · 13 years ago
- 352d60e Merge pull request #850 from RS71/develop by Phil Sturgeon · 13 years ago
- 26cba2a Updated the memcached config file. by Eric Barnes · 13 years ago
- adc1f44 Merge pull request #668 from GustavBertram/develop by Eric Barnes · 13 years ago
- 9697855 Merge pull request #859 from narfbg/develop-701 by Eric Barnes · 13 years ago
- 4b2e9fe Update application/config/config.php by RS71 · 13 years ago
- 4d77d88 Changes "ie" to "e.g."
by mrw · 13 years ago
- 5d581b6 The DB_driver can now use failover databases if specified by Felix Balfoort · 13 years ago
- 6d0356b Merge pull request #690 from Repox/develop by Phil Sturgeon · 13 years ago
- ce9e596 Merge pull request #628 from kridolfo/patch-1 by Eric Barnes · 13 years ago
- ab3efbb Updating the user agent after being corrected on commit b8daad7 by Repox · 13 years ago
- c11b5ce docx and xlsx have a zip/application mimetype by Michiel Vugteveen · 13 years ago
- b25bf9d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
- b8daad7 Added 'opera mobi' to user agents making it identified as 'Opera Mini'. Fixes issue #683 by Repox · 13 years ago
- dd81c43 Migrations - Changed config migration_version to state it is used in migration->current. Removed white space and coding standards. by Eric Barnes · 13 years ago
- ee04a1c Adding a default memcached config file - GWB by Gustav Bertram · 13 years ago
- d08a510 Adding a default memcached config file - GWB by Gustav Bertram · 13 years ago
- 00cfbd2 Added in BingBot, MSNBot is being phased out by Andrew Seymour · 13 years ago
- 46fcf0b Modified spacing of user agent arrays by Eric Barnes · 13 years ago
- f22f852 Add OpenWeb Mobile User Agent by Bo-Yi Wu · 13 years ago
- cc35d12 Added the mime type for pptx. The new Power point format. by mpmont · 13 years ago
- b8a4765 add Nintendo mobile devices by comp500 · 13 years ago
- 6a33e55 Added links to the user guide for Encryption class and Session class. by Kyle Ridolfo · 13 years ago
- 5543fd7 Added long missing Migration documentation. by Phil Sturgeon · 13 years ago
- e13aa67 Fix #537 issue: replace new wav mimetype by Bo-Yi Wu · 13 years ago
- 61df906 fixing typo in attribution block by Derek Jones · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 5160cc9 Renamed constant, added 10px margin to backtrace by Timothy Warren · 13 years ago
- d609a59 Minor formatting changes by Timothy Warren · 13 years ago
- 9a902cb Moved backtrace constant to config/constants.php by Timothy Warren · 13 years ago
- 02e7c8b REALLY fixed merge problem. by Kyle Farris · 13 years ago
- 5494077 Fixed merge error. by Kyle Farris · 13 years ago
- ad17f4b Merged with development by Kyle Farris · 13 years ago
- db46d02 trying to resolve some merge issues by Kyle Farris · 13 years ago
- bf3c404 Fix #537 issue: replace new wav mimetype by Bo-Yi Wu · 13 years ago
- d1ecd5c Changed translation of D and d in foreign chars. Fixes #500 by Eric Barnes · 13 years ago
- 3fdb613 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
- 42430a4 Added XHTML Basic 1.1 (xhtml-basic11) doctype. by cenk · 13 years ago
- 4d292bd Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
- d1ba8f7 Migrations: Added a config that allows the system to migration to the latest migration when you load the library. This way you do not have to call migrations anywhere else in your code and can always be at the latest migration by Cloudmanic Labs, LLC · 13 years ago
- 539dcb0 Added support to select the name of the database table you are going to use in Migrations by Cloudmanic Labs, LLC · 13 years ago
- f22ce8f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
- a151520 Merge pull request #358 from mmestrovic/develop by Greg Aker · 13 years ago
- a1e848e Merge pull request #362 from marcoscoelho/feature/typo by Greg Aker · 13 years ago
- cb212c6 fixes some typo by MarcosCoelho · 13 years ago
- 995af49 added Windows 7 platform
by mmestrovic · 13 years ago
- 8cc0cfe always use charset config item by freewil · 13 years ago
- d720af7 add Android user agent by Bruno Bierbaumer · 13 years ago
- c696253 Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify by Eric Barnes · 13 years ago
- eddd107 whitespace updates by Kevin Hoogheem · 13 years ago
- 17e7b44 MIME Type Adds/Changes by Kevin Hoogheem · 13 years ago
- ab34758 Got PDO working by Timothy Warren · 13 years ago
- 333f9f9 added ability to log certain error types, not all under a threshold by Nithin · 13 years ago
- aeb2c3e Added new config parameter "csrf_exclude_uris" which allows for URIs to be whitelisted from CSRF verification. Fixes #149 by Alex Bilbie · 13 years ago
- dd9b763 Fixed conflicts. by Phil Sturgeon · 13 years ago
- 277c57c Added application/x-csv as a mime. by Phil Sturgeon · 13 years ago
- 62f04a6 Disabled migrations by default. by Phil Sturgeon · 13 years ago
- d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 3b9f88d modified the 'use_set_names' variable in the MySQL/i drivers to be a class property instead of static, in case multiple database servers are connected to in a single request. Also clarified description of the 'dbcollat' setting in the configuration files by Derek Jones · 14 years ago
- 0854d91 Merged tip. by Phil Sturgeon · 14 years ago
- 3ef65bd Wrapped all common functions to check if it already exists. This allows anyone to override a lot more of the core by simply defining these function prior to loading them. by Dan Horrigan · 14 years ago
- 5ed585b Fixed conflict with migrations merge. by Phil Sturgeon · 14 years ago
- 96bd33b Added Migration class and language file. by Phil Sturgeon · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- bab1a6a Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Derek Jones · 14 years ago
- 6ae70cc modified MySQL and MySQLi drivers to address a potential SQL injection attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings) by Derek Jones · 14 years ago
- 4488538 Removed APPPATH.'third_party' from the packages autoloader to negate needless file stats if no packages exist or if the developer does not load any other packages by default. by Greg Aker · 14 years ago
- 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- 9758d84 Added Migrations library, config and an example controller/migration file. by Phil Sturgeon · 14 years ago
- 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
- 8af7455 Accidentally left csrf to turned on in last commit by Eric Barnes · 14 years ago
- 9805ecc Added access scope to security library and added config options for csrf protection by Eric Barnes · 14 years ago
- 3cf4c4e Changed instructions for location of log path. Fixes #305 by Eric Barnes · 14 years ago
- 5e04480 Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. by Eric Barnes · 14 years ago
- dac1b46 Altered User agent library so that is_browser(), is_mobile() and is_robot() can optionally check for a specific browser or mobile device. by Phil Sturgeon · 14 years ago