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