Skip to content

Updated page-builder install manual #324

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

Open
wants to merge 1,208 commits into
base: master
Choose a base branch
from
Open

Conversation

wolph
Copy link

@wolph wolph commented May 23, 2015

No description provided.

Rocky Meza and others added 30 commits March 20, 2014 22:04
* travis:
  Fixed test issues with fixto.js
  Use a bytestring for the file content
  use mezzanine that works on 1.4
  don't need the patched mezzanine any more
  always use the most recent minor versions of django
Django-compressor 1.3 introduces the filter class functionality that
django-pyscss relies on.  django-pyscss doesn't require that version of
django-compressor because it is compressor agnostic.  It might be nice
to add an error into django-pyscss if django-compressor < 1.3 is
installed though.
Require django-compressor>=1.3 for django-pyscss.
  - Use the grab/grabbing cursors instead of pointer
  - Only draggable widgets use a special cursor
This way, you don't have to fetch the page object when you want to put a
link in the search results.
This allows the UI to update based on new data after the move. For
example, widgets can change their `display_name`s based on their tree
position.
Conflicts:
	widgy/contrib/page_builder/models.py
With the introduction of mezzanine.pages.context_processors.page, there
was a change in how PageMiddleware and the page view interact which
broke the PreviewView and HandleFormView in widgy_mezzanine.  This
commit fixes the problem in a way that works for both pre- and
post-3.1.2 Mezzanine.
Updated quickstart to cover south migrations with easy_thumbnails
The previous implementation of class_to_json wasn't calling css_classes
because you can't call property methods without an instance.  I added a
method get_css_classes which works on both instance and classes.  This
allows widget creators to set css_classes on their widgets and for that
to work in both to_json and class_to_json.
Fix widgy_mezzanine preview for Mezzanine==3.1.2
Change Button's css_classes so that it doesn't confict so hard.
Added ability to add classes to FormField Input - added tutorial
This will happen when the connection is reset, for example.
Rocky Meza and others added 29 commits April 14, 2015 10:46
Recommend installing from PyPI in quickstart.
If CSRF_COOKIE_HTTPONLY is set to True, Widgy won't be able to extract
the csrf token from the cookie. Instead we can extract it from the input
that is output by the {% csrftoken %} template tag.
Conflicts:
	widgy/contrib/page_builder/forms/__init__.py
This was the original intent, as Widgy is usually used with the admin
site.
* preview-redirects-to-login:
  authorize_view should only allow staff, not any authenticated user.
  accomodate django 1.4's handling of LOGIN_URL
  Previewing when not logged in should redirect to login
It's not required and only causes problems (lazy admin registration).
More informative messages for compatibility errors
mezzanine.boot shouldn't be recommended
Previously, find_media_files was using the set order of the filenames,
which will differ between processes on Python 3 and may differ on Python
2 with the -R flag.
The base widgy migrations had references to ReviewedVersionTracker,
which is not part of the base widgy install.  This commit changes the
dependency to VersionTracker instead, which is part of the base widgy
install.
`south` is no longer installed as a part of `django-widgy[all]`. This
patch removes it from the tutorial.
…rMigration

Remove dependency for ReviewedVersionTracker in migrations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants