Skip to main content

A collection of client side patterns for faster and easier web development

Project description

Plone Mockup is an ongoing effort to modernize Plone’s javascript story. Check out examples and documentation at http://plone.github.io/mockup/

The Goals of Mockup

  1. Standardize configuration of patterns implemented in js to use HTML data attributes, so they can be developed without running a backend server.

  2. Use modern AMD approach to declaring dependencies on other js libs.

  3. Full unit testing of js

Install & Run Tests

Install Node version 0.10 or greater

Install using package manager, e.g. apt or yum

Install without using package manager

Install PhantomJS

Download and install PhantomJS

Maybe use your package manager:

$ apt-get install phantomjs

Now git clone & build Mockup:

$ git clone https://github.com/plone/mockup.git
$ cd mockup
$ make bootstrap

Run tests with PhantomJS:

$ make test

Run tests with Chrome:

$ make test-dev

Generate widgets.pot file in the working directory for Plone translations:

$ make i18n-dump

If you are currently in the buildout.coredev/src/mockup folder and want to update the translations in plone.app.locales, first go back in the buildout.coredev folder, copy widgets.pot in the plone.app.locales package and resync the po files like this:

$ cd ../..
$ cp src/mockup/widgets.pot src/plone.app.locales/plone/app/locales/locales/widgets.pot
$ bin/buildout -c experimental/i18n.cfg  # to have the bin/i18n command
$ bin/i18n widgets

If you did some changes in the js files and want to test them live in Plone:

  • go to Site Setup -> Resource Registries

  • click on the “Development Mode (only logged in users)” checkbox

  • click on the “Develop Javascript” button for the plone-editor-tools bundle (for folder contents changes, may be another bundle for an other pattern)

  • click the “Save” button

  • refresh your page (folder contents for example)

To have the js changes in the next Plone release, you need to build the bundles, see README of plone.staticresources You may be interested reading JavaScript For Plone Developers and Resource Registry documentation too.

To test a translation, for example French:

  • edit the po file src/plone.app.locales/plone/app/locales/locales/fr/LC_MESSAGES/widgets.po

  • restart your instance to rebuild the mo file from the po file

  • purge your localStorage and refresh the page to trigger a new download of the translations

The translations are handled by mockup/js/i18n.js that calls the plonejsi18n view defined in plone.app.content to generate a json of the translations from the mo file. The plonejsi18n view is called one time for a given domain and language and the result is cached in localStorage for 24 hours. The only way to test the new translations is to restart the instance to update the mo file from the po file, and then to purge the localStorage to trigger a new download of the translations.

License

The BSD 3-Clause License. Copyrights hold the Plone Foundation. See LICENSE.rst for details.

Credits

Originally created by Rok Garbas using parts of Patterns library. Now maintained by the Plone Foundation.

Status of builds

Travis CI Coveralls Bitdeli

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mockup-3.2.6.tar.gz (516.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mockup-3.2.6-py2.py3-none-any.whl (696.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mockup-3.2.6.tar.gz.

File metadata

  • Download URL: mockup-3.2.6.tar.gz
  • Upload date:
  • Size: 516.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/2.7.17

File hashes

Hashes for mockup-3.2.6.tar.gz
Algorithm Hash digest
SHA256 178be6e0204ba816a0dd03fb324f2a38c325ae772824ed692a59fcd201230ba7
MD5 f0e0ea5b4de717df937cbda271cb657c
BLAKE2b-256 f76ff966c60764f9f1e3c3451aff14af033e1879eaaa0a22111942ca538c343d

See more details on using hashes here.

File details

Details for the file mockup-3.2.6-py2.py3-none-any.whl.

File metadata

  • Download URL: mockup-3.2.6-py2.py3-none-any.whl
  • Upload date:
  • Size: 696.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/2.7.17

File hashes

Hashes for mockup-3.2.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 35ebe7a6f6dc58dd84056a85ba23b9c050ad6b7cb6c0b7f08c1abe38d9efeed8
MD5 de41790724c86ac57e9af0f3a36da74a
BLAKE2b-256 ffa45a3444c35f2af47b33089b479bd16e4af67fd3759e0172639818719b20a5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page