| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds "my projects" filter on the cross-project issue list. | Jean-Philippe Lang | 2012-01-13 | 1 | -0/+9 |
* | Fixed: Routing error when deleting an issue with spent time. | Jean-Philippe Lang | 2012-01-10 | 1 | -1/+1 |
* | Removed hard-coded styles. | Jean-Philippe Lang | 2012-01-10 | 1 | -5/+5 |
* | Use named routes. | Jean-Philippe Lang | 2012-01-10 | 1 | -3/+6 |
* | Adds total number of issues for each version on the roadmap. | Jean-Philippe Lang | 2012-01-10 | 1 | -3/+5 |
* | Separated new/edit views for the timelog controller. | Jean-Philippe Lang | 2012-01-10 | 4 | -24/+23 |
* | code layout clean up app/views/users/_memberships.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -4/+13 |
* | code layout clean up app/views/groups/_users.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -1/+6 |
* | code layout clean up app/views/groups/_memberships.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -5/+17 |
* | code layout clean up app/views/issues/_relations.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -3/+6 |
* | code layout clean up app/views/issues/show.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -1/+4 |
* | code layout clean up app/views/projects/settings/_members.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -7/+14 |
* | code layout clean up app/views/messages/show.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -6/+34 |
* | replace tabs to spaces at app/views/news/new.html.erb | Toshi MARUYAMA | 2012-01-10 | 1 | -8/+8 |
* | Do not call _before_save hook without saving. | Jean-Philippe Lang | 2012-01-09 | 1 | -2/+0 |
* | Do not call _before_save hook without saving. | Jean-Philippe Lang | 2012-01-09 | 1 | -2/+0 |
* | Avoid an AJAX query if the watchers form is already loaded. | Jean-Philippe Lang | 2012-01-09 | 2 | -1/+3 |
* | Ability to add non-member users as watchers (#5159). | Jean-Philippe Lang | 2012-01-09 | 5 | -19/+59 |
* | route: use ":controller" instead of ":as" for project_enumerations | Toshi MARUYAMA | 2012-01-09 | 1 | -2/+2 |
* | Fixed: error when displaying an issue with a query sorted by an association, ... | Jean-Philippe Lang | 2012-01-08 | 1 | -1/+1 |
* | Fixed that SCM selection is not saved when all SCM are disabled (#9937). | Jean-Philippe Lang | 2012-01-08 | 1 | -0/+1 |
* | Do not generate duplicate ids. | Jean-Philippe Lang | 2012-01-08 | 1 | -1/+1 |
* | Moved the div to a valid place. | Jean-Philippe Lang | 2012-01-08 | 1 | -2/+3 |
* | Removed invalid div. | Jean-Philippe Lang | 2012-01-08 | 1 | -1/+1 |
* | Do not generate duplicate ids. | Jean-Philippe Lang | 2012-01-08 | 1 | -1/+1 |
* | Form tag without action attribute is invalid. | Jean-Philippe Lang | 2012-01-08 | 1 | -2/+2 |
* | Do not generate duplicate ids and fixes tag attribute. | Jean-Philippe Lang | 2012-01-08 | 1 | -2/+2 |
* | Removes spaces in versions anchors. | Jean-Philippe Lang | 2012-01-08 | 2 | -2/+6 |
* | Do not generate empty uls. | Jean-Philippe Lang | 2012-01-08 | 1 | -0/+2 |
* | Do not generate duplicate ids. | Jean-Philippe Lang | 2012-01-08 | 1 | -1/+1 |
* | Fixed labels tags referencing wrong ids. | Jean-Philippe Lang | 2012-01-08 | 1 | -1/+1 |
* | Initialize watcher_user_ids for new records to prevent useless queries on eac... | Jean-Philippe Lang | 2012-01-08 | 1 | -0/+1 |
* | Check project assignment on issue copy/move. | Jean-Philippe Lang | 2012-01-08 | 2 | -5/+15 |
* | Use the regular issue form to copy a single issue. | Jean-Philippe Lang | 2012-01-08 | 6 | -9/+21 |
* | Moved Date months/weeks calculations used in Graph to lib. | Etienne Massip | 2012-01-07 | 1 | -10/+1 |
* | Deprecated Issue#move_to_project. | Jean-Philippe Lang | 2012-01-07 | 2 | -2/+11 |
* | Copy issues via bulk update action. | Jean-Philippe Lang | 2012-01-07 | 7 | -174/+15 |
* | Removed the "Move" button for issues since they can be moved from the bulk ed... | Jean-Philippe Lang | 2012-01-07 | 1 | -4/+0 |
* | Allows project to be changed from the bulk edit form. | Jean-Philippe Lang | 2012-01-07 | 2 | -8/+52 |
* | Render projects as a tree in the project select field. | Jean-Philippe Lang | 2012-01-07 | 1 | -1/+1 |
* | Removed the "Move" button for single issue since it can be moved from the reg... | Jean-Philippe Lang | 2012-01-07 | 2 | -1/+2 |
* | Check permission before retrieving projects. | Jean-Philippe Lang | 2012-01-07 | 1 | -2/+4 |
* | Allows project to be changed from the regular issue update action (#4769, #98... | Jean-Philippe Lang | 2012-01-07 | 5 | -21/+66 |
* | Code cleanup. | Jean-Philippe Lang | 2012-01-06 | 1 | -13/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2012-01-06 | 1 | -27/+33 |
* | Code cleanup. | Jean-Philippe Lang | 2012-01-06 | 1 | -13/+2 |
* | Extracted some code from #move_to_project to a callback. | Jean-Philippe Lang | 2012-01-06 | 1 | -29/+47 |
* | Use #context_menu helper. | Jean-Philippe Lang | 2012-01-06 | 1 | -5/+2 |
* | remove duplicate "private" from MailHandler model | Toshi MARUYAMA | 2012-01-06 | 1 | -2/+0 |
* | remove redundant "email" parameter from MailHandler#create_user_from_email | Toshi MARUYAMA | 2012-01-06 | 1 | -2/+2 |