Commit graph

2268 commits

Author SHA1 Message Date
Matt Westcott
d7651adc5b side-step the 'a large number of emails is' vs 'a large number of emails are' grammatical debate 2014-09-11 14:30:38 +01:00
Matt Westcott
39ab06722b Set WAGTAILIMAGES_FEATURE_DETECTION_ENABLED to False by default in project template, and avoid importing OpenCV if it's false to avoid spurious errors about libdc1394 2014-09-11 14:22:38 +01:00
Matt Westcott
1cc64b9478 need to register search signal handlers in urls.py 2014-09-11 13:46:36 +01:00
Matt Westcott
6dddd73c42 create virtualenv with system-site-packages enabled so that opencv is available 2014-09-11 13:32:01 +01:00
Matt Westcott
b9e9eb305d use wagtail-base-v0.3 as the base box for the project template 2014-09-11 13:21:12 +01:00
Matt Westcott
c442ddefde New installation docs 2014-09-11 11:14:16 +01:00
Matt Westcott
446fd81a46 Merge branch 'master' into kaedroho-project-template 2014-09-11 10:18:56 +01:00
Matt Westcott
82cd9242d4 fix documentation build warnings 2014-09-11 10:18:34 +01:00
Matt Westcott
bb23a49589 Add Celery documentation (and additional advice on Redis) to the Performance howto, since it isn't going to be a default part of the project template / VM 2014-09-10 19:24:18 +01:00
Matt Westcott
07455a8469 do not create a postgres database on vagrant provisioning, since the template assumes sqlite by default 2014-09-10 18:53:06 +01:00
Matt Westcott
c221a04afa fix Vagrant config for new project structure 2014-09-10 17:38:19 +01:00
Matt Westcott
4d5570bea6 Disable parallel builds to avoid issue with Pillow 2.5 monkeypatching the build process 2014-09-10 17:37:57 +01:00
Karl Hobley
14173f3647 Changelog and release notes for #611 2014-09-10 13:57:17 +01:00
Karl Hobley
f23cec2cc7 Merge pull request #611 from kaedroho/feature/version-indicator
Added version indicator to admin dashboard
2014-09-10 13:55:11 +01:00
Matt Westcott
24aefc417b restructure project_template to be less opinionated and closer to what django itself does 2014-09-10 10:46:43 +01:00
Matt Westcott
7ee1a67413 remove celery from default setup, and suggest celery/redis in production.py instead 2014-09-10 10:10:24 +01:00
Matt Westcott
293864b260 SOUTH_MIGRATION_MODULES setting not needed with South 1.0 2014-09-10 10:09:30 +01:00
Dave Cranwell
6d05fd79fe Added get_verbose_name 2014-09-09 16:46:44 +01:00
Dave Cranwell
03745d01cb added docstring to get_verbose_name, which is a particularly handy method for front enders 2014-09-09 16:47:35 +01:00
Dave Cranwell
6d5747b6da moved version into title tag on logo 2014-09-09 15:22:30 +01:00
Matt Westcott
743717a46c Add unit test to verify that URL methods on non-routable pages return None 2014-09-09 14:24:49 +01:00
Karl Hobley
97959b8f4d Changed version to 0.5 2014-09-09 13:01:31 +01:00
Karl Hobley
74686ccbee Added wagtail version indicator to the dashboard 2014-09-09 13:00:56 +01:00
Karl Hobley
bce455a5cc Made setup.py look at wagtailcore.__version__ 2014-09-09 12:57:01 +01:00
Karl Hobley
1d7ca5a685 Made docs look at wagtailcore.__version__ 2014-09-09 12:56:26 +01:00
Karl Hobley
69f9f48488 Added __version__ to wagtailcore 2014-09-09 12:56:10 +01:00
Karl Hobley
3264d92db3 Fixed merge issue 2014-09-09 09:12:50 +01:00
Karl Hobley
82d60e514e Changelog and contributers files updates 2014-09-08 09:20:25 +01:00
Karl Hobley
77b52b0a13 Merge pull request #603 from thenewguy/nosouth
do not import south for dj17
2014-09-08 09:05:16 +01:00
gordon
9f96f676fd do not import south for dj17 2014-09-06 18:03:22 -04:00
Matt Westcott
27bc0e5c9f Merge branch 'master' into kaedroho-project-template 2014-09-05 16:26:13 +01:00
Karl Hobley
ecd8d22c04 Merge pull request #599 from gasman/fix/child_relations
Fix page copy and replace_text to pick up child relations that are defined on a superclass
2014-09-05 12:49:57 +01:00
Matt Westcott
ecd8657523 add dj1.7 migration for adding 'colour' to AdvertPlacement test model 2014-09-05 12:37:58 +01:00
Matt Westcott
663218c458 fix tests I broke by fiddling with the AdvertPlacement test model 2014-09-05 12:17:26 +01:00
Karl Hobley
47fca3fac6 Improved consisntancy of spacing in 0.6 release notes 2014-09-05 11:47:00 +01:00
Matt Westcott
e94f610241 changelog entry for child_relations bugfixes 2014-09-05 11:46:49 +01:00
Matt Westcott
626526fe8c Fix replace_text to catch child relations that are defined on a superclass 2014-09-05 11:38:40 +01:00
Karl Hobley
35035d7339 Added note to 0.6 saying that all features deprecated in 0.4 have been removed 2014-09-05 11:33:19 +01:00
Karl Hobley
fb23878ccb Changelog and release notes for #535 2014-09-05 11:29:20 +01:00
Karl Hobley
dbd0834624 Merge pull request #535 from gasman/feature/menu-api
Refactor admin menu API to allow menu items to have bundled JS
2014-09-05 11:28:43 +01:00
Matt Westcott
609b22f722 Fix Page.copy() to copy child objects that are defined on a superclass of the model 2014-09-05 11:25:04 +01:00
Matt Westcott
339aff8026 Test the register_admin_menu_item hook, including the use of classnames/attrs and is_shown 2014-09-05 10:26:14 +01:00
Matt Westcott
9319667a23 Merge branch 'master' of github.com:torchbox/wagtail 2014-09-04 21:33:08 +01:00
Matt Westcott
2e20faa094 upgrade modelcluster to 0.4 - fixes #545 2014-09-04 21:32:39 +01:00
Matt Westcott
db41badd8c add tests for accessing advert_placements on a subclass of Page - these require modelcluster 0.4 to pass 2014-09-04 16:04:59 +01:00
Dave Cranwell
36d5d747aa Detail about image renditions and abstractimage fields 2014-09-04 11:01:24 +01:00
Karl Hobley
73d29b99c0 Fixes to RoutablePageMixin examples 2014-09-04 09:20:53 +01:00
Karl Hobley
a314285a1d Changed versionadded for RoutablePageMixin to 0.6 2014-09-04 09:18:13 +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