docbrown/app/javascript/article-form
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
..
components Made published_at immutable after an article has been published once (#18384) 2022-08-30 11:32:06 +03:00
actions.js Image uploading progress in comments editor + post editor (#18369) 2022-08-29 16:01:40 +05:30
articleForm.jsx Improved editing scheduling articles (#18250) 2022-08-03 15:45:32 +03:00