0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

2202 Commits

Author SHA1 Message Date
Dave Cranwell
a6f4f5e5a5 replaced eye icon and updated usage of the icon in UI 2014-09-16 16:50:36 +01:00
Dave Cranwell
72e6d46eff updated to add better eye icons 2014-09-16 16:40:20 +01:00
Dave Cranwell
8f91e0061f duplicate label 2014-09-02 13:21:32 +01:00
Dave Cranwell
196bb4ba89 styling for users without lock perms 2014-09-02 13:16:57 +01:00
Dave Cranwell
a7f2163f7c styling of edit lock 2014-09-02 13:12:00 +01:00
Dave Cranwell
75b8cc0483 Merge branch 'master' into pull_576 2014-09-02 12:37:16 +01:00
Dave Cranwell
95d249918b Update creating_pages.rst 2014-09-01 16:39:48 +01:00
Dave Cranwell
22f81498b5 Update creating_pages.rst 2014-09-01 16:39:33 +01:00
Dave Cranwell
6c159bee59 Update creating_pages.rst 2014-09-01 16:39:07 +01:00
Dave Cranwell
84aa8a1887 Update creating_pages.rst 2014-09-01 16:34:32 +01:00
Dave Cranwell
98fd81e910 Update creating_pages.rst 2014-09-01 16:33:15 +01:00
Dave Cranwell
04c65833f0 Update creating_pages.rst 2014-09-01 16:31:41 +01:00
Dave Cranwell
e2a3d549f8 Added how to add model descriptions 2014-09-01 16:30:43 +01:00
Dave Cranwell
0b3515a916 Update creating_pages.rst 2014-09-01 16:16:15 +01:00
Dave Cranwell
f0db8082c8 Better description of purpose 2014-09-01 16:09:22 +01:00
Matt Westcott
b0e97c954a release notes / changelog for #574 2014-09-01 10:44:42 +01:00
Matt Westcott
6369fb2f6b Merge pull request #574 from kaedroho/issue/573
Prevent rendition filenames going over 60 chars (even with a large focal_point_key)
2014-09-01 10:39:51 +01:00
Karl Hobley
0aee07fd5a Exclude south_migrations from test coverage 2014-08-28 10:33:42 +01:00
Karl Hobley
31abaacb6a Added tests for page locking views 2014-08-28 10:08:40 +01:00
Karl Hobley
a6a86d5a76 Fixed some issues found while writing tests 2014-08-28 10:05:21 +01:00
Matt Westcott
f75ec76b3a fix more documentation links in the readme 2014-08-27 17:12:54 +01:00
Karl Hobley
ec1ba45f3e Fixed Python 3.2 incompatible migration 2014-08-27 17:12:37 +01:00
Karl Hobley
3242b354a3 Added views for locking and unlocking pages 2014-08-27 16:55:23 +01:00
Karl Hobley
dbcff0aeb8 Don't allow any admin actions to be performed on a locked page 2014-08-27 16:26:49 +01:00
Karl Hobley
bbe7338885 Added locked boolean to Page 2014-08-27 16:25:59 +01:00
Karl Hobley
48401244ea Changelog, readme, docs and release notes for Django 1.7 support 2014-08-27 16:08:10 +01:00
Matt Westcott
c558f25c52 Merge branch 'kaedroho-dj17_2' 2014-08-27 15:59:25 +01:00
Matt Westcott
f471f0bbf6 avoid using 'self' as a parameter to the non-method form of get_upload_to 2014-08-27 15:56:22 +01:00
Matt Westcott
2640258450 use the more natural 'django.VERSION < (1.7)' for version tests 2014-08-27 15:54:00 +01:00
Matt Westcott
075c9e8da0 add python3 + django 1.7 + sqlite as valid tox config 2014-08-27 15:43:46 +01:00
Matt Westcott
325d445592 Merge branch 'dj17_2' of https://github.com/kaedroho/wagtail into kaedroho-dj17_2 2014-08-27 15:40:17 +01:00
Karl Hobley
e8ea53f8e3 Fixed reference to non existant migration 2014-08-27 15:14:06 +01:00
Karl Hobley
e15134ecb3 Remade migrations for tests app 2014-08-27 15:09:52 +01:00
Matt Westcott
b7a435d2cf Merge branch 'dj17_2' of https://github.com/kaedroho/wagtail into kaedroho-dj17_2 2014-08-27 14:19:51 +01:00
Karl Hobley
558a8c829f Minor tweak to Indexed.get_search_fields() 2014-08-27 12:49:43 +01:00
Matt Westcott
1cbb4a13d5 Merge branch 'kaedroho-purge-0.4-deprecated-features' 2014-08-27 12:46:48 +01:00
Matt Westcott
fa482d372d indexed -> index in EventPage 2014-08-27 12:46:33 +01:00
Karl Hobley
01daf3fb74 Prevent rendition filenames going over 60 chars even with large focal point key. Fixes #573 2014-08-27 12:28:08 +01:00
Karl Hobley
52d7f2c6fa Added failing test for #573 2014-08-27 12:12:03 +01:00
Karl Hobley
9eabdc374b Merge remote-tracking branch 'torchbox/master' into purge-0.4-deprecated-features
Conflicts:
	wagtail/tests/models.py
	wagtail/wagtailsearch/indexed.py
	wagtail/wagtailsearch/tests/test_indexed_class.py
2014-08-27 11:33:09 +01:00
Matt Westcott
2db38a18c1 changelog entry for #506 2014-08-27 11:28:42 +01:00
Matt Westcott
c2458a01dd Merge branch 'davecranwell-fix/page-chooser-model-restrictions' 2014-08-27 11:26:56 +01:00
Matt Westcott
68559e5cc1 release note for #506 2014-08-27 11:22:05 +01:00
Karl Hobley
bab28400de Updated django-taggit to 0.12.1 2014-08-27 11:11:00 +01:00
Karl Hobley
1e0bd57415 Fixed bad migration dependency 2014-08-27 11:00:22 +01:00
Karl Hobley
3a1099e330 Make hooks and image formats importing work with Django 1.7 AppConfigs
This also fixes #398
2014-08-27 10:54:58 +01:00
pvetch
f4b247d8a5 Update README.rst
Fixed broken link to form builder docs
2014-08-27 10:28:35 +01:00
Karl Hobley
61278ddfcd Updated migrations 2014-08-27 10:02:52 +01:00
Karl Hobley
56e4dacc5a Merge remote-tracking branch 'torchbox/master' into dj17_2
Conflicts:
	.travis.yml
	tox.ini
2014-08-27 09:17:07 +01:00
Karl Hobley
bcff495827 Added versionchanged comment for indexed->index rename 2014-08-26 17:22:53 +01:00