0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
Commit Graph

5772 Commits

Author SHA1 Message Date
Matt Westcott
d7d3d61e6a Implement collections_user_has_any_permission_for / collections_user_has_permission_for methods on collection permission policies 2016-02-29 13:14:05 +00:00
Matt Westcott
f9adb78ae4 Switch wagtaildocs to use CollectionOwnershipPermissionPolicy 2016-02-29 13:14:05 +00:00
Matt Westcott
abab314851 Move operation to fix collation on Collection.path to a separate migration
This ensures that it won't get missed when migrating sites from the custom 1.3-collections fork, which didn't have this fix in place.
2016-02-29 13:14:05 +00:00
Matt Westcott
f47636c119 Implement CollectionOwnershipPermissionPolicy 2016-02-29 13:14:04 +00:00
Matt Westcott
086c9b0b1a Implement CollectionPermissionPolicy 2016-02-29 13:14:04 +00:00
Matt Westcott
78bfcd1757 Move wagtail.wagtailcore.permission_policies into a subpackage 2016-02-29 13:14:04 +00:00
Matt Westcott
027c107df3 Add migration to copy global document permissions to the default collection 2016-02-29 13:14:04 +00:00
Matt Westcott
34c5582fa0 Add group collection permission model 2016-02-29 13:14:04 +00:00
Matt Westcott
a6b95930bb Make Document a collection member model 2016-02-29 13:14:04 +00:00
Matt Westcott
e5a62eadda Add collections settings menu item 2016-02-29 13:14:03 +00:00
Matt Westcott
a2239e9f4a Prevent root node from being edited/deleted 2016-02-29 13:14:03 +00:00
Matt Westcott
bfe663a9ed Implement collection admin views 2016-02-29 13:14:03 +00:00
Matt Westcott
1bd411ff0c Add model and migrations for Collection 2016-02-29 13:13:32 +00:00
Matt Westcott
d42e371b84 Fix TreeQuerySet to work in the absence of a page_q method 2016-02-29 13:13:32 +00:00
Matt Westcott
348bae9064 Rewrite group page permissions form to use checkboxes - fixes #1488 2016-02-29 13:13:32 +00:00
Josh Schneier
182c16c46a remove unused private method in BaseSearchQuery 2016-02-26 08:56:09 +00:00
justinvdm
f6842e6f2e Fix webpack aliasing for config module 2016-02-25 17:36:27 +02:00
justinvdm
7207e31784 Add missing dependencies to package.json 2016-02-25 17:34:15 +02:00
Josh Barr
14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS
Thanks to @justinvdm for the help

Merges: #2275
2016-02-25 13:32:48 +00:00
Tom Dyson
985a987436 Hook for adding CSS to all admin pages 2016-02-25 10:24:54 +02:00
Karl Hobley
ce918daa61 Tweaked repr of search results to diffrentiate them from QuerySets and lists
Search results sets are now wrapped with ``<SearchResults >``
2016-02-19 11:44:54 +00:00
Matt Westcott
e131a9bcaf Release note for #1892 2016-02-18 16:28:19 +00:00
Matt Westcott
fcb3adb2f0 Update multiple document uploader to use permission policies 2016-02-18 16:28:18 +00:00
Tim Heap
5a94117024 Fix SASS style errors, merge with latest wagtailimages styles 2016-02-18 16:28:17 +00:00
Tim Heap
3403946f1e Move common multiupload JavaScript libraries to wagtailadmin 2016-02-18 16:28:17 +00:00
Tim Heap
4260b97608 Do not initialise tagit twice
Preemptively fixes #2142 for documents as well
2016-02-18 16:28:16 +00:00
Tim Heap
f0095b5882 Upload multiple documents at once
Functionality from the multiple image uploader was used.
2016-02-18 16:28:15 +00:00
Karl Hobley
ff9289fdb0 Regenerated test app migrations 2016-02-17 16:56:00 +00:00
Karl Hobley
43e4f0ad1f Added on_delete actions into migrations
This removes a lot of deprecation warnings
2016-02-17 16:56:00 +00:00
Alex Gleason
e824bfe814 Merge pull request #2244 from Chris-May/master
Correcting typo in The Dashboard doc
2016-02-16 19:24:28 -05:00
Chris May
4f999de737 Correcting typo int The Dashboard doc 2016-02-16 15:51:57 -05:00
Karl Hobley
3f5586e1f8 Changelog/release note for #2219 2016-02-12 11:22:46 +00:00
Matt Westcott
d620ce9656 Document the construct_explorer_page_queryset hook 2016-02-12 11:15:13 +00:00
Matt Westcott
074911d504 Implement construct_explorer_page_queryset hook 2016-02-12 11:15:13 +00:00
Quadric
d27df01815 Tagging snippets documentation fix
I'm not sure i'm right but i think there is a typo in this example. I guess there should be a AdvertTag use in TaggableManager instead BlogPageTag
2016-02-12 11:11:08 +00:00
Karl Hobley
74e5c61149 Drone: Run npm in quiet mode 2016-02-12 10:12:22 +00:00
Matt Westcott
cddbc7c4a8 Remove 'versionadded:: 0.7' tags - 0.7 is ancient enough to be irrelevant 2016-02-11 10:53:03 +00:00
Matt Westcott
1677bd5a0d insert_editor_css no longer provides a mechanism for custom SCSS 2016-02-11 10:53:03 +00:00
Matt Westcott
dc0d18b6a4 Reorganise Hooks reference into meaningful sections 2016-02-11 10:53:03 +00:00
Matt Westcott
395cecc642 Fixes to page ordering logic in explorer:
- keep ordering and pagination as two distinct operations
- only perform the 'annotate' hack when ordering by latest_revision_created_at
- entries with a null latest_revision_created_at should appear at the top when
  ordering oldest first
- don't uselessly call order_by twice
- actually test that the 'ordering' parameter orders the results :-)
2016-02-11 10:42:01 +00:00
Josh Barr
df623ec1a5 added drone webhook 2016-02-11 09:27:44 +13:00
Tom Dyson
dcadf40bcc Merge pull request #2221 from springload/tooling/slack-notification
Tooling/slack notification
2016-02-10 18:49:39 +00:00
Josh Barr
13a251466b fixed travis file 2016-02-11 07:22:56 +13:00
Josh Barr
0eee25d157 added slack hook 2016-02-11 06:51:59 +13:00
Matt Westcott
a9b59ed98f Compile new strings for translation 2016-02-10 15:33:17 +00:00
Matt Westcott
f7fa4f3cd0 Pull translations from Transifex 2016-02-10 15:26:48 +00:00
Karl Hobley
11b9ed6732 Make user confirm before navigating away from changed page editor 2016-02-10 14:17:45 +00:00
Tim Heap
224f3f5c37 Remove final references to django-compressor
* Remove references from docs
* Fix comment in SCSS files, and fix related variable names
* Remove COMPRESS_ENABLED setting from tests
2016-02-09 18:41:56 +00:00
Liam Brenner
7b61852a89 Fixed styleguide text to use correct classname 2016-02-09 13:49:50 +11:00
Matt Westcott
7b8fbf89da Merge pull request #2208 from prydie/patch-1
Fix PageQuerySet code overriding code snippet
2016-02-08 13:06:05 +00:00