Martin Brennan
eeaecd4fd2
FEATURE: Category setting to allow unlimited first post edits by the owner of the topic ( #12690 )
...
This PR adds a new category setting which is a column in the `categories` table, `allow_unlimited_owner_edits_on_first_post`.
What this does is:
* Inside the `can_edit_post?` method of `PostGuardian`, if the current user editing a post is the owner of the post, it is the first post, and the topic's category has `allow_unlimited_owner_edits_on_first_post`, then we bypass the check for `LimitedEdit#edit_time_limit_expired?` on that post.
* Also, similar to wiki topics, in `PostActionNotifier#after_create_post_revision` we send a notification to all users watching a topic when the OP is edited in a topic with the category setting `allow_unlimited_owner_edits_on_first_post` enabled.
This is useful for forums where there is a Marketplace or similar category, where topics are created and then updated indefinitely by the OP rather than the OP making new topics or additional replies. In a way this acts similar to a wiki that only one person can edit.
2021-04-14 15:54:09 +10:00
..
2021-02-11 16:26:43 +00:00
2019-10-02 14:01:53 +10:00
2021-02-08 10:04:33 +00:00
2021-03-18 19:09:23 +02:00
2020-12-30 18:13:13 +00:00
2021-01-20 21:32:22 +01:00
2021-04-14 15:54:09 +10:00
2019-10-02 14:01:53 +10:00
2021-02-18 20:15:02 +02:00
2019-10-02 14:01:53 +10:00
2021-03-23 20:32:36 +01:00
2020-05-15 14:23:27 +08:00
2021-03-02 17:11:14 +00:00
2021-03-12 11:17:42 -05:00
2019-10-14 12:57:33 +05:30
2019-04-30 10:27:42 +10:00
2020-04-08 12:42:28 +10:00
2021-04-07 12:51:19 -03:00
2021-04-12 13:57:39 +10:00
2020-09-28 12:02:25 +01:00
2020-03-11 13:30:45 +00:00
2021-03-24 16:47:35 +02:00
2021-02-22 12:14:18 -05:00
2020-07-24 17:19:21 +08:00
2020-05-14 20:10:59 -06:00
2019-04-30 10:27:42 +10:00
2021-01-04 10:34:44 +01:00
2019-10-01 12:04:39 -04:00
2021-02-08 10:04:33 +00:00
2019-04-30 10:27:42 +10:00
2021-02-24 17:17:49 +02:00
2021-03-22 19:41:42 +02:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-10-16 14:28:04 -04:00
2020-11-11 19:46:13 +00:00
2019-10-02 14:01:53 +10:00
2021-02-23 16:20:59 -05:00
2020-06-23 12:09:04 +08:00
2021-04-12 13:53:41 +01:00
2021-03-26 13:53:47 +10:00
2021-02-19 11:03:36 -05:00
2019-12-03 10:05:53 +01:00
2020-03-10 22:13:17 +01:00
2019-04-30 10:27:42 +10:00
2021-04-05 20:31:42 +05:30
2019-04-30 10:27:42 +10:00
2020-12-14 17:49:37 +02:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-28 11:33:08 +10:00
2019-05-07 13:12:20 +10:00
2020-12-03 17:16:01 -05:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-04-14 15:54:09 +10:00
2019-04-30 10:27:42 +10:00
2020-10-29 13:01:06 +11:00
2019-04-30 10:27:42 +10:00
2021-02-15 21:47:30 +05:30
2019-04-30 10:27:42 +10:00
2021-02-03 21:45:22 +05:30
2021-01-20 21:32:22 +01:00
2019-10-02 14:01:53 +10:00
2019-04-30 10:27:42 +10:00
2019-10-02 14:01:53 +10:00
2021-02-18 13:00:06 -05:00
2019-04-30 10:27:42 +10:00
2021-04-07 13:32:27 -04:00
2019-10-16 14:28:04 -04:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-06-07 01:26:06 +02:00
2021-03-11 08:21:24 -03:00
2021-02-05 10:12:56 +10:00
2021-03-25 12:34:53 +11:00
2019-10-02 14:01:53 +10:00
2021-04-01 06:46:18 +05:30
2021-03-25 10:24:50 +10:00
2021-03-23 10:45:06 +02:00
2020-09-22 10:17:52 +10:00
2019-05-07 13:12:20 +10:00
2021-01-12 13:26:43 -05:00
2019-11-27 16:11:49 +11:00
2021-01-04 22:32:08 +03:00
2019-10-02 14:01:53 +10:00
2020-09-28 12:02:25 +01:00
2020-11-05 08:39:40 -05:00
2019-05-07 13:12:20 +10:00
2021-04-12 12:46:42 +10:00
2019-11-11 11:18:12 +11:00
2019-05-13 09:31:32 +08:00
2021-04-07 12:51:19 -03:00
2019-12-17 10:34:20 +10:00
2020-07-27 10:23:54 +10:00
2019-08-06 11:26:54 +01:00
2020-09-22 10:17:52 +10:00
2019-05-20 13:47:20 +02:00
2019-04-30 10:27:42 +10:00
2021-03-10 20:15:04 -05:00
2019-04-30 10:27:42 +10:00
2021-01-25 12:04:27 +01:00
2021-04-06 15:39:27 +03:00
2020-03-10 22:13:17 +01:00
2021-02-04 11:27:34 +11:00
2021-02-25 13:31:38 +02:00
2021-01-21 12:47:03 -05:00
2020-11-12 13:57:12 +01:00
2019-10-02 14:01:53 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-12-03 17:16:01 -05:00
2020-07-17 10:48:08 +01:00
2020-12-23 08:51:36 +11:00
2020-10-12 22:54:56 +02:00