7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
configuration parameters passed to the site through --config are now stored in config.yaml after site creation More... over 16 years ago
fixed bug which would prevent data source from working correctly if was not set More... over 16 years ago
database setup now takes its configuration through a new --config commandline option, which is a YAML-formatted string acting as the site configuration while it's not there yet More... over 16 years ago
removing unused Hash#merge_recursively More... over 16 years ago
renamed 'backend' to 'data_source'; creator now uses data source to create default pages, layouts and templates; improved data source unit tests; fixed bug which would prevent unprocessed options (--template, and now --data-source) from working at all More... over 16 years ago
cleaned up filesystem data source; added support for meta files named after their parent directory (e.g. foo/foo.yaml) More... over 16 years ago
removed support for 'filters' -- use 'filters_pre' instead More... over 16 years ago
cleanup More... over 16 years ago
cleanup More... over 16 years ago
debanging methods (sudden change in religion, woot) More... over 16 years ago
fixed code causing Ruby warnings More... over 16 years ago
fixed bug which would prevent 'nanoc co' from working at all More... over 16 years ago
removed plugin version information -- it was meant to be used by the package manager, and since the package manager is gone, the plugin version information shouldn't be there anymore either More... over 16 years ago
removed package management functionality -- it seems like a solution to a problem that doesn't even exist at this point, and it only seems to amount to bloat right now (but it might come back later) More... over 16 years ago
added an experimental and incomplete package manager for nanoc plugins More... over 16 years ago
cleanup More... over 16 years ago
@config and @site are now available when filtering and layouting (for real now) More... over 16 years ago
removing outdated comment from TrivialDataSource More... over 16 years ago
test cleanup; implemented test_create_layout More... over 16 years ago
created separate test files for backends; created separate test files for page filtering and page layouting More... over 16 years ago
cleanup; renamed ExtrasManager to PluginManager; PluginManager can now return all filters with a given name, not just one More... over 16 years ago
@site is now a globally available variable (used for 'render') More... over 16 years ago
cleanup; fixed bug which would prevent error() from exiting nanoc correctly More... over 16 years ago
added version to plugin More... over 16 years ago
moved relevant parts of test_creator.rb into test_site.rb (will be cleaned up later) More... over 16 years ago
removing test_require method since it is not used anywhere anymore More... over 16 years ago
fixed filters not working properly; added filter test case (why wasn't there a filters test case before?) More... over 16 years ago
error() is now quiet when it should be More... over 16 years ago
cleanup; removed requirement management (use nanoc_require() instead); plugins no longer have to be explicitly registered More... over 16 years ago
fixed bug which would prevent from 'name' from working correctly More... over 16 years ago