1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Filter section directories more precisely More... almost 16 years ago
Go back to naming sections '*-content' to distinguish between rendered site content and stylesheets or scripts More... almost 16 years ago
Add Section#empty? for enabling index templates to omit empty sections More... almost 16 years ago
Completely build a section before building subsections More... almost 16 years ago
Use the directory name to create a title for the section unless configured otherwise More... almost 16 years ago
Ignore directories and files named with a leading underscore -- these are not treated as sections and files More... almost 16 years ago
Require all hash arguments in initializer for Entry More... almost 16 years ago
Initialize Section objects using a hash argument, for consistency with the initializer for Entry More... almost 16 years ago
Build sections recursively More... almost 16 years ago
Add Entry#href for rendering anchors More... almost 16 years ago
Replace mock objects with the real thing wherever possible More... almost 16 years ago
Use Elastatic::ToProcExtension only when it is needed, regardless of the Ruby version More... almost 16 years ago
Prove adequate test coverage of Elastatic::ToProcExtension and use it only in Ruby v1.8.6 and earlier, where it is needed More... almost 16 years ago
Don't ignore a nonexistent path More... almost 16 years ago
Use the block syntax of Dir.chdir as intended More... almost 16 years ago
Add Rake tasks for test coverage and documentation More... almost 16 years ago
Add Section#index More... almost 16 years ago
Merge branch 'require-relative' More... almost 16 years ago
Avoid relying on the working directory to 'require' source files because the working directory gets set to the user's project directory More... almost 16 years ago
Avoid warnings due to circular dependency between Site and Section More... almost 16 years ago
Call #render on Renderers classes with correct arguments More... almost 16 years ago
Move method definition out of Rake task namespace More... almost 16 years ago
Remove superfluous circular dependency More... almost 16 years ago
Change directories in order to use Rakefile only after capturing the current directory More... almost 16 years ago
Instantiate Entry objects as now required More... almost 16 years ago
Do a modest cleanup of Section tests More... almost 16 years ago
Add #index?, #section and #title methods to Entry, and alter Entry#build_path to return the filename resulting from transformation by all applicable renderers. More... almost 16 years ago
Add String#humanize More... almost 16 years ago
Remove unused groups in regular expressions More... almost 16 years ago
Minor reorganization for clarity More... almost 16 years ago