6a9d27d6 | 15-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix deprecation |
421da0e6 | 15-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix automatic code style fix |
9ab8cbae | 15-Aug-2025 |
annda <17853330+annda@users.noreply.github.com> |
Automatic code style fixes |
f0c5cbda | 04-Apr-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes |
31e730e1 | 29-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style adjustments |
c4618b6c | 20-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Only a single row per page can have the "latest" flag |
92cbcc21 | 05-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fetch data for non-latest revision
By default, only 'latest' data is fetched from database. It is now possible to change the filter for a query. |
94eb3960 | 03-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle 'latest' flag properly
Before saving a new row of structpublish data make sure that older rows referencing the same id and satus have the flag 'latest' set to 0. There should be only one late
Handle 'latest' flag properly
Before saving a new row of structpublish data make sure that older rows referencing the same id and satus have the flag 'latest' set to 0. There should be only one latest revision in each category: draft, approved, published.
show more ...
|
b476f81d | 22-Jun-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Do not pass unused variable around |
f734c62f | 22-Jun-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update queries for new SQLiteDB class |
47759c1c | 31-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More specific assignment removal
After removing a pattern, remove only assignments matching the rule in the pattern, not all assignments for the affected pages
Fixes #3 |
a42bec4d | 16-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Send email notifications on status change |
50372189 | 16-Jan-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Speed up assignments |
c7d3717d | 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
PHP 7.2 compatibility |
f1c406c2 | 26-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle published status of old revisions on publish |
fd06d74c | 20-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Improve revision filter |
3b7236c0 | 20-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Refactor publishing code |
364fb00a | 15-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add first test |
8b0ba635 | 15-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
added more docblocks and some reformatting |
22101782 | 15-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
allow setting datetime of Revision by unix timestamp |
8903e50c | 15-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
add docblocks for Revision |
5c2215e8 | 15-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
reworking the banner system
* more prose in the banner texts * status icon * more logic checks
Styling still needs more love |
e6dd5f77 | 15-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Change date to datetime |
ecad4fdb | 14-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Check if published revision exists |
0dcf68ca | 14-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Latest published revision is a Revision object |