Statistics
| Branch: | Tag: | Revision:

root / cloudcms / forms.py @ cb88bc8d

History | View | Annotate | Download (10.9 kB)

# Date Author Comment
fe15b393 07/31/2012 09:49 pm Kostas Papadimitriou

Variable name typo

f95f8982 07/31/2012 04:28 pm Kostas Papadimitriou

Improved sphinx import db errors handling

- Catch rollback excpetion
- Force slug length to db length

71b9f1ac 07/30/2012 09:34 pm Kostas Papadimitriou

Proper handling of lxml strings

convert lxml.etree._ElementStringResult to unicode strings to avoid
psycopg2 driver from raising "can't adapt" errors.

59ab14be 07/17/2012 07:13 pm Olga Brani

Userguide changes

58b9c196 07/16/2012 06:18 pm Kostas Papadimitriou

Sphinx docs import form improvements

- Custom stream logging handler to capture logging output of the
convertion process.
- Fix media object creation/update (proper categories handling)

deb708bf 07/12/2012 05:47 pm Kostas Papadimitriou

Automatic import of rst documentation

Form class and admin view to automatically parse zip file with specific
rst content and generate faq/userguide entries.