Skip to content

Commit

Permalink
Prepare collective.table 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danjacka committed Jun 18, 2012
1 parent 42a792c commit c858fb3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -5,7 +5,7 @@ Easy storage of tabular data
collective.table is a replacement for the "store equipment lists, book loans,
etc. in Excel files and upload to Plone". It's a list of items where members
can add/edit columns and rows and of course data. By default, collective.table
stores it's data in the ZODB, however storage is pluggable and it's easy to
stores its data in the ZODB, however storage is pluggable and it's easy to
write storage adapters to have data stored in SQL, LDAP, etc.

collective.table is based on `DataTables <http://datatables.net>`_ and
Expand Down
10 changes: 10 additions & 0 deletions docs/HISTORY.txt
@@ -1,6 +1,16 @@
Changelog
=========

1.1 (2012-06-18)
----------------

* Restore form values in the request to string after ``processInputs``
converts them to unicode for ``z3c.form``. [danjacka]
* Force ``beforepost`` callback to hide spinner graphic when closing
the popup. [danjacka]
* Minor updates to buildout, documentation, tests. [danjacka]


1.0.1 (2011-08-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/index.rst
Expand Up @@ -3,7 +3,7 @@ Developer documentation for collective.table
============================================

:Project title: collective.table
:Latest version: 1.0.1
:Latest version: 1.1
:Project page: http://pypi.python.org/pypi/collective.table
:Source: http://github.com/collective/collective.table

Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '1.0.2dev'
version = '1.1'

setup(name='collective.table',
version=version,
Expand All @@ -21,7 +21,7 @@
keywords='plone table data',
author='Jarn AS',
author_email='info@jarn.com',
url='http://svn.plone.org/svn/collective/collective.table',
url='http://github.com/collective/collective.table',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['collective'],
Expand Down

0 comments on commit c858fb3

Please sign in to comment.