Wykres commitów

584 Commity (af7c1de978a7647d6c2023dda43133d3523bb103)

Autor SHA1 Wiadomość Data
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