Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add warning for broken l10n json files | Morris Jobke | 2015-10-30 | 1 | -0/+2 |
| | | | | * makes it easier to spot broken l10n files | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | [l10n] remove unused static methods | Morris Jobke | 2015-10-02 | 1 | -36/+3 |
| | |||||
* | Merge pull request #19480 from owncloud/fix-l10n | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -14/+5 |
|\ | | | | | Fix l10n on master | ||||
| * | Fix l10n on master | Morris Jobke | 2015-09-30 | 1 | -14/+5 |
| | | | | | | | | | | * $app isn't useful for this case * kill it with :fire: | ||||
* | | cache found l10n per app and not globally | Morris Jobke | 2015-09-30 | 1 | -3/+4 |
|/ | | | | | | * fixes: if the first call to this is with an app that has no translations all future call will get a list with only english in there - even if their l10n holds more translations | ||||
* | Deprecate OC_L10N::get() | Joas Schilling | 2015-08-28 | 1 | -6/+3 |
| | |||||
* | Save detected l10n of browser on login | Morris Jobke | 2015-08-25 | 1 | -4/+12 |
| | | | | * fixes owncloud/activity#373 | ||||
* | Some locales need to be converted to be compliant with CLDR | Thomas Müller | 2015-05-08 | 1 | -0/+11 |
| | |||||
* | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -3/+0 |
| | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | fix caching of preferred language | Robin Appelman | 2015-04-03 | 1 | -2/+3 |
| | |||||
* | Merge pull request #14399 from owncloud/ignore-empty-plurals | Lukas Reschke | 2015-03-26 | 1 | -1/+1 |
|\ | | | | | Ignore empty plurals just like with singulars | ||||
| * | Revert "Correctly fallback to english, if the plural case is not translated" | Joas Schilling | 2015-02-20 | 1 | -1/+1 |
| | | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938. | ||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -8/+33 |
| | | |||||
* | | Respect http header 'Accept-Language' on ocs and remote.php calls | Thomas Müller | 2015-03-09 | 1 | -35/+43 |
| | | |||||
* | | Fix the behaviour of getLanguageCode() to match the expectation of the name | Joas Schilling | 2015-03-03 | 1 | -14/+5 |
| | | |||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -34/+12 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -12/+34 |
|/ | |||||
* | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Add a DateTimeFormatter class which allows overwriting the language and timezone | Joas Schilling | 2014-12-09 | 1 | -1/+7 |
| | | | | Fix #12227 | ||||
* | Cache results of available languages | Lukas Reschke | 2014-11-27 | 1 | -0/+6 |
| | | | | | | This function is about 8 times calles for every single page call, when caching this variable I was able to gain a small performance improvement from 20,512 µs to 630 µs profiled with xhprof Surely, this is no gigantic gain but if we would do that for every function out there... | ||||
* | Fix PHPDoc and deprecated code | Lukas Reschke | 2014-11-24 | 1 | -25/+17 |
| | | | | Some PHPDocs were incorrect, also used this opportunity to replace some deprecated functions. | ||||
* | Fix language file detection | Vincent Petry | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | adding console command to generate javascript translation files based on ↵ | Thomas Müller | 2014-10-29 | 1 | -31/+33 |
| | | | | | | existing php translation files read server side translations from json files | ||||
* | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 1 | -11/+0 |
| | | | | remove translation.php | ||||
* | implement localizations based on punic | Thomas Müller | 2014-10-20 | 1 | -61/+45 |
| | |||||
* | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Adding new interface \OCP\Activity\IExtentsion | Thomas Müller | 2014-07-08 | 1 | -1/+2 |
| | | | | | | | | | | | | Adding method getNotificationTypes() Adding method filterNotificationTypes() Adding method getDefaultTypes() Adding method translate() and getTypeIcon() Adding method getGroupParameter() Adding method getNavigation() Adding method getNavigation() Adding method isFilterValid() and getQueryForFilter() Adding unit tests for \OC\ActivityManager | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -16/+16 |
| | | | | * test case added to avoid adding them later | ||||
* | provide a way to detect the language that is being used (e.g. for clientside ↵ | Bernhard Posselt | 2014-05-14 | 1 | -0/+17 |
| | | | | javascript language selection | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -10/+10 |
| | |||||
* | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 1 | -5/+5 |
| | |||||
* | Does also take int or string | Lukas Reschke | 2014-05-04 | 1 | -1/+1 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -29/+4 |
| | |||||
* | introduce new function to force a language | Thomas Müller | 2014-04-15 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -6/+7 |
|\ | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php | ||||
| * | Fix some docstrings in l10n.php | kondou | 2014-03-01 | 1 | -13/+15 |
| | | |||||
* | | More PHPDoc updates | Bart Visscher | 2014-02-28 | 1 | -4/+5 |
| | | |||||
* | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -16/+15 |
|/ | |||||
* | Hardening: Remove dangerous characters + Subdirectory Check | Lukas Reschke | 2014-02-19 | 1 | -2/+2 |
| | | | If an user is able to create folders in /core/l10n/ he is able to execute arbitrary code. Therefore I've added an `issubdirectory` check and removed all potential dangerous characters from `$lang`. | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | change order of issubdirectory() calls to avoid error messages for non-apps | Bjoern Schiessle | 2014-01-29 | 1 | -2/+2 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 |
|/ | |||||
* | fix plural translation - fixes #6226 | Morris Jobke | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | fixing PHPDoc & grammar | Thomas Müller | 2013-10-23 | 1 | -5/+5 |
| | |||||
* | Have to also strtolower() on available language name. Otherwise no match. | Andreas Fischer | 2013-10-23 | 1 | -4/+6 |
| | |||||
* | Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching. | Andreas Fischer | 2013-10-23 | 1 | -0/+4 |
| | |||||
* | Apply substring on the correct value. | Andreas Fischer | 2013-10-23 | 1 | -1/+1 |
| |