aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/languages.php
AgeCommit message (Expand)Author
2013-03-15more coding standard fixescash
2013-02-23Fixes #4971 serving languages from ajax page handler rather than simplecache ...cash
2013-02-23Fixes #4840 reload translations now pulls languages from cache when system ca...Cash Costello
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-07-14Refs #4004 decided to downgrage missing language keys to NOTICE for all langu...Cash Costello
2012-07-13Refs #4004. Used $CONFIG->translations instead of elgg_echo()Sem
2012-07-13Refs #4004. Downgraded to notice and warning. It also returns the complete la...Sem
2012-07-08Fixes #4004. elgg_logging when a language key is missing.Sem
2012-06-15load translations when an exception is thrown before engine boot finishesCash Costello
2012-06-14rewrote the language caching - now not calling register_translations() if we ...Cash Costello
2012-05-15correctly registering js language. Otherwise the simple cache will not work a...Jeroen Dalsem
2012-02-01fixed logic that caused plugin language files to not be loadedcash
2012-01-25not loading language files a second time when session initializedcash
2012-01-25caching language datacash
2012-01-21cleans up the boot processCash Costello
2012-01-21single for loop for loading librariesCash Costello
2011-12-08Fixes #3181 caching language js on server side with proper headerscash
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-01-01using the info module for user settingscash
2010-12-29Cleaned up register_translations().brettp
2010-11-03Refs #1320: elgg_echo() has built-in sprintf support.brettp
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-02-01Fixes #1166. get_installed_translations() only calculates completion if admin...brettp
2009-11-24fixes 1315 - language static now being set correctlycash
2009-10-16Rewriting core debug messages to be more informative.nickw
2009-10-15Standardized gobs of files.brettp
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-05-04Closes #824: Test variable to prevent error message in log.marcus
2009-03-18Different assignment.marcus
2009-03-18Closes #883: Using different operator logic so that plugins can replace exist...marcus
2009-03-06Closes #838: Missing set from static var.marcus
2009-03-03Current language now cached per process in elgg_echo.marcus
2009-03-03Removed directory test to languages since it's probably fair to assume that t...marcus
2009-03-03Removing the stupidly slow array_merge from lang load codemarcus
2009-02-28Closes #824: $language is initialisedmarcus
2009-02-25Refs #808: Bug was actually fixed by not using empty... register_translations...marcus
2009-02-25Closes #808: Removed register_translation from the wild, now called on boot s...marcus
2009-02-19Fixed strange infinite loop on language loading.marcus
2009-02-19Removed @ from register translation include_oncemarcus
2009-02-16Closes #429: Language loading now no longer loads all possible translations -...marcus
2009-01-25Fixes #709: get_language() now fails correctly. @ben Why is this introduced? ...marcus
2009-01-23Refs #706marcus
2009-01-23Moved current language detection out into the function get_language();ben
2008-11-14* Introducing get_loggedin_user() and get_loggedin_userid()marcus
2008-10-13Introducing get_current_language(). Refs #235marcus
2008-09-10Improved language completeness algorithm.marcus