summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
Commit message (Expand)AuthorAgeFilesLines
...
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-091-2/+2
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-4/+4
* Fixed: Wiki export link doesn't work for users without :view_wiki_edits permi...Jean-Philippe Lang2011-11-281-3/+3
* Fixed wiki page version in annotated page (#9597).Etienne Massip2011-11-181-2/+2
* Do not show section edit links for wiki page history (#2222).Jean-Philippe Lang2011-11-181-1/+1
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-182-3/+8
* pdf: add a new feature to export wiki pdf (#401)Toshi MARUYAMA2011-11-061-0/+1
* [#9489] corrected labels and translations for reassign formsToshi MARUYAMA2011-10-291-1/+1
* [#9489] added invisible labels for reassign select-tag on destroy viewsToshi MARUYAMA2011-10-291-0/+1
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-022-2/+2
* replace tabs to spaces at app/views/wiki/destroy.html.erbToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/wiki/index.html.erbToshi MARUYAMA2011-09-181-2/+2
* replace tabs to spaces at app/views/wiki/show.html.erbToshi MARUYAMA2011-09-181-2/+2
* replace tabs to spaces at app/views/wiki/date_index.html.erbToshi MARUYAMA2011-09-171-2/+2
* remove trailing white-spaces from app/views/wiki/edit.html.erbToshi MARUYAMA2011-09-141-1/+1
* rename .rhtml to .html.erb of app/views/wiki/diff.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/annotate.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/_content.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/destroy.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/export.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/show.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/rename.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/edit.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/export_multiple.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/wiki/_sidebar.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* Replace hardcoded string "diff" in Wiki#show (#9043).Toshi MARUYAMA2011-08-121-1/+1
* remove trailing white-spaces from app/views/wiki/show.rhtml.Toshi MARUYAMA2011-08-111-1/+1
* replace « and » at app/views/wiki/show.rhtml to hexadecimal UTF-8 s...Toshi MARUYAMA2011-08-061-2/+2
* Replaced french word "anonyme" at app/views/wiki/show.rhtml with label_user_a...Toshi MARUYAMA2011-08-061-4/+11
* Replaced french word "anonyme" at app/views/wiki/diff.rhtml with label_user_a...Toshi MARUYAMA2011-08-061-4/+12
* Replaced french word "anonyme" at app/views/wiki/annotate.rhtml with label_us...Toshi MARUYAMA2011-08-061-4/+11
* remove duplicate h() from app/views/wiki/diff.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* remove duplicate h() from app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/diff.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/annotate.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/wiki/show.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/export_multiple.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/wiki/edit.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/date_index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* remove trailing white-spaces from app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* wrap @diff.content_to.author.name with link_to_user() at app/views/wiki/diff....Toshi MARUYAMA2011-08-021-1/+1
* Adds breadcrumb on all wiki page views.Jean-Philippe Lang2011-07-047-5/+17
* Adds noindex,noarchive robots meta tag on form pages (#7582).Jean-Philippe Lang2011-04-121-0/+1
* Fixed: atom links on wiki index broken by r4266.Jean-Philippe Lang2011-03-212-4/+4
* Adds an option to #render_page_hierarchy to add timestamp titles.Jean-Philippe Lang2011-03-121-1/+1
* Fixes wiki diff rendering.Jean-Philippe Lang2011-02-271-1/+1
* Extracts a diff helper from the WikiDiff class.Jean-Philippe Lang2011-02-271-3/+3