1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-04-23 13:55:51 +00:00
The clean & modern RSS server that doesn't give you any crap.
Find a file
J. King fd7d1c3192 Fixes to Feed class for bugs uncovered by initial deduplication tests
Three bugs:
- The parser wrapping was generating hashes for fallback values in absence of actual values for both URL and title (which is valid if obscure RSS), URL and content, or title and content; now fallback values are detected and empty strings used instead of hashes
- The deduplicator was assuming all three hashes would always exist, which is no longer the case
- The database matcher was making the same assumption as the deduplicator
2017-05-23 20:39:29 -04:00
lib Fixes to Feed class for bugs uncovered by initial deduplication tests 2017-05-23 20:39:29 -04:00
locale More Feed tests: more cache header handling 2017-05-22 13:01:38 -04:00
sql/SQLite3 NCNv1 feed calls and other changes 2017-05-18 23:03:33 -04:00
tests Fixes to Feed class for bugs uncovered by initial deduplication tests 2017-05-23 20:39:29 -04:00
.gitattributes Converted all hard tabs to soft tabs 2017-02-16 14:29:42 -06:00
.gitignore Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
autoload.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
bootstrap.php More Linux/macOS fixes 2017-05-21 22:20:21 -04:00
composer.json More Linux/macOS fixes 2017-05-21 22:20:21 -04:00
composer.lock More Linux/macOS fixes 2017-05-21 22:20:21 -04:00