1. 42430a4 Added XHTML Basic 1.1 (xhtml-basic11) doctype. by cenk · 13 years ago
  2. 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
  3. 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
  4. ce592c4 Added toopay's change and bolded the version number...as that's baller...or some such... by Troy McCormick · 13 years ago
  5. 3b3e652 Added environment flag to ensure there is no security risk, per ericbarnes on IRC... by Troy McCormick · 13 years ago
  6. 378d2d7 Added CodeIgniter version information to footer of default welcome message view. by Troy McCormick · 13 years ago
  7. a151520 Merge pull request #358 from mmestrovic/develop by Greg Aker · 13 years ago
  8. a1e848e Merge pull request #362 from marcoscoelho/feature/typo by Greg Aker · 13 years ago
  9. cb212c6 fixes some typo by MarcosCoelho · 13 years ago
  10. 995af49 added Windows 7 platform by mmestrovic · 13 years ago
  11. 8cc0cfe always use charset config item by freewil · 13 years ago
  12. d720af7 add Android user agent by Bruno Bierbaumer · 13 years ago
  13. c696253 Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify by Eric Barnes · 13 years ago
  14. eddd107 whitespace updates by Kevin Hoogheem · 13 years ago
  15. 17e7b44 MIME Type Adds/Changes by Kevin Hoogheem · 13 years ago
  16. 333f9f9 added ability to log certain error types, not all under a threshold by Nithin · 13 years ago
  17. 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
  18. dd9b763 Fixed conflicts. by Phil Sturgeon · 13 years ago
  19. 277c57c Added application/x-csv as a mime. by Phil Sturgeon · 13 years ago
  20. 62f04a6 Disabled migrations by default. by Phil Sturgeon · 13 years ago
  21. d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  22. 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
  23. 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
  24. 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
  25. 0854d91 Merged tip. by Phil Sturgeon · 14 years ago
  26. 5ed585b Fixed conflict with migrations merge. by Phil Sturgeon · 14 years ago
  27. 96bd33b Added Migration class and language file. by Phil Sturgeon · 14 years ago
  28. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  29. 1cdb0fd Visual updates to the welcome_message view file and default error templates. Thanks to danijelb for the pull request. by Greg Aker · 14 years ago
  30. bab1a6a Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Derek Jones · 14 years ago
  31. 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
  32. 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
  33. fba54e1 Removed migrations folder, accidentally sneaked in during a bad merge. by Phil Sturgeon · 14 years ago
  34. 34357cf Removed migrate controller. by Phil Sturgeon · 14 years ago
  35. 93ca715 Merged recent Core changes and fixed conflict. by Phil Sturgeon · 14 years ago
  36. a9924b8 Would have helped if I saved the file before committing. see 849bdda643ee by Greg Aker · 14 years ago
  37. 0310310 Removing the unnecessary constructor in the welcome controller. Also added comments in the index method that may help users new to CodeIgniter. by Greg Aker · 14 years ago
  38. 9869f89 Added 'json' to config/mimes.php. by Phil Sturgeon · 14 years ago
  39. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  40. f46d9d6 Removed Migration code for now, will come back later. by Phil Sturgeon · 14 years ago
  41. d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
  42. ff5c948 Fixed issue #41: Added audio/mp3 mime type to mp3. by Phil Sturgeon · 14 years ago
  43. 9758d84 Added Migrations library, config and an example controller/migration file. by Phil Sturgeon · 14 years ago
  44. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  45. 8af7455 Accidentally left csrf to turned on in last commit by Eric Barnes · 14 years ago
  46. 9805ecc Added access scope to security library and added config options for csrf protection by Eric Barnes · 14 years ago
  47. 3cf4c4e Changed instructions for location of log path. Fixes #305 by Eric Barnes · 14 years ago
  48. 5e04480 Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. by Eric Barnes · 14 years ago
  49. 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
  50. 865d46f Added text/x-csv to mimes.php. by Phil Sturgeon · 14 years ago
  51. c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
  52. 23174a6 ['404_override'] can now take methods and URI segments, not just a controller name. This is useful for 404 pages on errors/page_missing or /pages/view/404. by Phil Sturgeon · 14 years ago
  53. 4df8b22 <kbd>['base_url']</kbd> is now empty by default and will guess what it should be. by Phil Sturgeon · 14 years ago
  54. 65d603e Added full Query String and $_GET array support. This is enabled by default. Added a seperate config option to enable/disable the $_GET array. by Dan Horrigan · 14 years ago
  55. 9730c75 Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  56. 2eaa407 Moving system/{logs,cache} to the application directory. by Greg Aker · 14 years ago
  57. 11eb2dc Fix: #236 Adding audio/mpeg3 as a valid mime type for mp3 by Greg Aker · 14 years ago
  58. 9a311fd Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  59. 3a56398 Updating Output Profiler to validate xHTML Strict, and HTML5. by Greg Aker · 14 years ago
  60. 4abfa68 Blasting the Base4/5 files. Updating Controller.php to inherit bits from the old Base5. by Greg Aker · 14 years ago
  61. 63277b8 Fix #62 Adding CI_ prefix to Controller. by Greg Aker · 14 years ago
  62. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  63. 49ced91 Fixed CSRF comments to avoid confusion. by Shane Pearson · 14 years ago
  64. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  65. 21ca8cc added sess_expire_on_close to config file, corrected comment block for session config vars. Fixes #149 by Derek Jones · 14 years ago
  66. 5485db5 Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented by Derek Jones · 14 years ago
  67. b76fedd single quotes instead of double quotes by default to prevent PHP from trying to parse a $ in a password as a variable. by Derek Allard · 14 years ago
  68. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  69. f1a02f9 fixed a file location in an EOF comment by Derek Jones · 15 years ago
  70. 6e50b85 added .htaccess to application and system folder to help prevent public access if installed in web root by Derek Jones · 15 years ago
  71. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago