1. b0ddf7f A fix about loading language files - ensuring suffix '_lang' presence properly. by Ivan Tcholakov · 11 years ago
  2. d104f8b More CI_Lang tests by Andrey Andreev · 11 years ago
  3. 871754a 2013 > 2014 by darwinel · 11 years ago
  4. ca8ddad Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  5. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  6. 719b60f Fix some erroneous variable names (sorry) by Andrey Andreev · 12 years ago
  7. b11b9f3 Implement cascade-style loading of language files by Andrey Andreev · 12 years ago
  8. ce0c956 Fix issue #118 (manually implementing PR #1832) by Andrey Andreev · 12 years ago
  9. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  10. bb82969 Remove extra new lines by vkeranov · 12 years ago
  11. 3e9d2b8 Docblock improvements by Andrey Andreev · 12 years ago
  12. 2dce1ff Fix #1268 (or rather enforce some security measures, there's nothing really broken) by Andrey Andreev · 12 years ago
  13. 0d2c06e Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest by Andrey Andreev · 13 years ago
  14. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  15. f49c407 Fix issue #1388 by Andrey Andreev · 13 years ago
  16. ce747c8 Merge upstream branch by Andrey Andreev · 13 years ago
  17. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  18. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  19. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  20. 870ad19 Merge upstream branch by Andrey Andreev · 13 years ago
  21. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  22. 65571d9 Remove an unnecessary unset() by Andrey Andreev · 13 years ago
  23. 8d5b24a Fix issue #128 by Andrey Andreev · 13 years ago
  24. 4b13061 Fixed a bug in CI_Lang::load() by Andrey Andreev · 13 years ago
  25. f9938a2 Improve core Hooks & Lang libraries by Andrey Andreev · 13 years ago
  26. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  27. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  28. cb272b6 fixed logical operator OR in core/lang by Frank Michel · 13 years ago
  29. 373043f fix for issue #292 with multiple language files by Frank Michel · 13 years ago
  30. cda768a Added some docs to CI core files by David Behler · 13 years ago
  31. 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
  32. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  33. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  34. 571023b Fix: codeigniter-reactor/32 unicorns are no longer mute by patwork · 14 years ago
  35. e3c41cf Added error logging to language. Fixes #32 by Eric Barnes · 14 years ago
  36. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  37. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  38. de3dbc3 Languages can now be placed in packages folders, and added ->load->get_package_paths(). by Phil Sturgeon · 14 years ago
  39. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  40. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  41. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  42. 692c548 renamed class by Derek Jones · 15 years ago
  43. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  44. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Language.php]
  45. 7f3719f updated copyrights by Derek Jones · 15 years ago
  46. ea9e4e0 Fixed a bug in the language class when outputting an error for an unfound file. by Derek Allard · 15 years ago
  47. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  48. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  49. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  50. b5ce5aa corrected a few docblock comments to accurately reflect return values by Derek Allard · 16 years ago
  51. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  52. cc1be0f Moved the <label> output ability from the language library to a language helper (hotfix for 1.6.3) by Derek Jones · 17 years ago
  53. db25721 Added the ability to automatically output language items as form labels in the Language class. by Derek Allard · 17 years ago
  54. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  55. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  56. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  57. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  58. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  59. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  60. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  61. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  62. 79ecefd fix for scaffolding by Derek Allard · 18 years ago
  63. e5808cf removed $return argument from load() by Derek Jones · 18 years ago
  64. c9e2b10 added language files to autoload by Derek Allard · 18 years ago
  65. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  66. f3a6204 by admin · 18 years ago
  67. e334c47 by admin · 18 years ago
  68. bd6bee7 by admin · 18 years ago
  69. 88a8ad1 by admin · 18 years ago
  70. ee54c11 by admin · 18 years ago
  71. d183cb5 by admin · 18 years ago
  72. 141808a by admin · 18 years ago
  73. b0dd10f Initial Import by admin · 18 years ago