# # ChangeLog for sandbox/2.4-expresso-api # # Generated by Trac 0.12.2 # 03/28/24 14:49:14 Fri, 18 May 2012 14:12:43 GMT acoutinho [6230] * sandbox/2.4-expresso-api/prototype/api/datalayer.js (modified) * sandbox/2.4-expresso-api/prototype/config/PostgreSQL.srv (modified) * sandbox/2.4-expresso-api/prototype/config/Tonic.srv (modified) * sandbox/2.4-expresso-api/prototype/config/dynamicContact.ini (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2.php (modified) * sandbox/2.4-expresso-api/prototype/library/tonic/lib/tonic.php (modified) * sandbox/2.4-expresso-api/prototype/rest/calendar/CalendarLastResource.php (modified) * sandbox/2.4-expresso-api/prototype/rest/contact (added) * sandbox/2.4-expresso-api/prototype/rest/contact/ContactGeralResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/contact/DynamicContactDeleteResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/contact/DynamicContactResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/contact/DynamicContactsResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/dispatch.php (modified) * sandbox/2.4-expresso-api/prototype/rest/hypermedia (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/collection.php (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/data.php (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/error.php (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/hypermedia.php (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/item.php (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/link.php (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/query.php (added) * sandbox/2.4-expresso-api/prototype/rest/hypermedia/template.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/contact (added) * sandbox/2.4-expresso-api/prototype/tests/rest/contact/DynamicContactResourceTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/contact/DynamicContactsResourceTest.php (added) Ticket #2758 - Implementacao dos recursos de contatos dinamicos no ... Thu, 05 Apr 2012 20:00:04 GMT cristiano [5888] * sandbox/2.4-expresso-api (modified) * sandbox/2.4-expresso-api/.htaccess (modified) * sandbox/2.4-expresso-api/home.php (modified) * sandbox/2.4-expresso-api/phpgwapi/templates/default/login_default.php (modified) * sandbox/2.4-expresso-api/prototype/api (modified) * sandbox/2.4-expresso-api/prototype/api/config.php (modified) * sandbox/2.4-expresso-api/prototype/api/datalayer.js (modified) * sandbox/2.4-expresso-api/prototype/config/Cyrus.srv (added) * sandbox/2.4-expresso-api/prototype/config/OpenLDAP.srv (modified) * sandbox/2.4-expresso-api/prototype/config/PostgreSQL.srv (modified) * sandbox/2.4-expresso-api/prototype/config/Tonic.srv (added) * sandbox/2.4-expresso-api/prototype/config/oauthCliente.ini (copied) * sandbox/2.4-expresso-api/prototype/config/oauthCode.ini (copied) * sandbox/2.4-expresso-api/prototype/config/oauthRefreshToken.ini (copied) * sandbox/2.4-expresso-api/prototype/config/oauthToken.ini (copied) * sandbox/2.4-expresso-api/prototype/config/user.ini (modified) * sandbox/2.4-expresso-api/prototype/library/oauth2 (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/CHANGELOG.txt (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/LICENSE.txt (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/README.txt (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/config.doxy (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantClient.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantCode.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantExtension.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantImplicit.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2GrantUser.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2RefreshTokens.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/IOAuth2Storage.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2AuthenticateException.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2Client.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2Exception.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2RedirectException.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/lib/OAuth2ServerException.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/addclient.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/authorize.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/lib (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/lib/OAuth2StorageMongo.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/protected_resource.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/mongo/token.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/addclient.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/authorize.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/hello.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/lib (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/lib/OAuth2StoragePdo.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/lib/OAuth2StorageUserCredential.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/mysql_create_tables.sql (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/protected_resource.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/server/examples/pdo/token.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests/All_OAuth2_Tests.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests/OAuth2OutputTest.php (added) * sandbox/2.4-expresso-api/prototype/library/oauth2/tests/OAuth2Test.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic (added) * sandbox/2.4-expresso-api/prototype/library/tonic/.travis.yml (added) * sandbox/2.4-expresso-api/prototype/library/tonic/LICENSE (added) * sandbox/2.4-expresso-api/prototype/library/tonic/README.markdown (added) * sandbox/2.4-expresso-api/prototype/library/tonic/docroot (added) * sandbox/2.4-expresso-api/prototype/library/tonic/docroot/.htaccess (added) * sandbox/2.4-expresso-api/prototype/library/tonic/docroot/dispatch.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/auth (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/auth/auth.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/examples.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/filesystem.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/filesystemcollection.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection/one.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection/one.txt (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/collection/two.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/filesystem/representations/default.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/helloworld (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/helloworld/helloworld.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/htmlform (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/htmlform/htmlform.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/multirep (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/multirep/multirep.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/representations (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/representations/default.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/representations/shell.html (added) * sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/smarty.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/request.feature (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/resource.feature (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/response.feature (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps/request.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps/resource.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/steps/response.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/support (added) * sandbox/2.4-expresso-api/prototype/library/tonic/features/support/env.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/lib (added) * sandbox/2.4-expresso-api/prototype/library/tonic/lib/tonic.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/phpdoctor.ini (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/Autoload.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/request.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/resource.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/def/response.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/filesystem.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/filesystemcollection.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/request.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/resource.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/response.php (added) * sandbox/2.4-expresso-api/prototype/library/tonic/tests/test.php (added) * sandbox/2.4-expresso-api/prototype/me.php (modified) * sandbox/2.4-expresso-api/prototype/modules/calendar/interceptors/DBMapping.php (modified) * sandbox/2.4-expresso-api/prototype/modules/home (added) * sandbox/2.4-expresso-api/prototype/modules/home/css (added) * sandbox/2.4-expresso-api/prototype/modules/home/css/home.css (added) * sandbox/2.4-expresso-api/prototype/modules/home/img (added) * sandbox/2.4-expresso-api/prototype/modules/home/img/boletim.png (added) * sandbox/2.4-expresso-api/prototype/modules/home/img/date-bg-red.png (added) * sandbox/2.4-expresso-api/prototype/modules/home/img/mail_unread.png (added) * sandbox/2.4-expresso-api/prototype/modules/home/js (added) * sandbox/2.4-expresso-api/prototype/modules/home/js/home.js (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates/calendarlast.ejs (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates/maillast.ejs (added) * sandbox/2.4-expresso-api/prototype/modules/home/templates/newslast.ejs (added) * sandbox/2.4-expresso-api/prototype/rest (added) * sandbox/2.4-expresso-api/prototype/rest/.htaccess (added) * sandbox/2.4-expresso-api/prototype/rest/arquivos (added) * sandbox/2.4-expresso-api/prototype/rest/calendar (added) * sandbox/2.4-expresso-api/prototype/rest/calendar/CalendarLastResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/dispatch.php (added) * sandbox/2.4-expresso-api/prototype/rest/mail (added) * sandbox/2.4-expresso-api/prototype/rest/mail/MailLastResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/news (added) * sandbox/2.4-expresso-api/prototype/rest/news/NewsLastResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/OAuth2StorageUserCredential.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/TokenResource.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/addclient.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/authorize.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/hello.php (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/mysql_create_tables.sql (added) * sandbox/2.4-expresso-api/prototype/rest/oauth/protected_resource.php (added) * sandbox/2.4-expresso-api/prototype/services/OpenLDAP.php (modified) * sandbox/2.4-expresso-api/prototype/tests (added) * sandbox/2.4-expresso-api/prototype/tests/rest (added) * sandbox/2.4-expresso-api/prototype/tests/rest/calendar (added) * sandbox/2.4-expresso-api/prototype/tests/rest/calendar/CalendarLastResourceTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/MailLastResourceTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/MailLastResourceTest.php.bkp (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_cache.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_cache.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_cache_MemoryCache.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_config.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_controller.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/api_service.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/close12_1.gif (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/container-min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/container.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/directory.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/file.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/glass.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/highcharts.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/index.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/index.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/jquery.min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2AuthenticateException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2RedirectException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_oauth2_lib_OAuth2ServerException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic_lib.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic_lib.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/library_tonic_lib_tonic.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_mail.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_mail.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_mail_MailLastResource.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_oauth.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_oauth.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/rest_oauth_OAuth2StorageUserCredential.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/services.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/services.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/services_PostgreSQL.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/style.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/mail/code-coverage/yahoo-dom-event.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/news (added) * sandbox/2.4-expresso-api/prototype/tests/rest/news/NewsLastResourceTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/OAuth2StorageUserCredentialTest.php (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_cache.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_cache.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_cache_MemoryCache.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_config.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_controller.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/api_service.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/close12_1.gif (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/container-min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/container.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/directory.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/file.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/glass.png (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/highcharts.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/index.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/index.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/jquery.min.js (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2AuthenticateException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2RedirectException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/library_oauth2_lib_OAuth2ServerException.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors_Helpers.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/modules_calendar_interceptors_LDAPMapping.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest_oauth.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest_oauth.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/rest_oauth_OAuth2StorageUserCredential.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services.dashboard.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services_OpenLDAP.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/services_PostgreSQL.php.html (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/style.css (added) * sandbox/2.4-expresso-api/prototype/tests/rest/oauth/code-coverage/yahoo-dom-event.js (added) Ticket #2598 - implementação base REST + oauth Tue, 20 Mar 2012 21:32:05 GMT douglas [5768] * sandbox/2.4-expresso-api (copied) Ticket #0000 - Criação do branch para desenvolvimento de camada REST na ... Tue, 20 Mar 2012 21:14:24 GMT cristiano [5767] * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/library/ckeditor/plugins/expresso/plugin.js (modified) * trunk/prototype/modules/mail/templates/attachment_add_itemlist.ejs (modified) Ticket #2497 - icone de concluido e diminuição de espaçamento