Wykres commitów

3181 Commity (27048acda787d158a30433356a456e28aa3ab29c)

Autor SHA1 Wiadomość Data
Karl Hobley 1e82be93e8 Allow use of "page" parameter in search view
Fixes #813
2014-12-03 09:57:29 +00:00
Matt Westcott 631bec3395 Merge pull request #845 from kaedroho/unpinned-requirements
Unpinned some requirements
2014-12-03 09:46:32 +00:00
Karl Hobley c4e58a7ca5 Unpinned some requirements
To make requires.io happy
2014-12-03 09:25:37 +00:00
Karl Hobley 52581222e8 Changed test to use eventmoderator user 2014-12-02 17:14:22 +00:00
Karl Hobley 13e5221746 Update 0.9.rst 2014-12-02 16:52:41 +00:00
Karl Hobley 1fcb94c0b9 Order by created_at when getting first revision 2014-12-02 16:30:48 +00:00
Karl Hobley ca7e285353 Added user attribute to Page.copy
This is used for setting the owner of the new pages and the user for the
new revision that gets created
2014-12-02 16:30:47 +00:00
Karl Hobley 7235c61fb7 Create new revision when copying pages
This serves two purposes:
 * It makes sure update_attrs gets applied to the latest revision so the
   changes are reflected in the editor
 * It bumps the last_revision_created_at value so the new page gets
   ordered as if it was just created
2014-12-02 16:29:02 +00:00
Karl Hobley 107767e97a Update page IDs in revision JSON when copying
Fixes #837

When copying a page, all of its revisions are also copied. The revisions
are JSON encoded and include ID fields which point back to the original
page object. These IDs weren't being updated when the revision was
copied to a new page causing the editor to break when that new page is
edited.
2014-12-02 16:29:02 +00:00
Karl Hobley 3f83eb898f Fixes to 0.8.4 release notes 2014-12-02 15:17:34 +00:00
Karl Hobley 46d0d98706 Added changelog/release notes for 0.8.4 2014-12-02 15:14:27 +00:00
Karl Hobley 1fc4302f3a Merge branch 'pr-838'
Conflicts:
	CHANGELOG.txt
	CONTRIBUTORS.rst
	docs/releases/0.9.rst
2014-12-02 14:56:49 +00:00
Karl Hobley 9edd3332a2 Added Timo Rieber to contributors 2014-12-02 14:55:04 +00:00
Karl Hobley 13814fba62 Changelog and release note for #838 2014-12-02 14:54:21 +00:00
Karl Hobley c50b79f8ee Added another test for #838
This tests that the page is copied to the different parent when a
different parent is selected.
2014-12-02 14:50:29 +00:00
Matt Westcott 7d66cd6a60 Merge branch 'master' of github.com:torchbox/wagtail 2014-12-02 12:49:37 +00:00
Matt Westcott 0a98c9eb10 Merge branch 'takeflight-feature/migration-tests' 2014-12-02 12:49:19 +00:00
Matt Westcott 645621ef02 reorganise migrations to remove duplicate, and add migration for RegisterFunction which was previously masked due to duplicate test name 2014-12-02 12:47:16 +00:00
Dave Cranwell 74915c4cca Help develp me link included closed items 2014-12-02 11:52:02 +00:00
Matt Westcott 3535b5ca21 Merge branch 'feature/migration-tests' of https://github.com/takeflight/wagtail into takeflight-feature/migration-tests
Conflicts:
	wagtail/wagtailsnippets/tests.py
2014-12-02 11:45:29 +00:00
Karl Hobley 0e61e9a0c4 Updated deprecation warnings 2014-12-02 09:27:46 +00:00
Karl Hobley 2049f0ed1a Update 0.9.rst 2014-12-02 09:22:52 +00:00
Dave Cranwell 467332c7b6 Update CHANGELOG.txt 2014-12-01 11:58:59 +00:00
Karl Hobley b8b079a28c Changelog and release note for #791 2014-12-01 11:50:26 +00:00
Karl Hobley 2175e9102b Views cleanup 2014-12-01 11:50:26 +00:00
Dave Cranwell 58f9f68fe4 converted uses of django.contrib.messages to wagtail.wagtailadmin.messages to allow better styling and interactivity in notifications 2014-12-01 11:50:26 +00:00
Karl Hobley 513129fb5e Added @linibou to contributors 2014-12-01 11:21:16 +00:00
Karl Hobley 89eaf5a00c Merge pull request #827 from Scopart/master
[fix] mysql support #541
2014-12-01 11:19:31 +00:00
Karl Hobley 3de931fcf6 Changelog and release note for #812 2014-12-01 10:42:50 +00:00
Karl Hobley cd9712b04a Merge pull request #812 from davecranwell/fix/submenu-explorer-interaction
Fixed submenu and explorer interaction to address #678
2014-12-01 10:40:39 +00:00
Karl Hobley b8517cb7fc Changelog and release note for #830 2014-12-01 10:23:24 +00:00
Karl Hobley 53ee179171 Merge pull request #830 from davecranwell/thousands-comma-dashboard
Added thousands comma to dashboard stats without mandating l10n or installation of more apps
2014-12-01 10:22:03 +00:00
Karl Hobley 576a4eb36c Merge pull request #822 from takeflight/bug/815-unicode-widget-error
Fix unicode error with admin widgets
2014-12-01 09:54:50 +00:00
Karl Hobley 3e213eff54 Changelog and release note for #831 2014-12-01 09:44:05 +00:00
Karl Hobley 377f2f4521 Merge pull request #831 from davecranwell/nicer-menu-footer
Updated menu footer to use space better, be clearer in how it works.
2014-12-01 09:40:43 +00:00
Timo Rieber dad7621f48 Adapted and added tests for copying pages 2014-11-30 22:37:20 +01:00
Timo Rieber b100d98d83 Allow changing the parent page when copying 2014-11-30 22:37:20 +01:00
Timo Rieber d4c5ec93ca Added parent page field to copy form and template 2014-11-30 22:36:48 +01:00
Dave Cranwell 22ca6822e1 tweak to small avatar spacing 2014-11-25 15:50:31 +00:00
Dave Cranwell 12806edb2c tweak to small avatars 2014-11-25 15:43:54 +00:00
Dave Cranwell f3d918fb21 updated menu footer to use space better, be clearer 2014-11-25 15:38:52 +00:00
Dave Cranwell e6016f9920 added thousands comma to dashboard stats without mandating l10n or installation of more apps 2014-11-25 13:41:15 +00:00
Julien Antony 43e2555c19 [fix] mysql support #541 2014-11-21 16:26:03 +01:00
Matt Westcott dab54416cc formally withdraw 0.8.2 release, move release notes to 0.8.3
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2014-11-20 16:51:19 +00:00
Sebastian Spiegel 355fb67a92 revert unwanted whitespace changes automatically made by code editor 2014-11-19 15:49:16 +01:00
Sebastian Spiegel 17c9768b02 fix saving a single tag with multiple words in it, fixes #824
Add a preprocessTag option for tag-it.js in page-editor.js to fix a problem with saving a single tag with multiple words in it when editing a Page. tag-it.js doesn't put a comma after a single tag (neither double quotes it by default) when POSTing to Wagtail so django-taggit treats it as multiple tags. Force double quoting with mentioned preprocessTag option.
2014-11-19 15:38:28 +01:00
Dan Braghis 2f184eaee0 Remove 'in development' from 0.8.2 release 2014-11-19 09:57:52 +00:00
Tim Heap 840e7d2482 Fix variable name typo 2014-11-19 08:39:57 +11:00
Tim Heap 609e0b7668 Fix unicode error caused by ascii format string 2014-11-19 08:39:57 +11:00
Karl Hobley 38174458e5 Added missing migration for tests 2014-11-18 15:25:50 +00:00