13f6c799 | 22-Feb-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
approve integration |
fcd65f6a | 21-Feb-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fix migration |
3fe61607 | 21-Feb-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
Revert "fix"
This reverts commit cd2b00adb478e89bc6f39b8d09ab6fdf5ba8f8a4. |
cd2b00ad | 17-Feb-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fix |
d2cf7c78 | 17-Feb-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
plugin now using dokuwiki Indexer for storing readers |
be9eaca3 | 15-May-2020 |
Szymon Olewniczak <solewniczak@rid.pl> |
add max to group by |
9bb1363a | 15-May-2020 |
Szymon Olewniczak <solewniczak@rid.pl> |
group by for overview |
dfc7cf29 | 27-Apr-2020 |
Erik Inge Bolsø <erik.inge.bolso@modirum.com> |
copy filtering from approve plugin
closes #15 |
90e37b17 | 24-Apr-2020 |
Erik Inge Bolsø <erik.inge.bolso@modirum.com> |
adds overview parameter to list syntax
This lets you ask questions like "which pages with ireadit have not been acked by anyone". |
b5c6cf14 | 16-Mar-2020 |
Szymon Olewniczak <solewniczak@rid.pl> |
adds 'lastread' parameter to list syntax |
824684ea | 07-Mar-2020 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix list behaviour |
c6a33c44 | 04-Mar-2020 |
Jan-Philipp Litza <jpl@plutex.de> |
list: Introduce state group aliases
This introduces the three "organic" states "read", "outdated" and "unread" and the group aliases "not read" (consisting of "outdated" and "unread", as it was befo
list: Introduce state group aliases
This introduces the three "organic" states "read", "outdated" and "unread" and the group aliases "not read" (consisting of "outdated" and "unread", as it was before the introduction of the state "outdated") and "all" (which existed before but now isn't treated specially).
show more ...
|
3b11506f | 04-Mar-2020 |
Jan-Philipp Litza <jpl@plutex.de> |
list: Make state argument a list
This way, we can easily specify different states in one list |
26c2d094 | 04-Mar-2020 |
Jan-Philipp Litza <jpl@plutex.de> |
list: Link to the specific version that was read
Instead of linking to the current base URL of a page, link to the version that has been read by the user (if there is such a version) |
4b5448ad | 04-Mar-2020 |
Jan-Philipp Litza <jpl@plutex.de> |
Add outdated state to list
This adds a state "outdated" to the ireadit list that lists all pages of which the user has read an older, outdated revision. Consequently, only pages of which the user ha
Add outdated state to list
This adds a state "outdated" to the ireadit list that lists all pages of which the user has read an older, outdated revision. Consequently, only pages of which the user has not read any version are considered "not read".
show more ...
|
6116c7f6 | 04-Mar-2020 |
Jan-Philipp Litza <jpl@plutex.de> |
Fix argument validation of list syntax
The key for the state to list is "state", not "states", thus the (also otherwise erroneous) validation never kicked in. |
91359560 | 04-Mar-2020 |
Jan-Philipp Litza <jpl@plutex.de> |
list: Use <li> instead of <div> in <ul>
<div> in <ul> is invalid HTML, and rendering is nicer with <li> |
692a1450 | 18-Jan-2020 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix: nice error message when 'sqlite' plugin is not enabled |
ce9be9e9 | 02-Sep-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
add list syntax to list iread pages |