summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed extraneous hidden_field on wiki history (#7379).Jean-Philippe Lang2011-01-221-1/+0
* Removed hard-coded style on wiki history view.Jean-Philippe Lang2011-01-061-6/+6
* Broken links on wiki diff view.Jean-Philippe Lang2010-12-201-2/+2
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-1/+1
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-284-9/+9
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-278-29/+29
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-262-2/+2
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-252-1/+1
* Fixed: file upload on wiki page broken by recent refactoring (#6724).Jean-Philippe Lang2010-10-221-1/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+1
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-218-15/+15
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-204-3/+4
* Refactor: extract method from WikiController#specialEric Davis2010-10-182-1/+1