-
Jared White authored
* First draft of new Resource data model * Revamp permalinks and url generation * A ginormous amount of Resource work * Replacement for the DataReader * Get Prototype Page generator working * Two-way origin-destination mapping, better taxonomy support * Improve a number of tests after latest Resource code * Huge dump of resource transformations and semi-working website * Clean up Collection, improve Resouce permalink processing * Pagination works with Resources now! * Paginate all the things, more permalink fixes * Allow Resource-based pages in top-level src * Oh boy, taxonomy groups and metadata! * Fix test suite for Resource * Reshuffle method locations in base * Start adding unit test for Resource, other page-related cleanup * More Resource tests, permalink and data improvements * Add collection static file test * Use the site's configured slugify mode * Fix previous_doc method alias * RuboCop cleanup plus defaults deep_dup and full test suite passing * Fix Ruby 2.5-related Pathname bug * Use new branch for quick search plugin * Fix Ruby2JS error on website deploy * Refactor Resource to use ActiveModel for data input * Fix test that no longer was working * Fix Ruby 2.5 incompatibility * Add persistance and support custom model classes * Remove unneeded symlink checks leftover from the fork * Clean up collection reading and add env metadata * Code comments for future cleanup, delete CollectionReader * Fix failing DataReader test * Fix history bug with IRB console * Improved handling of "metadata" model attributes * Provide much better inspect string for Site * Level up Current, continue deprecating and cleaning out old cruft * fix cucumber tests * Fix processing bugs for website * Upgrade PurgeCSS version and fix missing swup classes * Allow future publishing setting via collection metadata * Add baseurl to Resource/Static File permalinks * Provide a programmatic way for SiteBuilder to generate/load resource data * Add support for the GFM-based Extractions parser * First draft of Resource documention, various fixes * Improve paginate front matter API for resource * Normalize Liquid syntax, update Resources documentation * More resource tests * Fix cops * Fix failing configuration test * Fix issue with pagination hooks * Fix line length * Fix issues with website * Remove site.posts for resource engine, point to new Feed gem * Continued refinements of the new resource API * Load the proper resources * add alert icon to Resources
Jared White authored* First draft of new Resource data model * Revamp permalinks and url generation * A ginormous amount of Resource work * Replacement for the DataReader * Get Prototype Page generator working * Two-way origin-destination mapping, better taxonomy support * Improve a number of tests after latest Resource code * Huge dump of resource transformations and semi-working website * Clean up Collection, improve Resouce permalink processing * Pagination works with Resources now! * Paginate all the things, more permalink fixes * Allow Resource-based pages in top-level src * Oh boy, taxonomy groups and metadata! * Fix test suite for Resource * Reshuffle method locations in base * Start adding unit test for Resource, other page-related cleanup * More Resource tests, permalink and data improvements * Add collection static file test * Use the site's configured slugify mode * Fix previous_doc method alias * RuboCop cleanup plus defaults deep_dup and full test suite passing * Fix Ruby 2.5-related Pathname bug * Use new branch for quick search plugin * Fix Ruby2JS error on website deploy * Refactor Resource to use ActiveModel for data input * Fix test that no longer was working * Fix Ruby 2.5 incompatibility * Add persistance and support custom model classes * Remove unneeded symlink checks leftover from the fork * Clean up collection reading and add env metadata * Code comments for future cleanup, delete CollectionReader * Fix failing DataReader test * Fix history bug with IRB console * Improved handling of "metadata" model attributes * Provide much better inspect string for Site * Level up Current, continue deprecating and cleaning out old cruft * fix cucumber tests * Fix processing bugs for website * Upgrade PurgeCSS version and fix missing swup classes * Allow future publishing setting via collection metadata * Add baseurl to Resource/Static File permalinks * Provide a programmatic way for SiteBuilder to generate/load resource data * Add support for the GFM-based Extractions parser * First draft of Resource documention, various fixes * Improve paginate front matter API for resource * Normalize Liquid syntax, update Resources documentation * More resource tests * Fix cops * Fix failing configuration test * Fix issue with pagination hooks * Fix line length * Fix issues with website * Remove site.posts for resource engine, point to new Feed gem * Continued refinements of the new resource API * Load the proper resources * add alert icon to Resources
Loading