Karl Hobley
23969890cb
Merge remote-tracking branch 'takeflight/refactor/remove-libsass'
2015-05-19 17:25:52 +01:00
Karl Hobley
2940ea9c9b
Fix too short underline
2015-05-18 13:24:48 +01:00
Karl Hobley
9dd4b0391a
Improvements to Page model reference docs
...
- Rename to "Page model reference"
- Add docs for fields
- Add docs for other models such as revisions, group page permissions, etc
2015-05-18 12:14:01 +01:00
Karl Hobley
980a29d839
Tweaks to editing api docs
...
Based on feedback from @tomdyson on #1310
2015-05-18 10:49:12 +01:00
Karl Hobley
b078bb755a
Spellchecked editing api docs
2015-05-18 10:44:07 +01:00
Karl Hobley
e04fa2b471
Merge rich text docs
2015-05-18 10:43:36 +01:00
Karl Hobley
866b762b7b
Merge "collapsing multi field panels" into MultiFieldPanel
2015-05-18 10:43:36 +01:00
Karl Hobley
3f780a1d8c
2 => 4 spaces
2015-05-18 10:43:36 +01:00
Karl Hobley
b92b1f7edb
Remove duplicate docs for col classes
2015-05-18 10:43:36 +01:00
Karl Hobley
a2804d2fe6
Move chooser panels next to other panels
2015-05-18 10:43:36 +01:00
Karl Hobley
e3fc465360
Move panels explanation above listing of panels types
2015-05-18 10:43:36 +01:00
Karl Hobley
457f5908a8
Break down FieldRowPanel docs
...
Hopefully, more reabable
2015-05-18 10:43:36 +01:00
Karl Hobley
ad222ffb18
Restructured basic panels docs
2015-05-18 10:43:36 +01:00
Karl Hobley
175d147e09
Tweaks to coding style of model examples
2015-05-18 10:43:36 +01:00
Karl Hobley
22ba2328a1
Don't document Documents here
...
Not the right place for it
2015-05-18 10:43:36 +01:00
Karl Hobley
a19f6c8bbf
Spelling fixes for editors guide
2015-05-18 10:20:08 +01:00
Dave Cranwell
5a1f4de23c
replaced bullets with headings in python guidelines
2015-05-18 09:46:38 +01:00
Dave Cranwell
d507ce9ea1
wording change
2015-05-18 09:46:38 +01:00
Dave Cranwell
2ab94a0022
made difference clearer between coding style and styleguide
2015-05-18 09:46:38 +01:00
Dave Cranwell
66a901c48c
removed duplicated/out-of-date information about getting started using the demo site. this is now only in the actual wagtaildemo repo
2015-05-18 09:46:38 +01:00
Dave Cranwell
ef4d9b00c5
moved github issues/pr info into index page, leaving the developing page more about actual development, not housekeeping
2015-05-18 09:46:38 +01:00
Dave Cranwell
bf6607de54
moved styleguide to own page. renamed trying wagtail to demo site
2015-05-18 09:46:38 +01:00
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