Commit graph

2279 commits

Author SHA1 Message Date
Matt Westcott
fa6cf7bcb9 Move getting_started page to an 'installation' page within a Getting Started section 2014-09-11 16:01:22 +01:00
Karl Hobley
33ddcb8395 Merge pull request #456 from kaedroho/project-template
'wagtail start' command
2014-09-11 15:52:42 +01:00
Matt Westcott
5ded4ff740 make 500.html a standalone template to avoid knock-on errors occurring in base.html 2014-09-11 15:37:43 +01:00
Matt Westcott
2a6679c12b remove developer tools from template's requirements.txt as per https://github.com/torchbox/wagtail/pull/456#discussion_r17422724 2014-09-11 15:34:34 +01:00
Matt Westcott
37cfc6a357 Merge pull request #580 from vzvenyach/patch-1
Update ubuntu.sh
2014-09-11 15:29:39 +01:00
Matt Westcott
cf0b08084e avoid using the 'dj' alias on the homepage template, because non-Vagrant users won't have it 2014-09-11 14:52:17 +01:00
Matt Westcott
edbe7f5919 OpenCV now installed in vagrant base image 2014-09-11 14:40:47 +01:00
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
8a087fb2b6 Merge pull request #621 from kaedroho/issue/613
Make sure images/documents are reindexed after saving tags. Fixes #613
2014-09-11 13:11:51 +01:00
Matt Westcott
c442ddefde New installation docs 2014-09-11 11:14:16 +01:00
Karl Hobley
0a55e0814e Make sure images/documents are reindexed after saving tags. Fixes #613 2014-09-11 10:20:33 +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
Karl Hobley
5328a2d98a Added failing tests for #613 2014-09-11 10:10:43 +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