Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -35/+35 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | fixing button to add additional site | Thomas Mueller | 2012-09-04 | 1 | -9/+9 |
| | |||||
* | in some cases no translations are loaded because $this->lang is empty not null | Thomas Mueller | 2012-09-02 | 1 | -1/+1 |
| | |||||
* | fix translations within subfolder /lib | Thomas Mueller | 2012-08-31 | 1 | -1/+4 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -10/+10 |
| | |||||
* | add warning in log if OC_L10N::tA was called | Georg Ehrke | 2012-07-16 | 1 | -0/+7 |
| | |||||
* | Don't display error messages | Lukas Reschke | 2012-07-02 | 1 | -2/+2 |
| | |||||
* | fix a small PHP fail | Georg Ehrke | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 1 | -15/+48 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php | ||||
| * | Delay loading of translations until they are used | Bart Visscher | 2012-06-18 | 1 | -7/+23 |
| | | |||||
| * | Be smarter when checking single app language availability | Bart Visscher | 2012-06-16 | 1 | -8/+25 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-07 | 1 | -0/+4 |
|\| | |||||
| * | Make it easier to subclass OC_L10N. | Thomas Tanghus | 2012-06-07 | 1 | -0/+4 |
| | | |||||
* | | First almost working version | Brice Maron | 2012-06-06 | 1 | -2/+2 |
|/ | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -0/+20 |
| | |||||
* | some minor optimizations | Robin Appelman | 2012-04-14 | 1 | -8/+5 |
| | |||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -0/+16 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -9/+6 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | removed excess white space inside parentheses | Jan-Christoph Borchardt | 2011-09-12 | 1 | -41/+41 |
| | |||||
* | fixed translation detection thanks to Xuetian Weng | Jan-Christoph Borchardt | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | use sprintf for translations | Jakob Sack | 2011-08-10 | 1 | -3/+4 |
| | |||||
* | Minor improvements | Jakob Sack | 2011-08-08 | 1 | -8/+3 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -2/+2 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -2/+2 |
| | |||||
* | New i18n-structure | Jakob Sack | 2011-06-20 | 1 | -4/+4 |
| | |||||
* | add settings option for language | Robin Appelman | 2011-06-20 | 1 | -13/+24 |
| | |||||
* | Autodetection of language is working now | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
| | |||||
* | More l10n-stuff | Jakob Sack | 2011-06-19 | 1 | -7/+13 |
| | |||||
* | Fixed documentation of OC_L10N | Jakob Sack | 2011-06-19 | 1 | -3/+5 |
| | |||||
* | L10N is here ;-) | Jakob Sack | 2011-06-19 | 1 | -7/+10 |
| | |||||
* | Load preferences only if user is registered | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
| | |||||
* | l10n added | Jakob Sack | 2011-06-19 | 1 | -0/+247 |