Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| * | | | | | Fix an error jenkins found | Jakob Sack | 2013-07-16 | 1 | -1/+1 | |
| * | | | | | Add multiple plural forms to the php part | Jakob Sack | 2013-07-16 | 2 | -5/+38 | |
| * | | | | | make l10n libs capable of handling plural translations | Jakob Sack | 2013-07-07 | 2 | -3/+28 | |
* | | | | | | Merge pull request #4151 from owncloud/doctrine-object | Jörn Friedrich Dreyer | 2013-08-08 | 9 | -335/+488 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 8 | -82/+99 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | merge master into doctrine-object | Robin Appelman | 2013-08-02 | 62 | -699/+1559 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| * | | | | | | | Move insertIfNotExist to Connection wrapper | Bart Visscher | 2013-07-21 | 4 | -53/+81 | |
| * | | | | | | | Move query statement fixup handling to Connection wrapper | Bart Visscher | 2013-07-21 | 7 | -50/+39 | |
| * | | | | | | | Move limit/offset handling to Connection wrapper | Bart Visscher | 2013-07-21 | 2 | -67/+8 | |
| * | | | | | | | Move prepared query cache handling to Connection wrapper | Bart Visscher | 2013-07-21 | 2 | -21/+34 | |
| * | | | | | | | Move lastInsertId to adapter classes | Bart Visscher | 2013-07-21 | 6 | -30/+51 | |
| * | | | | | | | Move db prefix handling to Connection wrapper | Bart Visscher | 2013-07-21 | 2 | -17/+15 | |
| * | | | | | | | Create DB Connection wrapper and DB\Adapter* classes | Bart Visscher | 2013-07-21 | 7 | -0/+163 | |
| * | | | | | | | Only close db connection when disconnecting, keep the connection object | Bart Visscher | 2013-07-21 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #4349 from owncloud/oc_cache_fix | Björn Schießle | 2013-08-08 | 1 | -4/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | oc_cache needs to disable file proxys for read/write operation. Otherwise the... | Bjoern Schiessle | 2013-08-08 | 1 | -4/+12 | |
* | | | | | | | | | Remove noisy Log/Debug message | Morris Jobke | 2013-08-08 | 1 | -1/+0 | |
* | | | | | | | | | fix function call for searUsers() | Bjoern Schiessle | 2013-08-08 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-07 | 2 | -17/+21 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #4291 from owncloud/schema | Bart Visscher | 2013-08-05 | 2 | -59/+81 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use function to create schema manager | Bart Visscher | 2013-08-02 | 1 | -20/+35 | |
| * | | | | | | | remove invalid type hinting and cleanup namespaces a bit | Robin Appelman | 2013-08-02 | 1 | -5/+8 | |
| * | | | | | | | Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager | Bart Visscher | 2013-08-02 | 2 | -7/+7 | |
| * | | | | | | | Change OC_DB_Schema to use DI for db connection object | Bart Visscher | 2013-08-02 | 2 | -51/+55 | |
* | | | | | | | | use isset to prevent undefined index | Thomas Müller | 2013-08-05 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #4293 from owncloud/config-date | Thomas Müller | 2013-08-04 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fixing PHPDoc | Thomas Müller | 2013-08-04 | 1 | -3/+3 | |
| * | | | | | | | | make log date configurable, default to iso 8601 | Bernhard Posselt | 2013-08-02 | 1 | -1/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #4308 from owncloud/fix-4194 | Thomas Müller | 2013-08-04 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fixing PHPDoc | Thomas Müller | 2013-08-04 | 1 | -1/+1 | |
| * | | | | | | | | Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog. | Andreas Fischer | 2013-08-04 | 1 | -2/+5 | |
* | | | | | | | | | Merge pull request #4228 from owncloud/fix-3836 | Thomas Müller | 2013-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | app migrate: Use = instead of LIKE as described in the comment above. | Andreas Fischer | 2013-07-29 | 1 | -1/+1 |