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