Karl Hobley
d37590a708
Merge pull request #1411 from takeflight/refactor/remove-six-dependency
...
Use six from Django
2015-07-08 16:30:30 +01:00
Karl Hobley
adc44cfa1a
Changelog/release note for #1444
2015-07-08 16:25:34 +01:00
Karl Hobley
04a73fb205
Merge pull request #1444 from gasman/fix/page-chooser-pagination
...
Implement pagination on page chooser - fixes #508
2015-07-08 16:22:59 +01:00
Karl Hobley
a2f3c79b98
Docs for atomic rebuild
2015-07-08 15:59:14 +01:00
Karl Hobley
f286fdf0dc
Tests for rebuilders
2015-07-08 14:32:44 +01:00
Karl Hobley
d7014419e2
Use rebuilder to reset the index
2015-07-08 14:20:56 +01:00
Karl Hobley
641d3145f6
Added atomic index rebuilder
2015-07-08 14:20:56 +01:00
Karl Hobley
b17c494d75
Added new index rebuilder API
2015-07-07 17:18:19 +01:00
Karl Hobley
6846a9e20d
Moved Elasticsearch index settings to module level
2015-07-07 17:08:36 +01:00
Matt Westcott
8ea036fd3a
Merge branch 'davecranwell-move-upgrade-notify-js'
2015-07-07 16:55:12 +01:00
Dave Cranwell
9ad8f67d73
fixes #696 and improves rarely-used .collapsible classname on MultiFieldPanel, which had been forgotten in previous styling
2015-07-07 16:48:42 +01:00
Matt Westcott
892b34cb7e
Merge branch 'move-upgrade-notify-js' of https://github.com/davecranwell/wagtail into davecranwell-move-upgrade-notify-js
2015-07-07 16:14:02 +01:00
Matt Westcott
3c8bcbd3be
de-capitalise 'Body field'
2015-07-07 16:12:43 +01:00
Matt Westcott
fbb153fbe4
Code fixes and clarifications for tutorial - fixes #1473
2015-07-07 16:12:37 +01:00
Dave Cranwell
82171f70fa
reduced size of logo
2015-07-07 14:41:41 +01:00
Dave Cranwell
86755028ae
Made 'no pages' wording clearer
2015-07-07 14:35:31 +01:00
Dave Cranwell
89448c9eca
linted
2015-07-07 14:10:40 +01:00
Dave Cranwell
8608d1ff3a
fixing issue with textareas not resizing by upgrading autosize and adding listener for tab change
2015-07-07 14:10:40 +01:00
Dave Cranwell
30c5f4f8ea
Merge pull request #1484 from chrxr/master
...
Further changes to Editors Manual
2015-07-07 12:07:44 +01:00
Chris Rogers
69254b3b0f
added promoted search page
2015-07-07 11:31:12 +01:00
Dave Cranwell
ca34ad7abe
moved upgrade_notify from incorrect location
2015-07-07 11:27:04 +01:00
Chris Rogers
c86927b55a
further changes, adding administrative tasks section
2015-07-07 11:01:07 +01:00
Chris Rogers
c3d01c5a10
Merge branch 'master' of https://github.com/torchbox/wagtail
2015-07-07 10:59:52 +01:00
Karl Hobley
26dde89011
Tweaks to model reference
...
Now formatted in a similar way Django formats model references
2015-07-07 09:18:22 +01:00
Karl Hobley
25e5b97680
Tweaks to headers
2015-07-06 19:22:48 +01:00
Karl Hobley
97e489e959
Strip whitespace from redirect paths. Fixes #1350
2015-07-06 15:17:58 +01:00
Karl Hobley
dc6cdd2ba2
Don't set redirect.site on create. Ref #1461
2015-07-06 15:09:55 +01:00
Karl Hobley
f19f4cff9a
Drone: Revert "Debugging" commit. Fix env section
...
Ok, now the builds should be faster :)
2015-07-06 13:32:51 +01:00
Tom Dyson
981ff1a975
Merge pull request #1470 from torchbox/drone-faster-builds
...
Drone: Build from prebuilt database
2015-07-06 14:29:27 +02:00
Karl Hobley
3d457ecaef
Merge pull request #1474 from kaedroho/modelcluster-update
...
Fixed imports for moved modelcluster.tags module
2015-07-06 11:53:37 +01:00
Karl Hobley
852e538d49
Debugging
2015-07-06 11:40:10 +01:00
Karl Hobley
c329f7e6b5
Remove es_urls attribute from ElasticsearchBackend
...
This gets converted into es_hosts and es_urls isn't used at runtime
2015-07-06 11:37:40 +01:00
Karl Hobley
70e83e8821
modelcluster.tags => modelcluster.contrib.taggit
2015-07-06 09:29:18 +01:00
Karl Hobley
f9de7e90cb
Drone: Build from prebuilt database
...
Should speed up builds significantly
2015-07-03 17:38:31 +01:00
Karl Hobley
4c24e1a1ec
Merge pull request #1463 from kaedroho/test-database-name
...
Allow SQLite database location to be changed with DATABASE_NAME
2015-07-03 17:33:23 +01:00
Karl Hobley
14dd17fb5d
Update some search backend paths
2015-07-03 16:59:35 +01:00
Matt Westcott
1ac4b822ed
Merge branch 'fix/streamfield-api'
2015-07-03 11:25:52 +01:00
Martin Sanders
eaaeabb959
Calling block.super in extra_js and extra_css.
...
The specific usecase is if you'd globally like to inject css and js
then you can via django overextending `wagtailadmin/base.html`.
Why not just use the `insert_editor_js` and `insert_editor_css` hooks?
- It isn't global across the admin, only on editor pages.
- In my opinion, this stuff shouldn't be in python.
Why not overextend `wagtailadmin/admin_base.html`?
- Can't use super if you need to insert code after loading vendor libs
like jquery, bootstrap etc but before extra_js. So you then have to
copy-paste a ton of code from the parent - this goes against the
open closed principle and should be avoided.
So given the current build process for front end admin/dashboard assets
in wagtail, this seems like the best solution for now.
2015-07-03 09:19:33 +01:00
Karl Hobley
ff9f6d1215
Test foreign key representation in streamfield
2015-07-02 12:41:14 +01:00
Karl Hobley
98a3cf4abf
Allow SQLite database location to be changed with DATABASE_NAME
2015-07-02 12:24:00 +01:00
Karl Hobley
a0b55ae641
Merge pull request #1460 from kaedroho/test-doc-tweak
...
Give the test document a filename
2015-07-02 12:09:36 +01:00
Karl Hobley
db1aeda4af
Give the test document a filename
2015-07-02 11:00:25 +01:00
Karl Hobley
b2f862d1d4
Added comment for wagtailimages get_upload_to
2015-07-01 16:57:23 +01:00
Karl Hobley
5018aa1994
Set file size on upload
2015-07-01 16:17:21 +01:00
Karl Hobley
4c85c39a78
Give error if image file doesn't exist
2015-07-01 16:04:24 +01:00
Karl Hobley
297240ce45
Use get_file_size() in image edit view
2015-07-01 16:04:24 +01:00
Karl Hobley
a997a13058
Migration for tests app
2015-07-01 16:04:24 +01:00
Karl Hobley
d04798daac
Add file_size field to Image
2015-07-01 16:04:24 +01:00
Karl Hobley
60e2d81052
Use search backend module imports in the docs
2015-07-01 14:36:50 +01:00
Karl Hobley
9695c86ac6
Simplified a couple of search backend paths
2015-07-01 14:33:15 +01:00