Wykres commitów

35 Commity (97e793127ecf0f76b9f3e406fd0b6062a716023a)

Autor SHA1 Wiadomość Data
Karl Hobley 9c48f65972 Changelog/release notes 2015-05-26 14:00:52 +01:00
Dave Cranwell c18bab66c6 Tracking/Phone Home/Upgrade notification 2015-05-26 13:35:07 +01:00
Karl Hobley 23969890cb Merge remote-tracking branch 'takeflight/refactor/remove-libsass' 2015-05-19 17:25:52 +01:00
Dave Cranwell f42e06c455 fixed couple of mislink reports 2015-05-18 09:13:02 +01:00
Karl Hobley 642f37c1e5 Spelling fixes for howto section 2015-05-14 11:29:00 +01: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
Frank Wiles 9239057489 Add Sites to configuration instructions 2015-04-25 12:22:54 -05: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
Karl Hobley e145e8ebcf Spelling corrections 2015-04-19 10:53:34 +01:00
Karl Hobley 739ef64cf1 Started fixing spellings. Added wordlist 2015-04-17 23:05:08 +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 53659b35b9 Removed patterns() from docs 2015-04-10 16:57:05 +01:00
Karl Hobley 8d162d0a86 Removed all versionadded older than 0.7 2015-04-09 17:03:33 +01:00
Karl Hobley 6f8218f23b Remove mention of celery from docs 2015-03-31 10:29:58 +01:00
Karl Hobley 667fee8d15 Replaced django-redis-cache with django-redis
Fixes #1068
2015-03-22 12:08:22 +00:00
Karl Hobley 6a968049f7 Search urls have changed 2015-03-22 12:08:22 +00:00
Karl Hobley adb703ca2b South/django admin no longer required 2015-03-22 12:08:22 +00:00
Karl Hobley 5aa6ed2c2a Docs for running the tests
Fixes #1004
2015-03-18 20:53:33 +00:00
Daniel Chimeno de65f8da8b Update third_party_tutorials.rst 2015-02-18 00:29:24 +01:00
Dan Braghis 0aaee7bb47 Add docs page for third-party tutorials 2015-02-03 22:29:28 +00:00
Matt Westcott ba9dde0ef8 Documentation for branding_login and branding_welcome 2015-01-29 13:41:04 +00:00
Matt Westcott e5f7ab5924 Merge branch 'gilsondev-master' 2015-01-29 13:23:22 +00:00
Matt Westcott dbc7cf45ef Documentation for replacing branding using django-overextends (+ rename admin_logo to branding_logo with the plan of being consistent with #934) 2015-01-29 13:22:57 +00:00
Karl Hobley a437c1471f Update settings.rst
No longer need to specify ``LOGIN_URL`` or ``LOGIN_REDIRECT_URL``
2015-01-29 10:43:34 +00:00
Karl Hobley 61de136f75 Update settings.rst
No longer need to specify ``LOGIN_URL`` or ``LOGIN_REDIRECT_URL``
2015-01-29 10:42:46 +00:00
Gilson Filho 9c24066b0b Update change_logo_dashboard.rst 2014-11-03 11:15:07 -02:00
Gilson Filho ccf0f15227 Create change_logo_dashboard.rst 2014-11-03 11:13:43 -02:00
Tim Heap 7d22f34996 Use AppConfig.ready to register signal handlers
Also remove references to `admin.autodiscover()`, as this is called from
the AdminConfig when `django.contrib.admin` is loaded.
2014-10-14 09:33:19 +11:00
Matt Westcott d7651adc5b side-step the 'a large number of emails is' vs 'a large number of emails are' grammatical debate 2014-09-11 14:30:38 +01:00
Matt Westcott bb23a49589 Add Celery documentation (and additional advice on Redis) to the Performance howto, since it isn't going to be a default part of the project template / VM 2014-09-10 19:24:18 +01:00
Karl Hobley f4b746e3f5 Merge branch 'master' into multilingual-tutorial
Conflicts:
	docs/index.rst
2014-08-26 11:57:52 +01:00
Matt Westcott 13293da5cc remove reference to non-existent redirects documentation 2014-08-01 16:49:17 +01:00
Karl Hobley 833cfec501 Moved 'settings.rst' into howto 2014-07-25 15:57:06 +01:00
Karl Hobley b7862a91d0 Added howto section 2014-07-25 15:32:35 +01:00