Matt Westcott
4702ef0acb
Merge branch 'master' of https://github.com/spapas/wagtail into spapas-master
2014-03-18 12:45:10 +00:00
Matt Westcott
39566a898d
Use relative paths for static-root / css-root - fixes #134
...
Using paths like /static/wagtailadmin/images/ in our SCSS breaks when a STATIC_URL
other than /static/ is in use - for example, when static assets are hosted on an
external domain. However, django-compressor consistently puts the compiled CSS
at ${STATIC_URL}/CACHE/css/ regardless of operation mode, so we can reliably use
../../ to reach the correct STATIC_URL.
2014-03-17 10:16:22 +01:00
Serafeim Papastefanos
8e82804b2b
Remove duplicate ugettext_lazy
2014-03-14 23:49:00 +02:00
Serafeim Papastefanos
a7a511e1a5
Add more translations + fix #141
2014-03-14 23:37:11 +02:00
Tom Dyson
c2185dd6d2
Add basic Docker instructions to docs
2014-03-13 21:14:40 +00:00
Dave Cranwell
3eeb38183c
removed unused load of gravatar
2014-03-13 17:24:39 +00:00
Dave Cranwell
7ec990b23e
added page type column to pages awaiting moderation on dashboard
2014-03-13 17:24:07 +00:00
Dave Cranwell
5b02395667
page status tags on homepage 'recent edits' list now link through to live pages, when appropriate
2014-03-13 17:03:38 +00:00
Neal Todd
6ee66b5a7d
Heading fix
2014-03-13 10:52:23 +00:00
Neal Todd
1a47bc6f61
Added docs for removing the demo app to complement the Debian/Ubuntu installs.
2014-03-13 10:49:36 +00:00
Neal Todd
46a00aa269
Updated Getting Started
...
(plus random query string on PyPI badge to purge github CDN cache of 0.1)
2014-03-13 10:21:56 +00:00
Neal Todd
d3adc33453
Back to pip wand
...
Travis VM can't find the python-wand apt-package. But the VM does include ImageMagick automatically so see if this is enough or whether libmagickwand-dev apt package is needed for any other dependencies.
2014-03-12 10:17:40 +00:00
Neal Todd
66c35c1cca
Apt installs do need to run with sudo
2014-03-12 10:06:34 +00:00
Neal Todd
8573dde60e
Use python-wand apt package for testing
...
which includes all dependencies (e.g. ImageMagick)
2014-03-12 09:56:27 +00:00
Neal Todd
3c6f76af5e
Bumping Django version to 1.6.2 and adding Wand package
2014-03-12 09:45:45 +00:00
Tom Dyson
dc2147013a
auto doc builder notes
2014-03-11 17:39:13 +00:00
Tom Dyson
71c78a53d6
Roadmap update and auto doc builder
2014-03-11 17:39:13 +00:00
Matt Westcott
7b7e1dfe17
prepare to release 0.2
2014-03-11 16:40:04 +00:00
Matt Westcott
affec1ea59
Merge branch 'master' of github.com:torchbox/wagtail
2014-03-11 13:06:50 +00:00
Matt Westcott
4c80816e82
Add rfosterslo as contributor
2014-03-11 13:06:26 +00:00
Matt Westcott
99887a83a2
Merge branch 'bpcp-fix' of https://github.com/rfosterslo/wagtail into rfosterslo-bpcp-fix
2014-03-11 13:01:23 +00:00
Tom Dyson
62d5e658d1
OS X installation instructions
2014-03-11 12:11:47 +00:00
Matt Westcott
7e6401dc2c
Merge branch 'master' of github.com:torchbox/wagtail
2014-03-11 11:28:34 +00:00
Matt Westcott
126de02ede
repair collateral damage from a hail of bullet points
2014-03-11 11:28:21 +00:00
Matt Westcott
80622c73d0
Specify Django 1.6 only in requirements (1.7 is going to require compatibility fixes)
2014-03-11 11:26:48 +00:00
Tom Dyson
9a08829e49
Roadmap page in docs
2014-03-11 11:20:26 +00:00
Tom Dyson
c67c51c5fc
Better docs docs
...
Link to online rst editor.
2014-03-11 11:01:04 +00:00
Matt Westcott
b6dddc256e
Merge pull request #137 from spapas/master
...
Add new translations & remove some stale message.mo files
2014-03-11 10:26:09 +00:00
Tom Dyson
8609361ed4
Docs docs
...
How to author and build Wagtail docs
2014-03-11 10:10:04 +00:00
Serafeim Papastefanos
e50b0fc0bb
Add new translations
2014-03-10 12:33:09 +02:00
Serafeim Papastefanos
eea23674bf
Remove not needed messages.mo files from tree
2014-03-10 12:21:04 +02:00
rfosterslo
2c79a3db25
Fixed BasePageChooserPanel.render_js()
...
Addresses the "ForeignKey null=False" issue; new instances were throwing an exception, which prevented the edit handler from rendering the proper JavaScript in _editor_js.html.
2014-03-07 16:20:00 -08:00
Matt Westcott
7688763aa2
Merge branch 'master' of github.com:torchbox/wagtail
2014-03-07 17:27:13 +00:00
Matt Westcott
5e7571486b
added changelog entry for 0.2
2014-03-07 17:27:07 +00:00
Dave Cranwell
a2a06c116a
Merge branch 'sass'
2014-03-07 12:28:54 +00:00
Dave Cranwell
e3e69638ae
auto-focus on search boxes. activity spinner added
2014-03-07 12:27:34 +00:00
Dave Cranwell
9d5de6185a
Merge branch 'sass' of github.com:torchbox/wagtail into sass
2014-03-07 11:22:58 +00:00
Tom Dyson
f1680169d4
Updated install docs
...
referencing Debian and Ubuntu one-liners and removing Less / npm
2014-03-06 16:30:33 +00:00
Tom Dyson
5df8eb5680
Ubuntu install now works on 13.04
...
Since removal of npm dependency.
2014-03-06 15:50:05 +00:00
Matt Westcott
0526428c1d
Merge branch 'sass'
2014-03-06 14:20:08 +00:00
Matt Westcott
e5e3f000ad
Remove all reference to less/npm in docs and install scripts
2014-03-05 20:05:26 +00:00
Matt Westcott
f8fae0d968
specify django-libsass as a dependency
2014-03-05 20:02:54 +00:00
Matt Westcott
f6645d4c5b
Merge branch 'master' into sass
2014-03-05 19:53:27 +00:00
Neal Todd
cff1980891
Updating init.d script link now that it's in the repo.
2014-03-05 14:10:06 +00:00
Neal Todd
a19459e1b2
Updated ubuntu and adapted debian install scripts for Wagtail production configuration instance on a fresh box. Accompanying uwsgi init.d script for debian. npm/less to be removed and init.d script location to be updated.
2014-03-05 13:58:39 +00:00
Tom Dyson
5ef4f0b07a
Updated Ubuntu version for installation script
2014-03-04 22:24:59 +00:00
Dave Cranwell
7cdd021ffd
Merge branch 'master' into sass
2014-03-04 17:41:55 +00:00
Tom Dyson
00837af131
Trim Ubuntu installation
...
Remove aptitude update - we don't have to manage their server setup - and recently-redundant coffeescript.
2014-03-04 17:23:42 +00:00
Tom Dyson
6b97e90eb0
Ubuntu installation script
...
Production Wagtail one-liner for clean Ubuntu 13.04 boxes
2014-03-04 17:10:12 +00:00
Dave Cranwell
711cc045bb
removed transitions on chooser, it looks sloppy and delayed in what should be a quick forgettable interface
2014-03-04 17:03:48 +00:00