Commit graph

1057 commits

Author SHA1 Message Date
Karl Hobley
dfedd062a8 Fix formatting of docs front page 2015-05-14 14:17:59 +01:00
Karl Hobley
543cedec40 Merge remote-tracking branch 'davecranwell/docs-reorganisation' 2015-05-14 12:14:58 +01:00
Dave Cranwell
5c16f9e7e0 moved attr/prop/method reference into pages section 2015-05-14 11:54:41 +01:00
Karl Hobley
642f37c1e5 Spelling fixes for howto section 2015-05-14 11:29:00 +01:00
Dave Cranwell
3e5eb60bf9 moved pages, images, snippets, form builder, search into reference. Updated requirements, removed conflicting theme css file, updated README 2015-05-14 11:20:50 +01:00
Karl Hobley
c94ce91823 Spelling fixes for form builder 2015-05-14 11:11:58 +01:00
Karl Hobley
16294c2fd2 Fix reference to javascript_guidelines 2015-05-14 10:26:03 +01:00
Karl Hobley
4f98523116 Spelling fixes for contrib section 2015-05-14 10:17:33 +01:00
Karl Hobley
d94cde879c Allow search backends to be imported by module
This allows the elasticsearch backend to be imported like "wagtail.wagtailsearch.backends.elasticsearch" (dropping .ElasticSearch from the end of the import string)
2015-05-07 14:11:56 +01:00
Karl Hobley
10fb0c4249 Changelog/release notes/contributors for #1176 2015-05-07 10:12:31 +01:00
Karl Hobley
40092e1852 Must use simple sendfile when using staticsitegen 2015-05-07 09:54:28 +01:00
Dan Braghis
e7e0ddcedd Release/Changelog notes for #1263/#1269 2015-05-06 17:19:57 +01:00
Tim Heap
676799da45 Add docs on compiling the static admin assets 2015-05-05 22:23:05 +10:00
Karl Hobley
0fb4880acf 0.8.8 is in development 2015-05-04 15:15:32 +01:00
Karl Hobley
b3030ac6b0 Changelog/release note/contributor for #1260 2015-05-03 11:26:12 +01:00
Tim Heap
136d97dca2 Add instructions on compiling SCSS files to docs 2015-05-01 08:53:04 +10:00
Tim Heap
ddebafa119 Remove libsass dependency, precompile CSS for distribution
Depending on libsass for all Wagtail installations was causing issues
with various operating systems, dramatically increasing installation
times, and preventing front end development adopting modern practices.

libsass has been removed as a dependency. Sass files are compiled before
release as a dependency of the `sdist` setup command. Sass compilation
is done through `gulp`. People wishing to hack on the frontend assets
should now install wagtail locally, install the node dependencies, and
run `gulp`:

    $ pip install -e path/to/wagtail
    $ cd path/to/wagtail
    $ npm install
    $ npm start

All the templates and JS files have been updated to reference the new
compiled CSS files instead of the Sass files.

Precompiled CSS for jquery-ui and similar have been moved out of the
`scss/` directory to the `css/` directory.
2015-05-01 08:53:04 +10:00
Matt Westcott
ad3a3d6c54 Finalise 0.8.7 in documentation
Conflicts:
	CHANGELOG.txt
2015-04-29 14:08:32 +01:00
Matt Westcott
ea22d3d2f9 release note for #1244 2015-04-28 19:06:32 +01:00
Dave Cranwell
5da7a31bc2 Merge pull request #1237 from JoshBarr/feature/javascript-airbnb
Conform JavaScript to Airbnb StyleGuide
2015-04-28 12:37:32 +01:00
Matt Westcott
e243cf2403 remove note that was meaningful when the rich text tag library was called rich_text, but isn't any more 2015-04-27 15:23:47 +01:00
Matt Westcott
9ebd6979ae CAN HAZ DJANGO 1.8 2015-04-27 15:21:56 +01:00
Matt Westcott
d3a16b8d27 Release note for #1161 2015-04-27 14:51:33 +01:00
Matt Westcott
6668a5fa69 revert typo fix which wasn't 2015-04-27 14:22:15 +01:00
Karl Hobley
7200def791 Added @route decorator 2015-04-27 14:22:15 +01:00
Matt Westcott
f7b2cfbb4e Move release note for #1236 from 1.0 to 0.8.7 2015-04-27 14:22:01 +01:00
Josh Barr
d83ef58ecb added JS documentation to the contributing section 2015-04-27 23:05:36 +12:00
Tom Dyson
7a66367517 Merge pull request #1239 from revsys/copyright-year
Update docs copyright year
2015-04-26 21:57:48 +01:00
Frank Wiles
312033ba4e Update docs copyright year 2015-04-25 13:01:58 -05:00
Frank Wiles
9239057489 Add Sites to configuration instructions 2015-04-25 12:22:54 -05:00
Matt Westcott
d22413dafc Remove 'customising the tabbed interface' section from 1.0 release notes
It's covered by the 'editing API' docs, and isn't something that developers need to know about at the point of upgrading.
2015-04-24 15:17:08 +01:00
Matt Westcott
a4af4b9e0a release note for #1226 2015-04-24 10:45:42 +01:00
Matt Westcott
35a8802fac move release note item for #942 from 1.0 to 0.8.7 2015-04-23 16:54:41 +01:00
Matt Westcott
07cf971911 Release note for #1225 2015-04-23 16:12:39 +01:00
Karl Hobley
1e41a4d8fa Merge pull request #1202 from pcraston/master
#1183 add note to staticsitegen documentation
2015-04-23 11:54:04 +01:00
Karl Hobley
b744e953de Don't use spelling extension on read the docs 2015-04-22 17:39:23 +01:00
Dan Braghis
4adb3f2dc4 Change translation wording to strongly point to Transifex 2015-04-22 10:36:00 +01:00
Dan Braghis
d725bb0390 Update RTD links and add Transifex as preferred translation option 2015-04-22 10:26:21 +01:00
Karl Hobley
b5a3821dfa Changelog/release note for #1222 2015-04-22 09:58:03 +01:00
Karl Hobley
6de6437298 Changelog/release note for #1218 2015-04-21 16:21:47 +01:00
Karl Hobley
59bf899a6a Docs: Fix title underline 2015-04-21 16:05:37 +01:00
Matt Westcott
7e98c71b90 Add Joss's twitter widget tutorial to Third-party tutorials 2015-04-21 12:05:30 +01:00
Tom Dyson
0e926e8399 Merge pull request #1210 from kaedroho/spellcheck
Add spellchecker to the docs
2015-04-20 14:08:17 +01:00
Dave Cranwell
b14d454b79 Merge pull request #1191 from JoshBarr/feature/css-guidelines
Added css guidelines
2015-04-20 10:49:52 +01:00
Karl Hobley
e145e8ebcf Spelling corrections 2015-04-19 10:53:34 +01:00
Karl Hobley
458fdbf776 Add 'login' to wordlist 2015-04-19 10:28:10 +01:00
Karl Hobley
7d6b039239 Use GB English for spellchecking 2015-04-19 10:24:12 +01:00
Karl Hobley
739ef64cf1 Started fixing spellings. Added wordlist 2015-04-17 23:05:08 +01:00
Karl Hobley
27facef89e Added spellcheker 2015-04-17 22:49:16 +01:00
Josh Barr
b7ef25d8e0 created contrib section in docs, made amends to css styleguide 2015-04-18 08:34:54 +12:00
Karl Hobley
3606d89b1c Changelog/release note for #1186 2015-04-17 12:33:45 +01:00
Patrick Craston
2cee8667ee #1183 add note to staticsitegen documentation about temporarily using fork of django-medusa to process Documents 2015-04-17 11:24:29 +01:00
georgewhewell
ebf2d767e0 Update docs for static site generation
the staticsitegen command won't work without these settings- will throw NotImplementedErrors using defaults.
2015-04-16 10:56:29 +01:00
Josh Barr
0eb2ca7cf2 added css guidelines 2015-04-16 17:09:13 +12:00
Karl Hobley
53659b35b9 Removed patterns() from docs 2015-04-10 16:57:05 +01:00
Karl Hobley
df446f1475 0.9 => 1.0 2015-04-09 17:06:32 +01:00
Karl Hobley
0e67d5b3ca Removed all versionchanged older than 0.7 2015-04-09 17:05:26 +01:00
Karl Hobley
8d162d0a86 Removed all versionadded older than 0.7 2015-04-09 17:03:33 +01:00
Matt Westcott
bb7076f978 better heading 2015-04-09 14:13:11 +01:00
Matt Westcott
42f96668ee Merge branch 'update-hook-names' of https://github.com/zerolab/wagtail into zerolab-update-hook-names
Conflicts:
	CHANGELOG.txt
2015-04-09 14:13:01 +01:00
Dan Braghis
5c197593bc Add upgrade considerations 2015-04-09 14:09:30 +01:00
Karl Hobley
5ac1bc217a Revert "Recommend defining subpage_urls as a property"
This reverts commit 4c0803ccc4.
2015-04-09 14:07:53 +01:00
Karl Hobley
0262a55541 Updated API usage docs 2015-04-09 12:13:43 +01:00
Karl Hobley
69cabffb39 Merge pull request #1145 from kaedroho/images-docs
Some image docs tweaks
2015-04-09 11:55:43 +01:00
Matt Westcott
7ff9f3ee50 Release note for #1147 2015-04-08 11:49:19 +01:00
Dan Braghis
aa5fe7574b Tweak code and docs based on feedback 2015-04-03 18:34:03 +01:00
Dan Braghis
63672e0976 Add CHANGELOG and release notes for edit_bird hook rename 2015-04-03 13:39:46 +01:00
Dan Braghis
c174de8724 Rename construct_wagtail_edit_bird hook 2015-04-03 13:36:32 +01:00
Karl Hobley
e90f0753c5 Some tweaks based on feedback from @tomdyson 2015-04-02 17:10:51 +01:00
Karl Hobley
6f32ed2661 Added note about animated gif support 2015-04-02 14:40:33 +01:00
Karl Hobley
2043808b1a Created images advanced topics section 2015-04-02 14:21:13 +01:00
Karl Hobley
98331350ca Moved using in templates into a sub document 2015-04-02 14:15:48 +01:00
Karl Hobley
289cc5cc06 "register" should be "reciever" 2015-04-01 17:14:20 +01:00
Karl Hobley
694860c6b6 Merge pull request #1031 from kaedroho/wagtailapi
Wagtail API module
2015-04-01 14:28:01 +01:00
Karl Hobley
5f0932a6b8 Merge pull request #1131 from negletios/documentation-fixes
Fix typo in code example. Fixes #1130
2015-03-31 16:59:03 +01:00
Yiannis Inglessis
fcdcc3aa7b Fix typo in code example. Fixes #1130 2015-03-31 18:47:10 +03:00
Karl Hobley
7ad6b2e149 Changelog, release note and Upgrade consideration 2015-03-31 16:35:53 +01:00
Karl Hobley
addb57c0cd Changelog and release notes for #728 2015-03-31 15:29:08 +01:00
Karl Hobley
a1ccb1504b Fix typo in code example. Fixes #1129
Thanks to @negletios for spotting
2015-03-31 15:15:18 +01:00
Karl Hobley
d2bd3ebaef Changelog/release note for #1120 2015-03-31 14:38:24 +01:00
Karl Hobley
6f8218f23b Remove mention of celery from docs 2015-03-31 10:29:58 +01:00
Karl Hobley
b86cb94bdf Added contrib.wagtailapi module. Closes #926
Imported from: https://github.com/torchbox/wagtailapi

Thanks to @timheap for the review
2015-03-31 09:24:20 +01:00
Matt Westcott
a83a16de5c release note for #1114 2015-03-30 12:41:01 +01:00
Matt Westcott
24c04ee709 documentation for the construct_homepage_summary_items hook 2015-03-30 11:37:06 +01:00
Timo Rieber
16120404c6 Fixed import for pageurl tag which has moved from pageurl to wagtailcore_tags library 2015-03-29 16:22:33 +02:00
Matt Westcott
dbb4e763ee version 0.9 shall now be known as version 1.0 2015-03-27 15:36:18 +00:00
Karl Hobley
bf8c690edc Update django-taggit in docs 2015-03-27 15:15:57 +00:00
Matt Westcott
52505fee21 release note for MySQL support 2015-03-27 15:13:15 +00:00
Matt Westcott
6bf9d8440f StreamField release note 2015-03-27 11:06:52 +00:00
Karl Hobley
4c0803ccc4 Recommend defining subpage_urls as a property
We previously recommended that users define their subpage_urls in a class attribute but this syntax will no longer work on Django 1.8.

This commit changes the docs to recommend users define their subpage_urls as a property so new code will be written in a forwards-compatible way.
2015-03-26 16:56:22 +00:00
Karl Hobley
8929850d43 Customising => Setting up 2015-03-26 14:17:35 +00:00
Karl Hobley
8d95b64b4a Renamed "Displaying fields with the Editing API" to "Customising the page editor interface" 2015-03-26 14:17:35 +00:00
Karl Hobley
05e55a3abb Removed a couple of under construction messages 2015-03-26 14:17:35 +00:00
Karl Hobley
8ea5054a1b Moved hooks into their own file 2015-03-26 14:17:35 +00:00
Karl Hobley
9439a57e9b Renamed a couple of contrib docs 2015-03-26 14:17:35 +00:00
Karl Hobley
5e07f9f476 Moved routablepage docs to contrib 2015-03-26 14:17:35 +00:00
Karl Hobley
f636087460 Renamed "For frontend developers" to "Writing templates" 2015-03-26 14:17:35 +00:00
Karl Hobley
8aca6ff8ac Moved sites into pages section 2015-03-26 14:17:35 +00:00
Matt Westcott
532f7581be Merge pull request #1104 from gasman/streamfield-docs
StreamField developer docs
2015-03-26 14:12:46 +00:00
Karl Hobley
f05eccefe7 Elasticsearch < 1.0 no longer supported 2015-03-26 13:58:15 +00:00
Matt Westcott
fb48c0a5d7 move streamfield documentation page to new location post-#1090 2015-03-26 13:08:25 +00:00
Matt Westcott
33def64870 snappier intro and link to StreamField blog post 2015-03-26 13:02:31 +00:00
Matt Westcott
a3379dfbe5 consistent spacing / use of code-block around code snippets 2015-03-26 13:02:31 +00:00
Matt Westcott
81c51e2b13 StreamField developer docs 2015-03-26 13:02:30 +00:00
Matt Westcott
441c274f22 Merge branch 'docs-restructure' of https://github.com/kaedroho/wagtail into kaedroho-docs-restructure 2015-03-26 12:59:14 +00:00
Matt Westcott
40d514964d Update docs to reflect the fact that django-libsass / Pillow are not being installed separately 2015-03-24 13:56:16 +00:00
Matt Westcott
2977f46a86 Release note for #1093 2015-03-24 12:57:09 +00:00
Karl Hobley
aa11d45ece Renamed contrib_components to contrib 2015-03-23 17:39:18 +00:00
Karl Hobley
e809176173 Moved core components on level up 2015-03-23 17:39:18 +00:00
Karl Hobley
0b9eeae1ad Removed roadmap
Moved to: https://github.com/torchbox/wagtail/wiki/Roadmap
2015-03-22 12:08:22 +00:00
Karl Hobley
667fee8d15 Replaced django-redis-cache with django-redis
Fixes #1068
2015-03-22 12:08:22 +00:00
Karl Hobley
b2b3801371 Fixed capitalisation of Elasticsearch 2015-03-22 12:08:22 +00:00
Karl Hobley
6a968049f7 Search urls have changed 2015-03-22 12:08:22 +00:00
Karl Hobley
adb703ca2b South/django admin no longer required 2015-03-22 12:08:22 +00:00
Karl Hobley
b8f8b1082a Merge pull request #1071 from kaedroho/tests-changes
Tests changes
2015-03-19 13:38:38 +00:00
Matt Westcott
8e3ea58b25 release note for #1018 2015-03-19 11:53:43 +00:00
Matt Westcott
fc6fe17c8c release note for #1070 2015-03-19 11:12:44 +00:00
Karl Hobley
5aa6ed2c2a Docs for running the tests
Fixes #1004
2015-03-18 20:53:33 +00:00
Matt Westcott
bd28d9288a Increase the maximum length of a page slug from 50 to 255 characters - fixes #787 2015-03-18 10:49:46 +00:00
Karl Hobley
ed9aad1418 Move login url settings release note up one space 2015-03-18 10:12:39 +00:00
Karl Hobley
58f89d2a91 Admin menu => Left hand menu 2015-03-18 10:08:48 +00:00
Karl Hobley
62f755054a Add some more detail to a 0.9 release note
Fixes #1065
2015-03-18 10:08:01 +00:00
Matt Westcott
846b309593 Release note for #1054 2015-03-17 16:26:43 +00:00
Matt Westcott
80cb6e16e7 prepare for 0.8.6 release
Conflicts:
	CHANGELOG.txt
	wagtail/project_template/requirements.txt
	wagtail/wagtailcore/__init__.py
2015-03-10 17:32:14 +00:00
Matt Westcott
a3b39fa901 upgrade consideration note for #1044 2015-03-10 17:26:24 +00:00
Karl Hobley
4f7edeed1f Changelog/release note for #1037 2015-03-10 13:07:03 +00:00
Karl Hobley
38b7afc8ed Changelog/release note for #1044 2015-03-10 12:07:16 +00:00
Matt Westcott
3efad3089d release note for #1045 2015-03-06 13:57:45 +00:00
Matt Westcott
1475eba5a8 missing backtick 2015-03-04 10:54:34 +00:00
Matt Westcott
11cb63d892 release note for #1036 2015-03-04 10:54:34 +00:00
Karl Hobley
3d314b80ae Installation docs wording tweaks 2015-03-03 10:00:44 +00:00
Dan Braghis
2895aac7f3 Add changelog/release notes for #1022 2015-02-27 14:48:55 +00:00
Dan Braghis
096a24648d Merge pull request #1022 from gasman/feature/custom-page-edit-handler
Allow specifying custom edit handlers for pages - fixes #210
2015-02-27 14:41:45 +00:00
Matt Westcott
87de5d0c66 update InlinePanel syntax 2015-02-25 10:51:32 +00:00
Matt Westcott
de2dc3d786 documentation for #1022 2015-02-24 11:52:05 +00:00
Matt Westcott
81521838c7 Upgrade consideration note for #980 2015-02-23 18:54:44 +00:00
Tom Dyson
4e7b9bfd98 Merge pull request #1019 from zerolab/remove-build-dependencies
Remove build dependencies. Fixes #985 and #958
2015-02-23 11:20:29 +00:00
Dan Braghis
352281a1e0 Separate dependencies in two subsections 2015-02-23 11:13:37 +00:00
Dan Braghis
423dcb28b0 Replace dependency list with link to setup.py
And separate dependencies into 'barebones' and 'admin ui'
2015-02-23 11:11:50 +00:00
Dan Braghis
99f94baa4a Add changelog/release notes for #935/#1013 2015-02-23 10:01:38 +00:00
Dan Braghis
69836e5970 Minor docs cleanup 2015-02-22 11:29:24 +00:00
Dan Braghis
318ba87117 Add dependencies subsection with notes on libsass and Pillow 2015-02-22 11:27:12 +00:00
Matt Brailsford
08a5ac9b36 Update page.rst
Added parent_page_types docs and updated subpage_types docs to include instructions on blocking child page creation altogether.
2015-02-21 10:05:41 +00:00
Matt Westcott
d7e1fd497e release note for #1014 2015-02-20 15:45:38 +00:00
Karl Hobley
c447ca344a Release notes formatting tweaks 2015-02-20 13:49:12 +00:00
Karl Hobley
e5d5032317 Restructured 0.9 release notes 2015-02-20 13:44:33 +00:00
Karl Hobley
c7f7146055 Changelog and release note for #1003 2015-02-20 13:34:35 +00:00
Karl Hobley
55575e622c Merge pull request #1011 from kaedroho/docs-pages
Pages docs changes
2015-02-20 11:42:34 +00:00
Karl Hobley
764bca95b0 Removed incomplete sections 2015-02-20 11:41:32 +00:00
Karl Hobley
652866cf68 Update static_site_generation.rst 2015-02-19 23:46:52 +00:00
Karl Hobley
d655e3542c Use routablepage instead of route override 2015-02-19 17:25:24 +00:00
Karl Hobley
1f8f0e209f Formatting tweaks to medusa docs 2015-02-19 17:08:23 +00:00
Karl Hobley
a5ab59e33d Improvements to contrib section index 2015-02-19 17:07:21 +00:00
Karl Hobley
096d1fd42c Moved page fields reference into reference section 2015-02-19 16:53:24 +00:00
Karl Hobley
27b43b4a68 Removed "Helpful model descriptions" section
Not a big fan of having hacky code in the docs
2015-02-19 16:50:16 +00:00
Karl Hobley
eb01ac012c A bit of help for non-Django devs 2015-02-19 16:48:54 +00:00
Karl Hobley
ea8d0a7c22 Rewrote intro to "Creating page models" section 2015-02-19 16:38:38 +00:00
Karl Hobley
e25ab2ec48 Spacing fixes in example 2015-02-19 16:25:17 +00:00
Karl Hobley
65bd0e305b Undocument go_live_at and expire_at
These are implementation details IMO
2015-02-19 16:24:25 +00:00
Matt Westcott
58e051f906 Release note / upgrade consideration note for #992 2015-02-18 15:22:10 +00:00
Karl Hobley
528dc7a4e9 Revert "Versioning changes" 2015-02-18 12:56:29 +00:00
Karl Hobley
c565910104 Merge pull request #849 from kaedroho/versioning-changes
Versioning changes
2015-02-18 11:34:03 +00:00
Matt Westcott
8f5412e76c release note for #999 2015-02-18 10:50:10 +00:00
Matt Westcott
763b5df8c4 Release note for #1001 2015-02-18 10:19:59 +00:00
Daniel Chimeno
de65f8da8b Update third_party_tutorials.rst 2015-02-18 00:29:24 +01:00
Matt Westcott
735f879784 version bump 0.8.x branch to 0.8.5 2015-02-17 16:56:34 +00:00
Matt Westcott
adaf36edd6 release note for #998 (and add a missing apostrophe) 2015-02-17 16:42:14 +00:00
Matt Westcott
149da7f578 Mention the wagtailbakery module 2015-02-17 16:33:53 +00:00
Matt Westcott
82c7a42255 Move release note for #997 to 0.8.5 in the docs as well 2015-02-17 15:22:30 +00:00
Dan Braghis
1aa9bae6e8 Add changelog and release notes for #997 2015-02-17 14:18:00 +00:00
Matt Westcott
42a48b0085 release note for 4068385 2015-02-16 15:09:02 +00:00
Matt Westcott
30c4affa4d Merge pull request #993 from johnfraney/patch-1
Update form_builder.rst
2015-02-16 14:01:59 +00:00
Matt Westcott
77e99e951d fix italic vs code formatting mismatches 2015-02-16 13:51:14 +00:00
Matt Westcott
c921023702 release note for #917 2015-02-16 13:49:01 +00:00
Karl Hobley
e6da637256 Changed ports to 8000 2015-02-16 10:28:39 +00:00
Karl Hobley
f52203ec39 Added wagtaildemo section back 2015-02-16 10:27:17 +00:00
Karl Hobley
88753e4370 Installation docs 2015-02-16 10:27:17 +00:00
Karl Hobley
495c834ff0 Added "Trying wagtail" page 2015-02-16 10:27:17 +00:00
Karl Hobley
3cdedf12f2 Docs updates 2015-02-16 10:27:17 +00:00
Karl Hobley
5d6aa0c6ca Started restructuring getting started docs 2015-02-16 10:27:17 +00:00
Karl Hobley
9072274a01 Improved front page 2015-02-16 10:26:34 +00:00
John Franey
d9b78580a8 Update form_builder.rst
Update import statement to include all classes used in the example
2015-02-12 12:22:44 -05:00
Dan Braghis
8fe8c5bc13 Add changelog/release notes for #978 2015-02-12 14:46:31 +00:00
Dan Braghis
c50f6ed53b Merge pull request #978 from kaedroho/vagrant-port-8000
Change project template Vagrantfile to listen on port 8000
2015-02-12 14:42:33 +00:00
Karl Hobley
6fef8f441d Changelog and release notes for #990 2015-02-12 13:53:40 +00:00
Matt Westcott
75c07af32a Additional 0.9 deprecation notes 2015-02-10 15:06:38 +00:00
Karl Hobley
0dd1613287 Project template Vagrantfile now listens on port 8000 2015-02-10 10:02:39 +00:00
Karl Hobley
d4ab7e833f Changelog, release notes and contributor entry for #620 2015-02-09 12:39:12 +00:00
benjaoming
f4b1a3938a Remove unused import Image
Don't see this used anywhere...!?
2015-02-06 21:28:34 -08:00
Karl Hobley
382004e13b Merge branch 'feature/drop-inlinepanel-basemodel-param' 2015-02-04 21:08:28 +00:00
Karl Hobley
88812b4cae Release notes for #957 and #960 2015-02-04 16:17:16 +00:00
Matt Westcott
547c29faf5 Deprecate the base_model parameter on InlinePanel - fixes #405 2015-02-04 16:13:38 +00:00
Tom Talbot
67369f4e6c Release notes for #825 2015-02-04 16:00:38 +00:00
Dan Braghis
0aaee7bb47 Add docs page for third-party tutorials 2015-02-03 22:29:28 +00:00
Matt Westcott
401c50ca5d Merge pull request #955 from gasman/fix/modelcluster-0.5
upgrade django-modelcluster to 0.5
2015-02-03 16:53:05 +00:00
Matt Westcott
55cac3b907 upgrade django-modelcluster to 0.5 2015-02-03 11:11:42 +00:00
Karl Hobley
6a8c26d0ad Release note for #942 2015-02-03 10:48:44 +00:00
Dan Braghis
800c5ba265 Add release notes for #913 2015-02-02 21:35:32 +00:00
Matt Westcott
995b1e1411 Merge pull request #945 from kaedroho/treebeard-3
Update to treebeard 3.0. Fixes #930
2015-01-29 13:43:44 +00:00
Matt Westcott
ba9dde0ef8 Documentation for branding_login and branding_welcome 2015-01-29 13:41:04 +00:00
Matt Westcott
e5f7ab5924 Merge branch 'gilsondev-master' 2015-01-29 13:23:22 +00:00
Matt Westcott
dbc7cf45ef Documentation for replacing branding using django-overextends (+ rename admin_logo to branding_logo with the plan of being consistent with #934) 2015-01-29 13:22:57 +00:00
Karl Hobley
d63eeed4a0 Update to treebeard 3.0. Fixes #930 2015-01-29 13:19:41 +00:00
Karl Hobley
a437c1471f Update settings.rst
No longer need to specify ``LOGIN_URL`` or ``LOGIN_REDIRECT_URL``
2015-01-29 10:43:34 +00:00
Karl Hobley
61de136f75 Update settings.rst
No longer need to specify ``LOGIN_URL`` or ``LOGIN_REDIRECT_URL``
2015-01-29 10:42:46 +00:00
Karl Hobley
a0fcc74398 Update 0.9.rst 2015-01-29 10:40:47 +00:00
Matt Westcott
211ddb0376 release note for #939 2015-01-28 20:13:46 +00:00
Matt Westcott
01b67760c0 Merge branch 'master' of https://github.com/gilsondev/wagtail into gilsondev-master 2015-01-28 15:57:45 +00:00
Dan Braghis
c542494048 Changelog/release notes for the admin url fixes 2015-01-28 15:09:05 +00:00
Dan Braghis
70ea948eaa Remove stray . from changelog/release notes 2015-01-28 11:57:26 +00:00
Dan Braghis
f6ca8764a3 Changelog/release notes for search view query parameter 2015-01-28 11:56:35 +00:00
Karl Hobley
5b6d93ed31 Support dropping is quite important (moved to top) 2015-01-28 11:36:37 +00:00
Karl Hobley
bb160022ed Changelog/release notes for support dropping 2015-01-28 11:34:18 +00:00
Karl Hobley
7c2f61d017 End Python 3.2 support. Fixes #931 2015-01-28 10:07:52 +00:00
Eric Drechsel
934bba30de turn DeferringManager into QuerySet 2015-01-27 15:16:03 -08:00
Eric Drechsel
02457685b3 consistent ellipses 2015-01-27 14:44:20 -08:00
Eric Drechsel
8374ec4df7 fix whitespace 2015-01-27 14:42:06 -08:00
Eric Drechsel
1aa0285bf4 copy paste typo 2015-01-27 14:41:13 -08:00
Eric Drechsel
bece8ca86e add an example of indexing related model fields 2015-01-27 14:38:24 -08:00
Matt Westcott
23ae84426f Update non-Vagrant instructions to include 'createsuperuser', now that there's no syncdb step to do that 2015-01-19 13:11:31 +00:00
Karl Hobley
e0fe9af555 Changelog/release note for #898 2015-01-18 14:46:36 +00:00
Karl Hobley
b8e757c692 Changelog/release note for #878 2015-01-18 14:22:15 +00:00
John Franey
79e6951d95 Update form_builder.rst
These old tag libraries have been replaced by ```wagtailcore_tags``` according to (http://wagtail.readthedocs.org/en/latest/core_components/pages/writing_templates.html?highlight=pageurl#internal-links-tag)[here] and (http://wagtail.readthedocs.org/en/latest/core_components/pages/writing_templates.html?highlight=rich_text#rich-text-filter)[here].
2015-01-17 00:42:58 -05:00
Karl Hobley
fd247e69cd Changelog/release notes for #854 2015-01-15 13:59:54 +00:00
Matt Westcott
d73e618e83 docs and release note for #880 2015-01-14 22:06:38 +00:00
Karl Hobley
b9ce897441 Removed support for Django 1.6 and Python 2.6 2015-01-02 17:27:54 +00:00
Matt Westcott
f2d90844c7 release note for #869 2014-12-16 16:59:46 +00:00
Matt Westcott
250e5d97fb Conflicts:
docs/releases/index.rst
2014-12-16 16:50:09 +00:00
Matt Westcott
6664b063cc release note for #872
Conflicts:
	CONTRIBUTORS.rst
2014-12-16 16:43:55 +00:00
Robert Rollins
3eb640495d Bugfixes for Model recipe docs 2014-12-09 17:12:28 -08:00
Matt Westcott
d8ac5bf839 copy 0.8.4 doc updates into master 2014-12-04 15:46:28 +00:00
Karl Hobley
6aa4f9c995 Update 0.8.4.rst 2014-12-04 15:43:15 +00:00
Karl Hobley
c19a19699a Versioning changes 2014-12-04 15:37:08 +00:00
Matt Westcott
1a37db2ef7 Document the necessary fix to custom image migrations - fixes #832 2014-12-04 13:18:19 +00:00
Karl Hobley
3511ce23ee Release note for #844 2014-12-03 14:20:25 +00:00
Matt Westcott
f39a95ab4f Release notes for #842 2014-12-03 13:53:51 +00:00
Matt Westcott
631bec3395 Merge pull request #845 from kaedroho/unpinned-requirements
Unpinned some requirements
2014-12-03 09:46:32 +00:00
Karl Hobley
c4e58a7ca5 Unpinned some requirements
To make requires.io happy
2014-12-03 09:25:37 +00:00
Karl Hobley
13e5221746 Update 0.9.rst 2014-12-02 16:52:41 +00:00
Karl Hobley
3f83eb898f Fixes to 0.8.4 release notes 2014-12-02 15:17:34 +00:00
Karl Hobley
46d0d98706 Added changelog/release notes for 0.8.4 2014-12-02 15:14:27 +00:00
Karl Hobley
1fc4302f3a Merge branch 'pr-838'
Conflicts:
	CHANGELOG.txt
	CONTRIBUTORS.rst
	docs/releases/0.9.rst
2014-12-02 14:56:49 +00:00
Karl Hobley
13814fba62 Changelog and release note for #838 2014-12-02 14:54:21 +00:00
Karl Hobley
2049f0ed1a Update 0.9.rst 2014-12-02 09:22:52 +00:00
Karl Hobley
b8b079a28c Changelog and release note for #791 2014-12-01 11:50:26 +00:00
Karl Hobley
3de931fcf6 Changelog and release note for #812 2014-12-01 10:42:50 +00:00
Karl Hobley
b8517cb7fc Changelog and release note for #830 2014-12-01 10:23:24 +00:00
Karl Hobley
3e213eff54 Changelog and release note for #831 2014-12-01 09:44:05 +00:00
Matt Westcott
dab54416cc formally withdraw 0.8.2 release, move release notes to 0.8.3
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2014-11-20 16:51:19 +00:00
Dan Braghis
2f184eaee0 Remove 'in development' from 0.8.2 release 2014-11-19 09:57:52 +00:00
Karl Hobley
81503b2c32 Changelog/release note for #808 2014-11-18 15:00:29 +00:00
Karl Hobley
ae4273e3a5 Release note for #811 2014-11-18 14:40:29 +00:00
Karl Hobley
a1e5587a77 Release note for #818 2014-11-17 16:01:04 +00:00
Matt Westcott
5618e02e84 Merge branch 'kaedroho-image-focal-point-chooser-fixes' 2014-11-15 16:56:30 +01:00
Matt Westcott
af6bd8e195 Release note for #807 2014-11-15 16:55:55 +01:00
Matt Westcott
f1111f640e Merge branch 'fix/foreign_key_warning_only' 2014-11-12 16:24:21 +00:00
Matt Westcott
fbfa60c454 release note for 35b8bc2 2014-11-12 16:23:42 +00:00
Matt Westcott
434597c859 Merge branch 'kaedroho-issue-786' 2014-11-12 16:05:43 +00:00
Matt Westcott
66b1b7db5a Release notes for #802 2014-11-12 16:03:30 +00:00
Matt Westcott
65b9da1aee release notes for #598 2014-11-12 15:03:31 +00:00
Matt Westcott
5a658a173d release note for #797 2014-11-12 11:25:06 +00:00
Matt Westcott
de9b35b0b8 Release note for #799 2014-11-11 16:58:41 +00:00
Matt Westcott
f4b27c8abd Create changelog / release notes section for 0.8.2 2014-11-11 14:59:45 +00:00
Matt Westcott
48957a998f Prepare for 0.8.1 release 2014-11-05 22:05:48 +00:00
Karl Hobley
c506f6751f Update consideration for DB search API change 2014-11-05 14:47:34 +00:00
Matt Westcott
25c62356bf Set version numbers for 0.8 release 2014-11-05 14:34:40 +00:00
Matt Westcott
1350f7a835 Add Dutch to translations list 2014-11-05 10:47:13 +00:00
Matt Westcott
66304ee71b Release note for #753 2014-11-05 10:23:50 +00:00
Matt Westcott
45b85c7d7d Front-end cache is no longer necessary for image generator 2014-11-05 10:13:39 +00:00
Matt Westcott
2bb56510c1 Merge pull request #752 from kaedroho/images-refactor
Images: Remove FocalPoint class
2014-11-04 17:18:22 +00:00
Dave Cranwell
36a5a7704c Clarify how fill works with images that can't upscale. 2014-11-03 14:15:16 +00:00
Gilson Filho
9c24066b0b Update change_logo_dashboard.rst 2014-11-03 11:15:07 -02:00
Gilson Filho
ccf0f15227 Create change_logo_dashboard.rst 2014-11-03 11:13:43 -02:00
Karl Hobley
cd62c72dcc Changed API for setting/getting focal points
Previously, we used a property to do this. Heres the advantages of the
new way:
 - The old way felt a bit like it was pretending to be a database field
   when it wasn't. The new way makes it easier for the developer to
   understand that this is just a setter/getter for 4 fields and not a
   field itself.
 - Code looks nicer
 - Easier to override in subclasses
 - More like Django user model
2014-11-03 10:09:29 +00:00
Karl Hobley
f379634eb7 Update roadmap.rst 2014-10-31 19:34:36 +00:00
Matt Westcott
609bec10c0 Release note for #773 2014-10-31 11:05:20 +00:00
Matt Westcott
ff6447b0ef Merge branch 'master' of github.com:torchbox/wagtail 2014-10-31 10:47:56 +00:00
Matt Westcott
96f83b3171 release note for #767 2014-10-31 10:47:19 +00:00
Karl Hobley
869a16f5fa Update frontendcache.rst 2014-10-30 16:25:15 +00:00
Matt Westcott
9dd493ace7 Only redirect back to edit page for the save action - not publish or submit 2014-10-30 16:14:45 +00:00
Matt Westcott
367a099989 Release note + upgrade note for #769 2014-10-30 15:34:56 +00:00
Matt Westcott
bdeaea7b55 release note for #768 2014-10-30 14:47:14 +00:00
Matt Westcott
ea3c65131e release note for #730 2014-10-29 16:49:57 +00:00
Matt Westcott
f82fd0c222 release note for #716 2014-10-29 16:38:55 +00:00
Matt Westcott
a2e643679b release note for #676 2014-10-29 16:26:22 +00:00
Matt Westcott
ad89e8f54d release note for #715 2014-10-28 21:15:18 +00:00
Karl Hobley
ddbe634eda Release note for #705 2014-10-28 16:28:57 +00:00
Matt Westcott
47e32a3cd1 Release note for #714 2014-10-28 16:07:59 +00:00
Matt Westcott
c440087c3e release note for #719 2014-10-27 17:44:28 +00:00
Matt Westcott
f408dddfbe Release note for #718 2014-10-27 17:15:06 +00:00
Matt Westcott
793ebd4cc2 Release note for #743 2014-10-24 16:42:38 +01:00
Matt Westcott
92d0dd9895 Release note for #748 2014-10-24 10:58:54 +01:00
Matt Westcott
e7be80af50 release note for #732 2014-10-24 10:52:03 +01:00
Matt Westcott
1871a29f30 release note for #569 2014-10-23 17:31:54 +01:00
Matt Westcott
2bf8e44707 release note for #463 2014-10-23 12:57:04 +01:00
Karl Hobley
cc2af2f4e2 Merge pull request #734 from edrex/patch-1
docs: fix code sample indentation
2014-10-22 22:10:05 +01:00
Karl Hobley
e43b3e25d5 Release note for #721 2014-10-22 22:08:40 +01:00
Eric Drechsel
b89f6ce00c fix code sample indentation 2014-10-22 11:25:18 -07:00
Karl Hobley
de6ff8b944 Wagtail 0.8 is in development 2014-10-22 10:58:11 +01:00
Karl Hobley
96ec356937 Auto register signals only works on Django 1.7 2014-10-22 10:56:50 +01:00
Karl Hobley
aa47a89e6d Added 0.8 release notes to index 2014-10-22 10:55:12 +01:00
Karl Hobley
3d38e7dd1b Release note for 1377a6c 2014-10-17 09:02:38 +01:00
Karl Hobley
994a919a25 Release note for #697 2014-10-17 09:00:12 +01:00
Dave Cranwell
4eabb3f928 Weird hanging sentence removed. 2014-10-15 15:20:16 +01:00
Karl Hobley
7fe1c0b09b Release note for #690 2014-10-14 18:11:33 +01:00
Karl Hobley
666771565f Minor tweak to #686 relase note 2014-10-14 18:04:20 +01:00
Tim Heap
7d22f34996 Use AppConfig.ready to register signal handlers
Also remove references to `admin.autodiscover()`, as this is called from
the AdminConfig when `django.contrib.admin` is loaded.
2014-10-14 09:33:19 +11:00
Deric Crago
7602cf820b ubuntu.sh & debian.sh missing from https://wagtail.io/
ubuntu.sh & debian.sh missing from https://wagtail.io/

switched to:
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/ubuntu.sh
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/debian.sh
2014-10-13 11:05:01 -04:00
Matt Westcott
aa0f0b942e prepare for 0.7 release 2014-10-09 19:51:26 +01:00
Karl Hobley
9640030e4c Merge pull request #688 from gasman/fix/delete_duplicate_renditions
update focal_point_key migrations to delete duplicate renditions (ref: #685)
2014-10-09 17:32:00 +01:00
Matt Westcott
4bc657e1a2 release note re updating custom Rendition models - fixes #685 2014-10-09 17:29:10 +01:00
Karl Hobley
0264c794bd Update images/index.rst 2014-10-09 13:10:18 +01:00
Matt Westcott
f2af37cc6c release note for #683 2014-10-09 12:24:31 +01:00
Matt Westcott
58e42e9acd Update the Sites documentation, because the Sites UI is no longer in the future :-) 2014-10-08 16:56:12 +01:00
Tom Dyson
8b91757e58 Screenshots in 0.7 release notes 2014-10-08 16:42:54 +01:00
Karl Hobley
2fca6e682e Update frontendcache.rst 2014-10-08 13:27:51 +01:00
Matt Westcott
318c4503f8 add release note for #505 2014-10-08 13:11:58 +01:00
Matt Westcott
f42f92a201 Fix heading levels in frontend cache docs 2014-10-08 13:08:48 +01:00
Karl Hobley
51a30bfb54 Merge remote-tracking branch 'torchbox/master' into cloudflare-cache-invalidation 2014-10-08 12:08:32 +01:00
Karl Hobley
b6c755400b Docs for cloudflare cache invalidation 2014-10-08 11:32:44 +01:00
Matt Westcott
9de19b4d44 set 'titlesonly' in sphinx menus to prevent subheadings from the Search intro page from appearing 2014-10-08 11:14:36 +01:00
Matt Westcott
ad80554558 fix warning about code-block directive 2014-10-08 10:57:10 +01:00
Karl Hobley
f5d37db916 Update images/index.rst 2014-10-07 17:39:45 +01:00
Matt Westcott
dedaead8a0 release note / upgrade consideration note for #576 2014-10-07 16:08:39 +01:00
Matt Westcott
4d99250406 release note for #610 2014-10-07 11:51:13 +01:00
Matt Westcott
c696318d92 here, have an apostrophe 2014-10-07 11:47:17 +01:00
Matt Westcott
fb543589b7 Merge branch 'feature/crop-closeness' of https://github.com/kaedroho/wagtail into kaedroho-feature/crop-closeness 2014-10-07 11:41:11 +01:00
Matt Westcott
39ce3ce5ca Release note for #556 2014-10-06 13:23:18 +02:00
Matt Westcott
bdf92d45ea Merge branch 'searchchanges/updateindex-multi-backend' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/updateindex-multi-backend 2014-10-06 12:43:28 +02:00
Matt Westcott
bfa4a806ed document PageQuerySet.unpublish 2014-10-04 18:45:50 +02:00
Karl Hobley
e49f64aea3 Merge branch 'master' into page-publish-refactor
Conflicts:
	CHANGELOG.txt
	docs/releases/0.7.rst
2014-10-04 14:02:54 +01:00
Karl Hobley
4d954df20f Merge branch 'master' into feature/crop-closeness
Conflicts:
	docs/core_components/pages/writing_templates.rst
2014-10-04 13:50:45 +01:00
Matt Westcott
9837292ad1 Update 0.7.rst - release note for #667 2014-10-04 12:14:39 +02:00
Matt Westcott
8ab9a4ff6c Merge branch 'master' of github.com:torchbox/wagtail 2014-10-04 11:51:39 +02:00
Matt Westcott
f1f01f8394 fix more dead links to wagtailsearch_for_python_developers 2014-10-04 11:50:46 +02:00
Matt Westcott
963051e311 minor copyediting 2014-10-04 11:46:06 +02:00
Matt Westcott
d495ad493a Merge branch 'docs-changes' of https://github.com/kaedroho/wagtail into kaedroho-docs-changes 2014-10-04 11:30:36 +02:00
Karl Hobley
0b544bfb0a Changelog for #665 2014-10-03 16:14:07 +01:00
Matt Westcott
7c00f23e6e Release note for has_unpublished_changes fixes in #566 2014-10-03 07:53:15 +01:00
Matt Westcott
c3b4bb29c1 release note for #557 2014-10-01 17:41:20 +01:00
Matt Westcott
82ce4fd861 document the PageQuerySet.type method 2014-10-01 17:37:38 +01:00
Matt Westcott
c298d5d301 changelog entry for #465 2014-10-01 16:33:14 +01:00
Matt Westcott
751c1136d6 add upgrade considerations note re reduction of title boost 2014-10-01 15:37:31 +01:00
Matt Westcott
3f61e8a650 release note for 554 2014-10-01 15:04:12 +01:00
Matt Westcott
a72943025f Merge branch 'searchchanges/title-boost-fix' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/title-boost-fix
Conflicts:
	wagtail/wagtailcore/models.py
2014-10-01 15:00:05 +01:00
Matt Westcott
d53c56cf27 Document the register_permissions hook 2014-10-01 10:41:21 +01:00
Matt Westcott
4c29164206 Release notes / docs for new settings menu 2014-10-01 10:34:33 +01:00
Matt Westcott
9eb1eab31d Merge branch 'feature/settings-menu' 2014-10-01 10:09:20 +01:00
Karl Hobley
5237dd4f0b Update 0.6.rst 2014-09-29 16:25:24 +01:00
Karl Hobley
e9b7914faf Release note for register_signal_handlers move
Fixes #660
2014-09-29 16:23:57 +01:00
Karl Hobley
70d423335a Restructed search docs 2014-09-28 10:11:34 +01:00
Karl Hobley
dc26d7e347 Moved image tag documentation to images section 2014-09-28 08:57:38 +01:00
Matt Westcott
a8a46b45f5 Merge branch 'master' into feature/settings-menu 2014-09-26 16:05:03 +01:00
Matt Westcott
f4e27a61bb update docs for register_settings_menu_item to indicate it's now scheduled for 0.7 2014-09-26 16:04:28 +01:00
Matt Westcott
504ddecde2 release note for #652 (and better description for the wagtail start bugfix) 2014-09-26 11:20:11 +01:00
Karl Hobley
944fd8897f Release note for #651 2014-09-25 09:46:25 +01:00
Matt Westcott
6f9065d769 release note for #643 2014-09-22 21:03:45 +01:00
Dave Cranwell
c5ae725401 Merge branch 'master' into pr/539 2014-09-18 15:03:33 +01:00
Karl Hobley
31b8a14b62 Docs update for project template django 1.7 support 2014-09-18 10:57:10 +01:00
Karl Hobley
1bce98795e Docs for update_index --backend option 2014-09-18 10:37:09 +01:00
Matt Westcott
f11c34e059 release note for #641 2014-09-18 09:49:08 +01:00
Tim Heap
a1d3a32dd6 Make register_snippet usable as a decorator 2014-09-18 15:35:39 +10:00
Tom Dyson
22b32d767e Update installation docs
wagtail start command needs pip install requirements.txt in 0.6
2014-09-17 11:17:02 +01:00
Matt Westcott
4ed76af781 release note for #491 2014-09-16 15:47:40 +01:00
Matt Westcott
c68dcff7bc copyediting on parent_page_types documentation 2014-09-16 11:55:05 +01:00
Matt Westcott
3eaf1076ab Merge branch 'feature/parent_page_types' of https://github.com/takeflight/wagtail into takeflight-feature/parent_page_types 2014-09-16 11:53:12 +01:00
Matt Westcott
6b2b3ca43e release note for #568 2014-09-16 10:20:18 +01:00
Matt Westcott
9f8a5f2379 Remove content_type template filter from the project template - fixes #626 2014-09-15 19:36:07 +01:00
Matt Westcott
27a3fd50d5 Merge branch 'stable/0.6.x' 2014-09-15 18:07:27 +01:00
Matt Westcott
45a20a6f14 Additions to the 'getting started' documentation so that we're not under-selling the demo site as a way to get started 2014-09-15 18:06:09 +01:00
Karl Hobley
f5af116f66 Merge remote-tracking branch 'torchbox/master' into feature/crop-closeness 2014-09-12 15:14:10 +01:00
Karl Hobley
3ce222b39d Changelog and release notes for manual image cropping 2014-09-12 14:38:03 +01:00
Matt Westcott
11f1bfcc15 Add changelog entry for #621 (late arrival...) 2014-09-12 10:17:23 +01:00
Matt Westcott
6bef8ea10f Add Russian translation to release notes 2014-09-11 16:53:18 +01:00
Matt Westcott
f7692cf9dc prepare for 0.6 release 2014-09-11 16:40:13 +01:00
Matt Westcott
229944c118 actually add creating_your_project.rst this time... 2014-09-11 16:18:45 +01:00
Matt Westcott
fb07b2fb17 Merge branch 'getting_started_docs' 2014-09-11 16:14:02 +01:00
Matt Westcott
5c24a92598 Incorporate the 'creating your project' docs from #512 2014-09-11 16:13:43 +01:00
Karl Hobley
0c29f75f90 Changelog and release notes for wagtail start command 2014-09-11 16:12:59 +01:00
Matt Westcott
fa6cf7bcb9 Move getting_started page to an 'installation' page within a Getting Started section 2014-09-11 16:01:22 +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
Karl Hobley
3f13d9d7e1 Docs for crop closeness 2014-09-11 14:29:02 +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
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
Tim Heap
96e9079890 Add Page.parent_page_types to the docs 2014-09-10 15:17:12 +10:00
Dave Cranwell
6d05fd79fe Added get_verbose_name 2014-09-09 16:46:44 +01:00
Karl Hobley
1d7ca5a685 Made docs look at wagtailcore.__version__ 2014-09-09 12:56:26 +01: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
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
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
Dave Cranwell
36d5d747aa Detail about image renditions and abstractimage fields 2014-09-04 11:01:24 +01:00