in2code-de / publications

Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.
https://www.in2code.de/agentur/typo3-extensions/publications/
11 stars 16 forks source link

[FEATURE] Add sorting column for publications #40

Open mschwemer opened 2 years ago

mschwemer commented 2 years ago

The publication list is build on the columns month, day andyear. The date is build on each request for each found publication. Futhermore the publications are then sorted via a array usort.

It would be better to have a column "publication_time stamp" and use already for sorting in the database query.

What would be needed for this change: