1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change configuration so that the controller is no longer responsible for creating default settings if none are already found; instead this occurs within the model, meaning any page that uses settings (such as the blog itself, or other admin pages) no longer error if the configuration controller hasn't yet been hit More... about 16 years ago
added sort on views to stop weird error with views changing around More... about 16 years ago
added a new event, application_before, allowing plugins to implement code before any application controller exception More... about 16 years ago
this improves the dynamic view ability to allow ERB templating when working with text snippets; also adds some useful helper methods for use within snippets More... about 16 years ago
fix for the last commit, using sort, which doesn't work More... about 16 years ago
forcing a view hooks sort to ensure its always the same order More... about 16 years ago
renamed some of the article view hooks More... about 16 years ago
non-breaking change to the view system, allowing a view to be registered with an identifier, that can later be used to deregister the view (for dynamic views) More... about 16 years ago
replaced separate permalink rack handler with a more clever deferred merb route More... about 16 years ago
fix the error for accessing permalinks with trailing slashes More... about 16 years ago
added a maintenance page, which when configured correctly with the webserver, can simply be renamed to maintenance.html, to ensure that all requests to the blog see the maintenance page, while any maintenance/upgrades occur on the Feather code More... about 16 years ago
tidied up exceptions, with custom exception handling pages, with both dev and production error handling More... about 16 years ago
Adding in sorting for article models More... about 16 years ago
updated article content field to text, to store more than 255 chars on mysql More... about 16 years ago
fixing the article model event chain, to work with core methods, and plugin hook methods More... about 16 years ago
added the ability for plugins to setup their own data migrations, so that it doesn't have to be done manually - it'll execute when the plugin is first installed More... about 16 years ago
* added separate before/after save events for models * added before published event for models * tidied up how events fire * fixed an issue with calling events * moved methods from articles_helper to global_helpers so that any plugin controllers have them available More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
Added in support hooks for article form fields, refactored some other stuff. It's 5:16 AM, so not sure what else I did. More... about 16 years ago
keep track of loaded plugins, and check the plugins on each request, so as to pick up newly installed plugins even when they are installed on a different server process More... about 16 years ago
gave a lot of fields some better max lengths, also fixed gem dependencies for latest rubygems More... about 16 years ago
added an in-place dropdown editor to allow about text formatter configuration (so you can use any loaded custom formatter for the about text) More... about 16 years ago
multiple changes More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
added helper method for querying whether a plugin is active or not More... about 16 years ago
fix for the archive links More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
Auto expanding article content textarea More... about 16 years ago
added a helper method to allow a plugin class to include its own plugin views within the template root for the plugin controller More... about 16 years ago
Changing link style on scribbish theme. More... about 16 years ago