1cdd0090 | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved XMLRPC server class from lib/exe to inc/Remote |
dd87735d | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR-2 compatibility for the remote API libs |
d4d8fb18 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved Parser to Parsing namespace |
be906b56 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved all parsing related namespaces to their own |
d4e34dc0 | 30-Apr-2018 |
Tengiz <tech2008a@gmail.com> |
translation update |
36dc94bb | 28-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested na
split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
show more ...
|
a087da71 | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fixed broken tests
I also introduced an auto loaded namespace for the tests. |
42c2870a | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
plugin prototype adjustments
They are now proper abstract classes |
3dc2d50c | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
visibility declarations in plugins |
64159a61 | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change. |
b4f2363a | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols |
dcae056a | 27-Apr-2018 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
6e19c6ec | 25-Apr-2018 |
Jonáš Dyba <jonas.dyba@gmail.com> |
translation update |
d23366ba | 24-Apr-2018 |
phallobst <bugs@michael-lossin.de> |
Missing quote |
f14bca39 | 24-Apr-2018 |
phallobst <bugs@michael-lossin.de> |
Missing quote |
110353d9 | 24-Apr-2018 |
Harriet Neitz <harrietneitz@gmail.com> |
translation update |
3877cbc8 | 23-Apr-2018 |
damiano <damiano@spagnuolo.eu> |
translation update |
3fc5af51 | 23-Apr-2018 |
Damien Regad <dregad@mantisbt.org> |
translation update |
65030737 | 23-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: replace old call to css_styleini
fixes #2330 |
03914b10 | 23-Apr-2018 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |
8591ce16 | 20-Apr-2018 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
b12bcb77 | 19-Apr-2018 |
Anika Henke <anika@selfthinker.org> |
Change spacing in search meta data to punctuation
Punctuation is more natural, makes sense with CSS switched off and makes screenreaders add a little pause. |
ad75ad58 | 17-Apr-2018 |
Michael Bohn <mjbohn@gmail.com> |
translation update |
58332f92 | 17-Apr-2018 |
Domingo Redal <docxml@gmail.com> |
translation update |
5d06a1e4 | 17-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix(search): ensure consistent html in search results
This implements some of the changes discussed in #2314:
1. last mod and number of hits are on the same line and always shown 2. There is a clas
fix(search): ensure consistent html in search results
This implements some of the changes discussed in #2314:
1. last mod and number of hits are on the same line and always shown 2. There is a class around the last mod string so it can be hidden/replaced by an icon 3. All items in the resultBody returned by the event are wrapped in `<dd>` tags to ensure validity. They get their array key as class 4. There is still a wrapper div around each result for styling purposes
show more ...
|