0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
Commit Graph

6915 Commits

Author SHA1 Message Date
Karl Hobley
c8f64634c3 Merge chooser comparisons into a single comparison 2017-02-06 11:28:54 +00:00
Karl Hobley
e16d2d7d61 Snippet chooser diff 2017-02-06 11:28:53 +00:00
Karl Hobley
262650df0f Handle newlines in richtext diffs better 2017-02-06 11:28:52 +00:00
Karl Hobley
a231bcba2d Added ChoiceFieldComparison for fields with choices 2017-02-06 11:28:51 +00:00
Karl Hobley
1127e9ae45 Page chooser diff 2017-02-06 11:28:50 +00:00
Karl Hobley
a54cb3db7f Document chooser diff 2017-02-06 11:28:48 +00:00
Karl Hobley
372645d530 Image chooser diff 2017-02-06 11:28:47 +00:00
Karl Hobley
fdae00805e Fixes to moved up/down messages
- Always use numerals
 - No longer show move up as a negative number
2017-02-06 11:28:46 +00:00
Karl Hobley
3cb578fa5f Initial work on comparing revisions 2017-02-06 11:28:45 +00:00
Andy Babic
e771fefa5f - Fix positional argument order when calling ModelAdmin.get_extra_class_names_for_field_col() and ModelAdmin.get_extra_attrs_for_field_col() from items_for_result() in template tags.
- Added new tests to confirm the things are now correct.
2017-02-06 10:48:48 +00:00
Alasdair Nicol
d8926913bd Updated docs to use a list for urlpatterns
This style is recommended for Django 1.8+, and required for 1.10+
2017-02-05 19:59:39 +00:00
Thibaud Colas
2c1fc6bb92 Fix typo in editor guide intro 2017-02-05 17:25:19 +02:00
Karl Hobley
e3416574fb Run python in unbuffered mode on Drone
The test output currently freezes while the tests are running on Drone. Then, suddenly, all the test output appears when it's done.

I assume this has got something to do with python buffering stdout, this commit disables that.
2017-02-05 10:34:06 +00:00
Karl Hobley
59b31b3b28 Update .drone.yml for Drone 0.5 2017-02-04 14:31:10 +00:00
Matt Westcott
b3e723eea3 Release note for #3305 2017-02-03 21:24:57 +00:00
Matt Westcott
b4311731ea Upgrade note re new versions of django-modelcluster and django-taggit 2017-02-03 21:24:56 +00:00
Matt Westcott
5f91859793 Update dependencies to require modelcluster 3.x 2017-02-03 21:24:55 +00:00
Matt Westcott
37c7b696ef Add 'Categories' section to tutorial
This demonstrates the use of snippets and many-to-many relations.
2017-02-03 21:24:54 +00:00
Matt Westcott
c63f6d7922 Add tests for creating/editing pages with parental M2M relations 2017-02-03 21:24:51 +00:00
Matt Westcott
3ba5675bf3 Add a many-to-many relation to test models 2017-02-03 21:24:50 +00:00
David Ray
49b78dd8a7 Removing errant words in sample path/to/wagtail 2017-02-03 20:41:08 +00:00
Matt Westcott
31d85c3aed change 'iff' to 'if and only if' to avoid confusion (#3327) 2017-02-03 13:45:28 +00:00
Matt Westcott
753efbb29e Release note for #3320 2017-02-03 09:57:11 +00:00
Matt Westcott
3e51597b09 Consistently use 'child page' rather than 'subpage' in explorer actions 2017-02-03 09:55:40 +00:00
Matt Westcott
40883b9cb8 Add page title to title attribute of explorer actions 2017-02-03 09:55:40 +00:00
Matt Westcott
3cdafc3b32 Add Wagtail-Multilingual to third-party tutorials (#3317) 2017-02-03 09:52:00 +00:00
Thibaud Colas
c34f2eba0f Update contribution documentation for core team members (#3318)
* Update issue tracking docs, re. contributor workflow discussions

* Update docs regarding the PR review & merge process

* Update PR docs with suggestions re. contributor workflow
2017-02-03 09:46:15 +00:00
Martey Dodoo
3923ee668c Remove references to Gondor.io in documentation.
Gondor.io has been retired by Eldarion (see
http://eldarion.cloud/blog/2016/04/21/goodbye-gondor-hello-kel-and-eldarion-cloud/),
so the tutorial wouldn't be helpful even if it was accessible.
2017-01-30 12:36:26 +00:00
Daniel Chimeno
b61f688347 Improve docs testing (#3308)
* add information about running only some testcases
2017-01-28 01:02:44 +00:00
Matt Westcott
ee837dedc5 in Page reference docs, don't tell people to consult source code (#3303)
Stylistically this sentence is somewhat content-free (if the API is really "relatively straightforward", users can see that for themselves rather than us informing them of that fact...), and we don't want to encourage people to use undocumented methods (because we can't guarantee that the API for them will remain stable).
2017-01-28 00:11:52 +00:00
Karl Hobley
6cf341d28b Changelog/release note for #3304 2017-01-27 15:10:07 +00:00
Dan Braghis
2967bf780c Change to verbose view {draft,live} action labels on page listings (#3304) 2017-01-27 15:07:20 +00:00
Karl Hobley
b99df170cd Minor tweak to docstring 2017-01-27 11:37:38 +00:00
Kevin Whinnery
6402e56fb5 Update model_reference.rst 2017-01-26 20:05:35 +00:00
Karl Hobley
a7a88ac95c Changelog/release note for #3237 2017-01-26 19:50:05 +00:00
Marco Fucci
c606e3f722 Add new Block.render_api method (#3237)
Add new Block.get_api_representation method
2017-01-26 17:14:34 +00:00
Matt Westcott
e77da0a1a1 remove 'IN DEVELOPMENT' text from 1.8.1
Conflicts:
	CHANGELOG.txt
2017-01-26 16:18:31 +00:00
Matt Westcott
84efa88883 Release note for #3256
Conflicts:
	CHANGELOG.txt
	CONTRIBUTORS.rst
	docs/releases/index.rst
2017-01-26 12:38:11 +00:00
Matt Westcott
988285b55a Renumber previous migration wagtailimages/0017 2017-01-26 12:36:28 +00:00
Matt Westcott
3f433cb221 Fiddle max_length in focal_point_key migrations to make them superficially different
This prevents the migration engine from optimising them away - see https://github.com/wagtail/wagtail/pull/3293#issuecomment-274828807
2017-01-26 12:36:28 +00:00
Matt Westcott
25f57d0636 Reduce focal_point_key max_length to 16 2017-01-26 12:36:28 +00:00
Thibaud Colas
c0cd53918e Release notes for #3021 2017-01-26 01:34:37 +02:00
Janneke Janssen
64bb8b2989 Move webpack configuration in subfolder of client/
Move webpack configuration to a subfolder in the client directory

Remove trailing whitespace

Rename prd.config.js to prod.config.js

Simplify lint:js target path
2017-01-26 01:16:04 +02:00
Thibaud Colas
87b400d00b Refine webpack configuration per env
Add env-specific webpack configuration

Add basic env-specific webpack configuration

Use more advanced production uglify config

Simplify webpack loader config
2017-01-26 01:15:39 +02:00
Matt Westcott
e18c1d99c8 Update tutorial wording to clarify that templates are not created automatically (#3290)
Based on feedback at http://stackoverflow.com/questions/41751034/template-file-not-created-after-adding-page-class-to-models-py
2017-01-25 19:57:44 +00:00
Mikalai Radchuk
6ee25ccab9 Release notes for #3242 2017-01-25 21:58:58 +03:00
Mikalai Radchuk
e25d2fc025 Fix a typo in a docstring 2017-01-25 21:34:25 +03:00
Mikalai Radchuk
8cabddfda0 Fix grammar mistakes 2017-01-25 21:34:25 +03:00
Mikalai Radchuk
7f10938b57 Add docs about wagtailforms customisation
Fixes #2945
2017-01-25 21:34:25 +03:00
Karl Hobley
4ea06426ab Changelog/release note for #3277 2017-01-24 16:07:16 +00:00