summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Don't render empty divs when there are no custom fields on the issue form (#2...Jean-Philippe Lang2015-08-181-0/+2
* Project.copy_from deletes enabled_modules on source (#20512).Jean-Philippe Lang2015-08-181-1/+1
* Find user by login then by email.Jean-Philippe Lang2015-08-151-4/+3
* Use same logic for finding user as a custom field (#950).Jean-Philippe Lang2015-08-151-13/+1
* #downcase no longer needed after r14484 (#20369).Jean-Philippe Lang2015-08-151-1/+1
* Use same logic for finding user when importing a file (#950).Jean-Philippe Lang2015-08-151-1/+1
* Moved implementation to Principal.Jean-Philippe Lang2015-08-152-21/+25
* Fixed that #find_assignee_from_keyword may return a group with blank keyword ...Jean-Philippe Lang2015-08-151-0/+2
* #downcase no longer needed after r14484 (#20369).Jean-Philippe Lang2015-08-151-1/+1
* Use named scope to find the matching version (#950).Jean-Philippe Lang2015-08-151-1/+1
* Set default date format based on user locale (#950).Jean-Philippe Lang2015-08-141-1/+5
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-144-3/+39
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-1415-1/+803
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-126-11/+12
* adjust source indents (#20298)Toshi MARUYAMA2015-08-121-33/+33
* "div" tag around revision details (#20298)Toshi MARUYAMA2015-08-121-0/+2
* Query doesn't work with non ASCII uppercase symbols (#20438).Jean-Philippe Lang2015-08-021-2/+8
* Wrong syntax for resizing inline images may throw a 500 error (#20278).Jean-Philippe Lang2015-08-021-1/+1
* Cannot create a custom query visibility is "to these roles only" (#20427).Jean-Philippe Lang2015-08-021-0/+1
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-268-42/+39
* Fixed that members without view issues permission are able to list issues on ...Jean-Philippe Lang2015-07-251-1/+5
* Welcome text misses wiki div (#5770).Jean-Philippe Lang2015-07-241-1/+3
* Use https links instead of http links in ApplicationHelper#avatar_edit_link a...Jean-Philippe Lang2015-07-051-1/+1
* Fixes methods comments.Jean-Philippe Lang2015-07-051-1/+2
* Limit queries to given issues only.Jean-Philippe Lang2015-07-051-3/+5
* Preload total spent time on the issue list with 1 query (#11253).Jean-Philippe Lang2015-07-052-4/+16
* Adds "Total spent hours" column available on the issue list (#11253).Jean-Philippe Lang2015-07-051-0/+6
* Don't display estimated hours when nil and total is 0.Jean-Philippe Lang2015-07-051-1/+1
* Adds a named route for test email.Jean-Philippe Lang2015-06-291-1/+1
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-1/+1
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-293-18/+29
* Upgrade jquery_ujs from 3.1.1 to 3.1.3.Jean-Philippe Lang2015-06-281-1/+1
* Fixed group sorted scope order (#20066).Jean-Philippe Lang2015-06-281-1/+1
* Add avatar and edit link to "My account" page (#5418).Jean-Philippe Lang2015-06-272-1/+13
* Disallow users to delete a version referenced by a custom field (#20159).Jean-Philippe Lang2015-06-272-1/+10
* Sort journals by created_on then id (#14881).Jean-Philippe Lang2015-06-271-1/+1
* Fixed test failure introduced by r14366.Jean-Philippe Lang2015-06-211-2/+2
* Removed unused view.Jean-Philippe Lang2015-06-211-13/+0
* Sort members on all their roles.Jean-Philippe Lang2015-06-211-1/+1
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-214-4/+4
* Removed extra blank lines (#19851).Jean-Philippe Lang2015-06-192-3/+0
* Adds a UI test (#19851).Jean-Philippe Lang2015-06-191-1/+1
* Removed extra blank lines (#19851).Jean-Philippe Lang2015-06-191-3/+0
* Fixed wrong password rendering broken by r14339 (#19851).Jean-Philippe Lang2015-06-191-2/+2
* Fixed the sudo dialog when called from a dialog, eg. email addresses (#19851).Jean-Philippe Lang2015-06-191-3/+3
* Use existing label for password submission (#19851).Jean-Philippe Lang2015-06-192-2/+2
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-1917-2/+76
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-184-16/+18
* Prevent roles loading on each call to User#managed_roles for admins.Jean-Philippe Lang2015-06-171-1/+2
* remove trailing white spaces from app/models/principal.rbToshi MARUYAMA2015-06-171-1/+1