From c13e6a5fe99c905ba2ae4aca159a58b0f926587a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 16 Oct 2011 07:49:34 -0400 Subject: [PATCH] Updated Changelog and contributors file --- docs/changelog.rst | 18 ++++++++++++++++++ docs/contributors.rst | 4 ++++ 2 files changed, 22 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b35cf93ede..0e8f696364 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,25 @@ +2011-10-16 +---------- +* Added granting and revoking permission methods to the permission model +* Correctly calculate the mimetype icons paths when on development mode +* Added a new more comprehensive method of passing multiple variables + per item in multi item selection views +* Used new multi parameter passing method to improve the usability of + the grant/revoke permission view, thanks to Cezar Jenkins + (https://twitter.com/#!/emperorcezar) for the suggestion + 2011-10-05 ---------- * Initial translation to Portuguese +2011-09-29 +---------- +* Added required changes to add Mayan EDMS to Transifex.com + +2011-09-13 +---------- +* Fixed the apache contrib file static file directory name + 2011-08-19 ---------- * Added improved documentation diff --git a/docs/contributors.rst b/docs/contributors.rst index 7d9cfdcefa..a62373808a 100644 --- a/docs/contributors.rst +++ b/docs/contributors.rst @@ -24,3 +24,7 @@ Bug fixes Translations ------------ * Emerson Soares (http://emersonsoares.com) + +Suggestions +----------- +* Cezar Jenkins (https://twitter.com/#!/emperorcezar)