Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #4360 from owncloud/format-date-numeric-strings | Owen Winkler | 2013-08-09 | 2 | -2/+13 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Do not pass numeric strings to strtotime() when formatting dates. | |||||
| * | | | | | | | | adding test case for a numeric value | Thomas Müller | 2013-08-09 | 1 | -2/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add datetime test for numeric string. | Andreas Fischer | 2013-08-09 | 1 | -0/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Changing elseif statement to what the PEAR coding guidelines say. | Andreas Fischer | 2013-08-09 | 1 | -2/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Do not pass numeric strings to strtotime() when formatting dates. | Andreas Fischer | 2013-08-09 | 1 | -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-navigation | Jan-Christoph Borchardt | 2013-08-09 | 6 | -17/+40 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | show 'More apps' link to app administration directly in app navigation | |||||
| * | | | | | | | draw attention to the newly added app entry by flashing it twice | Jan-Christoph Borchardt | 2013-08-07 | 1 | -0/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | scroll the app navigation down so the newly added app is seen | Jan-Christoph Borchardt | 2013-08-07 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | prepend the new app before the 'More apps' function | Jan-Christoph Borchardt | 2013-08-07 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | show 'More apps' link to app administration directly in app navigation | Jan-Christoph Borchardt | 2013-08-07 | 5 | -16/+33 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-09 | 1143 | -3444/+5299 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #4271 from owncloud/plural_translations | Owen Winkler | 2013-08-08 | 9 | -51/+407 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Plural translations | |||||
| * | | | | | | remove unneeded vars from unit test | Thomas Müller | 2013-08-05 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | adding proper evaluation of plural form - uses LGPL licensed code of jsgettext | Thomas Müller | 2013-08-03 | 1 | -17/+62 | |
| | | | | | | | ||||||
| * | | | | | | initialize $plural_form_string with English default | Thomas Müller | 2013-08-03 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | return plural form in ajax translations | Thomas Müller | 2013-08-03 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | unit tests for plural translations added | Thomas Müller | 2013-08-02 | 6 | -6/+106 | |
| | | | | | | | ||||||
| * | | | | | | another new line | Thomas Müller | 2013-08-02 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction | Thomas Müller | 2013-08-02 | 1 | -11/+18 | |
| | | | | | | | ||||||
| * | | | | | | add new line to generated php code | Thomas Müller | 2013-08-02 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix syntax error. | Jakob Sack | 2013-08-01 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Fix copy and paste errors in l10n.php | Jakob Sack | 2013-08-01 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Create plural functions on the fly | Jakob Sack | 2013-08-01 | 2 | -7/+86 | |
| | | | | | | | ||||||
| * | | | | | | Update l10n.php to read plural_forms string | Jakob Sack | 2013-08-01 | 1 | -8/+22 | |
| | | | | | | | ||||||
| * | | | | | | Save the plural information given in po files | Jakob Sack | 2013-08-01 | 1 | -5/+20 | |
| | | | | | | | ||||||
| * | | | | | | Fix an error jenkins found | Jakob Sack | 2013-07-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix two bugs in l10n.pl | Jakob Sack | 2013-07-16 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Add multiple plural forms to the php part | Jakob Sack | 2013-07-16 | 3 | -11/+43 | |
| | | | | | | | ||||||
| * | | | | | | Allow several plural forms in l10n php files | Jakob Sack | 2013-07-16 | 1 | -6/+11 | |
| | | | | | | | ||||||
| * | | | | | | Partly integrate plural translations into js | Jakob Sack | 2013-07-07 | 1 | -19/+36 | |
| | | | | | | | ||||||
| * | | | | | | make l10n libs capable of handling plural translations | Jakob Sack | 2013-07-07 | 2 | -3/+28 | |
| | | | | | | | ||||||
| * | | | | | | Add possibility to read/write plural translations | Jakob Sack | 2013-07-07 | 1 | -6/+22 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #4151 from owncloud/doctrine-object | Jörn Friedrich Dreyer | 2013-08-08 | 10 | -337/+488 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Move dbtype depending logic into object per type | |||||
| * | | | | | | | More style fixes | Bart Visscher | 2013-08-07 | 2 | -15/+15 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix stupid bug | Bart Visscher | 2013-08-07 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Move query processing after the check for prepared statement cache | Bart Visscher | 2013-08-07 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Style fixes | Bart Visscher | 2013-08-07 | 4 | -6/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | merge master into doctrine-object | Robin Appelman | 2013-08-06 | 396 | -1797/+2130 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | DB: remove invalid asserts | Robin Appelman | 2013-08-02 | 1 | -2/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | merge master into doctrine-object | Robin Appelman | 2013-08-02 | 2031 | -26473/+110281 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Make DB connection available to use for dependency injection | Bart Visscher | 2013-07-26 | 1 | -0/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix lastInsertId for OCI8 adapter | Bart Visscher | 2013-07-23 | 1 | -2/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Add documentation to OC\DB\adapter class | Bart Visscher | 2013-07-23 | 1 | -0/+18 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix errors from unit tests | Bart Visscher | 2013-07-21 | 2 | -4/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Correct namespace of OC_ classes | Bart Visscher | 2013-07-21 | 2 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Move building error string to connection | Bart Visscher | 2013-07-21 | 2 | -9/+18 | |
| | | | | | | | | ||||||
| * | | | | | | | Group database connection and schema function | Bart Visscher | 2013-07-21 | 1 | -27/+27 | |
| | | | | | | | | ||||||
| * | | | | | | | Cleanup: remove code for multiple database backends | Bart Visscher | 2013-07-21 | 1 | -55/+14 | |
| | | | | | | | | ||||||
| * | | | | | | | Use $connection for schema changes | Bart Visscher | 2013-07-21 | 1 | -12/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Simplify OC_DB transaction functions | Bart Visscher | 2013-07-21 | 1 | -10/+0 | |
| | | | | | | | |