7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Jun 16, 2023 — Jun 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing not very useful YAML.load_file_and_clean method More... over 16 years ago
added test case for testing that Page#content always returns the pre-filtered content, but not the layouted (or layouted and post-filtered) content More... over 16 years ago
really fixing the issue Creator was having when creating a site with in_dir -- in_dir expects an array More... over 16 years ago
nevermind, that wasn't a bug at all. More... over 16 years ago
fixed bug which would prevent in_dir from working when giving it a string instead of an array More... over 16 years ago
cleanup More... over 16 years ago
fixed bug which could prevent Time.parse from working More... over 16 years ago
fixed bug which would prevent nanoc from working if active_record wasn't installed (NameError instead of LoadError) More... over 16 years ago
pages are now written to disk as soon as they have been compiled More... over 16 years ago
the compilation stack is no longer specific for Page#filter; cleanup More... over 16 years ago
cleaned up FileManager (removed some unused functionality) More... over 16 years ago
Page#content no longer returns layouted content, only pre-filtered content More... over 16 years ago
adding test stubs More... over 16 years ago
cleanup More... over 16 years ago
fixed bug which would prevent autocompilation from working for anything but filesystem More... over 16 years ago
added parent/children test case; added parent/children feature to changelog More... over 16 years ago
tiny optimization in Page#to_proxy More... over 16 years ago
added Markaby layout processor More... over 16 years ago
first layout processor #run argument is layout, not content More... over 16 years ago
a page now has a link to its parent and links to its children More... over 16 years ago
fixing bugs introduced in previous commit (oops) More... over 16 years ago
made auto-compiler data-source-agnostic More... over 16 years ago
cleanup More... over 16 years ago
improved auto-compiler error handling; auto-compiler now recognises meta files correctly; auto-compiler now skips irrelevant files; improved auto-compiler feedback More... over 16 years ago
added auto-compiler, based off Webby's AutoBuilder idea More... over 16 years ago
added haml layout processor (many more layout processors to come...) More... over 16 years ago
pages can now be compiled independently, i.e. the compiler no longer has filter-pre/layout/filter-post stages More... over 16 years ago
readding Textile, Markaby, RDoc and Sass filters More... over 16 years ago
moving test_compile_site_with_backup_files from compiler test to filesystem test; cleanup More... over 16 years ago
moving #render into enhancements, since it is not ERB-specific More... over 16 years ago