summaryrefslogtreecommitdiffstats
path: root/system/core/Lang.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31A fix about loading language files - ensuring suffix '_lang' presence properly.Ivan Tcholakov1-1/+1
2014-02-21More CI_Lang testsAndrey Andreev1-1/+1
2014-02-112013 > 2014darwinel1-1/+1
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2014-01-03Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense)Andrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-26Fix some erroneous variable names (sorry)Andrey Andreev1-1/+1
2012-11-26Implement cascade-style loading of language filesAndrey Andreev1-11/+22
(as requested in issue #452)
2012-11-22Fix issue #118 (manually implementing PR #1832)Andrey Andreev1-3/+4
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-10-27Remove extra new linesvkeranov1-1/+0
2012-10-27Docblock improvementsAndrey Andreev1-12/+15
2012-10-24Fix #1268 (or rather enforce some security measures, there's nothing really ↵Andrey Andreev1-7/+7
broken)
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so ↵Andrey Andreev1-0/+0
that they don't differ from the rest
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie1-7/+7
2012-05-24Fix issue #1388Andrey Andreev1-2/+2
2012-04-27Merge upstream branchAndrey Andreev1-2/+8
2012-04-23Use tabs to separate class propertiesTimothy Warren1-2/+2
2012-04-19Additional formatting fixesTimothy Warren1-5/+4
2012-04-19Normalize comments in core filesTimothy Warren1-0/+3
2012-03-20Merge upstream branchAndrey Andreev1-2/+2
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-01-27Remove an unnecessary unset()Andrey Andreev1-1/+0
2012-01-27Fix issue #128Andrey Andreev1-11/+12
2012-01-10Fixed a bug in CI_Lang::load()Andrey Andreev1-1/+1
2012-01-07Improve core Hooks & Lang librariesAndrey Andreev1-17/+9
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-08-25fixed logical operator OR in core/langFrank Michel1-1/+1
2011-08-25fix for issue #292 with multiple language filesFrank Michel1-2/+2
2011-08-14Added some docs to CI core filesDavid Behler1-0/+13
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-1/+1
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-1/+1
2011-04-19Removing internal references to the EXT constant. Additionally, marked the ↵Greg Aker1-2/+2
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
2011-04-11Fix: codeigniter-reactor/32 unicorns are no longer mutepatwork1-4/+4
2011-03-22Added error logging to language. Fixes #32Eric Barnes1-0/+7
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-7/+11
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-27Languages can now be placed in packages folders, and added ↵Phil Sturgeon1-7/+11
->load->get_package_paths().
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-1/+1
2010-03-02renamed classDerek Jones1-9/+22
added ability to specify arbitrary path for language file (packages!) added ability to specify lang files that don't end in _lang, or to call file with _lang directly without it adding another _lang suffix
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+123