1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-31 21:12:41 +00:00
Arsse/lib
J. King 67203679aa Changed foreign key on marks table
Previously arsse_marks had a reference to arsse_users along with arsse_articles; the former has now changed to arsse_subscriptions.

Consequently deleting a subscription now deletes marks. Tests have been simplified as a consequence.

This change was understaken to simplify counting valid marks on articles for the purposes of article cleanup; now all marks are valid marks
2017-08-14 17:18:18 -04:00
..
Conf Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Db Remove dependency on DrUUID until it's actually used 2017-07-22 23:18:42 -04:00
Feed Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Lang Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
Misc More code coverage accommodation 2017-07-20 22:40:09 -04:00
REST Implemented cleanup of orphaned feeds; fixes #25 2017-08-02 18:27:04 -04:00
Service Complete tests for database driver 2017-07-22 15:29:12 -04:00
User More code coverage accommodation 2017-07-20 22:40:09 -04:00
AbstractException.php Changed Misc\DateFormatter to a collection of static methods and renamed it to Date; renamed Data to Arsse to avoid confusion and better reflect its centrality 2017-07-17 07:47:57 -04:00
Arsse.php Changed Misc\DateFormatter to a collection of static methods and renamed it to Date; renamed Data to Arsse to avoid confusion and better reflect its centrality 2017-07-17 07:47:57 -04:00
CLI.php Experimental forking service and accompanying CLI 2017-07-21 17:15:43 -04:00
Conf.php Implemented cleanup of orphaned feeds; fixes #25 2017-08-02 18:27:04 -04:00
Database.php Changed foreign key on marks table 2017-08-14 17:18:18 -04:00
Exception.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
ExceptionFatal.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Feed.php Implemented configuration exporting; fixes #63 2017-07-27 09:09:39 -04:00
Lang.php More code coverage accommodation 2017-07-20 22:40:09 -04:00
REST.php Experimental forking service and accompanying CLI 2017-07-21 17:15:43 -04:00
Service.php Implemented cleanup of orphaned feeds; fixes #25 2017-08-02 18:27:04 -04:00
User.php More code coverage accommodation 2017-07-20 22:40:09 -04:00