1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-28 06:21:49 +00:00

391 Commits

Author SHA1 Message Date
Jean-Philippe Lang
95188f26c3 Set default columns for the projects list (#29482).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18766 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-19 11:43:23 +00:00
Jean-Philippe Lang
45f039187d Option to switch between table list and board list (#29482).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18765 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-19 11:42:20 +00:00
Jean-Philippe Lang
6c5440a21b Filters for Projects page (#29482).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18761 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-19 11:36:13 +00:00
Go MAEDA
16c580a2f8 Option to send email notification on "Target version updated" (#17840).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18595 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-05 09:46:05 +00:00
Go MAEDA
b3baa5c1ce "starts with" and "ends with" filter operators for string values (#31879).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18534 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-25 16:24:08 +00:00
Go MAEDA
35e6a532f5 Force passwords to contain specified character classes (#4221).
Patch by Takenori TAKAKI.


git-svn-id: http://svn.redmine.org/redmine/trunk@18411 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-08-29 01:35:09 +00:00
Go MAEDA
959b55779f Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).
Patch by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18388 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-08-25 00:09:10 +00:00
Go MAEDA
beeacb2c2a Replace RMagick with MiniMagick (#30492).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18366 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-08-14 02:40:56 +00:00
Jean-Philippe Lang
638dbbea95 Support external ID when importing issues (#28213).
Patch by Gregor Schmidt and Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18285 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 08:17:19 +00:00
Jean-Philippe Lang
04b8be1d5b User preference for issue history default tab (#3058).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18277 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 07:13:54 +00:00
Jean-Philippe Lang
b132b8e914 Show issue history in tabs (#3058).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18272 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-20 07:07:22 +00:00
Go MAEDA
748e8725d6 Add text_user_wrote_in to locales (#31427).
Patch by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18216 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-02 13:25:40 +00:00
Go MAEDA
29403e710a Adds favorites and recently used projects lists to project jump box (#31355).
Patch by Jens Krämer.


git-svn-id: http://svn.redmine.org/redmine/trunk@18181 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-20 22:26:30 +00:00
Go MAEDA
26171fc5f7 Include a reason in the error message when an issue status cannot be deleted (#31361).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18168 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-16 00:17:47 +00:00
Go MAEDA
c4a4133178 Render PDF thumbnail using ImageMagick/GhostScript (#22481).
Patch by Gregor Schmidt.


git-svn-id: http://svn.redmine.org/redmine/trunk@18158 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-12 03:55:56 +00:00
Go MAEDA
a5b9632772 Remove unused i18n key "label_please_login" (#31344).
git-svn-id: http://svn.redmine.org/redmine/trunk@18157 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-12 00:22:22 +00:00
Go MAEDA
a1c40d146a Option to send email notifications while importing issues from CSV files (#22771).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18153 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-10 00:54:52 +00:00
Go MAEDA
6fd9d9ed73 Import time entries (#28234).
Patch by Gregor Schmidt.


git-svn-id: http://svn.redmine.org/redmine/trunk@18146 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-09 08:05:37 +00:00
Go MAEDA
391a9469d1 Allow a bigger range for the gantt timeline (#14654).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18136 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-08 08:57:31 +00:00
Go MAEDA
bf0246ce83 Add avatar_server_url configuration option in order to support Libravatar (#9112).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18124 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-04 15:59:50 +00:00
Go MAEDA
acac5974e3 New My page block: Updated issues (#30975).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18109 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-30 08:10:30 +00:00
Go MAEDA
b5ed8a0293 Add text_select_apply_tracker to locales (#442, #31239).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18093 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-29 01:24:35 +00:00
Go MAEDA
1ff42ec5bc New Permission: Edit own issue (#1248).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18081 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-25 05:32:58 +00:00
Go MAEDA
7e407ebeb2 Adds a new query column for the parent task subject (#19371).
Patch by Jens Krämer.


git-svn-id: http://svn.redmine.org/redmine/trunk@18078 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-24 02:29:49 +00:00
Go MAEDA
4eecc027b1 Remove hard-coded strings (#30838).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18072 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-21 14:52:33 +00:00
Go MAEDA
abb8274a98 Change "Create and Continue" translation to "Create and add another" (#10702).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18071 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-21 14:06:19 +00:00
Jean-Philippe Lang
84f322b2af Add a description for trackers (#442).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 10:38:56 +00:00
Jean-Philippe Lang
b4c23f066e Display details about inheritance when editing a member roles (#31032).
git-svn-id: http://svn.redmine.org/redmine/trunk@17968 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 10:09:28 +00:00
Jean-Philippe Lang
9f24ceb6b3 Reverts r11130 and r11132 (#9225).
git-svn-id: http://svn.redmine.org/redmine/trunk@17963 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 09:26:25 +00:00
Go MAEDA
77f35cb818 Option to parse HTML part of multipart (HTML) emails first (#30838).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17913 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-03 08:17:59 +00:00
Go MAEDA
8af0990073 New setting to include the status changes in issue mail notifications subject (#13111).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@17907 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-02-28 08:23:17 +00:00
Go MAEDA
0f94768f09 Show warning when no workflow uses the status in the workflows (#30916).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17903 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-02-26 08:37:54 +00:00
Go MAEDA
554a09af50 Show warning when no workflow is defined for the role (#30853).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17899 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-02-24 15:36:25 +00:00
Go MAEDA
61a365789f Remove unused i18n key "label_all_time" (#30466).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17836 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-01-21 07:39:17 +00:00
Go MAEDA
04ac58b3c5 New date filter operators: tomorrow, next week, next month (#4502).
Patch by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17811 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-01-19 07:42:26 +00:00
Jean-Philippe Lang
74eb2681ab Update locales.
git-svn-id: http://svn.redmine.org/redmine/trunk@17757 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-12-16 16:33:41 +00:00
Jean-Philippe Lang
2cba207a70 Fix locale string name (#3848).
git-svn-id: http://svn.redmine.org/redmine/trunk@17756 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-12-16 16:31:15 +00:00
Jean-Philippe Lang
2fdbcd35dd Adds a permission to log time for another user (#3848).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17755 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-12-16 16:28:22 +00:00
Jean-Philippe Lang
d0fe83945c Rename label for "Issues can be assigned to this role" (#17219).
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17749 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-12-16 08:01:27 +00:00
Jean-Philippe Lang
ede29cde28 Adds a link to remove a subtask from its parent task (#23392).
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17747 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-12-16 07:38:03 +00:00
Go MAEDA
9f6277e07c Setting to restrict spent times on future dates (#3322).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@17719 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-12-11 03:55:58 +00:00
Go MAEDA
57a4fedd34 Handles the case when an expired token is in the users session (#29781).
Patch by Jens Krämer.


git-svn-id: http://svn.redmine.org/redmine/trunk@17601 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-10-28 05:59:11 +00:00
Jean-Philippe Lang
b9fa262165 Adds preview option to the wiki toolbar (#27758).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-09-26 07:27:30 +00:00
Jean-Philippe Lang
a9eaf563a5 Support self-signed LDAPS connections (#29606).
Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17505 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-09-23 13:28:36 +00:00
Jean-Philippe Lang
72e68c534e Change English translation for setting_issue_list_default_columns (#26501).
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17486 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-09-15 06:57:03 +00:00
Go MAEDA
cd46f435b5 Clarify that copying versions with a project also copies attached files (#26622).
Patch by Holger Just.


git-svn-id: http://svn.redmine.org/redmine/trunk@17334 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-05-13 08:50:53 +00:00
Go MAEDA
e46fb350a6 Clarify consequences of setting a project as public (#27009).
Patch by Holger Just.


git-svn-id: http://svn.redmine.org/redmine/trunk@17311 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-04-26 14:37:46 +00:00
Go MAEDA
d1a9d5dbf2 Clarify consequences of disabling the login_required (#27009).
Patch by Holger Just.


git-svn-id: http://svn.redmine.org/redmine/trunk@17310 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-04-26 14:36:43 +00:00
Go MAEDA
ff512bf834 Add note about link validity to password lost email (#28561).
Patch by Gregor Schmidt.


git-svn-id: http://svn.redmine.org/redmine/trunk@17307 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-04-24 15:02:13 +00:00
Go MAEDA
a4ffda7b37 Use button as additional option for contextmenu (#26655).
Patch by Felix Gliesche.


git-svn-id: http://svn.redmine.org/redmine/trunk@17298 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-04-21 12:00:22 +00:00