| #
820f7b69
|
| 30-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Manual code style fixes
|
| #
b7b9d8d9
|
| 25-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Semi-automatic 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 ...
|
| #
7df6d609
|
| 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
allow null value passed in cleanData()
|
| #
acd450ce
|
| 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
replace obsolete utf8_ calls
|
| #
8a51ccb3
|
| 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
automattic reformatting
|
| #
081a0a70
|
| 19-Apr-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update tests
|
| #
d8234939
|
| 18-Sep-2020 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cleanup some requires and if defined DOKU_INC
|
| #
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 ...
|
| #
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
|
| #
43d3a045
|
| 04-Feb-2015 |
Anika Henke <anika@zopa.com> |
make default image width configurable
|
| #
b7c5314d
|
| 04-Jan-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add support for | in _img type
* Use a | for defining your own title. Can be set via postfix of typealias as well. * Only | without a title will automatically use the full mediaid without prefixing
Add support for | in _img type
* Use a | for defining your own title. Can be set via postfix of typealias as well. * Only | without a title will automatically use the full mediaid without prefixing with column key.
For more see https://forum.dokuwiki.org/post/46608
Possible regression: external url which already contain a | char.
show more ...
|
| #
ed696351
|
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use dokuwikis media renderer for images. Fixes #21
|
| #
c8013671
|
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove p_open/close only from instr if avail. Fixes #24
|
| #
f4b259ff
|
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
no ID for all multivalues. Fixes #125
|
| #
3087d8f2
|
| 08-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting phpdocs unused vars
|
| #
c7551ae3
|
| 08-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
bit code reformatting
|
| #
4dfe034f
|
| 27-Aug-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve function headers
|
| #
d78eaf49
|
| 27-Aug-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into devel
|
| #
25933b42
|
| 29-Apr-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #118 from splitbrain/pdo-devel
fixed _getDB on database initialisation failure
|
| #
d2a4acc9
|
| 31-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs translation plugin
|
| #
de8b59d5
|
| 31-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
stores upper case in origkey for entryeditor
Fixes #111 Fixes #120
|
| #
39468e25
|
| 16-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix php strict errors
|
| #
bf38fb66
|
| 19-Jun-2013 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
use $conf['local'] on %trans% if there is no translation NS in the ID
|