summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Load default custom queries when running redmine:load_default_data rake task ↵Go MAEDA2020-04-281-1/+81
| | | | | | | | | (#33296). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix UI issues in the setting page of some plugins that have arisen after r19720.Go MAEDA2020-04-281-1/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-272-2/+2
| | | | | | | Patch by Thomas Löber and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-254-9/+12
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use principals in acts_as_watchable (#4511).Go MAEDA2020-04-251-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Principal to get users and groups for watchers in watchers controller ↵Go MAEDA2020-04-251-10/+5
| | | | | | | | | (#4511). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get the list of new issue watchers using single query and limit the results ↵Go MAEDA2020-04-251-6/+4
| | | | | | | | | to 20 (#4511). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused i18n key "label_overall_activity" and ↵Go MAEDA2020-04-2449-98/+0
| | | | | | | | | "label_overall_spent_time" (#33342). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Broken layout of the preview tab of "Welcome text" setting due to ↵Go MAEDA2020-04-231-1/+1
| | | | | | | | | unexpectedly applied padding-left (#33339). Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@19720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-237-4/+29
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-224-13/+23
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix warnings while running redmine:load_default_data rake task (#33310).Go MAEDA2020-04-221-1/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19715 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds option to include issue custom fields in projects#show API response ↵Go MAEDA2020-04-212-0/+14
| | | | | | | | | (#33301). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that thumbnail support for PDF attachments may not be detected (#33283).Go MAEDA2020-04-202-1/+7
| | | | | | | Patch by VVD VVD. git-svn-id: http://svn.redmine.org/redmine/trunk@19712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Redmine::Database.sqlite? as with postgresql? and postgresql?Toshi MARUYAMA2020-04-202-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19711 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove duplicate mysql? and postgresql? logicToshi MARUYAMA2020-04-201-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as ↵Toshi MARUYAMA2020-04-201-1/+1
| | | | | | with previous revision git-svn-id: http://svn.redmine.org/redmine/trunk@19709 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rbToshi MARUYAMA2020-04-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19708 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#33298).Go MAEDA2020-04-181-6/+4
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@19707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).Go MAEDA2020-04-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19706 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 3.18.0 (#32468).Go MAEDA2020-04-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19705 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r19702 (#33273).Go MAEDA2020-04-151-0/+16
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Total estimated time column shows up as decimal value regardless of time ↵Go MAEDA2020-04-151-2/+2
| | | | | | | | | setting (#33273). Patch by Farook Al-Sammarraie. git-svn-id: http://svn.redmine.org/redmine/trunk@19702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: replace test repository text file content meaningfully (#24030)Toshi MARUYAMA2020-04-142-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of previous commit (#24030)Toshi MARUYAMA2020-04-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19700 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: add test of UTF-8 Emoji committer and comments (#24030)Toshi MARUYAMA2020-04-142-0/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: add new test repository which has UTF-8 Emoji committer and ↵Toshi MARUYAMA2020-04-142-1/+1
| | | | | | comments (#24030) git-svn-id: http://svn.redmine.org/redmine/trunk@19698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: subversion: use NUM_REV at RepositorySubversionTest#test_next_nil for ↵Toshi MARUYAMA2020-04-141-1/+1
| | | | | | easy test repository update git-svn-id: http://svn.redmine.org/redmine/trunk@19697 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show tooltip when hovering on repeat-value link in Field permission tab ↵Go MAEDA2020-04-131-1/+1
| | | | | | | | | (#32341). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix issue inline auto complete in issues bulk edit page for custom fields ↵Go MAEDA2020-04-111-1/+7
| | | | | | | | | with text formatting enabled (#33255). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show wiki toolbar in time spent form for custom fields with text formatting ↵Go MAEDA2020-04-112-1/+8
| | | | | | | | | enabled (#33256). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show toolbar for full width custom fields with text formatting enabled on ↵Go MAEDA2020-04-112-1/+6
| | | | | | | | | issues bulk edit page (#32471). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unify CSS classes for custom fields in issue#show, issue#edit and ↵Go MAEDA2020-04-115-6/+6
| | | | | | | | | issue#bulk_edit (#32471). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the same layout for custom fields in issue bulk edit page (#32471).Go MAEDA2020-04-111-7/+31
| | | | | | | Patch by Shingo Hosotani and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-113-26/+33
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CodeCleanup: Fix a RuboCop offense Layout/LeadingCommentSpace introduced in ↵Go MAEDA2020-04-111-1/+1
| | | | | | r19677. git-svn-id: http://svn.redmine.org/redmine/trunk@19687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 4.1.1 release.Jean-Philippe Lang2020-04-062-1/+132
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19683 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Persian translation update (#33219).Jean-Philippe Lang2020-04-061-119/+108
| | | | | | Patch by Kam Nazir. git-svn-id: http://svn.redmine.org/redmine/trunk@19680 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-052-8/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set time entry author in controller (#32774).Jean-Philippe Lang2020-04-052-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-054-16/+46
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-052-49/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* XSS vulnerabilities in textile links (#32934).Jean-Philippe Lang2020-04-051-1/+9
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@19672 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19489 (#32934).Jean-Philippe Lang2020-04-051-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19671 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-052-5/+23
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-052-0/+29
| | | | | | | | (#32774). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19669 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ##123 syntax for linking to issues: Title cannot be distinguished from ↵Jean-Philippe Lang2020-04-052-15/+12
| | | | | | | | following text (#32765). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed assertion broken by r19654 (#3800).Jean-Philippe Lang2020-04-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19662 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for r19660 (#32793).Jean-Philippe Lang2020-04-051-0/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Email address with Punycode top-level domain is not accepted (#32793).Jean-Philippe Lang2020-04-051-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19660 e93f8b46-1217-0410-a6f0-8f06a7374b81