Metadata-Version: 2.1
Name: myams
Version: 0.1.67
Summary: MyAMS client framework
Home-page: http://hg.ztfy.org/pyams/pyams_skin
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Keywords: Pyramid PyAMS skin
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: fanstatic
Provides-Extra: test

=============
MyAMS package
=============

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_.


What is MyAMS?
==============

MyAMS.js is a "small" extension package over JQuery and Bootstrap. It provides a small set of
features using the HTML "data" API to enable components configuration without using any
javascript code.

Please note that this package also includes a Python package, for easy integration of MyAMS
within a Pyramid application.


New MyAMS major release
=======================

A complete MyAMS rewrite is currently on it's way, with upgraded versions of JQuery and Bootstrap
and different modules architecture; a demo and documentation site of this new release is available
at http://myams.ztfy.org.


History
=======

0.1.67
------
 - stop click handler event propagation even if link doesn't contain href attribute

0.1.66
------
 - added support for hidden columns in datatables
 - updated table CSV export to get title of hidden columns

0.1.65
------
 - packaging issue

0.1.64
------
 - updated breadcrumbs style

0.1.63
------
 - added VueJS script to resources

0.1.62
------
 - added helper to copy text to clipboard

0.1.61
------
 - updated small icon for unknown MIME type

0.1.60
------
 - updated icon for unknown MIME type

0.1.59
------
 - added form submit helper

0.1.58
------
 - added container module helpers

0.1.57
------
 - added flex display class

0.1.56
------
 - updated JQuery-UI plug-ins initialization

0.1.55
------
 - updated form reset handler
 - added helper to store window location hash in login form hidden input
 - added data attribute to enable spellcheck in TinyMCE editor

0.1.54
------
 - updated *message* AJAX response handler
 - updated textarea CTRL+Enter event handler
 - added target cleanup in select2 change helper

0.1.53
------
 - added custom buttons style

0.1.52
------
 - updated search rule to find menu to active on page load

0.1.51
------
 - allow navigation menus to be pre-opened on page load

0.1.50
------
 - include textareas in automatic focus targets

0.1.49
------
 - updated getFunctionByName to return "undefined" for any "false" value

 - CSS updates

0.1.48
------
 - CSS updates

0.1.47
------
 - CSS updates...

0.1.42
------
 - updated fieldsets background color

0.1.41
------
 - updated fieldset background color to handle Chrome bug
 - updated modal header style
 - included version number into compiles resources

0.1.40
------
 - created dedicated package from MyAMS resources (extracted from PyAMS_skin package)
