Wykres commitów

3664 Commity (d47f608f352776e3191b9a0bc0ed7d78afddfd5f)

Autor SHA1 Wiadomość Data
Dan Braghis 7fabf23fae Move changelog entry for 997 to 0.8.5 instead of 0.9 2015-02-17 14:41:02 +00:00
Dan Braghis 1aa9bae6e8 Add changelog and release notes for #997 2015-02-17 14:18:00 +00:00
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
Matt Westcott 342fd7a061 make block names work properly when passed as binary strings 2015-02-16 12:17:56 +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
Matt Westcott 64d5ffe2b2 Always deconstruct StreamBlock and StructBlock as basic non-subclassed instances 2015-02-13 22:25:46 +00:00
Matt Westcott 17acb8867d Normalise the output of StreamField.deconstruct to a list of block defs.
This ensures that the migration code is the same even if the StreamBlock is defined as an external instance or class, and that in those cases the block definitions get frozen into the migration.
2015-02-13 21:37:37 +00:00
Matt Westcott 0ee9649415 fix some tests that were presumably meant to use StreamBlock but didn't 2015-02-13 20:42:06 +00:00
Matt Westcott a6c207a1f6 Fix another place where we make a set() of block instances
(and add the unit tests that would have caught it)
2015-02-13 20:33:03 +00:00
Matt Westcott 53ffb18a35 move blocks module to wagtailcore 2015-02-13 19:59:11 +00:00
Matt Westcott f5bed5ded7 Avoid placing Block instances into a set(), as this requires them to be hashable.
Defining Block.__eq__ in 047ff734ca causes the default __hash__ implementation to be nullified on Python 3. Since it's non-trivial to define a replacement __hash__ method that's consistent with our __eq__ behaviour (it depends on the equality of lists / dicts, which are themselves unhashable), it's more correct to explicitly define Block as unhashable, bringing the Python 2 behaviour in line with Python 3.

The one place where we currently depend on Block being hashable is in constructing the 'dependencies' set for nested blocks. Since we don't actually need the de-duplicating behaviour of set(), we can replace this with a plain list with no ill effects.
2015-02-13 18:33:32 +00:00
Matt Westcott 42940e6e4b implement RawHTMLBlock 2015-02-13 17:17:05 +00:00
Matt Westcott 047ff734ca Implement equality operator on blocks
This prevents the migration autodetector from creating bogus AlterField operations when it encounters block objects that are different instances but functionally equivalent.
2015-02-13 16:49:04 +00:00
Matt Westcott 38b2977e9f Cast 'order' field to int so that it works with >10 items 2015-02-13 13:50:35 +00:00
Matt Westcott 47f2cb57dd Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield 2015-02-13 13:33:22 +00:00
Matt Westcott 8b81a1675f Allow StreamField to be passed a block instance or class instead of a list 2015-02-13 13:33:07 +00:00
Dave Cranwell cca2663a80 tweak to which class causes full-width alignment 2015-02-13 12:29:26 +00:00
Matt Westcott d5f3d2d12b implement required=False on ChooserBlocks 2015-02-13 12:01:47 +00:00
Matt Westcott d641dcb737 Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield 2015-02-13 10:45:29 +00:00
Matt Westcott 733378483f fix classname output on FieldBlock 2015-02-13 10:45:17 +00:00
Dave Cranwell 8d6b9c2ed2 Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield 2015-02-13 10:38:54 +00:00
Dave Cranwell 52bda6bedf new icons added to icon set 2015-02-13 10:38:40 +00:00
Matt Westcott 0d2200222d silently skip unrecognised block types in StreamBlock values 2015-02-13 10:27:18 +00:00
Matt Westcott 89a54efa66 Fix tests to not pass a field arg to FieldBlock 2015-02-12 20:47:40 +00:00
Matt Westcott e1d39aa19f remove obsolete TextInputBlock 2015-02-12 17:35:32 +00:00
Matt Westcott 6912d5398c support required, help_text, max_length, min_length params on CharBlock 2015-02-12 17:32:33 +00:00
Matt Westcott 1bfac754c4 Drop 'field' param from FieldBlock - always use subclassing instead 2015-02-12 17:23:16 +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
Matt Westcott 386a1a138c fix test_render_form_labels 2015-02-12 16:40:58 +00:00
Matt Westcott 8fd3d78e57 Capitalize name nicely when using it as a fallback label.
This stops Multiple_words_with_underscores from creeping into the output, and eliminates the need for CSS text-transforms that Capitalize Every Word Like This.
2015-02-12 16:20:47 +00:00
Matt Westcott 9271e8f2a4 Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield
Conflicts:
	wagtail/wagtailadmin/templates/wagtailadmin/block_forms/field.html
2015-02-12 15:52:39 +00:00