summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strip leading spaces to prevent lines from being rendered as pre tags.Jean-Philippe Lang2015-06-161-1/+8
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-152-0/+47
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-7/+9
* Set new member form width to 90% (#19844).Jean-Philippe Lang2015-06-141-1/+1
* Put roadmap versions in <article> tags (#19341).Jean-Philippe Lang2015-06-131-1/+5
* Put news articles into <article> tags (#19339).Jean-Philippe Lang2015-06-131-7/+11
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-133-2/+46
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-133-20/+16
* Set a max width to html email content (#16535).Jean-Philippe Lang2015-06-064-4/+27
* Code formatting (#19982).Jean-Philippe Lang2015-06-061-9/+9
* Replaces hard-coded strings in views (#19707).Jean-Philippe Lang2015-06-061-3/+3
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-318-26/+130
* Fixed that project activity without parent hides system activities and remove...Jean-Philippe Lang2015-05-301-40/+10