summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
Commit message (Expand)AuthorAgeFilesLines
* code layout cleanup app/views/wiki/edit.html.erbToshi MARUYAMA2012-02-051-2/+4
* replace tabs to spaces at app/views/wiki/edit.html.erbToshi MARUYAMA2012-02-051-3/+3
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-2/+7
* replace tabs to spaces at app/views/wiki/index.html.erbToshi MARUYAMA2012-01-311-2/+2
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-302-4/+8
* Check parent wiki page by default.Jean-Philippe Lang2012-01-301-1/+1
* code layout clean up app/views/wiki/rename.html.erbToshi MARUYAMA2012-01-031-2/+7
* Rails3: view: use explicit post method at wiki/rename.html.erbToshi MARUYAMA2012-01-031-1/+3
* code layout clean up app/views/wiki/index.html.erbToshi MARUYAMA2012-01-031-3/+11
* Give explicit url option.Jean-Philippe Lang2012-01-011-1/+1
* Rails3: view: html_safe for wiki/show.html.erbToshi MARUYAMA2012-01-011-2/+2
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-0/+4
* Changed style of the wiki edit form.Jean-Philippe Lang2011-12-171-3/+6
* 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