You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,13 @@ You should now be able to see the plugin list in Administration -> Plugins.
43
43
44
44
1. Set the check for recurrence via Crontab.
45
45
46
-
Crontab example (running the check for recurrence every 6 hours on the 15s) -- replace {path_to_redmine} with your actual path, e.g. /var/www/redmine:
46
+
"Pure" crontab example (running the check for recurrence every 6 hours on the 15s) -- replace {path_to_redmine} with your actual path, e.g. /var/www/redmine:
You can also use e.g. cron.daily or cron.hourly to avoid having to figure out the precise cron syntax for the schedule.
52
+
51
53
2. Decide which role(s) should have the ability to view/add/edit/delete issue recurrence and configure accordingly in Redmine's permission manager (Administration > Roles and Permissions)
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,14 @@
13
13
* Deleting an issue does not provide a warning about deleting associated recurrences
14
14
* v1.4 is the stable version to use for Redmine 2.x for now; master will continue to support Redmine 2.x and 3.x but Redmine 2 in master is broken
15
15
16
-
## Semi-Stable (Master Branch)
17
-
* Support for Redmine 3 and rails 4 ([#67](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/67)) and ([#69](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/69))
18
16
19
17
## Next Version (Develop Branch)
20
18
21
19
* Backwards-compatibility to Redmine 2.2 by testing if issue.closed_on? method exists ([#49](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/36))
22
20
* Better documentation of plugin permissions
23
21
* Reversible migrations so can uninstall fully ([#53](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/53))
24
22
* Highlighting to user that adding recurrence via issues page is the best way ([#52](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/52))
25
-
*
23
+
*Stable support for both Redmine 2.x and Redmine 3.x ([#71](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/71)); ([#67](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/67)) and ([#69](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/69))
0 commit comments