Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added page copy action to admin #380

Merged
merged 16 commits into from Aug 1, 2014
Merged

Commits on Jun 26, 2014

  1. Copy the full SHA
    f888a8e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Merge branch 'master' into page-copy-ui

    Conflicts:
    	wagtail/wagtailadmin/views/pages.py
    kaedroho committed Jul 3, 2014
    Copy the full SHA
    5221abe View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Copy the full SHA
    dabfb5f View commit details
    Browse the repository at this point in the history
  2. Added option to copy form to publish copied pages. This is not displa…

    …yed to users without publish permissions.
    kaedroho committed Jul 11, 2014
    Copy the full SHA
    71089dc View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'torchbox/master' into page-copy-ui

    Conflicts:
    	wagtail/wagtailadmin/forms.py
    kaedroho committed Jul 11, 2014
    Copy the full SHA
    f837444 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. make the check_old_style_urlconf not crash and burn if wagtailimages_…

    …serve has not been added to urls.py
    gasman committed Jul 31, 2014
    Copy the full SHA
    1007977 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. Merge branch 'page-copy-ui' of https://github.com/kaedroho/wagtail in…

    …to kaedroho-page-copy-ui
    
    Conflicts:
    	wagtail/wagtailadmin/tests/test_pages_views.py
    gasman committed Aug 1, 2014
    Copy the full SHA
    f55a00f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a86167 View commit details
    Browse the repository at this point in the history
  3. Pass 'page' to the constructor of CopyForm, so that we can define a s…

    …lug validation method there rather than pushing one in from the view
    gasman committed Aug 1, 2014
    Copy the full SHA
    5bffa72 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e1d1fc9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0f8e3cb View commit details
    Browse the repository at this point in the history
  6. Move the 'should we offer the copy_subpages checkbox or not' logic in…

    …to CopyForm itself. This also allows us to move the help text into the actual help_text property, which fixes the dodgy spacing on the form field
    gasman committed Aug 1, 2014
    Copy the full SHA
    b5f63d1 View commit details
    Browse the repository at this point in the history
  7. Submit button on copy page should not say 'yes', because the form is …

    …not presented as an 'are you sure?' confirmation message
    gasman committed Aug 1, 2014
    Copy the full SHA
    37b8f22 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    858dd11 View commit details
    Browse the repository at this point in the history
  9. Customise the label and help text of the 'publish copies' field when …

    …there are no subpages
    gasman committed Aug 1, 2014
    Copy the full SHA
    a14f604 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    4551593 View commit details
    Browse the repository at this point in the history