summaryrefslogtreecommitdiff
path: root/app/views/search/index.html.erb
AgeCommit message (Collapse)Author
2026-07-30Promote article title from h2 to h1 and fix css accordinglyerdgeist
2026-07-25Extract public-site strings to i18nerdgeist
The public views were never part of the admin extraction and were broken in both directions: German visitors got "Featured", "Calendar" and "Tags", English visitors got "Suchergebnisse für Suchbegriff:". Also picks up the unlock-confirm message in link_helper, a straggler from the revisions/menu_items batch, and drops two raw() calls in the application layout in favour of link_to blocks.
2011-07-23search xss fixUser
2010-12-29use sanitize instead of only html_escape!User
2009-12-01reduced instanciated AR objects for searchhukl
2009-10-31output escape for search termshukl
2009-09-06search field now at the right position with image button and image textfieldhukl
2009-09-06added public search controller with corresponding viewhukl