From 998985617b2b33bdff6033e2c970bb12669834b2 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 28 Apr 2011 01:26:03 -0400 Subject: [PATCH] Updated CREDITS and Changelog --- docs/CREDITS | 12 ++++++++---- docs/Changelog.txt | 25 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/docs/CREDITS b/docs/CREDITS index b207c5c874..49466e7a47 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -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 diff --git a/docs/Changelog.txt b/docs/Changelog.txt index 64e74e2cc3..8bdd1e7407 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -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