aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #4360 from owncloud/format-date-numeric-stringsOwen Winkler2013-08-092-2/+13
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Do not pass numeric strings to strtotime() when formatting dates.
| * | | | | | | | adding test case for a numeric valueThomas Müller2013-08-091-2/+7
| | | | | | | | |
| * | | | | | | | Add datetime test for numeric string.Andreas Fischer2013-08-091-0/+7
| | | | | | | | |
| * | | | | | | | Changing elseif statement to what the PEAR coding guidelines say.Andreas Fischer2013-08-091-2/+1
| | | | | | | | |
| * | | | | | | | Do not pass numeric strings to strtotime() when formatting dates.Andreas Fischer2013-08-091-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strtotime() will return false and the date will be formatted as the 0-timestamp (e.g. January 1, 1970 00:00) otherwise.
* | | | | | | | Merge pull request #4344 from owncloud/appmgmt-in-navigationJan-Christoph Borchardt2013-08-096-17/+40
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | show 'More apps' link to app administration directly in app navigation
| * | | | | | | draw attention to the newly added app entry by flashing it twiceJan-Christoph Borchardt2013-08-071-0/+3
| | | | | | | |
| * | | | | | | scroll the app navigation down so the newly added app is seenJan-Christoph Borchardt2013-08-071-0/+2
| | | | | | | |
| * | | | | | | prepend the new app before the 'More apps' functionJan-Christoph Borchardt2013-08-071-1/+2
| | | | | | | |
| * | | | | | | show 'More apps' link to app administration directly in app navigationJan-Christoph Borchardt2013-08-075-16/+33
| | |_|_|/ / / | |/| | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-091143-3444/+5299
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #4271 from owncloud/plural_translationsOwen Winkler2013-08-089-51/+407
|\ \ \ \ \ \ | | | | | | | | | | | | | | Plural translations
| * | | | | | remove unneeded vars from unit testThomas Müller2013-08-051-2/+2
| | | | | | |
| * | | | | | adding proper evaluation of plural form - uses LGPL licensed code of jsgettextThomas Müller2013-08-031-17/+62
| | | | | | |
| * | | | | | initialize $plural_form_string with English defaultThomas Müller2013-08-031-1/+1
| | | | | | |
| * | | | | | return plural form in ajax translationsThomas Müller2013-08-031-1/+1
| | | | | | |
| * | | | | | unit tests for plural translations addedThomas Müller2013-08-026-6/+106
| | | | | | |
| * | | | | | another new lineThomas Müller2013-08-021-1/+1
| | | | | | |
| * | | | | | PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunctionThomas Müller2013-08-021-11/+18
| | | | | | |
| * | | | | | add new line to generated php codeThomas Müller2013-08-021-1/+1
| | | | | | |
| * | | | | | Fix syntax error.Jakob Sack2013-08-011-1/+2
| | | | | | |
| * | | | | | Fix copy and paste errors in l10n.phpJakob Sack2013-08-012-2/+2
| | | | | | |
| * | | | | | Create plural functions on the flyJakob Sack2013-08-012-7/+86
| | | | | | |
| * | | | | | Update l10n.php to read plural_forms stringJakob Sack2013-08-011-8/+22
| | | | | | |
| * | | | | | Save the plural information given in po filesJakob Sack2013-08-011-5/+20
| | | | | | |
| * | | | | | Fix an error jenkins foundJakob Sack2013-07-161-1/+1
| | | | | | |
| * | | | | | Fix two bugs in l10n.plJakob Sack2013-07-161-2/+2
| | | | | | |
| * | | | | | Add multiple plural forms to the php partJakob Sack2013-07-163-11/+43
| | | | | | |
| * | | | | | Allow several plural forms in l10n php filesJakob Sack2013-07-161-6/+11
| | | | | | |
| * | | | | | Partly integrate plural translations into jsJakob Sack2013-07-071-19/+36
| | | | | | |
| * | | | | | make l10n libs capable of handling plural translationsJakob Sack2013-07-072-3/+28
| | | | | | |
| * | | | | | Add possibility to read/write plural translationsJakob Sack2013-07-071-6/+22
| | | | | | |
* | | | | | | Merge pull request #4151 from owncloud/doctrine-objectJörn Friedrich Dreyer2013-08-0810-337/+488
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move dbtype depending logic into object per type
| * | | | | | | More style fixesBart Visscher2013-08-072-15/+15
| | | | | | | |
| * | | | | | | Fix stupid bugBart Visscher2013-08-071-1/+2
| | | | | | | |
| * | | | | | | Move query processing after the check for prepared statement cacheBart Visscher2013-08-071-4/+4
| | | | | | | |
| * | | | | | | Style fixesBart Visscher2013-08-074-6/+8
| | | | | | | |
| * | | | | | | merge master into doctrine-objectRobin Appelman2013-08-06396-1797/+2130
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | DB: remove invalid assertsRobin Appelman2013-08-021-2/+0
| | | | | | | |
| * | | | | | | merge master into doctrine-objectRobin Appelman2013-08-022031-26473/+110281
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Make DB connection available to use for dependency injectionBart Visscher2013-07-261-0/+5
| | | | | | | |
| * | | | | | | Fix lastInsertId for OCI8 adapterBart Visscher2013-07-231-2/+1
| | | | | | | |
| * | | | | | | Add documentation to OC\DB\adapter classBart Visscher2013-07-231-0/+18
| | | | | | | |
| * | | | | | | Fix errors from unit testsBart Visscher2013-07-212-4/+3
| | | | | | | |
| * | | | | | | Correct namespace of OC_ classesBart Visscher2013-07-212-6/+6
| | | | | | | |
| * | | | | | | Move building error string to connectionBart Visscher2013-07-212-9/+18
| | | | | | | |
| * | | | | | | Group database connection and schema functionBart Visscher2013-07-211-27/+27
| | | | | | | |
| * | | | | | | Cleanup: remove code for multiple database backendsBart Visscher2013-07-211-55/+14
| | | | | | | |
| * | | | | | | Use $connection for schema changesBart Visscher2013-07-211-12/+13
| | | | | | | |
| * | | | | | | Simplify OC_DB transaction functionsBart Visscher2013-07-211-10/+0
| | | | | | | |