summaryrefslogtreecommitdiffstats
path: root/app/views/journals
Commit message (Expand)AuthorAgeFilesLines
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-091-4/+7
* Enable frozen_string_literal for app/views/*/*.builder (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Use pre tags for wiki diff (#11359).Jean-Philippe Lang2018-12-161-3/+1
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-6/+1
* Move journal action links above the notes.Jean-Philippe Lang2017-07-271-1/+2
* Preview when editing journal notes broken by r15621.Jean-Philippe Lang2017-04-131-1/+1
* Don't replace the already entered comment when quoting a previous comment.Jean-Philippe Lang2016-11-191-3/+6
* Renames #render_private_notes to #render_private_notes_indicator (#22575).Jean-Philippe Lang2016-07-101-1/+1
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-3/+5
* Enable updating private_notes property on journal edit form (#22575).Jean-Philippe Lang2016-07-102-0/+5
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-1/+2
* Information leak in Atom feed (#21419).Jean-Philippe Lang2015-12-041-1/+1
* Use named routes or helpers.Jean-Philippe Lang2014-11-261-4/+4
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-141-1/+1
* Adds favicon to ATOM feeds (#14309).Jean-Philippe Lang2014-01-121-0/+1
* use document.referrer instead of history.length (#13697)Toshi MARUYAMA2013-05-241-1/+1
* remove unneeded escaping at app/views/journals/diff.html.erbToshi MARUYAMA2013-05-211-1/+1
* fix back-button on description diff page in case of no browser history (#13697)Toshi MARUYAMA2013-05-211-1/+4
* Fixed: clicking journal edit multiple times shows multiple forms (#12568).Jean-Philippe Lang2012-12-131-1/+7
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-1/+8
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-224-13/+10
* Removes RJS from JournalsController.Jean-Philippe Lang2012-07-195-13/+16
* Removes a call to form_remote_tag.Jean-Philippe Lang2012-07-181-1/+3
* Adds a helper for preview links.Jean-Philippe Lang2012-07-181-8/+3
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* route: split issue preview route to adding and editingToshi MARUYAMA2012-02-151-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-2/+2
* [#9489] added invisible labelToshi MARUYAMA2011-10-291-0/+1
* add newline at end of app/views/journals/index.builderToshi MARUYAMA2011-10-241-1/+1
* Rails3: rename app/views/journals/index.rxml to app/views/journals/index.buil...Toshi MARUYAMA2011-10-041-0/+0
* remove trailing white-spaces from app/views/journals/_notes_form.html.erbToshi MARUYAMA2011-09-151-2/+2
* rename .rhtml to .html.erb of app/views/journals/_notes_form.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* Adds support for preview when editing an issue note (#5520).Jean-Philippe Lang2011-03-281-0/+10
* Adds wiki toolbar to notes editing form (#7899).Jean-Philippe Lang2011-03-281-2/+5
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-0/+10
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+30
* Fixes undefined method 'notes' error from r3594Eric Davis2010-03-171-1/+1
* Fixed: Editing issue notes removes quote link (#4279).Jean-Philippe Lang2009-11-241-1/+1
* Fixed: HTML entities displayed when editing an issue note (#3996).Jean-Philippe Lang2009-10-111-2/+2
* Escape textarea content when editing a issue note.Jean-Philippe Lang2008-12-191-2/+2
* Added plugin hooks around Journal editingEric Davis2008-12-102-0/+3
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-3/+8
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-023-0/+13