Commit graph

504 commits

Author SHA1 Message Date
Dave Cranwell
fa94df6b03 tweak to alignment of text 2014-03-18 16:56:53 +00:00
Dave Cranwell
5e17881f2d renamed all userbar templates to be more uniform and changed 'edit bird' to 'userbar' throughout 2014-03-18 16:53:56 +00:00
Dave Cranwell
d61ac002c0 updated animation and js requirements 2014-03-18 12:08:23 +00:00
Dave Cranwell
c5e4dd94c4 removed unused import of edit_bird (now userbar) 2014-03-13 17:20:55 +00:00
Dave Cranwell
5a4caabd44 clicking user bar buttons now redirects parent page 2014-03-13 16:47:20 +00:00
Dave Cranwell
637899f6c2 implemented moderation user buttons the same as edit button 2014-03-13 16:20:53 +00:00
Dave Cranwell
edd757c578 first commit of karl's code, refactored to appear within an iframe 2014-03-13 15:04:17 +00:00
Karl Hobley
4e67491bda Edit bird now checks if the user has permission to access admin and edit the page before displaying edit page option 2014-03-12 16:53:43 +00:00
Karl Hobley
91faf4fd5f Edit bird: Clean up render method of EditPageItem 2014-03-12 16:03:21 +00:00
Karl Hobley
cf759dbb2f Don't render edit bird if user is not logged in 2014-03-12 15:40:34 +00:00
Karl Hobley
ffeb98b03c Removed disable_cache from wagtail_edit_bird_tag
This was used to disable caching when the edit bird was rendered.
It is no longer needed.
2014-03-12 14:05:56 +00:00
Karl Hobley
ee5d6b8a2c Added edit bird to moderation views 2014-03-12 13:59:54 +00:00
Karl Hobley
9012baccf1 Added edit bird 2014-03-12 13:59:13 +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
Dave Cranwell
5c26ef2709 status tags shouldn't be linked when choosing OR moving 2014-03-04 16:54:12 +00:00
Dave Cranwell
9c14d41e9b replaced coffeescript js with compiled, vanilla js 2014-03-04 16:45:13 +00:00
Matt Westcott
4f807cb4e2 Add page permission tests (and fix the ever-so-subtle bug in preventing moves into a descendant page) 2014-03-04 15:47:16 +00:00
Matt Westcott
bd71eec0d5 use self.client instead of creating our own instance 2014-03-04 14:43:49 +00:00
Matt Westcott
036837d50b add end-to-end tests for wagtailcore's 'serve' view 2014-03-04 12:01:56 +00:00