summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-238-3/+109
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo in french translation (#29275).Jean-Philippe Lang2018-09-231-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Column Project is no longer added by default to the list of default columns ↵Jean-Philippe Lang2018-09-235-10/+13
| | | | | | | | for time entries (#26537). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failures with sqlite3.Jean-Philippe Lang2018-09-236-14/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17502 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sqlite3: change default value for booleans to 1 or 0 (#23630).Jean-Philippe Lang2018-09-231-0/+93
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sqlite3: Boolean values are now stored as 1 and 0 (#23630).Jean-Philippe Lang2018-09-232-0/+49
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that issue details page shows default values for custom fields that ↵Jean-Philippe Lang2018-09-234-1/+26
| | | | | | aren't actually set (#25726). git-svn-id: http://svn.redmine.org/redmine/trunk@17499 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add assignable, issues_visibility, time_entries_visibility and ↵Go MAEDA2018-09-232-0/+9
| | | | | | | | | users_visibility to Roles API response (#28191). Patch by Alex Stanev. git-svn-id: http://svn.redmine.org/redmine/trunk@17498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move left bottom links from project settings above (#25853).Go MAEDA2018-09-202-14/+15
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Expose the Admin flag on the users api to admin users (#29459).Go MAEDA2018-09-203-0/+14
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a link to issue summary to issue tracking box on overview page (#29644).Go MAEDA2018-09-201-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine::SortCriteria#normalize! does not limit properly the maximum number ↵Go MAEDA2018-09-202-2/+7
| | | | | | | | | of elements (#29632). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17494 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-183-9/+16
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "View Differences" button above wiki and repository revisions table ↵Go MAEDA2018-09-182-2/+4
| | | | | | | | | (#12221). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r17354 (#28829).Jean-Philippe Lang2018-09-154-146/+110
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Special character like quote breaks wiki links (#22967).Jean-Philippe Lang2018-09-152-0/+47
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Create fixture correctly.Jean-Philippe Lang2018-09-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable workflow checkboxes with no status change (#5593).Jean-Philippe Lang2018-09-153-7/+21
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change English translation for setting_issue_list_default_columns (#26501).Jean-Philippe Lang2018-09-151-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17486 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-152-3/+35
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlight due date of overdue issues in the issues list (#27316).Go MAEDA2018-09-151-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-148-21/+120
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "icon" class to items in time entries context menu (#28605).Go MAEDA2018-09-141-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds ##123-linking syntax docs to detailed help pages (#29488).Go MAEDA2018-09-1198-0/+98
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds documentation for ##123 issue linking syntax (#29488).Go MAEDA2018-09-1098-0/+98
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-082-6/+26
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in test name: s/highligth/highlight/ (#29440).Go MAEDA2018-08-261-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mercurial 4.7 compatibility (#29413).Go MAEDA2018-08-251-2/+4
| | | | | | | Patch by Frédéric Fondement. git-svn-id: http://svn.redmine.org/redmine/trunk@17474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor Redmine::MimeType.of. Uses MiniMime.lookup_by_extension instead of ↵Go MAEDA2018-08-152-10/+6
| | | | | | lookup_by_filename (#29359). git-svn-id: http://svn.redmine.org/redmine/trunk@17473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test that Redmine::MimeType.css_class_of, main_mimetype_of and is_type? are ↵Go MAEDA2018-08-151-0/+3
| | | | | | case-insensitive (#29359). git-svn-id: http://svn.redmine.org/redmine/trunk@17472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test that Redmine::MimeType.of is case-insensitive (#29359).Go MAEDA2018-08-151-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't require mime-types (#29359).Go MAEDA2018-08-131-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-127-7/+7
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace mime-types gem with more efficient mini_mime gem (#29359).Go MAEDA2018-08-122-4/+4
| | | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark default version in versions tab from project settings (#27799).Go MAEDA2018-08-092-0/+23
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated French translationJean-Philippe Lang2018-08-091-16/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a test failure in test/functional/my_controller_test.rb that depends on ↵Go MAEDA2018-08-091-1/+1
| | | | | | time and zone (#2471). git-svn-id: http://svn.redmine.org/redmine/trunk@17465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.1.Go MAEDA2018-08-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export users list to CSV (#5957).Go MAEDA2018-08-054-5/+99
| | | | | | | Contriubted by Mizuki ISHIKAWA and Yuki Kita. git-svn-id: http://svn.redmine.org/redmine/trunk@17463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-0211-12/+12
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entry creation: preserve 'spent on' value when using 'Create and ↵Go MAEDA2018-08-022-4/+5
| | | | | | | | | Continue' (#29308). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-015-6/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the missing icon class to the items with icons from the contextual menu ↵Go MAEDA2018-08-012-10/+8
| | | | | | | | | (#28605). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17457 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture (#2471).Go MAEDA2018-07-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17456 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17455 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-282-2/+2
| | | | | | | Patch by jwjw yy. git-svn-id: http://svn.redmine.org/redmine/trunk@17454 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-253-3/+77
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-222-0/+10
| | | | | | | Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-212-1/+6
| | | | | | | Patch by Stephan Wenzel. git-svn-id: http://svn.redmine.org/redmine/trunk@17450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture for ↵Go MAEDA2018-07-161-1/+1
| | | | | | | | | IssuesTest#test_create_issue_with_new_target_version (#29215). Patch by Ed Tan. git-svn-id: http://svn.redmine.org/redmine/trunk@17449 e93f8b46-1217-0410-a6f0-8f06a7374b81