summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-144-3/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-1415-1/+803
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-126-11/+12
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* adjust source indents (#20298)Toshi MARUYAMA2015-08-121-33/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "div" tag around revision details (#20298)Toshi MARUYAMA2015-08-121-0/+2
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query doesn't work with non ASCII uppercase symbols (#20438).Jean-Philippe Lang2015-08-021-2/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong syntax for resizing inline images may throw a 500 error (#20278).Jean-Philippe Lang2015-08-021-1/+1
| | | | | | Fix by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot create a custom query visibility is "to these roles only" (#20427).Jean-Philippe Lang2015-08-021-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-268-42/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that members without view issues permission are able to list issues on ↵Jean-Philippe Lang2015-07-251-1/+5
| | | | | | public projects if the non member role has the permission (#20206). git-svn-id: http://svn.redmine.org/redmine/trunk@14450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Welcome text misses wiki div (#5770).Jean-Philippe Lang2015-07-241-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14448 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use https links instead of http links in ApplicationHelper#avatar_edit_link ↵Jean-Philippe Lang2015-07-051-1/+1
| | | | | | | | and Redmine::Info class methods (#20243). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes methods comments.Jean-Philippe Lang2015-07-051-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14409 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limit queries to given issues only.Jean-Philippe Lang2015-07-051-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14408 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload total spent time on the issue list with 1 query (#11253).Jean-Philippe Lang2015-07-052-4/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14407 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds "Total spent hours" column available on the issue list (#11253).Jean-Philippe Lang2015-07-051-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14406 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't display estimated hours when nil and total is 0.Jean-Philippe Lang2015-07-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14405 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a named route for test email.Jean-Philippe Lang2015-06-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14389 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that user with "Manage public queries" permission, can create global ↵Jean-Philippe Lang2015-06-293-18/+29
| | | | | | public query (#19842). git-svn-id: http://svn.redmine.org/redmine/trunk@14388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade jquery_ujs from 3.1.1 to 3.1.3.Jean-Philippe Lang2015-06-281-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed group sorted scope order (#20066).Jean-Philippe Lang2015-06-281-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14380 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add avatar and edit link to "My account" page (#5418).Jean-Philippe Lang2015-06-272-1/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disallow users to delete a version referenced by a custom field (#20159).Jean-Philippe Lang2015-06-272-1/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14376 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort journals by created_on then id (#14881).Jean-Philippe Lang2015-06-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14374 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failure introduced by r14366.Jean-Philippe Lang2015-06-211-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14368 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused view.Jean-Philippe Lang2015-06-211-13/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort members on all their roles.Jean-Philippe Lang2015-06-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14366 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-214-4/+4
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed extra blank lines (#19851).Jean-Philippe Lang2015-06-192-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a UI test (#19851).Jean-Philippe Lang2015-06-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed extra blank lines (#19851).Jean-Philippe Lang2015-06-191-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14343 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed wrong password rendering broken by r14339 (#19851).Jean-Philippe Lang2015-06-191-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14341 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed the sudo dialog when called from a dialog, eg. email addresses (#19851).Jean-Philippe Lang2015-06-191-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use existing label for password submission (#19851).Jean-Philippe Lang2015-06-192-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-1917-2/+76
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@14333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-184-16/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent roles loading on each call to User#managed_roles for admins.Jean-Philippe Lang2015-06-171-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white spaces from app/models/principal.rbToshi MARUYAMA2015-06-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip leading spaces to prevent lines from being rendered as pre tags.Jean-Philippe Lang2015-06-161-1/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-152-0/+47
| | | | | | Use GET /mail_handler?key= to get the form. git-svn-id: http://svn.redmine.org/redmine/trunk@14314 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-7/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14313 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set new member form width to 90% (#19844).Jean-Philippe Lang2015-06-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Put roadmap versions in <article> tags (#19341).Jean-Philippe Lang2015-06-131-1/+5
| | | | | | Patch by An Phan. git-svn-id: http://svn.redmine.org/redmine/trunk@14309 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Put news articles into <article> tags (#19339).Jean-Philippe Lang2015-06-131-7/+11
| | | | | | Patch by An Phan. git-svn-id: http://svn.redmine.org/redmine/trunk@14308 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-133-2/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-133-20/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14302 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set a max width to html email content (#16535).Jean-Philippe Lang2015-06-064-4/+27
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14300 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code formatting (#19982).Jean-Philippe Lang2015-06-061-9/+9
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14298 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces hard-coded strings in views (#19707).Jean-Philippe Lang2015-06-061-3/+3
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14297 e93f8b46-1217-0410-a6f0-8f06a7374b81