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

762 Commits

Author SHA1 Message Date
Dave Cranwell
f42e06c455 fixed couple of mislink reports 2015-05-18 09:13:02 +01:00
Dave Cranwell
09af55dfbb added logo 2015-05-18 09:11:11 +01:00
Karl Hobley
c7f2837ad8 Changelog/contributor/release notes for #1289 and #1299 2015-05-15 09:05:40 +01:00
Tom Dyson
7fc5e38dc4 Merge pull request #1304 from kaedroho/howto-spell-fixes
Spelling fixes for howto section
2015-05-14 17:05:48 +01:00
Karl Hobley
8b3bc775d7 Change titles to links on contrib index 2015-05-14 16:01:03 +01:00
Karl Hobley
9420930f18 Rename docs for contrib modules 2015-05-14 15:27:14 +01:00
Karl Hobley
dfedd062a8 Fix formatting of docs front page 2015-05-14 14:17:59 +01:00
Karl Hobley
543cedec40 Merge remote-tracking branch 'davecranwell/docs-reorganisation' 2015-05-14 12:14:58 +01:00
Dave Cranwell
5c16f9e7e0 moved attr/prop/method reference into pages section 2015-05-14 11:54:41 +01:00
Karl Hobley
642f37c1e5 Spelling fixes for howto section 2015-05-14 11:29:00 +01:00
Dave Cranwell
3e5eb60bf9 moved pages, images, snippets, form builder, search into reference. Updated requirements, removed conflicting theme css file, updated README 2015-05-14 11:20:50 +01:00
Karl Hobley
c94ce91823 Spelling fixes for form builder 2015-05-14 11:11:58 +01:00
Karl Hobley
16294c2fd2 Fix reference to javascript_guidelines 2015-05-14 10:26:03 +01:00
Karl Hobley
4f98523116 Spelling fixes for contrib section 2015-05-14 10:17:33 +01:00
Karl Hobley
10fb0c4249 Changelog/release notes/contributors for #1176 2015-05-07 10:12:31 +01:00
Karl Hobley
40092e1852 Must use simple sendfile when using staticsitegen 2015-05-07 09:54:28 +01:00
Dan Braghis
e7e0ddcedd Release/Changelog notes for #1263/#1269 2015-05-06 17:19:57 +01:00
Tim Heap
676799da45 Add docs on compiling the static admin assets 2015-05-05 22:23:05 +10:00
Karl Hobley
0fb4880acf 0.8.8 is in development 2015-05-04 15:15:32 +01:00
Karl Hobley
b3030ac6b0 Changelog/release note/contributor for #1260 2015-05-03 11:26:12 +01:00
Tim Heap
136d97dca2 Add instructions on compiling SCSS files to docs 2015-05-01 08:53:04 +10:00
Tim Heap
ddebafa119 Remove libsass dependency, precompile CSS for distribution
Depending on libsass for all Wagtail installations was causing issues
with various operating systems, dramatically increasing installation
times, and preventing front end development adopting modern practices.

libsass has been removed as a dependency. Sass files are compiled before
release as a dependency of the `sdist` setup command. Sass compilation
is done through `gulp`. People wishing to hack on the frontend assets
should now install wagtail locally, install the node dependencies, and
run `gulp`:

    $ pip install -e path/to/wagtail
    $ cd path/to/wagtail
    $ npm install
    $ npm start

All the templates and JS files have been updated to reference the new
compiled CSS files instead of the Sass files.

Precompiled CSS for jquery-ui and similar have been moved out of the
`scss/` directory to the `css/` directory.
2015-05-01 08:53:04 +10:00
Matt Westcott
ad3a3d6c54 Finalise 0.8.7 in documentation
Conflicts:
	CHANGELOG.txt
2015-04-29 14:08:32 +01:00
Matt Westcott
ea22d3d2f9 release note for #1244 2015-04-28 19:06:32 +01:00
Dave Cranwell
5da7a31bc2 Merge pull request #1237 from JoshBarr/feature/javascript-airbnb
Conform JavaScript to Airbnb StyleGuide
2015-04-28 12:37:32 +01:00
Matt Westcott
e243cf2403 remove note that was meaningful when the rich text tag library was called rich_text, but isn't any more 2015-04-27 15:23:47 +01:00
Matt Westcott
9ebd6979ae CAN HAZ DJANGO 1.8 2015-04-27 15:21:56 +01:00
Matt Westcott
d3a16b8d27 Release note for #1161 2015-04-27 14:51:33 +01:00
Matt Westcott
6668a5fa69 revert typo fix which wasn't 2015-04-27 14:22:15 +01:00
Karl Hobley
7200def791 Added @route decorator 2015-04-27 14:22:15 +01:00
Matt Westcott
f7b2cfbb4e Move release note for #1236 from 1.0 to 0.8.7 2015-04-27 14:22:01 +01:00
Josh Barr
d83ef58ecb added JS documentation to the contributing section 2015-04-27 23:05:36 +12:00
Tom Dyson
7a66367517 Merge pull request #1239 from revsys/copyright-year
Update docs copyright year
2015-04-26 21:57:48 +01:00
Frank Wiles
312033ba4e Update docs copyright year 2015-04-25 13:01:58 -05:00
Frank Wiles
9239057489 Add Sites to configuration instructions 2015-04-25 12:22:54 -05:00
Matt Westcott
d22413dafc Remove 'customising the tabbed interface' section from 1.0 release notes
It's covered by the 'editing API' docs, and isn't something that developers need to know about at the point of upgrading.
2015-04-24 15:17:08 +01:00
Matt Westcott
a4af4b9e0a release note for #1226 2015-04-24 10:45:42 +01:00
Matt Westcott
35a8802fac move release note item for #942 from 1.0 to 0.8.7 2015-04-23 16:54:41 +01:00
Matt Westcott
07cf971911 Release note for #1225 2015-04-23 16:12:39 +01:00
Karl Hobley
1e41a4d8fa Merge pull request #1202 from pcraston/master
#1183 add note to staticsitegen documentation
2015-04-23 11:54:04 +01:00
Karl Hobley
b744e953de Don't use spelling extension on read the docs 2015-04-22 17:39:23 +01:00
Dan Braghis
4adb3f2dc4 Change translation wording to strongly point to Transifex 2015-04-22 10:36:00 +01:00
Dan Braghis
d725bb0390 Update RTD links and add Transifex as preferred translation option 2015-04-22 10:26:21 +01:00
Karl Hobley
b5a3821dfa Changelog/release note for #1222 2015-04-22 09:58:03 +01:00
Karl Hobley
6de6437298 Changelog/release note for #1218 2015-04-21 16:21:47 +01:00
Karl Hobley
59bf899a6a Docs: Fix title underline 2015-04-21 16:05:37 +01:00
Matt Westcott
7e98c71b90 Add Joss's twitter widget tutorial to Third-party tutorials 2015-04-21 12:05:30 +01:00
Tom Dyson
0e926e8399 Merge pull request #1210 from kaedroho/spellcheck
Add spellchecker to the docs
2015-04-20 14:08:17 +01:00
Dave Cranwell
b14d454b79 Merge pull request #1191 from JoshBarr/feature/css-guidelines
Added css guidelines
2015-04-20 10:49:52 +01:00
Karl Hobley
e145e8ebcf Spelling corrections 2015-04-19 10:53:34 +01:00
Karl Hobley
458fdbf776 Add 'login' to wordlist 2015-04-19 10:28:10 +01:00
Karl Hobley
7d6b039239 Use GB English for spellchecking 2015-04-19 10:24:12 +01:00
Karl Hobley
739ef64cf1 Started fixing spellings. Added wordlist 2015-04-17 23:05:08 +01:00
Karl Hobley
27facef89e Added spellcheker 2015-04-17 22:49:16 +01:00
Josh Barr
b7ef25d8e0 created contrib section in docs, made amends to css styleguide 2015-04-18 08:34:54 +12:00
Karl Hobley
3606d89b1c Changelog/release note for #1186 2015-04-17 12:33:45 +01:00
Patrick Craston
2cee8667ee #1183 add note to staticsitegen documentation about temporarily using fork of django-medusa to process Documents 2015-04-17 11:24:29 +01:00
georgewhewell
ebf2d767e0 Update docs for static site generation
the staticsitegen command won't work without these settings- will throw NotImplementedErrors using defaults.
2015-04-16 10:56:29 +01:00
Josh Barr
0eb2ca7cf2 added css guidelines 2015-04-16 17:09:13 +12:00
Karl Hobley
53659b35b9 Removed patterns() from docs 2015-04-10 16:57:05 +01:00
Karl Hobley
df446f1475 0.9 => 1.0 2015-04-09 17:06:32 +01:00
Karl Hobley
0e67d5b3ca Removed all versionchanged older than 0.7 2015-04-09 17:05:26 +01:00
Karl Hobley
8d162d0a86 Removed all versionadded older than 0.7 2015-04-09 17:03:33 +01:00
Matt Westcott
bb7076f978 better heading 2015-04-09 14:13:11 +01:00
Matt Westcott
42f96668ee Merge branch 'update-hook-names' of https://github.com/zerolab/wagtail into zerolab-update-hook-names
Conflicts:
	CHANGELOG.txt
2015-04-09 14:13:01 +01:00
Dan Braghis
5c197593bc Add upgrade considerations 2015-04-09 14:09:30 +01:00
Karl Hobley
5ac1bc217a Revert "Recommend defining subpage_urls as a property"
This reverts commit 4c0803ccc4.
2015-04-09 14:07:53 +01:00
Karl Hobley
0262a55541 Updated API usage docs 2015-04-09 12:13:43 +01:00
Karl Hobley
69cabffb39 Merge pull request #1145 from kaedroho/images-docs
Some image docs tweaks
2015-04-09 11:55:43 +01:00
Matt Westcott
7ff9f3ee50 Release note for #1147 2015-04-08 11:49:19 +01:00
Dan Braghis
aa5fe7574b Tweak code and docs based on feedback 2015-04-03 18:34:03 +01:00
Dan Braghis
63672e0976 Add CHANGELOG and release notes for edit_bird hook rename 2015-04-03 13:39:46 +01:00
Dan Braghis
c174de8724 Rename construct_wagtail_edit_bird hook 2015-04-03 13:36:32 +01:00
Karl Hobley
e90f0753c5 Some tweaks based on feedback from @tomdyson 2015-04-02 17:10:51 +01:00
Karl Hobley
6f32ed2661 Added note about animated gif support 2015-04-02 14:40:33 +01:00
Karl Hobley
2043808b1a Created images advanced topics section 2015-04-02 14:21:13 +01:00
Karl Hobley
98331350ca Moved using in templates into a sub document 2015-04-02 14:15:48 +01:00
Karl Hobley
289cc5cc06 "register" should be "reciever" 2015-04-01 17:14:20 +01:00
Karl Hobley
694860c6b6 Merge pull request #1031 from kaedroho/wagtailapi
Wagtail API module
2015-04-01 14:28:01 +01:00
Karl Hobley
5f0932a6b8 Merge pull request #1131 from negletios/documentation-fixes
Fix typo in code example. Fixes #1130
2015-03-31 16:59:03 +01:00
Yiannis Inglessis
fcdcc3aa7b Fix typo in code example. Fixes #1130 2015-03-31 18:47:10 +03:00
Karl Hobley
7ad6b2e149 Changelog, release note and Upgrade consideration 2015-03-31 16:35:53 +01:00
Karl Hobley
addb57c0cd Changelog and release notes for #728 2015-03-31 15:29:08 +01:00
Karl Hobley
a1ccb1504b Fix typo in code example. Fixes #1129
Thanks to @negletios for spotting
2015-03-31 15:15:18 +01:00
Karl Hobley
d2bd3ebaef Changelog/release note for #1120 2015-03-31 14:38:24 +01:00
Karl Hobley
6f8218f23b Remove mention of celery from docs 2015-03-31 10:29:58 +01:00
Karl Hobley
b86cb94bdf Added contrib.wagtailapi module. Closes #926
Imported from: https://github.com/torchbox/wagtailapi

Thanks to @timheap for the review
2015-03-31 09:24:20 +01:00
Matt Westcott
a83a16de5c release note for #1114 2015-03-30 12:41:01 +01:00
Matt Westcott
24c04ee709 documentation for the construct_homepage_summary_items hook 2015-03-30 11:37:06 +01:00
Timo Rieber
16120404c6 Fixed import for pageurl tag which has moved from pageurl to wagtailcore_tags library 2015-03-29 16:22:33 +02:00
Matt Westcott
dbb4e763ee version 0.9 shall now be known as version 1.0 2015-03-27 15:36:18 +00:00
Karl Hobley
bf8c690edc Update django-taggit in docs 2015-03-27 15:15:57 +00:00
Matt Westcott
52505fee21 release note for MySQL support 2015-03-27 15:13:15 +00:00
Matt Westcott
6bf9d8440f StreamField release note 2015-03-27 11:06:52 +00:00
Karl Hobley
4c0803ccc4 Recommend defining subpage_urls as a property
We previously recommended that users define their subpage_urls in a class attribute but this syntax will no longer work on Django 1.8.

This commit changes the docs to recommend users define their subpage_urls as a property so new code will be written in a forwards-compatible way.
2015-03-26 16:56:22 +00:00
Karl Hobley
8929850d43 Customising => Setting up 2015-03-26 14:17:35 +00:00
Karl Hobley
8d95b64b4a Renamed "Displaying fields with the Editing API" to "Customising the page editor interface" 2015-03-26 14:17:35 +00:00
Karl Hobley
05e55a3abb Removed a couple of under construction messages 2015-03-26 14:17:35 +00:00
Karl Hobley
8ea5054a1b Moved hooks into their own file 2015-03-26 14:17:35 +00:00
Karl Hobley
9439a57e9b Renamed a couple of contrib docs 2015-03-26 14:17:35 +00:00