summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-238-3/+109
* Typo in french translation (#29275).Jean-Philippe Lang2018-09-231-2/+2
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-235-10/+13
* Test failures with sqlite3.Jean-Philippe Lang2018-09-236-14/+17
* Sqlite3: change default value for booleans to 1 or 0 (#23630).Jean-Philippe Lang2018-09-231-0/+93
* Sqlite3: Boolean values are now stored as 1 and 0 (#23630).Jean-Philippe Lang2018-09-232-0/+49
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-234-1/+26
* Add assignable, issues_visibility, time_entries_visibility and users_visibili...Go MAEDA2018-09-232-0/+9
* Move left bottom links from project settings above (#25853).Go MAEDA2018-09-202-14/+15
* Expose the Admin flag on the users api to admin users (#29459).Go MAEDA2018-09-203-0/+14
* Add a link to issue summary to issue tracking box on overview page (#29644).Go MAEDA2018-09-201-0/+1
* Redmine::SortCriteria#normalize! does not limit properly the maximum number o...Go MAEDA2018-09-202-2/+7
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-183-9/+16
* Add "View Differences" button above wiki and repository revisions table (#122...Go MAEDA2018-09-182-2/+4
* Reverts r17354 (#28829).Jean-Philippe Lang2018-09-154-146/+110
* Special character like quote breaks wiki links (#22967).Jean-Philippe Lang2018-09-152-0/+47
* Create fixture correctly.Jean-Philippe Lang2018-09-151-2/+2
* Disable workflow checkboxes with no status change (#5593).Jean-Philippe Lang2018-09-153-7/+21
* Change English translation for setting_issue_list_default_columns (#26501).Jean-Philippe Lang2018-09-151-1/+1
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-152-3/+35
* Highlight due date of overdue issues in the issues list (#27316).Go MAEDA2018-09-151-0/+1
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-148-21/+120
* Add "icon" class to items in time entries context menu (#28605).Go MAEDA2018-09-141-3/+3
* Adds ##123-linking syntax docs to detailed help pages (#29488).Go MAEDA2018-09-1198-0/+98
* Adds documentation for ##123 issue linking syntax (#29488).Go MAEDA2018-09-1098-0/+98
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-082-6/+26
* Fix typo in test name: s/highligth/highlight/ (#29440).Go MAEDA2018-08-261-1/+1
* Mercurial 4.7 compatibility (#29413).Go MAEDA2018-08-251-2/+4
* Refactor Redmine::MimeType.of. Uses MiniMime.lookup_by_extension instead of l...Go MAEDA2018-08-152-10/+6
* Test that Redmine::MimeType.css_class_of, main_mimetype_of and is_type? are c...Go MAEDA2018-08-151-0/+3
* Test that Redmine::MimeType.of is case-insensitive (#29359).Go MAEDA2018-08-151-0/+1
* Don't require mime-types (#29359).Go MAEDA2018-08-131-2/+0
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-127-7/+7
* Replace mime-types gem with more efficient mini_mime gem (#29359).Go MAEDA2018-08-122-4/+4
* Mark default version in versions tab from project settings (#27799).Go MAEDA2018-08-092-0/+23
* Updated French translationJean-Philippe Lang2018-08-091-16/+10
* Fix a test failure in test/functional/my_controller_test.rb that depends on t...Go MAEDA2018-08-091-1/+1
* Update Rails to 5.2.1.Go MAEDA2018-08-081-1/+1
* Export users list to CSV (#5957).Go MAEDA2018-08-054-5/+99
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-0211-12/+12
* Time entry creation: preserve 'spent on' value when using 'Create and Continu...Go MAEDA2018-08-022-4/+5
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-015-6/+6
* Add the missing icon class to the items with icons from the contextual menu (...Go MAEDA2018-08-012-10/+8
* Add a missing fixture (#2471).Go MAEDA2018-07-291-1/+1
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-282-2/+2
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-253-3/+77
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-222-0/+10
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-212-1/+6
* Add a missing fixture for IssuesTest#test_create_issue_with_new_target_versio...Go MAEDA2018-07-161-1/+1