Wykres commitów

3325 Commity (c7f7146055eb2b9def67d4966acaf47fa5fedf14)

Autor SHA1 Wiadomość Data
Dan Braghis 3f3f5cee15 Merge pull request #997 from gasman/password-reset-url
Use BASE_URL in password reset email if available - fixes #841
2015-02-17 14:12:52 +00:00
Karl Hobley 610ae217e6 Removed Rect.get_key 2015-02-17 12:48:34 +00:00
Karl Hobley 214e337aef Merge pull request #966 from kaedroho/drone
Added Drone config
2015-02-17 12:08:27 +00:00
Matt Westcott 82cca64b2a Use BASE_URL in password reset email if available - fixes #841 2015-02-16 18:31:17 +00:00
Dan Braghis 77340cfe95 Add tests for the password reset emails 2015-02-16 17:48:57 +00:00
Matt Westcott 42a48b0085 release note for 4068385 2015-02-16 15:09:02 +00:00
Matt Westcott a62022d898 allow non-digit chars (e.g. '-') in user IDs in URLs; fixes #565 2015-02-16 15:08:52 +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 39da9c5d1d Merge branch 'edrex-URLOrAbsolutePathField' 2015-02-16 13:51:26 +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
Matt Westcott b734042140 Unit test for #917 2015-02-16 13:39:47 +00:00
Matt Westcott 9fabf8ec39 Merge branch 'URLOrAbsolutePathField' of https://github.com/edrex/wagtail into edrex-URLOrAbsolutePathField 2015-02-16 13:31:18 +00:00
Karl Hobley 5a3431c9c3 Merge pull request #986 from kaedroho/docs
Getting started docs changes
2015-02-16 10:29:14 +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 d239de72d5 Send instance in correct kwarg in document_served
Was previously using "sender" which should be set to the document class
2015-02-12 13:58:30 +00:00
Karl Hobley 6fef8f441d Changelog and release notes for #990 2015-02-12 13:53:40 +00:00
Karl Hobley 02cbd32a45 Merge pull request #991 from kaedroho/docs-serve-view-tests
Docs serve view tests
2015-02-12 13:50:16 +00:00
Karl Hobley 76ef1eb41a Fixed spelling mistake 2015-02-12 12:45:38 +00:00
Karl Hobley 29caba921e Added tests for docs serve view 2015-02-12 12:32:22 +00:00
Dan Braghis 918f286eea Use StreamingHttpResponse to server documents 2015-02-12 11:39:31 +00:00
Dan Braghis f36836bc48 Change FileWrapper import location 2015-02-12 11:39:17 +00:00
Karl Hobley 56e398fd64 Changed a unittest.skipto unittest.expectedFailure 2015-02-11 12:57:56 +00:00
Karl Hobley 85aee81808 Fixed system checks import 2015-02-11 12:56:17 +00:00
Matt Westcott 75c07af32a Additional 0.9 deprecation notes 2015-02-10 15:06:38 +00:00
Matt Westcott 17ccb29371 Merge branch 'feature/chooser-refactor' 2015-02-10 10:44:21 +00:00
Karl Hobley 0dd1613287 Project template Vagrantfile now listens on port 8000 2015-02-10 10:02:39 +00:00
Matt Westcott 9a3893798e py3 fix 2015-02-09 21:25:31 +00:00
Matt Westcott e3dc4a5936 cast an empty string value of AdminChooser to None, as needed by required=True validation 2015-02-09 19:56:51 +00:00
Matt Westcott 13e1811c54 mark chooser_panel.html as deprecated 2015-02-09 19:34:18 +00:00
Matt Westcott 63dafbe4b7 Move the snippet chooser HTML markup from snippet_chooser_panel.html entirely within the AdminSnippetChooser widget's render() method 2015-02-09 19:18:58 +00:00
Matt Westcott 435e4571b3 Move the image chooser HTML markup from image_chooser_panel.html entirely within the AdminImageChooser widget's render() method 2015-02-09 19:08:12 +00:00
Matt Westcott 41577759a1 Move the document chooser HTML markup from document_chooser_panel.html entirely within the AdminDocumentChooser widget's render() method 2015-02-09 18:59:51 +00:00
Matt Westcott fe797437e7 Remove now-redundant references to page_chooser_panel.html 2015-02-09 18:47:11 +00:00
Matt Westcott 6e2faa0b66 Move the page chooser HTML markup from page_chooser_panel.html entirely within the AdminPageChooser widget's render() method 2015-02-09 18:26:35 +00:00
Karl Hobley 7f39cc4eab Updated versioning code 2015-02-09 13:25:11 +00:00
Karl Hobley 01534c99c0 Merge pull request #974 from kaedroho/issue-968
Fixed precision of "fill" operation resizing. Fixes #968
2015-02-09 12:46:12 +00:00
Karl Hobley 98ca98191d Merge pull request #965 from kaedroho/image-vary-stuff
Image vary_key related changes
2015-02-09 12:46:03 +00:00
Karl Hobley d4ab7e833f Changelog, release notes and contributor entry for #620 2015-02-09 12:39:12 +00:00
Karl Hobley 46e006dbd2 Merge branch 'tucarga-fix-richtext' 2015-02-09 12:36:29 +00:00
Karl Hobley 89bb3787e3 Improvements to #620
As per https://github.com/torchbox/wagtail/pull/620#issuecomment-59203932

Also improved the tests a little bit
2015-02-09 12:35:19 +00:00