summaryrefslogtreecommitdiff
path: root/app/helpers
AgeCommit message (Collapse)Author
2009-03-04minor fixeshukl
2009-03-03introducing page templates - need to add edit capabilitieshukl
renamed the custom template folder forgot one fix for the new custom template path page templates refined renamed page attribute template to template_name as i suspected it to be a reserved word. it still didn't work until i discovered that simon defined the accessible attributes! That costed me 40 minutes of lifetime. But he apologized ;) tests for public and custom page templates
2009-03-03no need to hand the page to the helperhukl
2009-03-03setting the title tag dynamicallyhukl
2009-03-02put the rendering of titles in the node overview into the nodes_helperhukl
2009-03-01renamed user to users controllerhukl
2009-03-01created empty user controllerhukl
2009-02-28added author_for_page to content_helperhukl
2009-02-28added custom partials to aggregators, added test and refactored some methodshukl
2009-02-21using good old overwrite_params as it doesn't hukl
lose other params like page numbers etc
2009-02-20fix for routing filter and helpers, need to talk hukl
to svenfuchs about that ;) hardcoded default_locale within the plugin and not considering globbed routes as it seems
2009-02-19adding the admin controller and his friendshukl
2009-02-15* initial commit of the stripped restful-authenticationsimon
* http basic auth and login from cookie have been removed * no it does not work yet, it's so f*cking secure, it won't even let legitimate users login
2009-02-08added nodes controller and made it a resource.hukl
since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves.
2009-02-07added new helper code to create links for a givenhukl
node path.
2009-02-03added lots of comments to describe what thehukl
methods are doing. this will get everyone a better start. I hope
2009-02-02refactored the whole tagging thing. now usinghukl
acts_as_taggable_on_steroids instead of a homebrew solution
2009-02-02made the whole aggregate helper exception safe byhukl
always falling back to the original content if something went wrong. only executing substitution if tag is found
2009-02-01added first careful steps for aggregationhukl
2009-02-01split up the rendering a bithukl
2009-01-31Added Page model scaffoldhukl
2009-01-29added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well ↵hukl
as a functional test which tests the correct mapping of the custom route
2009-01-29initial import with edge rails included as a submodulehukl