| 820f7b69 | 30-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Manual code style fixes |
| 9c149d75 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
use new SQLiteDB class
This had many changes in how data is quoted in the SQL strings. The SQL building code is an absolute mess and test coverage is super spotty. So it's not 100% clear that this c
use new SQLiteDB class
This had many changes in how data is quoted in the SQL strings. The SQL building code is an absolute mess and test coverage is super spotty. So it's not 100% clear that this commit is fully correct.
show more ...
|
| fd6ec73f | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
use domwrapper in tests |
| 1dc5f8af | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
use custom GROUP_CONCAT_DISTINCT method |
| 8a51ccb3 | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
automattic reformatting |
| 5f45692e | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
automatic adjustments |
| 081a0a70 | 19-Apr-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update tests |
| f3208e53 | 18-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix wrong constructors for tests |
| 99904472 | 18-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
adjust expected HTML in tests |
| 15b9cc3c | 07-May-2015 |
Michael Große <grosse@cosmocode.de> |
Values for page and title are always absolute
_resolveData always resolves the id from title and page fields starting from the root namespace, since it doesn't know about the namespace of the corres
Values for page and title are always absolute
_resolveData always resolves the id from title and page fields starting from the root namespace, since it doesn't know about the namespace of the corresponding dataentry. Hence the dataentry dialog should always consider the entered ids to be absolute and link them accordingly.
show more ...
|
| 05d8102b | 07-May-2015 |
Michael Große <grosse@cosmocode.de> |
Test database lookups for _title fields |
| b6306a3e | 07-May-2015 |
Michael Große <grosse@cosmocode.de> |
Respect $conf[useheading] for title fields w/o title
Also add tests for fields of the type page, title, and pageid |
| a6fc2b5e | 23-Apr-2015 |
Michael Große <grosse@cosmocode.de> |
Fix handling of single title fields w/o title |
| 043fc721 | 10-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix unittests |
| ffa8784e | 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
allow escaped quotes and commas in headers of datatable
Fixes #144 |
| de8b59d5 | 31-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
stores upper case in origkey for entryeditor
Fixes #111 Fixes #120 |
| 1935a843 | 04-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
timestamp formatting is local time zone dependent |
| de43ffee | 04-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
added travis config |
| 39468e25 | 16-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix php strict errors |
| 049fc70d | 17-Jun-2013 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added unit tests for %now% |
| 80822170 | 05-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
Add some filter tests |
| 0f80a2b9 | 05-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
improve group placeholder and added a test |
| 9a383f60 | 05-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
Mark tests skipped, when translation plugin not installed |
| 31c7d3c7 | 30-Jan-2013 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added unit tests |
| fc334733 | 28-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
correctly handle single field names ending in 's' in editor |