Thibaud Colas
4803ad1c43
Add IE11 opt-out of rich text pasting, and documentation notes
2018-01-17 22:16:35 +02:00
Matt Westcott
ff0daf074d
Add line break to makemigrations code snippet
2017-11-27 01:11:09 +00:00
Karl Hobley
9a13b09d41
Renamed wagtail.contrib.wagtailstyleguide to wagtail.contrib.styleguide
2017-11-26 22:43:47 +00:00
Karl Hobley
4300e19da2
Rename wagtail.wagtailcore to wagtail.core
2017-11-26 22:43:47 +00:00
LB (Ben Johnston)
ebc423e91a
Add instructions on how to do test app migrations
...
Previously answered [here](https://github.com/wagtail/wagtail/pull/4024#issuecomment-345267222 ) and [here](https://groups.google.com/forum/#!msg/wagtail-developers/P6x9N5qzq-I/0gbRzWgBBgAJ ). Just adding this into these docs for future contributors.
2017-11-19 09:08:01 +00:00
Matt Westcott
392cd21014
Improve description of real-soon-now milestone
2017-11-17 14:39:12 +00:00
Matt Westcott
5f382d8784
Remove Python 2 references from docs
2017-10-13 12:24:42 +01:00
Matt Westcott
c80bbfcc5f
Eliminate references to wagtaildemo from the docs
...
bakerydemo is now our preferred demo site and the one which will be updated for Wagtail 2.x / Django 2.x.
2017-10-11 16:58:30 +01:00
Karl Hobley
4a1e27dbd4
Remove Python 2 from CI and docs
2017-10-11 16:40:10 +01:00
Thibaud Colas
c271993a2d
Fix link to stylelint site in documentation
2017-08-26 19:07:08 +03:00
Anselm Bradford
a900965fba
Fixes #3516 - replaces scss-lint with stylelint
2017-08-26 16:39:45 +03:00
Matt Westcott
77ae8eac50
Mention the RFC process on the contributing page
2017-08-16 10:19:16 +01:00
Thibaud Colas
65e6c6920f
Add npm run lint:css command to run Sass linting
2017-08-11 16:26:11 +01:00
Thibaud Colas
4eafad0a57
Fix scss_lint gem naming
2017-08-11 16:26:11 +01:00
Thibaud Colas
91490566c2
Replace references to Node versions
2017-08-11 15:40:43 +01:00
Matt Westcott
b976db3afc
Pin isort to 4.2.5 - fixes #3623
2017-06-02 12:23:49 +01:00
Kees Hink
a2b9c2bfe4
Document pep8 issues to ignore ( #3503 )
...
* Docs: E501 is not the only PEP8 violation we accept.
* Add the list of PEP8 violations we accept to tox.ini
2017-03-25 15:10:12 +01:00
Patrick Gerken
50a16c37db
Make installing deps more stable
...
The old syntax works with bash, but not with zsh. The new syntax works with both.
2017-03-23 18:04:20 +01:00
Thibaud Colas
1e3548e671
Add browser support targets in contributing guidelines
2017-02-20 20:46:40 +00:00
Daniel Chimeno
f70226c845
add way of autocompile documentation
2017-02-20 20:24:17 +00:00
Janneke Janssen
493a30bcf9
Add nvmrc to the project and updated developing docs
2017-02-20 11:14:33 +01:00
David Ray
49b78dd8a7
Removing errant words in sample path/to/wagtail
2017-02-03 20:41:08 +00:00
Thibaud Colas
c34f2eba0f
Update contribution documentation for core team members ( #3318 )
...
* Update issue tracking docs, re. contributor workflow discussions
* Update docs regarding the PR review & merge process
* Update PR docs with suggestions re. contributor workflow
2017-02-03 09:46:15 +00:00
Daniel Chimeno
b61f688347
Improve docs testing ( #3308 )
...
* add information about running only some testcases
2017-01-28 01:02:44 +00:00
Matt Westcott
0f94222689
Specify version 4.x, 5.x or 6.x of Node
...
Gulp 3.x is currently incompatible with Node 7: https://github.com/gulpjs/gulp/issues/1843
Fixes #3253
2017-01-03 16:47:32 +00:00
Matt Westcott
7288a96950
Point people to Stack Overflow for support queries in preference to the Google group ( #3255 )
...
We plan to put additional resources into support on Stack Overflow, based on feedback at https://twitter.com/WagtailCMS/status/801384753589080064
2017-01-03 16:02:24 +00:00
Matt Westcott
6f834c9a9b
Update links to github.com/torchbox to point to github.com/wagtail
2016-12-15 11:49:49 +00:00
Tim Heap
6ba34636cb
Fix whitespace errors in docs
...
Trimmed trailing whitespace, convert tabs to 4 spaces, add preference
for spaces to `.editorconfig`.
2016-11-28 13:41:35 +00:00
Tim Heap
254e675634
Use .. code-block:: console for all shell commands
...
This is the correct lexer for interactive console sessions, according to
<http://pygments.org/docs/lexers/ >. This does require command lines to
be prefixed with `$`, otherwise they are interpreted as the output of a
command. It highlights the command nicely, including environment
variables, strings, and comments.
2016-11-28 13:41:35 +00:00
Matt Westcott
d9c27f0325
Tell developers to use the bundled version of six (we don't install it as a dependency any more)
2016-11-09 10:35:12 +00:00
Tom Dyson
d68c015658
Specify Github merge option for minor doc fixes ( #3144 )
2016-11-08 09:57:15 +00:00
Matt Westcott
7545ed3675
We don't have t-shirts any more :-(
2016-10-27 20:55:19 +01:00
Ducky
7922f1abeb
restructured and added to contribution guide
...
As a new contributor I found some of the information for contributing hard to
find easily. I think this restructure should fix that, by bringing relevant
menus under their headings and adding an additional heading for 'more
information' instead of just 'other contributions'.
2016-10-27 20:50:28 +01:00
Mikalai Radchuk
ae33f7192d
Adds "Supported versions of Django"
...
Adds "Supported versions of Django" section
into "Wagtail's release process" document.
2016-09-21 18:50:44 +01:00
Mikalai Radchuk
d3568df5b3
Adds docs about release process
2016-09-21 18:50:21 +01:00
Matt Westcott
86e60fd4a3
Mention where to access the styleguide - fixes #3009
2016-09-19 13:49:52 +01:00
Matt Westcott
7d8c7ec758
Add 'issue tracking' docs ( #2794 )
2016-07-19 16:17:54 +01:00
Matt Westcott
64c7a6367a
Document isort and 'make lint' in Python coding guidelines
2016-06-23 16:31:44 +01:00
Robert Rollins
11793f88c5
Changed indentation on all code samples to 4 spaces.
...
Most of the samples were already 4-space indented, but a few were using 2-space,
which is both inconsistent and, when it happened with Python code samples,
incompatible with PEP8.
2016-04-28 10:57:22 +01:00
Tim Heap
4b46ff341d
Add docs on making Wagtail compatible with multiple Django versions
2016-03-27 07:15:56 +02:00
Tim Heap
84432fbfd6
Add docs on how to build docs
...
I put some docs in your docs on building docs, so now I can build docs
about my docs from my docs.
2016-03-11 17:24:38 +00:00
Matt Westcott
dadef2a017
Recommend the -U switch when running pip install -e .
...
This more reliably ensures that the user has up-to-date dependencies (e.g. without it, a
beta version of a package like Willow or modelcluster won't get installed if the user has
a stable version already installed)
2016-03-07 18:31:29 +00:00
Mikalai Radchuk
fb50eb0d7e
Fixes wrong links format in CSS coding guidelines
2016-03-07 20:38:47 +03:00
Mikalai Radchuk
660278d417
Fixes typos in docs for #2201 and #2302
2016-03-07 09:47:40 +00:00
Tim Heap
74986f7d4d
Add docs on committing code
...
Inspiration and flow from Django's
`internals/contributing/committing-code` docs
2016-03-03 02:00:37 +02:00
Matt Westcott
7ed53087aa
Update node.js version requirements
2016-02-29 15:55:02 +00:00
Charlie Choiniere
ae2006ccf1
Moved all dev dependencies into setup.py
...
* Removed requirements-dev.txt
* Added dependencies to setup.py using the extras_require option
* Updated the documentation to use pip instead of setup.py develop
* Updated .drone.yml to reflect updated installation
2016-02-05 14:44:51 +00:00
Karl Hobley
06cba807df
Merge pull request #1914 from kaedroho/runtests-args
...
Add --postgres and --elasticsearch arguments to runtests.py
2015-11-30 12:26:16 +00:00
Dave Cranwell
29753ecb0d
updated css guidelines. removed duplicate linting block
2015-11-24 00:05:31 +00:00
Dave Cranwell
fc980bd103
updated npm packages. ongoing linting of scss files
2015-11-23 21:39:54 +00:00