Rename publishable to approved, add profile option to approve by default.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 10 Oct 2023 13:51:11 +0000 (15:51 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 10 Oct 2023 13:51:11 +0000 (15:51 +0200)
commit3ca475c8e10c811633dec531772e18da6e5fa33d
tree7ee717dbcd14f3f9de2aa14d4ccd29e0ef46512e
parent454635a6a1b93154e38eb761ac1e7e403f165a81
Rename publishable to approved, add profile option to approve by default.
20 files changed:
src/documents/locale/pl/LC_MESSAGES/django.mo
src/documents/locale/pl/LC_MESSAGES/django.po
src/documents/migrations/0013_alter_chunkchange_publishable_and_more.py [new file with mode: 0644]
src/documents/models/book.py
src/documents/models/image.py
src/dvcs/locale/pl/LC_MESSAGES/django.mo
src/dvcs/locale/pl/LC_MESSAGES/django.po
src/dvcs/models.py
src/redakcja/static/css/history.css
src/redakcja/static/js/wiki/base.js
src/redakcja/static/js/wiki/dialog_pubmark.js
src/redakcja/static/js/wiki/view_history.js
src/team/admin.py
src/team/migrations/0002_profile_approve_by_default.py [new file with mode: 0644]
src/team/models.py
src/wiki/forms.py
src/wiki/locale/pl/LC_MESSAGES/django.mo
src/wiki/locale/pl/LC_MESSAGES/django.po
src/wiki/templates/wiki/tabs/history_view.html
src/wiki/views.py