summaryrefslogtreecommitdiff
path: root/app/helpers/link_helper.rb
AgeCommit message (Collapse)Author
2026-06-25Rails 4.2 view fixeserdgeist
- Replace :confirm => with :data => { :confirm => } in all link_to calls - Fix link_to_path helper: use content_path named route instead of hash-style routing - Fix admin/_menu.html.erb: use named routes for logout and admin index - Fix admin layout: load jquery/jquery_ujs before jquery-ui, remove duplicate jQuery 1.3.2 - Add csrf_meta_tags to admin layout
2026-06-24Fix tagged content aggregator, assets path, and add regression testserdgeist
- Replace tagged_with calls in Page.aggregate, TagsController, RssController with direct SQL joins (acts-as-taggable-on 3.5 broken on Rails 3.2) - Fix Paperclip :path/:url to use plain :id format matching existing uploads - Add proper regression tests for aggregator, tags, and rss controllers - Fix assert_select assertions to target div.body div.article_partial
2009-10-20link helper fixhukl
2009-10-17changed some node related methods and implementation of unlockhukl
2009-10-08fixed the helper to merge the html options properlyhukl
2009-09-10and one more tiny modification on the atom feedhukl
2009-09-10more rss feed enhancementshukl
2009-07-19fixed link_for_path issuehukl
2009-07-19intermediate commit introducing main menu and calendar widget which will get refactored soon. need another feature firsthukl
2009-04-13rebuilding the admin interfacehukl
2009-03-08enhanced the link_to_path helper and fixed the menu linkshukl
2009-02-07added new helper code to create links for a givenhukl
node path.