| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
setValues() attempts to insert a new row, or failing that, update an
existing row. The ability to set preconditions is also available.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* this needs to be properly fixed by a proper organisation of the base.php
* introduced fixDIInit() in AllConfig that moves the injection
of DatabaseConnection to a later point in time
* problems mostly because of the autoconfig setup
|
| |
|
|
* keep old static methods - mapped to new ones and deprecated
* removed deleteApp, getUsers, getApps because they are unused
* make AllConfig unit tests more robust against not cleaned up environments
|