J. King
0eb0478195
Merge branch 'master' into redup
2023-12-30 10:16:49 -05:00
J. King
1b80ad37bc
Merge branch 'csfixer3'
...
Code style cleanup to mostly conform to PSR-12
2023-03-22 23:33:05 -04:00
J. King
bbdc4f7672
Fix MySQL failure and shore up coverage
...
This marks the end of the feed reduplication effort
2023-03-15 19:33:52 -04:00
J. King
eed42ddf19
Fix remaining tests
...
Two MySQL-specific failures remain
2023-03-15 17:46:36 -04:00
J. King
16af57cf90
Partially working cleanup tests
2023-03-14 19:58:33 -04:00
J. King
c139f52ebc
Start on rewriting cleanup tests
2023-03-10 18:52:33 -05:00
J. King
56d733429d
Tag-related sub soft-delete fixes
2023-02-27 10:30:18 -05:00
J. King
de6760d5d7
More sub soft-delete fixes
2023-02-26 14:42:29 -05:00
J. King
d1876773e8
Address more bugs with deleted subs
2023-02-25 22:58:09 -05:00
J. King
9c83b7ec18
Address some deficiencies in handling of deleted subscriptions
2023-02-25 19:57:08 -05:00
J. King
63454b94d9
Fix label tests
2023-02-24 20:35:24 -05:00
J. King
6d9a3fb3bd
Fix last article tests
2023-02-24 10:56:16 -05:00
J. King
7ddea9877e
Fix most remaining article tests
...
The remaining five will require special attention.
2023-02-24 10:27:52 -05:00
J. King
04d26fc911
Properly revert edition querying
2023-02-23 10:30:12 -05:00
J. King
770e8fc98d
A few more fixed article tests
2023-02-22 18:13:06 -05:00
J. King
4b3cfba495
Abandon the new marking method
...
It was less accurate and turned out to be more complex rather than less.
2023-02-16 23:32:04 -05:00
J. King
4d0ce01acb
Select editions properly
2023-02-12 21:34:40 -05:00
J. King
9fb57defa2
Sundry article test fixes; things are still broken
2023-02-12 18:30:19 -05:00
J. King
b1d2611e5b
Fix up main article selection test series
2023-02-06 09:43:33 -05:00
J. King
19da22e144
Initial work on refactoring article tests
2023-02-05 09:26:59 -05:00
J. King
b81596a2de
Fix feed test series
2023-02-03 21:52:27 -05:00
J. King
e110dfcf89
Partially fix up feed tests
...
The main test still needs fixing, and a new test may need to be written
to properly exercise the reduplicated schema.
2023-01-29 22:13:29 -05:00
J. King
9d391469ad
Merge branch 'master' into redup
2023-01-28 15:08:54 -05:00
J. King
0d6f8d2921
Avoid most deprecation warnings
...
The Feed class sets dynamic properties on Picofeed classes; this will
need to be completely rewritten. Version 1.2 of the Laminas XML class
also uses a deprecated function, but upgrading it to 1.3 will require
PHP 7.3.
2023-01-27 15:33:34 -05:00
J. King
ac38659e3a
Fix most references to feedUpdate
2022-12-30 12:41:12 -05:00
J. King
7414d3844e
Fix up the rest of the subscriptionUpdate function
2022-12-27 14:20:13 -05:00
J. King
6958c24be2
Fix most subscription tests
...
Two tests depend upon article functions which will be addressed in due
course.
2022-10-07 18:38:17 -04:00
J. King
9f784251e8
Fix up the aadding of subscription
...
Tests to come.
Because a feed could be added without adding a subscription previously,
it was possible to check feeds for validity before adding subscriptions,
yielding visibly atomic operations. These new functions replicate this
functionality by adding soft-deleted subscriptions and undeleting them
once the fetch succeeds.
2022-10-04 16:46:23 -04:00
J. King
b24a76b744
Fix up the simpler database functions
2022-09-27 21:13:04 -04:00
J. King
307ab7fa2a
Merge branch 'dbtest' into redup
2022-09-15 10:42:33 -04:00
J. King
a77b47cd59
Merge branch 'master' into dbtest
2022-09-15 10:12:04 -04:00
J. King
e4a7e6622b
Fix most problems with the new schema
...
Some issues remain with MySQL
2022-06-06 19:54:48 -04:00
J. King
07bac4ead3
Remove colukmn types from test data
...
For some reason this breaks PostgreSQL tests; this will have to be fixed
2022-06-05 17:41:32 -04:00
J. King
51ce4ae92b
Partial rewrite of database table comparison
...
Contents still need to be sorted for tests to pass.
2022-06-03 22:10:49 -04:00
J. King
4ed650fd87
Style fixes
2022-05-31 23:21:33 -04:00
J. King
2c19aa06b7
Put column defs in one place in tests
2022-05-31 23:08:05 -04:00
J. King
761b3d5333
Return removed articles correctly in Miniflux
2022-04-29 23:28:47 -04:00
J. King
7e5d8494c4
Tests for selecting arrays of ranges
2022-04-25 14:33:19 -04:00
J. King
fe02613214
Fix coverage
2022-04-22 22:46:13 -04:00
J. King
6f1332c559
Start to shore up testing
2022-04-20 19:11:04 -04:00
J. King
983fa58ec8
Convert article and edition ranges to atomic
...
Unit tests for ranges are still missing
2022-04-19 22:53:36 -04:00
J. King
2c2bb4a856
Retrofits dates to use ranges
...
Article and edition ranges still need work
2022-04-19 20:19:51 -04:00
J. King
ad32bf3340
Style fixes
2021-07-05 21:47:44 -04:00
J. King
3eab5aad5d
Fix adding users to a blank database
2021-05-17 15:46:46 -04:00
J. King
4080b2d09d
Apply new rules
2021-04-14 11:17:01 -04:00
J. King
dcb81ea043
Only provide icon ID when there is data
2021-03-05 19:31:11 -05:00
J. King
2348786a92
Start on replacing Phake with Phony
2021-02-27 15:24:02 -05:00
J. King
a43f8797c5
Add ability to sort by folder ID or name
2021-02-02 11:51:19 -05:00
J. King
3b2190ca10
Include folder names directly in subscription list
2021-01-28 14:55:18 -05:00
J. King
cc2672fb0a
Improve icon fetching interface
2021-01-26 12:03:26 -05:00