| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve the "from" parameter in activity links. | Jean-Philippe Lang | 2012-12-02 | 1 | -1/+1 |
* | Adds helpers for retrieving my page data. | Jean-Philippe Lang | 2012-12-02 | 7 | -31/+7 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 4 | -4/+4 |
* | Fixed that repository identifier may not be displayed in project settings (#1... | Jean-Philippe Lang | 2012-11-18 | 1 | -1/+1 |
* | 'None' grouped issue list section should be translated (#12358). | Jean-Philippe Lang | 2012-11-17 | 1 | -1/+1 |
* | Issue "Update" link broken focus (#12356). | Jean-Philippe Lang | 2012-11-17 | 1 | -1/+1 |
* | Adds a div that wraps everything except the footer. | Jean-Philippe Lang | 2012-11-08 | 1 | -0/+2 |
* | Fixed source indentation (#8106). | Jean-Philippe Lang | 2012-10-30 | 1 | -3/+3 |
* | Issues by Category should show tasks without category (#8106). | Jean-Philippe Lang | 2012-10-30 | 1 | -6/+5 |
* | Display non working days on gantt according to settings (#2161). | Jean-Philippe Lang | 2012-10-29 | 1 | -2/+3 |
* | Non working days is an array of strings (#2161). | Jean-Philippe Lang | 2012-10-29 | 1 | -1/+1 |
* | Ignore non-working days when rescheduling an issue (#2161). | Jean-Philippe Lang | 2012-10-29 | 1 | -0/+2 |
* | Hard-coded "Back" on 404 view (#12231). | Jean-Philippe Lang | 2012-10-28 | 1 | -1/+1 |
* | Use page parameter instead of p for pagination. | Jean-Philippe Lang | 2012-10-28 | 1 | -1/+1 |
* | Wrap issue description and its contextual menu in a div (#12211). | Jean-Philippe Lang | 2012-10-27 | 1 | -0/+2 |
* | Adds last edit comments on the wiki page (#7082). | Jean-Philippe Lang | 2012-10-25 | 1 | -0/+1 |
* | Adds ?include=attachments option when retrieving a wiki page with the REST AP... | Jean-Philippe Lang | 2012-10-25 | 1 | -0/+6 |
* | REST API for retrieving wiki pages (#7082). | Jean-Philippe Lang | 2012-10-25 | 2 | -0/+24 |
* | scm: use nil instead of @rev at revision text box of "View all revisions" page | Toshi MARUYAMA | 2012-10-24 | 1 | -1/+1 |
* | fix "Page not found" on OK button in SCM "View all revisions" page (#12196) | Toshi MARUYAMA | 2012-10-24 | 1 | -1/+2 |
* | Ability to delete a version from a wiki page history (#10852). | Jean-Philippe Lang | 2012-10-23 | 1 | -1/+4 |
* | Wiki page versions routes cleanup. | Jean-Philippe Lang | 2012-10-21 | 1 | -1/+1 |
* | Don't show watch, lock/unlock, delete links on previous wiki page versions. | Jean-Philippe Lang | 2012-10-21 | 1 | -7/+10 |
* | Handle deleted wiki page versions (#10852). | Jean-Philippe Lang | 2012-10-21 | 1 | -3/+3 |
* | Adds links to locked users when current user is admin. | Jean-Philippe Lang | 2012-10-18 | 1 | -1/+1 |
* | Makes enumerations available through the REST API. | Jean-Philippe Lang | 2012-10-17 | 1 | -0/+9 |
* | Adds a helper for displaying a link to add a subtask (#12113). | Jean-Philippe Lang | 2012-10-17 | 1 | -1/+1 |
* | Expose roles details via REST API (#11502). | Jean-Philippe Lang | 2012-10-12 | 1 | -0/+9 |
* | Preserve username when authentification failed (#11846). | Jean-Philippe Lang | 2012-10-11 | 1 | -2/+7 |
* | Adds a setting to allow subtasks to belong to other projects (#5487). | Jean-Philippe Lang | 2012-10-10 | 2 | -1/+3 |
* | Restyles the issue counts. | Jean-Philippe Lang | 2012-10-07 | 1 | -1/+1 |
* | Private issue notes (#1554). | Jean-Philippe Lang | 2012-10-03 | 4 | -6/+20 |
* | Makes related issues available for display and filtering on the issue list (#... | Jean-Philippe Lang | 2012-09-29 | 1 | -0/+1 |
* | Don't display the dropdown if no transition is allowed. | Jean-Philippe Lang | 2012-09-27 | 1 | -1/+1 |
* | explicitly define route at scm diff view (#11966) | Toshi MARUYAMA | 2012-09-27 | 1 | -2/+3 |
* | code layout cleanup app/views/issues/_list.html.erb | Toshi MARUYAMA | 2012-09-25 | 1 | -11/+16 |
* | Fixed JSON escaping of filters (#11929). | Jean-Philippe Lang | 2012-09-25 | 1 | -5/+5 |
* | Anonymous users should always see public issues only (#11872). | Jean-Philippe Lang | 2012-09-20 | 1 | -0/+2 |
* | New relation form Cancel link is broken with Chrome 21 (#11036). | Jean-Philippe Lang | 2012-09-20 | 1 | -1/+1 |
* | use radio buttons instead of a select at attachment as same as r10426 repository | Toshi MARUYAMA | 2012-09-18 | 1 | -7/+5 |
* | Use radio buttons instead of a select. | Jean-Philippe Lang | 2012-09-18 | 1 | -5/+3 |
* | Fixed that git diff displays deleted files as /dev/null (#11868). | Jean-Philippe Lang | 2012-09-18 | 3 | -3/+4 |
* | fix deprecation warning of the format in the template name | Toshi MARUYAMA | 2012-09-18 | 2 | -2/+2 |
* | Attachments should be available to the text formatter when previewing an exis... | Jean-Philippe Lang | 2012-09-16 | 2 | -2/+2 |
* | Use javascript_tag. | Jean-Philippe Lang | 2012-09-11 | 1 | -2/+3 |
* | Moved the javascript includes in html head. | Jean-Philippe Lang | 2012-09-11 | 1 | -2/+5 |
* | do not show estimated time if it is nil on issue page | Toshi MARUYAMA | 2012-09-11 | 1 | -1/+3 |
* | Option to copy subtasks when copying issue(s) (#6965). | Jean-Philippe Lang | 2012-09-08 | 2 | -0/+13 |
* | gantt: code layout cleanup html days headers | Toshi MARUYAMA | 2012-09-08 | 1 | -11/+7 |
* | gantt: code layout cleanup html weeks headers | Toshi MARUYAMA | 2012-09-08 | 1 | -11/+7 |