docbrown/app
Anna Buianova 6ef1968377
Made published_at immutable after an article has been published once (#18384)
* Don't change published_at for articles that have already been published (even if unpublished later)

* Removed unused code related to changing published_at

* Added specs for updating published_from_feed articles, fixed specs

* Removed old validation

* Added specs for article validation published_from_feed

* Added and reorganized specs for the Article model (setting published_at)

* Remove the commented code, added a spec

* Added specs for unpublishing

* Removed unused update_published_at from article attributes spec

* Fixed nullifying published_at seconds when republishing from rich editor
2022-08-30 11:32:06 +03:00
..
assets Sidebar scrolling bug fixed (#18357) 2022-08-20 01:16:03 +05:30
controllers Update the error message when a user with role "comment_suspended" tries to comment (#18367) 2022-08-26 10:23:52 -05:00
decorators Scheduling articles (#17939) 2022-07-07 17:32:49 +03:00
errors Favoring re-use of authorization error (#16992) 2022-03-24 08:16:28 -04:00
forms Using a Form Object that will persist for the Creator Settings Form (#15684) 2021-12-10 17:07:40 +02:00
helpers Backfill community_emoji data with a DUS 🌱 (#16896) 2022-08-26 16:12:46 +02:00
javascript Made published_at immutable after an article has been published once (#18384) 2022-08-30 11:32:06 +03:00
lib Add Google Analytics 4 Support (#18124) 2022-07-21 09:26:13 -05:00
liquid_tags Ensuring that embed fallback renders URL (#17680) 2022-05-17 07:43:17 -04:00
mailers "Reply to" and "From" Email addresses for SMTP Configurations (#16499) 2022-02-16 16:14:54 +02:00
models Made published_at immutable after an article has been published once (#18384) 2022-08-30 11:32:06 +03:00
policies Try renaming moderator -> super_moderator (#18261) 2022-08-10 16:43:30 +02:00
queries Admin can attach user via username (#18056) 2022-07-18 14:17:45 +02:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Don't sanitize anchor elements with no href (#16667) 2022-02-22 11:27:38 -06:00
serializers Remove unused methods from User (#16616) 2022-02-18 09:02:17 +07:00
services Made published_at immutable after an article has been published once (#18384) 2022-08-30 11:32:06 +03:00
uploaders small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
validators Convert CRLF to LF when validating summary (#18140) 2022-07-26 12:21:34 +01:00
view_objects Patching ERB rendering of the data-info JSON (#16067) 2022-01-14 08:30:49 -05:00
views Backfill community_emoji data with a DUS 🌱 (#16896) 2022-08-26 16:12:46 +02:00
workers Revert "Nullify published_at when unpublishing an article (#18298)" (#18353) 2022-08-18 13:58:58 -04:00