Updated CREDITS and Changelog

This commit is contained in:
Roberto Rosario
2011-04-28 01:26:03 -04:00
parent 28f87690b2
commit 998985617b
2 changed files with 33 additions and 4 deletions

View File

@@ -101,7 +101,6 @@ MongoDB - (from "humongous") is a scalable, high-performance, open
PyMongo - is a Python distribution containing tools for working with
MongoDB, and is the recommended way to work with MongoDB from
Python.
Copyright 2009, Michael Dirolf
http://api.mongodb.org/python/
@@ -121,10 +120,15 @@ Image 1299551545_egypt200.png
Iconka
http://iconka.com/
django-sendfile - This is a wrapper around web-server specific methods for sending files to web clients.
django-sendfile - This is a wrapper around web-server specific methods
for sending files to web clients.
johnsensible (John Montgomery)
https://github.com/johnsensible/django-sendfile
jQuery-Jail
jQuery-Jail - Jquery Asynchronous Image Loader (JAIL)
Sebastiano Armeli-Battana (contact@sebarmeli.com)
http://www.sebastianoarmelibattana.com/projects/jail
django-taggit
django-taggit - is a reusable Django application for simple tagging
Alex Gaynor (alex.gaynor@gmail.com)
http://pypi.python.org/pypi/django-taggit

View File

@@ -1,3 +1,28 @@
2011-Apr-28
* Added document tagging support
- Required installing django-taggit and doing a sync-db
2011-Apr-27
* Changed the previewing and deleting staging files views to required DOCUMENT_CREATE permission
* Added no-parent-history class to document page links so that iframe clicking doesn't affect the parent window history
Fixes back button issue on Chrome 9 & 10
* Added per app version display tag
* Added loading spinner animation
* Messages tweaks and translation updates
2011-Apr-26
* Converter app cleanups, document pre-cache, magic number removal
2011-Apr-25
* Added OCR view displaying all active OCR tasks from all cluster nodes
* Disabled CELERY_DISABLE_RATE_LIMITS by default
* Implement local task locking using Django locmem cache backend
2011-Apr-24
* Added doc extension to office document format list
* Removed redundant tranformation calculation
* Make sure OCR in processing documents cannot be deleted
2011-Apr-23
* PEP8, pylint cleanups and removal of relative imports
* Removed the obsolote DOCUMENTS_GROUP_MAX_RESULTS setting option