Serafeim Papastefanos
a2319a897a
Modified tasks.py to use celery only if available
...
Please see the comments inside tasks.py.
TL;DR: Defines a fake "task" decorator - the fake
decorator was needed to add the delay() attribute
to the send_notification function
2014-02-11 16:48:53 +02:00
Karl Hobley
9db3e1ce5b
More improvements to unit tests
2014-02-11 14:29:36 +00:00
Karl Hobley
cb1a412c3c
DB backend now doesnt attempt to search on callable fields
2014-02-11 14:28:47 +00:00
Karl Hobley
f8d2c0bc81
update_index command is now callable from unit tests
2014-02-11 14:28:20 +00:00
Karl Hobley
daa1f7fd9c
Search: more unit tests
2014-02-11 13:46:38 +00:00
Karl Hobley
ae6bd25d17
Search: Various tweaks to backend importer
2014-02-11 13:46:13 +00:00
Matt Westcott
e7bb62d8ec
Merge branch 'master' of https://github.com/spapas/wagtail into spapas-master
2014-02-11 13:32:03 +00:00
Karl Hobley
dacdacfc0d
More unit tests
2014-02-11 13:02:25 +00:00
Karl Hobley
e7174e75a0
Search: Fixed issue with query string normalisation not removing double spaces
2014-02-11 12:39:52 +00:00
Karl Hobley
c9bdb43326
Search: Unit tests
2014-02-11 12:34:04 +00:00
Matt Westcott
aae4bf3bf1
output template errors on preview into the preview window - fixes #2
2014-02-11 12:21:52 +00:00
Serafeim Papastefanos
2721118c74
Merge remote-tracking branch 'upstream/master'
2014-02-11 13:50:56 +02:00
Karl Hobley
b6a9a0bacc
Search DB Backend: Don't ignore the fields parameter
2014-02-11 11:30:44 +00:00
Karl Hobley
54d46db2c2
Search: Updated search handlers and tests to use get_search_backend
2014-02-11 11:19:16 +00:00
Matt Westcott
3eb18eac64
Merge branch 'master' of github.com:torchbox/wagtail
2014-02-11 11:17:22 +00:00
Karl Hobley
e0ee842594
Added multi-backend support into wagtail search. Added Database search backend
2014-02-11 11:07:52 +00:00
Tom Dyson
c23ff87235
Handle SQLite substr syntax
...
Addresses https://github.com/torchbox/wagtail/issues/11
2014-02-11 11:02:33 +00:00
Dave Cranwell
398b73f01f
Some icon font use converted to REM due to IE9's incompetent understanding of pseudo-elements
2014-02-11 11:01:46 +00:00
Dave Cranwell
439b5e664a
Explorer interface was cluttered by too many horizontal dividing sections in the header. 'Explorer' title has been dropped in favour of making the current section index page feel more like the title. breadcrumb also toned down
2014-02-11 10:32:34 +00:00
Serafeim Papastefanos
3cd138cda4
Modified embeds.py to make it work
...
The Embedly API was not working at all because the return
value of Embedly (client) offered the attributes in dictionary
style and not as an object. Now everything seems to be fine.
2014-02-11 09:51:35 +02:00
Serafeim Papastefanos
24ad0ac3df
Check if EMBEDLY_KEY has been set
...
This will check if EMBEDLY_KEY has been set in settings. If not
it will return a nice error message instead of throwing a 500
error.
2014-02-11 09:14:43 +02:00
Matt Westcott
77e45ee7cf
use custom Rendition model for file-not-found images where relevant
2014-02-10 17:29:56 +00:00
Matt Westcott
617184b319
When source image of an {% image %} tag is missing, output a broken link rather than dying completely
2014-02-10 16:55:14 +00:00
Dave Cranwell
9857ebdbde
gravatars now are retina by default
2014-02-10 14:14:48 +00:00
Dave Cranwell
5e381bf819
better label on contrib PasswordResetForm to save duplicating with needless instruction
2014-02-10 12:54:13 +00:00
Dave Cranwell
b0699350a8
rationalised login/password pages to work better x-browser, while also stubbing out reusable styles for any page outside the admin that is to take a basic wagtail ui
2014-02-10 12:47:38 +00:00
Dave Cranwell
8d4a3be8fe
Merge pull request #9 from spapas/master
...
Use urlify.js for slugs and fix type on list documents template
2014-02-10 11:44:20 +00:00
Serafeim Papastefanos
acb7a7f06e
Changes for password reset form
...
Fixed the styling of the "Enter your email..." message.
When email was empty a 500 error was thrown - added check
and exception for that case.
2014-02-09 23:07:53 +02:00
Serafeim Papastefanos
00e7319929
Logout now redirects to login view instead of a harcoded url.
2014-02-09 23:03:10 +02:00
Serafeim Papastefanos
34a2e39850
Fixed typo on list documents template
2014-02-09 22:44:03 +02:00
Serafeim Papastefanos
c7051f96c7
Use urlify.js for slugs
...
Modified _editor_js.html to include the
django-admin/js/urlify.js in the list of
static javascript includes and changed
page-editor.js to use the URLify function.
2014-02-08 13:25:56 +02:00
Matt Westcott
4af33af98f
Merge branch 'master' of github.com:torchbox/wagtail
2014-02-07 18:12:29 +00:00
Matt Westcott
9f5976c8c0
Fixes to setup.py to create a usable package
2014-02-07 18:12:06 +00:00
Karl Hobley
2a26016379
Fixed performance issue with page permissions checker
2014-02-07 17:01:37 +00:00
Matt Westcott
ce97ed9d35
Merge branch 'pep8' of https://github.com/phalt/wagtail into phalt-pep8
2014-02-07 16:04:33 +00:00
Matt Westcott
e56641258c
Merge branch 'master' of github.com:torchbox/wagtail
2014-02-07 16:01:23 +00:00
Matt Westcott
869e7b6eb9
include new top-level text files in manifest
2014-02-07 15:57:54 +00:00
Matt Westcott
a7bc3ebc35
typo
2014-02-07 15:56:49 +00:00
Matt Westcott
92b7982148
.gitignore .coverage
2014-02-07 15:55:58 +00:00
Matt Westcott
d5cc4e1b66
a few more contributors
2014-02-07 15:55:31 +00:00
Matt Westcott
80c43b921c
Merge branch 'dev-essentials' of https://github.com/phalt/wagtail into phalt-dev-essentials
2014-02-07 15:42:32 +00:00
Dave Cranwell
9ea529bde2
search now uses same ui as images/docs/etc
2014-02-07 15:40:55 +00:00
Matt Westcott
126ce317d7
additions for setuptools
2014-02-07 15:39:59 +00:00
Paul Hallett
8c58f392ff
A bunch of PEP8 changes, forgiving 'line to long errors'
2014-02-07 15:28:38 +00:00
Paul Hallett
3c85d8ba97
Makefile, flake8 for PEP8 and contributors added
2014-02-07 15:20:27 +00:00
Dave Cranwell
6227deac9a
15% is far too narrow to display what can be long titles. consistency elsewhere in the UI dictates parent comes after title but before other meta info
2014-02-07 14:57:17 +00:00
Matt Westcott
fda86133df
change readme to .rst for use on PyPI
2014-02-07 14:35:12 +00:00
Karl Hobley
d98f6ffad7
Pages awaiting moderation listing now shows parent page
2014-02-07 14:05:33 +00:00
Dave Cranwell
f312e4327b
code tidying
2014-02-07 13:25:44 +00:00
Dave Cranwell
823dc47acb
code tidying
2014-02-07 13:24:15 +00:00