-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Date Published" sorting option and table column #1770
Commits on Aug 21, 2024
-
Restore ArticleFieldIDCreatedDate enum case
This partially reverts dbae950. With the ArticleFieldIDCreatedDate case restored, the explicit value of 415 for ArticleFieldIDEnclosure is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 14173f5 - Browse repository at this point
Copy the full SHA 14173f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b4922 - Browse repository at this point
Copy the full SHA e8b4922View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0de3e0 - Browse repository at this point
Copy the full SHA a0de3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4860325 - Browse repository at this point
Copy the full SHA 4860325View commit details -
distinguish between publication and update date
Co-authored-by: Eitot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bd2c01 - Browse repository at this point
Copy the full SHA 5bd2c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8eee7f - Browse repository at this point
Copy the full SHA a8eee7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a48259 - Browse repository at this point
Copy the full SHA 2a48259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b6112 - Browse repository at this point
Copy the full SHA 36b6112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2575ff6 - Browse repository at this point
Copy the full SHA 2575ff6View commit details
Commits on Aug 26, 2024
-
Use earliest date available for publication date
Only when there is a provided publication date on creation, use that one without questioning it Fix publication date not being transmitted by RefreshManager.m Most dates interpretations/manipulations are now in Database.m During fetching from feeds, we just retrieve the infos and store them in relevant Article fields. This makes the logic more apprehensible and easier to maintain. Solves issue ViennaRSS#1749 Co-authored-by: Barijaona Ramaholimihaso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f86ec6 - Browse repository at this point
Copy the full SHA 2f86ec6View commit details -
Handle dc:modified elements in RSS feeds
Therefore, regarding dates, adopt in RSSFeed the same logic than in AtomFeed. Adapt RefreshManager to this unified logic.
Configuration menu - View commit details
-
Copy full SHA for 80d9d29 - Browse repository at this point
Copy the full SHA 80d9d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b979ef - Browse repository at this point
Copy the full SHA 0b979efView commit details -
Adapt the "Last Refresh" filter
As the meaning of `createddate` has changed, we have to adopt another approach which provides similar (but not identical) results.
Configuration menu - View commit details
-
Copy full SHA for bb06760 - Browse repository at this point
Copy the full SHA bb06760View commit details -
add publication date in Criteria+NSPredicate.swift
this allows the predicate editor to correctly re-load "date published" predicates. Also, make the SmartFolder code better by extracting the repeated array of Date expressions and remove superfluous space in predicate translation strings
Configuration menu - View commit details
-
Copy full SHA for 2930d7e - Browse repository at this point
Copy the full SHA 2930d7eView commit details