summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-024-9/+80
* Test broken by r11296.Jean-Philippe Lang2013-02-021-1/+1
* Refactors methods for searching a user by token.Jean-Philippe Lang2013-02-022-13/+22
* Skip callbacks when updating last_login_on.Jean-Philippe Lang2013-02-011-2/+2
* Use database LOWER instead of #downcase.Jean-Philippe Lang2013-01-311-3/+3
* Code cleanup.Jean-Philippe Lang2013-01-301-6/+2
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-302-6/+18
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-302-2/+10
* Fixe that filter "Assignee's group" doesn't work with group assignments (#130...Jean-Philippe Lang2013-01-291-0/+1
* Wiki links to repositories with underscore their identifiers don't work (#129...Jean-Philippe Lang2013-01-271-2/+2
* Test failure with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-1/+2
* Test failure with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-3/+3
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-0/+2
* Always notify project members about news unless they turned off all notificat...Jean-Philippe Lang2013-01-262-28/+20
* remove trailing white-space from app/models/attachment.rbToshi MARUYAMA2013-01-261-1/+1
* fix typo "header_heigth" in gantt viewToshi MARUYAMA2013-01-241-7/+7
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-236-4/+15
* Wrong redmine link after referencing an object from a different project (#129...Jean-Philippe Lang2013-01-221-1/+2
* Input fields restricted on length should have maxlength parameter set (#12833).Jean-Philippe Lang2013-01-202-2/+2
* "Parent task is invalid" while editing child issues with restricted Issues Vi...Jean-Philippe Lang2013-01-201-1/+1
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+3
* Fixed that adding a blank/invalid block to my page renders a blank page (#128...Jean-Philippe Lang2013-01-201-9/+10
* Test failure.Jean-Philippe Lang2013-01-201-3/+2
* Code cleanup.Jean-Philippe Lang2013-01-201-6/+9
* Don't use && return.Jean-Philippe Lang2013-01-202-4/+5
* Don't use && return.Jean-Philippe Lang2013-01-201-3/+3
* Safer find_by_ call.Jean-Philippe Lang2013-01-201-2/+2
* Plugin settings div should perhaps have 'settings' CSS class (#12910).Jean-Philippe Lang2013-01-201-1/+1
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-0/+5
* Changed fieldset legend and make it hidden by default like on the issue list ...Jean-Philippe Lang2013-01-201-3/+3
* Removed duplicate HTML element id (#12122).Jean-Philippe Lang2013-01-201-1/+1
* Gantt progress lines (#12122).Jean-Philippe Lang2013-01-201-1/+38
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-203-3/+5
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-1811-18/+44
* Link to attachment should return latest attachment (#7510).Jean-Philippe Lang2013-01-151-1/+1
* Use helper.Jean-Philippe Lang2013-01-141-2/+1
* Use named route with attachment filename for inline images.Jean-Philippe Lang2013-01-141-2/+1
* Adds a named route for thumbnails and use route helper in #thumbnail_tag.Jean-Philippe Lang2013-01-141-2/+2
* Add named routes for attachments and use route helpers in #link_to_attachment.Jean-Philippe Lang2013-01-141-8/+4
* Use route helper in #link_to_message.Jean-Philippe Lang2013-01-141-5/+3
* Removed deprecated call from examples.Jean-Philippe Lang2013-01-141-1/+0
* Use route helper in #link_to_project.Jean-Philippe Lang2013-01-142-4/+18
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-1/+1
* Removed useless require 'iconv' (#12787).Jean-Philippe Lang2013-01-122-3/+0
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-122-0/+23
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-121-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-12161-161/+161
* Adds a message about disabling multiple values on custom field form (#12251).Jean-Philippe Lang2013-01-121-1/+6
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-122-1/+18
* Code cleanup (#12801).Jean-Philippe Lang2013-01-101-3/+3