| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | html_safe for Rails3 | Jean-Philippe Lang | 2011-12-17 | 1 | -1/+1 |
* | Display issue form fields according to permissions. | Jean-Philippe Lang | 2011-12-15 | 4 | -21/+33 |
* | Code cleanup. | Jean-Philippe Lang | 2011-12-13 | 3 | -3/+3 |
* | Moved fields specific to new issues to the new issue form. | Jean-Philippe Lang | 2011-12-13 | 2 | -15/+14 |
* | Fixed broken issue form update when changing tracker. | Jean-Philippe Lang | 2011-12-12 | 1 | -1/+1 |
* | Adds a hook before the new issue form. | Jean-Philippe Lang | 2011-12-12 | 1 | -0/+2 |
* | Changed IssuesController#destroy to DELETE only. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | Custom fields display on bulk edit form. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | Removed TabularFormBuilder references in views. | Jean-Philippe Lang | 2011-12-09 | 2 | -2/+2 |
* | replace tabs to spaces at app/views/issues/_form.html.erb | Toshi MARUYAMA | 2011-12-08 | 1 | -4/+4 |
* | Removed the "more" link to edit additional properties of an issue (#7603). | Jean-Philippe Lang | 2011-12-06 | 2 | -9/+11 |
* | Issue forms cleanup. | Jean-Philippe Lang | 2011-12-06 | 2 | -9/+4 |
* | Parameter changed to issue_category in r7882 (#9724). | Jean-Philippe Lang | 2011-12-05 | 1 | -1/+1 |
* | Makes spent time column available on the issue list (#971). | Jean-Philippe Lang | 2011-12-04 | 1 | -1/+1 |
* | CSS class for modal box buttons. | Jean-Philippe Lang | 2011-11-26 | 1 | -1/+1 |
* | Fixed: log time form not displayed on issue edit with :log_time permission on... | Jean-Philippe Lang | 2011-11-25 | 1 | -1/+1 |
* | Resourcified issue categories (#9553). | Jean-Philippe Lang | 2011-11-20 | 1 | -1/+1 |
* | Adds a dialog box for CSV export options (#4742). | Jean-Philippe Lang | 2011-11-20 | 1 | -1/+18 |
* | Removed useless return false; statement. | Jean-Philippe Lang | 2011-11-20 | 1 | -1/+1 |
* | [#9489] linked labels to their elements | Toshi MARUYAMA | 2011-10-29 | 2 | -12/+12 |
* | Make queries resources fully conform to common behavior (removed additonal ro... | Etienne Massip | 2011-10-26 | 1 | -3/+3 |
* | Refactor : convert queries to REST resources (also fixes #9108). | Etienne Massip | 2011-10-24 | 1 | -3/+3 |
* | Remove unecessary page title HTML escaping from views (#9252). | Etienne Massip | 2011-10-02 | 2 | -2/+2 |
* | replace tabs to spaces at app/views/issues/_sidebar.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -2/+2 |
* | replace tabs to spaces at app/views/issues/new.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/issues/index.api.rsb | Toshi MARUYAMA | 2011-09-17 | 1 | -4/+4 |
* | replace tabs to spaces at app/views/issues/_form.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/issues/_form_custom_fields.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/issues/_history.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/issues/bulk_edit.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -21/+21 |
* | replace tabs to spaces at app/views/issues/index.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -25/+25 |
* | remove trailing white-spaces from app/views/issues/_attributes.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -4/+4 |
* | remove trailing white-spaces from app/views/issues/bulk_edit.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -6/+6 |
* | remove trailing white-spaces from app/views/issues/_history.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/issues/index.api.rsb | Toshi MARUYAMA | 2011-09-16 | 1 | -4/+4 |
* | remove trailing white-spaces from app/views/issues/show.api.rsb | Toshi MARUYAMA | 2011-09-16 | 1 | -8/+8 |
* | replace tabs to spaces at app/views/issues/_edit.html.erb | Toshi MARUYAMA | 2011-09-15 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/issues/_edit.html.erb | Toshi MARUYAMA | 2011-09-15 | 1 | -4/+4 |
* | replace tabs to spaces at app/views/issues/show.html.erb | Toshi MARUYAMA | 2011-09-15 | 1 | -10/+10 |
* | remove trailing white-spaces from app/views/issues/show.html.erb | Toshi MARUYAMA | 2011-09-15 | 1 | -3/+3 |
* | replace tabs to spaces and remove trailing white-spaces at app/views/issues/_... | Toshi MARUYAMA | 2011-09-15 | 1 | -22/+22 |
* | replace tabs to spaces and remove trailing white-spaces at app/views/issues/_... | Toshi MARUYAMA | 2011-09-15 | 1 | -18/+18 |
* | remove trailing white-spaces from app/views/issues/new.html.erb | Toshi MARUYAMA | 2011-09-14 | 1 | -2/+2 |
* | rename .rhtml to .html.erb of app/views/issues/index.rhtml (#6317). | Toshi MARUYAMA | 2011-09-02 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/issues/show.rhtml (#6317). | Toshi MARUYAMA | 2011-09-02 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/issues/edit.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/issues/new.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/issues/destroy.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/issues/bulk_edit.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/issues/_attributes.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |