summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* code layout clean up app/views/messages/show.html.erbToshi MARUYAMA2012-01-101-6/+34
* replace tabs to spaces at app/views/news/new.html.erbToshi MARUYAMA2012-01-101-8/+8
* Do not call _before_save hook without saving.Jean-Philippe Lang2012-01-091-2/+0
* Do not call _before_save hook without saving.Jean-Philippe Lang2012-01-091-2/+0
* Avoid an AJAX query if the watchers form is already loaded.Jean-Philippe Lang2012-01-092-1/+3
* Ability to add non-member users as watchers (#5159).Jean-Philippe Lang2012-01-095-19/+59
* route: use ":controller" instead of ":as" for project_enumerationsToshi MARUYAMA2012-01-091-2/+2
* Fixed: error when displaying an issue with a query sorted by an association, ...Jean-Philippe Lang2012-01-081-1/+1
* Fixed that SCM selection is not saved when all SCM are disabled (#9937).Jean-Philippe Lang2012-01-081-0/+1
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Moved the div to a valid place.Jean-Philippe Lang2012-01-081-2/+3
* Removed invalid div.Jean-Philippe Lang2012-01-081-1/+1
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Form tag without action attribute is invalid.Jean-Philippe Lang2012-01-081-2/+2
* Do not generate duplicate ids and fixes tag attribute.Jean-Philippe Lang2012-01-081-2/+2
* Removes spaces in versions anchors.Jean-Philippe Lang2012-01-082-2/+6
* Do not generate empty uls.Jean-Philippe Lang2012-01-081-0/+2
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Fixed labels tags referencing wrong ids.Jean-Philippe Lang2012-01-081-1/+1
* Initialize watcher_user_ids for new records to prevent useless queries on eac...Jean-Philippe Lang2012-01-081-0/+1
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-082-5/+15
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-086-9/+21
* Moved Date months/weeks calculations used in Graph to lib.Etienne Massip2012-01-071-10/+1
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-072-2/+11
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-077-174/+15
* Removed the "Move" button for issues since they can be moved from the bulk ed...Jean-Philippe Lang2012-01-071-4/+0
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-072-8/+52
* Render projects as a tree in the project select field.Jean-Philippe Lang2012-01-071-1/+1
* Removed the "Move" button for single issue since it can be moved from the reg...Jean-Philippe Lang2012-01-072-1/+2
* Check permission before retrieving projects.Jean-Philippe Lang2012-01-071-2/+4
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-075-21/+66
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Code cleanup.Jean-Philippe Lang2012-01-061-27/+33
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Extracted some code from #move_to_project to a callback.Jean-Philippe Lang2012-01-061-29/+47
* Use #context_menu helper.Jean-Philippe Lang2012-01-061-5/+2
* remove duplicate "private" from MailHandler modelToshi MARUYAMA2012-01-061-2/+0
* remove redundant "email" parameter from MailHandler#create_user_from_emailToshi MARUYAMA2012-01-061-2/+2
* Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rbToshi MARUYAMA2012-01-051-3/+3
* code layout clean up app/views/issues/index.html.erbToshi MARUYAMA2012-01-051-6/+21
* code layout clean up app/models/news.rbToshi MARUYAMA2012-01-051-1/+4
* Adds avatar on changeset view.Jean-Philippe Lang2012-01-041-1/+1
* Fixed invalid html.Jean-Philippe Lang2012-01-041-1/+2
* Prevent empty table from being rendered.Jean-Philippe Lang2012-01-041-3/+6
* Use explicit path name.Jean-Philippe Lang2012-01-041-1/+1
* code layout clean up app/views/messages/edit.html.erbToshi MARUYAMA2012-01-041-3/+7
* Rails3: view: use explicit post method at messages/edit.html.erbToshi MARUYAMA2012-01-041-1/+5
* Rails3: view: change html special characters to hexadecimal utf-8 strings at ...Toshi MARUYAMA2012-01-041-2/+4
* Rails3: view: html_safe for repositories/_revision_graph.html.erbToshi MARUYAMA2012-01-041-1/+1
* use i18n label for previous and next issue (#2850)Toshi MARUYAMA2012-01-041-2/+6