summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/date_index.html.erb
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-2/+2
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-081-1/+1
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-2/+2
* Use reverse_each instead of reverse.each (#27671).Go MAEDA2017-12-311-1/+1
* Adds a delete link on the wiki index (#26579).Jean-Philippe Lang2017-07-301-0/+3
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-0/+3
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
* Don't wrap watcher link with span.Jean-Philippe Lang2013-02-071-1/+1
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-1/+4
* replace tabs to spaces at app/views/wiki/date_index.html.erbToshi MARUYAMA2011-09-171-2/+2
* HTML escape at app/views/wiki/date_index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* Fixed: atom links on wiki index broken by r4266.Jean-Philippe Lang2011-03-211-2/+2
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-1/+1
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-1/+1
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-3/+3
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-0/+33