#
ba662a60 |
| 07-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
some automatic rector fixes
|
#
6636674b |
| 02-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Properly handle assignments in case of serial data
Search query should check assignment status only for pages, but not serial data.
Fixes #666
|
#
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
#
79b29326 |
| 24-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access
|
#
17a3a578 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments
|
#
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
#
308cc83f |
| 14-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page *
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page * serial data - for an unrevisioned list of struct data attached to a page * global data - for an unrevisioned list of struct data not attached to any page (formaly known as lookup schema)
The editor mechanism used for serial and global data is now called AggregationEditor
Some reference to lookup schemas is still in the bureaucracy support part.
show more ...
|
#
5b808f9f |
| 29-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove islookup property of schemas
CSV import must still be adjusted
|
#
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
#
8da1363a |
| 09-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix curly braces warning on 7.4
|
#
7cbcfbdb |
| 07-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
better handling of failing sqlite plugin init. fixes #200
|
#
025cb9da |
| 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
made Assignments singleton. fixes #163
|
#
fe23a86e |
| 25-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'master' into lookups
Note: this resolves a conflict in the migrations. If you worked with the lookup branch before, you will probably need to throw away your database.
* master: tra
Merge branch 'master' into lookups
Note: this resolves a conflict in the migrations. If you worked with the lookup branch before, you will probably need to throw away your database.
* master: translation update Version upped Partly reverting 12fe9b2c - export user again Return false if schema doesn't exist Leave error handling of helper methods to the caller Do not export the user either Add docblocks, better names and exception handling Set the user explicitly during import Fix tests Reinitialize db if $conf['meta'] changed Save user on schema change and more imexport tools Reevaluate page assignments when replacing them Delete assignments as well Add helper for im&export by other plugins
show more ...
|
#
fc26989e |
| 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure lookups aren't assigned to pages
This prevents pattern assignment and will ignore any lookups when reading the assignments for a given page.
Should probably have some tests
|
#
b25bb9fe |
| 10-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Reevaluate page assignments when replacing them
|
#
ba766201 |
| 28-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Use DokuWiki new autoloader for class files
No longer do we need to register our own autoloader. Namespace had to be vendor prefixed.
|
#
0173e75d |
| 21-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle page moves #72
|
#
9914e87e |
| 17-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow regexps for page assignments. #70
|
#
153400c7 |
| 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
method for getting all pages known to struct
|
#
ed713594 |
| 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
made methods public again, protected was wrong
|
#
0e9e058f |
| 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix some assignment bugs and add tests #35
|
#
be94e9d9 |
| 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed deleting patterns
|
#
9ff81b7f |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow reading page assignments directly from database
default is still evaluating
|
#
ed60c3b3 |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
update assigments when patterns are changed
|
#
33d7be6a |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
renamed a few methods to be more clear
now that we have assignments and patterns we have to differentiate correctly
|