| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds "sorted" scope to Principal and User and sort users/groups properly. | Jean-Philippe Lang | 2013-01-23 | 6 | -4/+15 |
* | Wrong redmine link after referencing an object from a different project (#129... | Jean-Philippe Lang | 2013-01-22 | 1 | -1/+2 |
* | Input fields restricted on length should have maxlength parameter set (#12833). | Jean-Philippe Lang | 2013-01-20 | 2 | -2/+2 |
* | "Parent task is invalid" while editing child issues with restricted Issues Vi... | Jean-Philippe Lang | 2013-01-20 | 1 | -1/+1 |
* | Respond with 404 when params[:ids] is missing (#12898). | Jean-Philippe Lang | 2013-01-20 | 1 | -0/+3 |
* | Fixed that adding a blank/invalid block to my page renders a blank page (#128... | Jean-Philippe Lang | 2013-01-20 | 1 | -9/+10 |
* | Test failure. | Jean-Philippe Lang | 2013-01-20 | 1 | -3/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2013-01-20 | 1 | -6/+9 |
* | Don't use && return. | Jean-Philippe Lang | 2013-01-20 | 2 | -4/+5 |
* | Don't use && return. | Jean-Philippe Lang | 2013-01-20 | 1 | -3/+3 |
* | Safer find_by_ call. | Jean-Philippe Lang | 2013-01-20 | 1 | -2/+2 |
* | Plugin settings div should perhaps have 'settings' CSS class (#12910). | Jean-Philippe Lang | 2013-01-20 | 1 | -1/+1 |
* | Fix 500 error for requests to the settings path for non-configurable plugins ... | Jean-Philippe Lang | 2013-01-20 | 1 | -0/+5 |
* | Changed fieldset legend and make it hidden by default like on the issue list ... | Jean-Philippe Lang | 2013-01-20 | 1 | -3/+3 |
* | Removed duplicate HTML element id (#12122). | Jean-Philippe Lang | 2013-01-20 | 1 | -1/+1 |
* | Gantt progress lines (#12122). | Jean-Philippe Lang | 2013-01-20 | 1 | -1/+38 |
* | Split "Manage documents" permission into create, edit and delete permissions ... | Jean-Philippe Lang | 2013-01-20 | 3 | -3/+5 |
* | Adds pagination to users list when adding project or group members (#9549). | Jean-Philippe Lang | 2013-01-18 | 11 | -18/+44 |
* | Link to attachment should return latest attachment (#7510). | Jean-Philippe Lang | 2013-01-15 | 1 | -1/+1 |
* | Use helper. | Jean-Philippe Lang | 2013-01-14 | 1 | -2/+1 |
* | Use named route with attachment filename for inline images. | Jean-Philippe Lang | 2013-01-14 | 1 | -2/+1 |
* | Adds a named route for thumbnails and use route helper in #thumbnail_tag. | Jean-Philippe Lang | 2013-01-14 | 1 | -2/+2 |
* | Add named routes for attachments and use route helpers in #link_to_attachment. | Jean-Philippe Lang | 2013-01-14 | 1 | -8/+4 |
* | Use route helper in #link_to_message. | Jean-Philippe Lang | 2013-01-14 | 1 | -5/+3 |
* | Removed deprecated call from examples. | Jean-Philippe Lang | 2013-01-14 | 1 | -1/+0 |
* | Use route helper in #link_to_project. | Jean-Philippe Lang | 2013-01-14 | 2 | -4/+18 |
* | Add links to projects in Group projects list (#12843). | Jean-Philippe Lang | 2013-01-14 | 1 | -1/+1 |
* | Removed useless require 'iconv' (#12787). | Jean-Philippe Lang | 2013-01-12 | 2 | -3/+0 |
* | Makes issue custom fields available as timelog columns (#1766). | Jean-Philippe Lang | 2013-01-12 | 2 | -0/+23 |
* | Adds issue custom fields to time entries filters (#10191). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 161 | -161/+161 |
* | Adds a message about disabling multiple values on custom field form (#12251). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+6 |
* | Ability to uncheck "Multiple values" for existing custom fields (#12251). | Jean-Philippe Lang | 2013-01-12 | 2 | -1/+18 |
* | Code cleanup (#12801). | Jean-Philippe Lang | 2013-01-10 | 1 | -3/+3 |
* | Fixed that viewing the history of a wiki page with attachments raises an erro... | Jean-Philippe Lang | 2013-01-10 | 1 | -2/+2 |
* | Deprecation warnings (#12774). | Jean-Philippe Lang | 2013-01-08 | 10 | -19/+19 |
* | Gantt perf: fixed that Project#start_date and #due_date run way too much quer... | Jean-Philippe Lang | 2013-01-06 | 2 | -8/+14 |
* | Generate project identifier automatically with JavaScript (#9225). | Jean-Philippe Lang | 2013-01-06 | 1 | -1/+7 |
* | remove trailing white-spaces from app/models/mail_handler.rb | Toshi MARUYAMA | 2013-01-06 | 1 | -2/+2 |
* | Negative estimated hours should not be valid (#12735). | Jean-Philippe Lang | 2013-01-05 | 1 | -1/+1 |
* | Adds a custom validator for dates (#12736). | Jean-Philippe Lang | 2013-01-05 | 2 | -16/+3 |
* | Login link unexpected logs you out (#12611). | Jean-Philippe Lang | 2013-01-05 | 1 | -1/+3 |
* | Store the other issue in a variable (#10916). | Jean-Philippe Lang | 2013-01-05 | 1 | -6/+7 |
* | Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436). | Jean-Philippe Lang | 2013-01-05 | 1 | -2/+21 |
* | Make sure that dates are stored as YYYY-MM-DD in journal details (#12713). | Jean-Philippe Lang | 2013-01-04 | 1 | -2/+5 |
* | Prevent sqlserver adapter from breaking the sub-query (#12713). | Jean-Philippe Lang | 2013-01-04 | 1 | -1/+1 |
* | Pass the order option as an array to satisfy sqlserver adapter (#12713). | Jean-Philippe Lang | 2013-01-04 | 2 | -8/+7 |
* | Deprecates Version#*_pourcent in favour of #*_percent (#12724). | Jean-Philippe Lang | 2013-01-04 | 4 | -7/+19 |
* | remove trailing white-space from app/controllers/wiki_controller.rb | Toshi MARUYAMA | 2013-01-04 | 1 | -1/+1 |
* | A column has been specified more than once in the order by list (#12713). | Jean-Philippe Lang | 2013-01-03 | 1 | -1/+1 |