dokuwiki/inc/File
Andreas Gohr fe9d054b30 Feed creation refactoring
This breaks up the humongous functions from feed.php into multiple
classes. To keep compatibility with existing Plugin events, the basic
principle of how the feed is assembled has not been changed:

* depending on the given mode and other options lose arrays of items are
  gathered
* these items are then converted (again based on the various options)
  into proper FeedItems
* the FeedItems are then added to the Feed

The conversion from loosely typed item data to something more structured
is now done by the FeedItemProcessor classes. Some very basic tests have
been added. It does not cover erverything but covers more than before
(which was nothing).

Manual testing before merging this is highly recommended. I am not
confident that I ported over everything correctly.

No new features have been added, but especially media support could and
should be improved in the future.
2024-01-17 19:32:10 +01:00
..
MediaFile.php Feed creation refactoring 2024-01-17 19:32:10 +01:00
MediaResolver.php code style: line breaks 2023-08-31 22:44:40 +02:00
PageFile.php code style: operator spacing 2023-08-31 22:38:07 +02:00
PageResolver.php strip any trailing dots when resolving IDs 2023-09-30 20:35:21 +02:00
Resolver.php use rtrim not trim to remove trailing dots 2023-10-12 14:17:52 +02:00