0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

909 Commits

Author SHA1 Message Date
Neal Todd
580e9130ad Ref issue 177, Elasticsearch timeout on Travis: Support passing configuration arguments to Elasticsearch. Also documenting Elasticsearch setup in Wagtail. 2014-05-28 12:05:35 +01:00
Neal Todd
9bbe3f1c19 Installation comment to address wagtail issue 220. 2014-05-27 16:54:06 +01:00
Karl Hobley
6816ced85f Merge pull request #230 from wdv4758h/master
Traditional Chinese translation
2014-05-27 14:17:50 +01:00
Karl Hobley
66460b3ba5 Merge pull request #239 from wwj718/patch-1
Translated wagtailadmin into Chinese language.
2014-05-27 14:17:24 +01:00
Karl Hobley
a49cf54217 Merge pull request #238 from tulpar008/patch-1
translate :34
2014-05-27 14:17:15 +01:00
Karl Hobley
4683c2b118 Merge pull request #265 from kaedroho/issue-263
Fix #263
2014-05-27 13:36:18 +01:00
Karl Hobley
fd5f07eb8a Fixed CSS selector to search form on page chooser fixes #263 2014-05-27 13:29:49 +01:00
Dave Cranwell
8e38ac79fa Merge pull request #262 from jeffrey-hearn/docs-rev-1
Docs revisions (spelling fixes, queryset examples, expansion of Editing API and Page class reference)
2014-05-26 17:39:56 +01:00
Jeffrey Hearn
94af650c83 Spellchecked, cleaned, and Edit API section expanded
Added to edit api, fixed queryset example code, stubbed out Page ref

Some cleanup of the edit api doc

Some cleanup of the frontend doc

Added to edit api docs

Added to edit api docs
2014-05-25 16:39:08 -04:00
Neal Todd
992ef2eec7 Typo fix 2014-05-23 15:33:21 +01:00
Dave Cranwell
b5a0e6731b Update README.rst 2014-05-23 11:49:39 +01:00
Dave Cranwell
2edb069503 Update README.rst 2014-05-23 10:22:49 +01:00
Dave Cranwell
9d45d3a4a2 Update README.rst 2014-05-23 10:22:32 +01:00
Tom Dyson
01d059eedf Merge pull request #256 from jeffrey-hearn/docs
[RFC] Core feature documentation (Search, Snippets, Wagtail Tree, Editing API, etc.)
2014-05-23 09:35:29 +01:00
Jeffrey Hearn
40d9aff789 didnt intend to edit that file 2014-05-22 19:53:49 -04:00
Jeffrey Hearn
1d6eee6b36 fixed pygments thing 2014-05-22 19:50:44 -04:00
Jeffrey Hearn
779ac27142 Merged with docs coming from torchbox 2014-05-22 19:25:30 -04:00
Jeffrey Hearn
4527a58568 egads integrating with new docs 2014-05-22 18:09:36 -04:00
Tom Dyson
cde047f485 Getting started docs
Less version precision for Ubuntu installs.
2014-05-22 18:48:14 +01:00
Tom Dyson
99c9d875be Static site generation docs update
Formatting tweaks and S3 / Google App Engine options.
2014-05-22 17:51:55 +01:00
Dave Cranwell
5f4cc1fa91 corrected mistake 2014-05-22 17:47:32 +01:00
Dave Cranwell
4b07378b89 corrected syntax 2014-05-22 17:40:32 +01:00
Dave Cranwell
8bacb807cc added better examples 2014-05-22 17:38:43 +01:00
Dave Cranwell
755faa6dd6 Merge remote-tracking branch 'upstream/master' 2014-05-22 17:33:01 +01:00
Dave Cranwell
0c92a0009f updated note about origianl version of image 2014-05-22 17:32:26 +01:00
Dave Cranwell
3a42a0eb46 adding incomplete front end developer documentation 2014-05-22 17:27:01 +01:00
Dave Cranwell
b9c7c871dd adding incomplete front end developer documentation 2014-05-22 17:19:40 +01:00
Matt Westcott
3d23bc2b25 user_can_edit_snippets should return False for administrators if no snippet models exist, and thus hide the Snippets menu option - fixes #204 2014-05-22 16:37:08 +01:00
Matt Westcott
dd31552e23 Merge branch 'form-builder' 2014-05-22 15:20:04 +01:00
Matt Westcott
c5f8ddfa7f Add changelog entry for wagtailforms 2014-05-22 15:14:47 +01:00
Matt Westcott
b3c34d96cb Add form builder documentation 2014-05-22 15:11:30 +01:00
Dave Cranwell
18df9e094c tweaked font size of userbar icons, it got reduced accidentally during previous changes accidentally 2014-05-22 14:26:09 +01:00
Neal Todd
0ad412c343 Although the ubuntu/debian install scripts are not meant to produce a generic, secure production environment, nevertheless make Elasticsearch to only listen on localhost rather than the default 0.0.0.0 address. 2014-05-21 17:49:04 +01:00
Matt Westcott
4c4b05689a Merge branch 'master' into form-builder 2014-05-21 17:35:29 +01:00
Matt Westcott
9f045e3924 merge branch 'form-builder' of github.com:torchbox/wagtail into form-builder 2014-05-21 14:48:51 +01:00
Matt Westcott
07fdcc0216 Replace wagtailforms.backends model with a simple inheritance model 2014-05-21 14:17:47 +01:00
Matt Westcott
7445335f04 no point in making form a property of the form page, since its scope is entirely within the 'serve' method 2014-05-21 13:58:08 +01:00
Matt Westcott
ddcd750b7a Remove validate_usage from the wagtailforms.backends API. Since non-expert users are likely to be inheriting from AbstractEmailForm rather than hooking up backends to their own custom form models, it is of marginal usefulness and not worth the added complexity of the metaclass setup 2014-05-21 13:51:27 +01:00
Karl Hobley
1f8e8a062b Removed stray print statement 2014-05-21 13:44:21 +01:00
Matt Westcott
d6910e3db8 Rewrite get_form_types() to not require fiddling with metaclasses to populate FORM_MODEL_CLASSES 2014-05-21 13:35:07 +01:00
Dave Cranwell
e0438a8117 updates to allow better formatting of fields 2014-05-21 09:22:06 +01:00
Jeffrey Hearn
b6788f7c66 Editing API docs looking better at least 2014-05-20 23:34:47 -04:00
Tom Dyson
431931b6a9 Include static site generation docs in doc index 2014-05-20 17:24:16 +01:00
Tom Dyson
c349f06d6a Missing underline for new static generation docs 2014-05-20 17:22:19 +01:00
Dave Cranwell
77da201964 Merge remote-tracking branch 'upstream/form-builder' into form-builder 2014-05-20 16:33:44 +01:00
Matt Westcott
d096b14132 Remove label_suffix from form builder forms by default, but make that preference overrideable in the FormPage class 2014-05-20 16:16:26 +01:00
Matt Westcott
3e152e0386 fix unit tests to handle form_pages being a paginator.Page instance 2014-05-20 14:53:02 +01:00
Matt Westcott
725a79f593 Merge pull request #249 from kaedroho/medusa-integration
Django-medusa
2014-05-20 14:39:02 +01:00
Dave Cranwell
2aaec7c332 reordered fields 2014-05-20 14:38:22 +01:00
Karl Hobley
9d65cf8f12 Added changelog entry 2014-05-20 13:48:02 +01:00