# # ChangeLog for / # # Generated by Trac 0.12.2 # 06/02/24 02:01:12 Thu, 05 Apr 2012 20:22:21 GMT niltonneto [5889] * sandbox/webservice/api/json-rpc/Catalog.php (modified) * sandbox/webservice/api/json-rpc/Expresso.php (modified) Ticket #2507 - Implementado métodos getUserProfile() e ... 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 Thu, 05 Apr 2012 19:39:51 GMT alexandrecorreia [5887] * trunk/expressoMail1_2/js/main.js (modified) Ticket #2596 - Atualização da pasta após importar as mensagens. Thu, 05 Apr 2012 17:55:29 GMT alexandrecorreia [5886] * trunk/expressoMail1_2/js/main.js (modified) Ticket #2596 - Correção para o fechamento automático da tela. Thu, 05 Apr 2012 17:38:56 GMT alexandrecorreia [5885] * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) Ticket #2596 - Tradução das mensagens da falta do arquivo ou pasta. Thu, 05 Apr 2012 13:43:40 GMT acoutinho [5884] * trunk/prototype/modules/mail/js/followupflag.js (modified) Ticket #2597 - Exibir modal de alarmes de sinalizadores sem necessidade ... Wed, 04 Apr 2012 23:45:43 GMT wmerlotto [5883] * trunk/INSTALL/debian/squeeze/etc/postfix/main.cf (modified) * trunk/INSTALL/debian/squeeze/etc/postfix/transport (modified) * trunk/INSTALL/rhel/6/etc/postfix/main.cf (modified) * trunk/INSTALL/rhel/6/etc/postfix/transport (modified) Ticket #2557 - padronização dos arquivos de configuração do postfix Wed, 04 Apr 2012 20:24:33 GMT marcieli [5882] * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/expressoMail1_2/js/search.js (modified) Ticket #2586 - Corrigido problema gerado ao clicar sobre sinalizador que ... Wed, 04 Apr 2012 18:36:26 GMT marcieli [5881] * trunk/prototype/config/label.ini (modified) * trunk/prototype/modules/mail/interceptors/Helpers.php (modified) * trunk/prototype/modules/mail/js/label.js (modified) Ticket #2593 - Solução para impedir marcadores duplicados, entretanto ... Wed, 04 Apr 2012 18:25:21 GMT thiago [5880] * trunk/prototype/modules/mail/js/followupflag.js (modified) Ticket #2594 - Agora quando tiver como concluido não aparecerá a modal ... Wed, 04 Apr 2012 17:55:28 GMT acoutinho [5879] * trunk/expressoMail1_2/js/main.js (modified) * trunk/prototype/modules/calendar/constants.php (modified) * trunk/prototype/modules/calendar/css/layout.css (modified) * trunk/prototype/modules/calendar/templates/calendar_list.ejs (modified) * trunk/prototype/modules/calendar/templates/event_list.ejs (modified) Ticket #2592 - Desformatacao da tela ao editar um evento / Falha na ... Wed, 04 Apr 2012 17:31:38 GMT alexandrecorreia [5878] * trunk/expressoMail1_2/js/ccQuickAdd.js (modified) * trunk/expressoMail1_2/templates/default/index.tpl (modified) * trunk/expressoMail1_2/templates/xsl/quickAddContact.xsl (deleted) * trunk/prototype/modules/mail/templates/quickAddContact.ejs (added) Ticket #2564 - Novas dialogs com Jquery para o novo visual do expresso ( ... Wed, 04 Apr 2012 12:49:02 GMT thiago [5877] * trunk/expressoMail1_2/templates/default/main.css (modified) Ticket #2582 - corrigido os caminhos das imagens...... Wed, 04 Apr 2012 12:47:13 GMT thiago [5876] * trunk/expressoMail1_2/templates/default/main.css (modified) Ticket #2582 - corrigido os caminhos das imagens...... Tue, 03 Apr 2012 20:55:36 GMT marcieli [5875] * trunk/admin/inc/class.uiconfig.inc.php (modified) * trunk/admin/setup/phpgw_pt-br.lang (modified) * trunk/expressoMail1_2/setup/default_records.inc.php (modified) * trunk/expressoMail1_2/setup/tables_update.inc.php (modified) * trunk/expressoMail1_2/templates/default/config.tpl (modified) Ticket #2591 - Criada configuração no modulo Administrador com numero ... Tue, 03 Apr 2012 20:51:13 GMT alexandrecorreia [5874] * trunk/expressoMail1_2/js/wfolders.js (modified) Ticket #2563 - Novas dialogs com Jquery para o novo visual do expresso ( ... Tue, 03 Apr 2012 20:34:42 GMT rafaelraymundo [5873] * branches/2.3/expressoMail1_2/inc/class.imap_functions.inc.php (modified) Ticket #2589 - Compartilhar uma pasta com permissão de somente leitura. Tue, 03 Apr 2012 19:55:27 GMT alexandrecorreia [5872] * trunk/expressoMail1_2/js/wfolders.js (modified) * trunk/expressoMail1_2/templates/default/index.tpl (modified) * trunk/prototype/modules/mail/templates/sendFileMessages.ejs (added) Ticket #2563 - Novas dialogs com Jquery para o novo visual do expresso ( ... Tue, 03 Apr 2012 19:36:29 GMT wmerlotto [5871] * trunk/INSTALL/arquivos/alarme (added) * trunk/INSTALL/arquivos/limpa_tabela (added) * trunk/INSTALL/arquivos/scripts/bd.sh (modified) * trunk/INSTALL/arquivos/scripts/http.sh (modified) * trunk/INSTALL/arquivos/scripts/imap.sh (modified) * trunk/INSTALL/arquivos/scripts/php.sh (modified) * trunk/INSTALL/arquivos/scripts/smtp.sh (modified) * trunk/INSTALL/debian/squeeze/etc/postfix/main.cf (modified) * trunk/INSTALL/rhel/6/etc/postfix/main.cf (modified) * trunk/INSTALL/rhel/6/etc/postfix/transport (modified) Ticket #2557 - adicionado os scripts do crontab e correção no delivey do ... Tue, 03 Apr 2012 18:43:58 GMT wmerlotto [5870] * trunk/admin/setup/phpgw_cs.lang (deleted) * trunk/admin/setup/phpgw_da.lang (deleted) * trunk/admin/setup/phpgw_de.lang (deleted) * trunk/admin/setup/phpgw_el.lang (deleted) * trunk/admin/setup/phpgw_en.lang (modified) * trunk/admin/setup/phpgw_es-ca.lang (deleted) * trunk/admin/setup/phpgw_es-es.lang (modified) * trunk/admin/setup/phpgw_fi.lang (deleted) * trunk/admin/setup/phpgw_fr.lang (deleted) * trunk/admin/setup/phpgw_hr.lang (deleted) * trunk/admin/setup/phpgw_hu.lang (deleted) * trunk/admin/setup/phpgw_it.lang (deleted) * trunk/admin/setup/phpgw_iw.lang (deleted) * trunk/admin/setup/phpgw_ja.lang (deleted) * trunk/admin/setup/phpgw_ko.lang (deleted) * trunk/admin/setup/phpgw_nl.lang (deleted) * trunk/admin/setup/phpgw_no.lang (deleted) * trunk/admin/setup/phpgw_pl.lang (deleted) * trunk/admin/setup/phpgw_pt-br.lang (modified) * trunk/admin/setup/phpgw_pt.lang (deleted) * trunk/admin/setup/phpgw_ru.lang (deleted) * trunk/admin/setup/phpgw_sl.lang (deleted) * trunk/admin/setup/phpgw_sv.lang (deleted) * trunk/admin/setup/phpgw_uk.lang (deleted) * trunk/admin/setup/phpgw_zh.lang (deleted) * trunk/admin/setup/phpgw_zt.lang (deleted) * trunk/calendar/setup/phpgw_alarm_es-es.lang (modified) * trunk/calendar/setup/phpgw_alarm_pt-br.lang (modified) * trunk/calendar/setup/phpgw_cs.lang (deleted) * trunk/calendar/setup/phpgw_da.lang (deleted) * trunk/calendar/setup/phpgw_de.lang (deleted) * trunk/calendar/setup/phpgw_en.lang (modified) * trunk/calendar/setup/phpgw_es-es.lang (modified) * trunk/calendar/setup/phpgw_fi.lang (deleted) * trunk/calendar/setup/phpgw_fr.lang (deleted) * trunk/calendar/setup/phpgw_hu.lang (deleted) * trunk/calendar/setup/phpgw_it.lang (deleted) * trunk/calendar/setup/phpgw_ja.lang (deleted) * trunk/calendar/setup/phpgw_ko.lang (deleted) * trunk/calendar/setup/phpgw_nl.lang (deleted) * trunk/calendar/setup/phpgw_no.lang (deleted) * trunk/calendar/setup/phpgw_pl.lang (deleted) * trunk/calendar/setup/phpgw_pt-br.lang (modified) * trunk/calendar/setup/phpgw_pt.lang (deleted) * trunk/calendar/setup/phpgw_ru.lang (deleted) * trunk/calendar/setup/phpgw_sl.lang (deleted) * trunk/calendar/setup/phpgw_sv.lang (deleted) * trunk/calendar/setup/phpgw_uk.lang (deleted) * trunk/calendar/setup/phpgw_zh.lang (deleted) * trunk/calendar/setup/phpgw_zt.lang (deleted) * trunk/contactcenter/setup/phpgw_de.lang (deleted) * trunk/contactcenter/setup/phpgw_en.lang (modified) * trunk/contactcenter/setup/phpgw_es-es.lang (modified) * trunk/contactcenter/setup/phpgw_pt-br.lang (modified) * trunk/contactcenter/setup/phpgw_pt.lang (deleted) * trunk/emailadmin/setup/phpgw_da.lang (deleted) * trunk/emailadmin/setup/phpgw_de.lang (deleted) * trunk/emailadmin/setup/phpgw_en.lang (modified) * trunk/emailadmin/setup/phpgw_es-ca.lang (deleted) * trunk/emailadmin/setup/phpgw_es-es.lang (modified) * trunk/emailadmin/setup/phpgw_fi.lang (deleted) * trunk/emailadmin/setup/phpgw_fr.lang (deleted) * trunk/emailadmin/setup/phpgw_hr.lang (deleted) * trunk/emailadmin/setup/phpgw_it.lang (deleted) * trunk/emailadmin/setup/phpgw_iw.lang (deleted) * trunk/emailadmin/setup/phpgw_nl.lang (deleted) * trunk/emailadmin/setup/phpgw_pl.lang (deleted) * trunk/emailadmin/setup/phpgw_pt-br.lang (modified) * trunk/emailadmin/setup/phpgw_sl.lang (deleted) * trunk/emailadmin/setup/phpgw_sv.lang (deleted) * trunk/emailadmin/setup/phpgw_zh.lang (deleted) * trunk/emailadmin/setup/phpgw_zt.lang (deleted) * trunk/expressoAdmin1_2/setup/phpgw_es-es.lang (modified) * trunk/expressoAdmin1_2/setup/phpgw_pt-br.lang (modified) * trunk/expressoMail1_2/setup/phpgw_en.lang (modified) * trunk/expressoMail1_2/setup/phpgw_es-es.lang (modified) * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) * trunk/filemanager/setup/phpgw_cs.lang (deleted) * trunk/filemanager/setup/phpgw_da.lang (deleted) * trunk/filemanager/setup/phpgw_de.lang (deleted) * trunk/filemanager/setup/phpgw_en.lang (modified) * trunk/filemanager/setup/phpgw_es-ca.lang (deleted) * trunk/filemanager/setup/phpgw_es-es.lang (modified) * trunk/filemanager/setup/phpgw_fi.lang (deleted) * trunk/filemanager/setup/phpgw_fr.lang (deleted) * trunk/filemanager/setup/phpgw_hr.lang (deleted) * trunk/filemanager/setup/phpgw_it.lang (deleted) * trunk/filemanager/setup/phpgw_iw.lang (deleted) * trunk/filemanager/setup/phpgw_nl.lang (deleted) * trunk/filemanager/setup/phpgw_no.lang (deleted) * trunk/filemanager/setup/phpgw_pl.lang (deleted) * trunk/filemanager/setup/phpgw_pt-br.lang (modified) * trunk/filemanager/setup/phpgw_pt.lang (deleted) * trunk/filemanager/setup/phpgw_ru.lang (deleted) * trunk/filemanager/setup/phpgw_sl.lang (deleted) * trunk/filemanager/setup/phpgw_sv.lang (deleted) * trunk/filemanager/setup/phpgw_zh.lang (deleted) * trunk/filemanager/setup/phpgw_zt.lang (deleted) * trunk/help/setup/phpgw_cs.lang (deleted) * trunk/help/setup/phpgw_da.lang (deleted) * trunk/help/setup/phpgw_de.lang (deleted) * trunk/help/setup/phpgw_el.lang (deleted) * trunk/help/setup/phpgw_en.lang (modified) * trunk/help/setup/phpgw_es-ca.lang (deleted) * trunk/help/setup/phpgw_es-es.lang (modified) * trunk/help/setup/phpgw_fi.lang (deleted) * trunk/help/setup/phpgw_fr.lang (deleted) * trunk/help/setup/phpgw_hr.lang (deleted) * trunk/help/setup/phpgw_hu.lang (deleted) * trunk/help/setup/phpgw_it.lang (deleted) * trunk/help/setup/phpgw_iw.lang (deleted) * trunk/help/setup/phpgw_ja.lang (deleted) * trunk/help/setup/phpgw_ko.lang (deleted) * trunk/help/setup/phpgw_nl.lang (deleted) * trunk/help/setup/phpgw_no.lang (deleted) * trunk/help/setup/phpgw_pl.lang (deleted) * trunk/help/setup/phpgw_pt-br.lang (modified) * trunk/help/setup/phpgw_pt.lang (deleted) * trunk/help/setup/phpgw_ru.lang (deleted) * trunk/help/setup/phpgw_sl.lang (deleted) * trunk/help/setup/phpgw_sv.lang (deleted) * trunk/help/setup/phpgw_uk.lang (deleted) * trunk/help/setup/phpgw_zh.lang (deleted) * trunk/help/setup/phpgw_zt.lang (deleted) * trunk/jabberit_messenger/setup/phpgw_pt-br.lang (modified) * trunk/listAdmin/setup/phpgw_es-es.lang (modified) * trunk/listAdmin/setup/phpgw_pt-br.lang (modified) * trunk/mobile/setup/phpgw_en.lang (modified) * trunk/mobile/setup/phpgw_es-es.lang (modified) * trunk/mobile/setup/phpgw_pt-br.lang (modified) * trunk/news_admin/setup/phpgw_de.lang (deleted) * trunk/news_admin/setup/phpgw_en.lang (modified) * trunk/news_admin/setup/phpgw_es-ca.lang (deleted) * trunk/news_admin/setup/phpgw_es-es.lang (modified) * trunk/news_admin/setup/phpgw_fi.lang (deleted) * trunk/news_admin/setup/phpgw_fr.lang (deleted) * trunk/news_admin/setup/phpgw_hr.lang (deleted) * trunk/news_admin/setup/phpgw_it.lang (deleted) * trunk/news_admin/setup/phpgw_iw.lang (deleted) * trunk/news_admin/setup/phpgw_nl.lang (deleted) * trunk/news_admin/setup/phpgw_pl.lang (deleted) * trunk/news_admin/setup/phpgw_pt-br.lang (modified) * trunk/news_admin/setup/phpgw_sl.lang (deleted) * trunk/news_admin/setup/phpgw_sv.lang (deleted) * trunk/news_admin/setup/phpgw_uk.lang (deleted) * trunk/news_admin/setup/phpgw_zh.lang (deleted) * trunk/news_admin/setup/phpgw_zt.lang (deleted) * trunk/phpgwapi/setup/phpgw_bg.lang (deleted) * trunk/phpgwapi/setup/phpgw_cs.lang (deleted) * trunk/phpgwapi/setup/phpgw_cz.lang (deleted) * trunk/phpgwapi/setup/phpgw_da.lang (deleted) * trunk/phpgwapi/setup/phpgw_de.lang (deleted) * trunk/phpgwapi/setup/phpgw_el.lang (deleted) * trunk/phpgwapi/setup/phpgw_en.lang (modified) * trunk/phpgwapi/setup/phpgw_es-ca.lang (deleted) * trunk/phpgwapi/setup/phpgw_es-es.lang (modified) * trunk/phpgwapi/setup/phpgw_fi.lang (deleted) * trunk/phpgwapi/setup/phpgw_fr.lang (deleted) * trunk/phpgwapi/setup/phpgw_he.lang (deleted) * trunk/phpgwapi/setup/phpgw_hr.lang (deleted) * trunk/phpgwapi/setup/phpgw_hu.lang (deleted) * trunk/phpgwapi/setup/phpgw_it.lang (deleted) * trunk/phpgwapi/setup/phpgw_iw.lang (deleted) * trunk/phpgwapi/setup/phpgw_ja.lang (deleted) * trunk/phpgwapi/setup/phpgw_ko.lang (deleted) * trunk/phpgwapi/setup/phpgw_nl.lang (deleted) * trunk/phpgwapi/setup/phpgw_no.lang (deleted) * trunk/phpgwapi/setup/phpgw_pl.lang (deleted) * trunk/phpgwapi/setup/phpgw_pt-br.lang (modified) * trunk/phpgwapi/setup/phpgw_pt.lang (deleted) * trunk/phpgwapi/setup/phpgw_ro.lang (deleted) * trunk/phpgwapi/setup/phpgw_ru.lang (deleted) * trunk/phpgwapi/setup/phpgw_sl.lang (deleted) * trunk/phpgwapi/setup/phpgw_sv.lang (deleted) * trunk/phpgwapi/setup/phpgw_uk.lang (deleted) * trunk/phpgwapi/setup/phpgw_zh.lang (deleted) * trunk/phpgwapi/setup/phpgw_zt.lang (deleted) * trunk/preferences/setup/phpgw_bg.lang (deleted) * trunk/preferences/setup/phpgw_cs.lang (deleted) * trunk/preferences/setup/phpgw_da.lang (deleted) * trunk/preferences/setup/phpgw_de.lang (deleted) * trunk/preferences/setup/phpgw_en.lang (modified) * trunk/preferences/setup/phpgw_es-ca.lang (deleted) * trunk/preferences/setup/phpgw_es-es.lang (modified) * trunk/preferences/setup/phpgw_fi.lang (deleted) * trunk/preferences/setup/phpgw_fr.lang (deleted) * trunk/preferences/setup/phpgw_hr.lang (deleted) * trunk/preferences/setup/phpgw_hu.lang (deleted) * trunk/preferences/setup/phpgw_it.lang (deleted) * trunk/preferences/setup/phpgw_iw.lang (deleted) * trunk/preferences/setup/phpgw_ja.lang (deleted) * trunk/preferences/setup/phpgw_ko.lang (deleted) * trunk/preferences/setup/phpgw_nl.lang (deleted) * trunk/preferences/setup/phpgw_no.lang (deleted) * trunk/preferences/setup/phpgw_pl.lang (deleted) * trunk/preferences/setup/phpgw_pt-br.lang (modified) * trunk/preferences/setup/phpgw_pt.lang (deleted) * trunk/preferences/setup/phpgw_ru.lang (deleted) * trunk/preferences/setup/phpgw_sl.lang (deleted) * trunk/preferences/setup/phpgw_sv.lang (deleted) * trunk/preferences/setup/phpgw_uk.lang (deleted) * trunk/preferences/setup/phpgw_zh.lang (deleted) * trunk/preferences/setup/phpgw_zt.lang (deleted) * trunk/reports/setup/phpgw_pt-br.lang (modified) * trunk/setup/doc/README.lang (modified) * trunk/setup/lang/phpgw_de.lang (deleted) * trunk/setup/lang/phpgw_en.lang (modified) * trunk/setup/lang/phpgw_es-ca.lang (deleted) * trunk/setup/lang/phpgw_es-es.lang (modified) * trunk/setup/lang/phpgw_fi.lang (deleted) * trunk/setup/lang/phpgw_fr.lang (deleted) * trunk/setup/lang/phpgw_hr.lang (deleted) * trunk/setup/lang/phpgw_hu.lang (deleted) * trunk/setup/lang/phpgw_it.lang (deleted) * trunk/setup/lang/phpgw_iw.lang (deleted) * trunk/setup/lang/phpgw_ja.lang (deleted) * trunk/setup/lang/phpgw_ko.lang (deleted) * trunk/setup/lang/phpgw_nl.lang (deleted) * trunk/setup/lang/phpgw_pl.lang (deleted) * trunk/setup/lang/phpgw_pt-br.lang (modified) * trunk/setup/lang/phpgw_pt.lang (deleted) * trunk/setup/lang/phpgw_ru.lang (deleted) * trunk/setup/lang/phpgw_sl.lang (deleted) * trunk/setup/lang/phpgw_zh.lang (deleted) * trunk/setup/lang/phpgw_zt.lang (deleted) * trunk/workflow/setup/phpgw_ca.lang (deleted) * trunk/workflow/setup/phpgw_da.lang (deleted) * trunk/workflow/setup/phpgw_en.lang (modified) * trunk/workflow/setup/phpgw_es-es.lang (modified) * trunk/workflow/setup/phpgw_eu.lang (deleted) * trunk/workflow/setup/phpgw_fr.lang (deleted) * trunk/workflow/setup/phpgw_it.lang (deleted) * trunk/workflow/setup/phpgw_lt.lang (deleted) * trunk/workflow/setup/phpgw_lv.lang (deleted) * trunk/workflow/setup/phpgw_nl.lang (deleted) * trunk/workflow/setup/phpgw_no.lang (deleted) * trunk/workflow/setup/phpgw_pt-br.lang (modified) * trunk/workflow/setup/phpgw_sk.lang (deleted) * trunk/workflow/setup/phpgw_sl.lang (deleted) * trunk/workflow/setup/phpgw_sv.lang (deleted) * trunk/workflow/setup/phpgw_zh-tw.lang (deleted) Ticket #2590 - Removendo arquivos de linguagens não utilizados e ... Tue, 03 Apr 2012 18:21:39 GMT thiago [5869] * trunk/expressoMail1_2/index.php (modified) * trunk/expressoMail1_2/templates/default/main.css (modified) Ticket #2582 - Merge do arquivo foldertree.css com o main.css Tue, 03 Apr 2012 17:17:49 GMT thiago [5868] * trunk/expressoMail1_2/index.php (modified) * trunk/prototype/plugins/fullcalendar/fullcalendar.css (modified) Ticket #2582 - Merge desfeito, estava ocorrendo problemas no calender... Tue, 03 Apr 2012 15:08:47 GMT marcieli [5867] * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/expressoMail1_2/js/search.js (modified) * trunk/prototype/modules/mail/img/ajax-loader.gif (added) Ticket #2586 - Adequada a cor de fundo e da imagem de loading. Tue, 03 Apr 2012 14:35:17 GMT marcieli [5866] * trunk/expressoMail1_2/js/doiMenuData.js (modified) * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) * trunk/prototype/modules/mail/css/label.css (modified) Ticket #2588 - Implementada solução que possibilita remover marcação de ... Tue, 03 Apr 2012 13:03:51 GMT brunocosta [5865] * branches/2.3/expressoMail1_2/inc/class.ldap_functions.inc.php (modified) Ticket #2546 - corrige erro de sintaxe no método catalog search. Tue, 03 Apr 2012 12:24:37 GMT douglasz [5864] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) * trunk/expressoMail1_2/inc/class.ldap_functions.inc.php (modified) * trunk/expressoMail1_2/js/messages_controller.js (modified) * trunk/expressoMail1_2/js/sharemailbox.js (modified) * trunk/expressoMail1_2/templates/xsl/sharedFolders.xsl (modified) Ticket #2504 - Nao ter como criar sub pastas nas Pastas compartilhadas. Mon, 02 Apr 2012 21:07:04 GMT acoutinho [5863] * trunk/prototype/modules/calendar/css/layout.css (modified) * trunk/prototype/modules/calendar/export.php (modified) * trunk/prototype/modules/calendar/interceptors/DBMapping.php (modified) * trunk/prototype/modules/calendar/js/calendar.contentMenu.js (modified) * trunk/prototype/modules/calendar/js/calendar.shared.js (modified) * trunk/prototype/modules/calendar/js/helpers.js (modified) * trunk/prototype/modules/calendar/js/init.js (modified) * trunk/prototype/modules/calendar/templates/event_list.ejs (modified) * trunk/prototype/modules/calendar/templates/shared_calendar.ejs (modified) * trunk/prototype/modules/calendar/templates/user_shared_add_itemlist.ejs (modified) * trunk/prototype/services/iCal.php (modified) Ticket #2587 - Bugs encontrados na nova agenga(expressoCalendar) Mon, 02 Apr 2012 20:58:17 GMT airton [5862] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) * trunk/prototype/config/filter.ini (modified) * trunk/prototype/modules/filters/edit-filter.ejs (modified) * trunk/prototype/modules/filters/filters.js (modified) * trunk/prototype/modules/filters/interceptors/FilterMapping.php (modified) Ticket #1794 - Codificar DFD0060 - Aplicacao das regras nas mensagens da ... Mon, 02 Apr 2012 19:14:14 GMT marcieli [5861] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/expressoMail1_2/js/search.js (modified) Ticket #2586 - Inserida img loading ao sinalizar msg na listagem do ... Mon, 02 Apr 2012 18:14:01 GMT angelo [5860] * trunk/expressoAdmin1_2/setup/phpgw_pt-br.lang (modified) Ticket #2585 - Traducoes necessarias em notificacoes de permissoes em ... Mon, 02 Apr 2012 18:00:53 GMT thiago [5859] * trunk/contactcenter/templates/default/contact_details.tpl (modified) Ticket #2115 - Problema corrigido com alteração no background. Mon, 02 Apr 2012 17:50:09 GMT alexandrecorreia [5858] * trunk/expressoMail1_2/js/main.js (modified) * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) * trunk/expressoMail1_2/templates/default/index.tpl (modified) * trunk/prototype/modules/mail/templates/importEmails.ejs (added) Ticket #2583 - Novas dialogs com Jquery para o novo visual do expresso ( ... Mon, 02 Apr 2012 13:39:36 GMT thiago [5857] * trunk/expressoMail1_2/index.php (modified) * trunk/prototype/plugins/fullcalendar/fullcalendar.css (modified) Ticket #2582 - reformulado algumas chamadas externas de CSS Fri, 30 Mar 2012 21:02:50 GMT cristiano [5856] * trunk/expressoMail1_2/js/draw_api.js (modified) Ticket #2581 - correções no drop-draw de anexar arquivos Fri, 30 Mar 2012 17:59:40 GMT gustavo [5855] * trunk/prototype/modules/mail/js/foldertree.js (modified) Ticket #2580 - Não atualiza barra de quota acessando pastas ... Fri, 30 Mar 2012 17:14:21 GMT wmerlotto [5854] * tags/expresso/2.4.0-beta1 (copied) Ticket #0000 - Criada a tag v2.4.0-beta1, para lancamento na comunidade Fri, 30 Mar 2012 15:12:44 GMT cristiano [5853] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) Ticket #2440 - Erro ao trazer a informação email Fri, 30 Mar 2012 15:02:47 GMT cristiano [5852] * trunk/expressoMail1_2/js/common_functions.js (modified) Ticket #2578 - Removido codigo de busca em branco para deixar a pesquisa ... Fri, 30 Mar 2012 14:44:07 GMT wmerlotto [5851] * trunk/INSTALL/arquivos/scripts/aux.sh (modified) * trunk/INSTALL/arquivos/scripts/ldap.sh (modified) Ticket #2557 - correções na instalação do LDAP. Thu, 29 Mar 2012 19:32:30 GMT acoutinho [5850] * trunk/admin/setup/phpgw_pt-br.lang (modified) * trunk/expressoAdmin1_2/inc/class.imap_functions.inc.php (modified) * trunk/expressoAdmin1_2/inc/class.uishared_accounts.inc.php (modified) * trunk/expressoAdmin1_2/js/jscode/shared_accounts.js (modified) * trunk/expressoAdmin1_2/templates/default/shared_accounts_modal.tpl (modified) * trunk/prototype/modules/calendar/interceptors/DBMapping.php (modified) Ticket #2577 - Problemas com a criacaoo/Edicao de contas compartilhadas Thu, 29 Mar 2012 19:26:01 GMT gustavo [5849] * trunk/expressoMail1_2/js/common_functions.js (modified) Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross- ... Thu, 29 Mar 2012 19:14:27 GMT thiago [5848] * trunk/expressoMail1_2/js/common_functions.js (modified) Ticket #2102 - Compatibilizar o expressoMail para o Internet explorer 8. Thu, 29 Mar 2012 14:43:06 GMT douglasz [5847] * trunk/expressoMail1_2/js/search.js (modified) Ticket #2575 - Falha na validação de parâmetros da pesquisa avançada. Thu, 29 Mar 2012 03:10:47 GMT angelo [5846] * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/prototype/modules/attach_message/attach_message.ejs (modified) * trunk/prototype/modules/attach_message/attach_message.js (modified) Ticket #2565 - Duplicacao de abas e envio de anexo de mensagens Wed, 28 Mar 2012 21:01:34 GMT acoutinho [5845] * trunk/calendar/inc/class.bocalendar.inc.php (modified) Ticket #2434 - Erro ao importar um novo evento agenda antiga Wed, 28 Mar 2012 20:28:16 GMT marcieli [5844] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) * trunk/expressoMail1_2/js/main.js (modified) * trunk/prototype/modules/mail/js/foldertree.js (modified) Ticket #2503 - Resolvido para exclusão das pastas Sent, Drafts e Trash ... Wed, 28 Mar 2012 18:41:13 GMT adeildosantos [5843] * branches/2.2/workflow/inc/class.ResourcesRedirector.inc.php (modified) Ticket #2573 - Resolvido problema de lentidão ao fazer redirect de ... Wed, 28 Mar 2012 17:31:33 GMT thiago [5842] * trunk/services/class.db.php (modified) Ticket #1959 - Limitando o maximo de resultados sem parametro Wed, 28 Mar 2012 13:44:42 GMT marcieli [5841] * trunk/expressoMail1_2/js/draw_api.js (modified) Ticket #2572 - Validação ao disparar evento contextmenu para selecionar ... Tue, 27 Mar 2012 20:54:06 GMT wmerlotto [5840] * trunk/INSTALL/arquivos/scripts/http.sh (modified) * trunk/INSTALL/arquivos/scripts/ini.sh (modified) Ticket #2557 - Corrigido problema do carregamento do debconf, para ... Tue, 27 Mar 2012 20:45:54 GMT angelo [5839] * trunk/expressoMail1_2/js/draw_api.js (modified) Ticket #2565 - Duplicacao de abas e envio de anexo de mensagens Tue, 27 Mar 2012 20:37:42 GMT wmerlotto [5838] * trunk/INSTALL/arquivos/scripts/bd.sh (modified) * trunk/INSTALL/arquivos/scripts/http.sh (modified) * trunk/INSTALL/arquivos/scripts/imap.sh (modified) * trunk/INSTALL/arquivos/scripts/ldap.sh (modified) * trunk/INSTALL/arquivos/scripts/teste.sh (deleted) Ticket #2557 - Corrigido problema no script do BD e HTTP Tue, 27 Mar 2012 20:18:01 GMT wmerlotto [5837] * trunk/INSTALL/expressoInstall.sh (modified) Ticket #2557 - Adicionado créditos de desenvolvimento do script e ... Tue, 27 Mar 2012 20:13:13 GMT wmerlotto [5836] * trunk/INSTALL/arquivos/scripts/bd.sh (modified) * trunk/INSTALL/arquivos/scripts/http.sh (modified) * trunk/INSTALL/arquivos/scripts/imap.sh (modified) * trunk/INSTALL/arquivos/scripts/ini.sh (modified) * trunk/INSTALL/arquivos/scripts/ldap.sh (modified) * trunk/INSTALL/arquivos/scripts/smtp.sh (modified) * trunk/INSTALL/expressoInstall.sh (modified) * trunk/INSTALL/ubuntu (added) * trunk/INSTALL/ubuntu/11.10 (added) * trunk/INSTALL/ubuntu/11.10/.htaccess (added) * trunk/INSTALL/ubuntu/11.10/etc (added) * trunk/INSTALL/ubuntu/11.10/etc/apache2 (added) * trunk/INSTALL/ubuntu/11.10/etc/apache2/apache2.conf (added) * trunk/INSTALL/ubuntu/11.10/etc/postgresql (added) * trunk/INSTALL/ubuntu/11.10/etc/postgresql/9.1 (added) * trunk/INSTALL/ubuntu/11.10/etc/postgresql/9.1/main (added) * trunk/INSTALL/ubuntu/11.10/etc/postgresql/9.1/main/pg_hba.conf (added) * trunk/INSTALL/ubuntu/11.10/etc/postgresql/9.1/main/postgresql.conf (added) Ticket #2557 - Adcionado o suporte para Ubuntu Server 11.10 Tue, 27 Mar 2012 19:43:45 GMT acoutinho [5835] * trunk/expressoMail1_2/js/main.js (modified) * trunk/prototype/modules/calendar/css/layout.css (modified) * trunk/prototype/modules/calendar/js/calendar.codecs.js (modified) * trunk/prototype/modules/calendar/js/helpers.js (modified) * trunk/prototype/modules/calendar/templates/event_list.ejs (modified) * trunk/prototype/services/iCal.php (modified) Ticket #2434 - Correcoes e melhorias no expressoCalendar Tue, 27 Mar 2012 18:13:51 GMT wmerlotto [5834] * tags/expresso/2.4.0-beta (moved) Ticket #0000 - Correção do caminho da tag da versão Beta do Expresso ... Tue, 27 Mar 2012 18:08:27 GMT wmerlotto [5833] * tags/2.4.0-beta (copied) Ticket #0000 - Lançamento da versão Beta do Expresso 2.4.0 Tue, 27 Mar 2012 13:41:44 GMT douglasz [5832] * trunk/prototype/modules/attach_message/attach_message.js (modified) Ticket #2486 - Correção dos sinalizadore como concluidos. Romovido Log. Tue, 27 Mar 2012 13:38:18 GMT douglasz [5831] * trunk/prototype/modules/attach_message/attach_message.css (modified) * trunk/prototype/modules/attach_message/attach_message.js (modified) Ticket #2486 - Correção para sinalizadores como concluidos. Tue, 27 Mar 2012 13:34:01 GMT marcieli [5830] * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) Ticket #2486 - Internacionalização na tela de acompanhamento Tue, 27 Mar 2012 13:22:50 GMT marcieli [5829] * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) * trunk/prototype/modules/mail/js/followupflag.js (modified) * trunk/prototype/modules/mail/templates/followupflag_configure.ejs (modified) Ticket #2486 - Internacionalização na tela de acompanhamento e fechar ... Tue, 27 Mar 2012 13:20:43 GMT thiago [5828] * trunk/prototype/modules/attach_message/attach_message.js (modified) Ticket #2486 - problema no contador e abrir abas fixed. Tue, 27 Mar 2012 13:19:37 GMT thiago [5827] * trunk/prototype/modules/attach_message/attach_message.js (modified) Ticket #2486 - problema no contador e abrir abas fixed. Tue, 27 Mar 2012 12:59:06 GMT douglasz [5826] * trunk/prototype/modules/attach_message/attach_message.css (modified) * trunk/prototype/modules/attach_message/attach_message.js (modified) * trunk/prototype/services/ImapServiceAdapter.php (modified) Ticket #2486 - Correção dos sinalizadore e marcadore na tela de anexar ... Tue, 27 Mar 2012 12:55:17 GMT thiago [5825] * trunk/prototype/modules/mail/js/followupflag.js (modified) * trunk/prototype/modules/mail/templates/followupflag_configure.ejs (modified) Ticket #2486 - Problema de AM e PM nos alarmes, Fixed. Tue, 27 Mar 2012 11:42:03 GMT thiago [5824] * trunk/prototype/modules/mail/js/label.js (modified) Ticket #2486 - Colocar em negrito o nome do marcador na opcao excluir Mon, 26 Mar 2012 20:41:03 GMT niltonneto [5823] * trunk/expressoMail1_2/templates/default/config.tpl (modified) Ticket #2029 - Desativada configuração para habilitar aviso ao usuário. Mon, 26 Mar 2012 20:14:24 GMT rafaelraymundo [5822] * branches/2.3/security/classes/CertificadoB.php (modified) Ticket #2568 - Logon com token eToken Pro 32K, remove limite de ... Mon, 26 Mar 2012 19:24:32 GMT niltonneto [5821] * trunk/admin/setup/phpgw_pt-br.lang (modified) * trunk/expressoMail1_2/inc/class.db_functions.inc.php (modified) * trunk/expressoMail1_2/inc/class.ldap_functions.inc.php (modified) * trunk/expressoMail1_2/index.php (modified) * trunk/expressoMail1_2/js/QuickAddTelephone.js (added) * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) * trunk/expressoMail1_2/templates/default/config.tpl (modified) Ticket #2029 - Adicionada configuração para edição rápida de telefone. Mon, 26 Mar 2012 19:21:39 GMT thiago [5820] * trunk/prototype/modules/mail/js/label.js (modified) Ticket #2486 - Atribuir o nome do label na opcao de excluir. Mon, 26 Mar 2012 19:18:46 GMT eduardow [5819] * trunk/expressoMail1_2/inc/class.db_functions.inc.php (modified) Ticket #2567 - Correção de validação para espaco. Mon, 26 Mar 2012 19:01:38 GMT wmerlotto [5818] * trunk/INSTALL/arquivos/scripts/bd.sh (modified) * trunk/INSTALL/arquivos/scripts/http.sh (modified) * trunk/INSTALL/debian/squeeze/etc/default/saslauthd (modified) * trunk/INSTALL/debian/squeeze/etc/ldap/slapd.conf (modified) * trunk/INSTALL/debian/squeeze/etc/postgresql (copied) * trunk/INSTALL/debian/squeeze/etc/postgresql/8.4/main/postgresql.conf (modified) * trunk/INSTALL/debian/squeeze/var (deleted) * trunk/INSTALL/rhel/6/etc/openldap/slapd.conf (modified) Ticket #2557 - Finalizada as correções para Debian Squeeze e Centos 6 Mon, 26 Mar 2012 18:47:59 GMT marcieli [5817] * trunk/prototype/config/followupflagged.ini (modified) * trunk/prototype/modules/mail/interceptors/Helpers.php (modified) * trunk/prototype/modules/mail/js/followupflag.js (modified) Ticket #2486 - Corrigido problema com ids dos followupflaggeds ao ... Mon, 26 Mar 2012 18:35:39 GMT thiago [5816] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) Ticket #2486 - Implementação da recuperação das flags e labels pelo ... Mon, 26 Mar 2012 18:19:24 GMT marcosw [5815] * trunk/preferences/preferences.php (modified) Ticket #2570 - Correção de condicional que não permitia o ... Mon, 26 Mar 2012 17:41:00 GMT thiago [5814] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) * trunk/expressoMail1_2/js/draw_api.js (modified) Ticket #2486 - Implementação da recuperação das flags e labels pelo ... Mon, 26 Mar 2012 16:20:14 GMT marcieli [5813] * trunk/expressoMail1_2/js/search.js (modified) * trunk/prototype/modules/mail/js/foldertree.js (modified) Ticket #2569 - A busca é realizada na pasta e subpastas. Mon, 26 Mar 2012 15:38:44 GMT acoutinho [5812] * trunk/admin/inc/class.uiconfig.inc.php (modified) * trunk/login.php (modified) * trunk/prototype/config/calendarToPermission.ini (modified) * trunk/prototype/modules/calendar/css/style.css (modified) * trunk/prototype/modules/calendar/interceptors/DBMapping.php (modified) * trunk/prototype/modules/calendar/js/calendar.shared.js (modified) * trunk/prototype/modules/calendar/templates/user_shared_add_itemlist.ejs (modified) Ticket #2434 - Correcao e melhoria na edicao e remocao no ... Sat, 24 Mar 2012 02:17:33 GMT acoutinho [5811] * trunk/prototype/api/controller.php (modified) * trunk/prototype/post.php (modified) Ticket #2434 - Correcao com problemas de passagem sobre referencia Fri, 23 Mar 2012 21:14:49 GMT acoutinho [5810] * trunk/prototype/modules/calendar/js/calendar.shared.js (modified) Ticket #2434 - Corrigido inconsistencia na marcacao visualizacao da ... Fri, 23 Mar 2012 21:01:16 GMT acoutinho [5809] * trunk/expressoAdmin1_2/setup/phpgw_pt-br.lang (modified) * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) Ticket #2434 - Corrigido inconsistencias com traducoes Fri, 23 Mar 2012 20:43:57 GMT gustavo [5808] * trunk/expressoMail1_2/inc/hook_settings.inc.php (modified) * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) Ticket #2134 - Adiciona preferência de exibir e-mails apenas no formato ... Fri, 23 Mar 2012 20:25:15 GMT acoutinho [5807] * trunk/prototype/modules/calendar/js/calendar.codecs.js (modified) Ticket #2434 - Corrigido inconsistenica com repeticao de eventos mensal Fri, 23 Mar 2012 20:20:58 GMT wmerlotto [5806] * trunk/INSTALL/arquivos/expresso.dump (modified) * trunk/INSTALL/arquivos/gera_dump.sh (added) Ticket #2557 - Atualizado o dump do Expresso e adicionado script para ... Fri, 23 Mar 2012 20:15:38 GMT eduardow [5805] * trunk/expressoMail1_2/inc/class.db_functions.inc.php (modified) Ticket #1948 - implementação de validação de caracteres de e-mail Fri, 23 Mar 2012 19:39:10 GMT acoutinho [5804] * trunk/admin/inc/class.uicalendar.inc.php (added) * trunk/admin/inc/class.uiconfig.inc.php (modified) * trunk/admin/inc/hook_admin.inc.php (modified) * trunk/admin/setup/phpgw_pt-br.lang (modified) * trunk/admin/templates/default/calendar.tpl (added) * trunk/expressoAdmin1_2/inc/class.uishared_accounts.inc.php (modified) * trunk/expressoAdmin1_2/index.php (modified) * trunk/expressoAdmin1_2/js/jscode/assing_calendar.js (added) * trunk/expressoAdmin1_2/js/jscode/shared_accounts.js (modified) * trunk/expressoAdmin1_2/setup/phpgw_pt-br.lang (modified) * trunk/expressoAdmin1_2/templates/default/assing_calendar.css (added) * trunk/expressoAdmin1_2/templates/default/assing_calendar.ejs (copied) * trunk/expressoAdmin1_2/templates/default/images/calendar.png (added) * trunk/expressoAdmin1_2/templates/default/index.tpl (modified) * trunk/expressoAdmin1_2/templates/default/participants_search_itemlist.ejs (added) * trunk/expressoAdmin1_2/templates/default/shared_accounts.tpl (modified) * trunk/expressoAdmin1_2/templates/default/shared_accounts_modal.tpl (modified) * trunk/expressoAdmin1_2/templates/default/user_shared_add_itemlist.ejs (added) * trunk/expressoCalendar/inc/class.ui_migration.inc.php (added) * trunk/expressoCalendar/inc/hook_admin.inc.php (added) * trunk/expressoCalendar/setup/default_records.inc.php (modified) * trunk/expressoCalendar/setup/setup.inc.php (modified) * trunk/expressoCalendar/setup/tables_update.inc.php (modified) * trunk/expressoCalendar/templates/default/config.tpl (added) * trunk/expressoMail1_2/index.php (modified) * trunk/expressoMail1_2/js/draw_api.js (modified) * trunk/expressoMail1_2/js/main.js (modified) * trunk/expressoMail1_2/templates/default/config.tpl (modified) * trunk/login.php (modified) * trunk/prototype/config/group.ini (added) * trunk/prototype/config/user.ini (modified) * trunk/prototype/modules/calendar/constants.php (modified) * trunk/prototype/modules/calendar/interceptors/DBMapping.php (modified) * trunk/prototype/modules/calendar/interceptors/LDAPMapping.php (modified) * trunk/prototype/modules/calendar/interceptors/Notifications.php (modified) * trunk/prototype/modules/calendar/js/calendar.codecs.js (modified) * trunk/prototype/modules/calendar/templates/calendar_list.ejs (modified) * trunk/prototype/services/OpenLDAP.php (modified) * trunk/prototype/services/iCal.php (modified) Ticket #2434 - Implementada funcionalidade de criacao de agenda para ... Fri, 23 Mar 2012 19:38:28 GMT marcieli [5803] * trunk/prototype/modules/filters/filters.ejs (deleted) Ticket #2566 - Excluido arquivo deprecado filters.ejs, substituido por ... Fri, 23 Mar 2012 19:31:39 GMT wmerlotto [5802] * trunk/INSTALL/LEIAME (modified) * trunk/INSTALL/PREINSTALL (deleted) * trunk/INSTALL/README (deleted) * trunk/INSTALL/arquivos/expresso.dump (modified) * trunk/INSTALL/arquivos/scripts/http.sh (modified) * trunk/INSTALL/rhel/6/etc/imapd.conf (modified) * trunk/INSTALL/sles (deleted) Ticket #2557 - Novo LEIAME do instalador, mais correcoes e remocao do ... Fri, 23 Mar 2012 19:29:33 GMT marcieli [5801] * trunk/expressoMail1_2/setup/phpgw_pt-br.lang (modified) * trunk/prototype/modules/filters/edit-filter.ejs (modified) * trunk/prototype/modules/filters/filter-list.ejs (modified) * trunk/prototype/modules/filters/filters.ejs (modified) * trunk/prototype/modules/filters/filters.js (modified) * trunk/prototype/modules/filters/init.ejs (modified) Ticket #2566 - Internacionalizadas telas de filtros. Corrigida listagem ... Fri, 23 Mar 2012 18:56:58 GMT thiago [5800] * trunk/expressoMail1_2/inc/class.imap_functions.inc.php (modified) Ticket #2486 - Melhoria no codigo da selecao de sinalizadores e ... Fri, 23 Mar 2012 18:54:14 GMT angelo [5799] * trunk/prototype/modules/attach_message/attach_message.js (modified) Ticket #2565 - Duplicacao de abas e envio de anexo de mensagens Fri, 23 Mar 2012 18:09:46 GMT cristiano [5798] * trunk/prototype/modules/calendar/interceptors/DBMapping.php (modified) Ticket #2434 - inportação e exportação de repeat Fri, 23 Mar 2012 15:36:38 GMT wmerlotto [5797] * trunk/INSTALL (added) * trunk/INSTALL/LEIAME (added) * trunk/INSTALL/PREINSTALL (added) * trunk/INSTALL/README (added) * trunk/INSTALL/arquivos (added) * trunk/INSTALL/arquivos/DB_CONFIG (added) * trunk/INSTALL/arquivos/expresso.dump (added) * trunk/INSTALL/arquivos/expresso.ldif (added) * trunk/INSTALL/arquivos/header.inc.php (added) * trunk/INSTALL/arquivos/home (added) * trunk/INSTALL/arquivos/home/expressolivre (added) * trunk/INSTALL/arquivos/home/expressolivre/imapsync (added) * trunk/INSTALL/arquivos/home/expressolivre/mkntpwd (added) * trunk/INSTALL/arquivos/saslauthd.conf (added) * trunk/INSTALL/arquivos/schemas (added) * trunk/INSTALL/arquivos/schemas/phpgwaccount.schema (added) * trunk/INSTALL/arquivos/schemas/phpgwcontact.schema (added) * trunk/INSTALL/arquivos/schemas/phpgwquotacontrolled.schema (added) * trunk/INSTALL/arquivos/schemas/qmailuser.schema (added) * trunk/INSTALL/arquivos/schemas/samba.schema (added) * trunk/INSTALL/arquivos/scripts (added) * trunk/INSTALL/arquivos/scripts/aux.sh (added) * trunk/INSTALL/arquivos/scripts/bd.sh (added) * trunk/INSTALL/arquivos/scripts/cyrus.pl (added) * trunk/INSTALL/arquivos/scripts/http.sh (added) * trunk/INSTALL/arquivos/scripts/imap.sh (added) * trunk/INSTALL/arquivos/scripts/ini.sh (added) * trunk/INSTALL/arquivos/scripts/ldap.sh (added) * trunk/INSTALL/arquivos/scripts/md5pass.pl (added) * trunk/INSTALL/arquivos/scripts/pass.php (added) * trunk/INSTALL/arquivos/scripts/php.sh (added) * trunk/INSTALL/arquivos/scripts/smtp.sh (added) * trunk/INSTALL/arquivos/scripts/teste.sh (added) * trunk/INSTALL/arquivos/usr (added) * trunk/INSTALL/arquivos/usr/local (added) * trunk/INSTALL/arquivos/usr/local/bin (added) * trunk/INSTALL/arquivos/usr/local/bin/cyradm_expresso (added) * trunk/INSTALL/arquivos/workflow.dump (added) * trunk/INSTALL/debian (added) * trunk/INSTALL/debian/debconf.critical (added) * trunk/INSTALL/debian/debconf.high (added) * trunk/INSTALL/debian/squeeze (added) * trunk/INSTALL/debian/squeeze/etc (added) * trunk/INSTALL/debian/squeeze/etc/apache2 (added) * trunk/INSTALL/debian/squeeze/etc/apache2/apache2.conf (added) * trunk/INSTALL/debian/squeeze/etc/apache2/ports.conf (added) * trunk/INSTALL/debian/squeeze/etc/apache2/sites-available (added) * trunk/INSTALL/debian/squeeze/etc/apache2/sites-available/expresso (added) * trunk/INSTALL/debian/squeeze/etc/apache2/ssl (added) * trunk/INSTALL/debian/squeeze/etc/apache2/ssl/cacert.pem (added) * trunk/INSTALL/debian/squeeze/etc/apache2/ssl/server.crt (added) * trunk/INSTALL/debian/squeeze/etc/apache2/ssl/server.key.pem (added) * trunk/INSTALL/debian/squeeze/etc/cyrus.conf (added) * trunk/INSTALL/debian/squeeze/etc/default (added) * trunk/INSTALL/debian/squeeze/etc/default/saslauthd (added) * trunk/INSTALL/debian/squeeze/etc/imapd.conf (added) * trunk/INSTALL/debian/squeeze/etc/ldap (added) * trunk/INSTALL/debian/squeeze/etc/ldap/slapd.conf (added) * trunk/INSTALL/debian/squeeze/etc/postfix (added) * trunk/INSTALL/debian/squeeze/etc/postfix/expresso-dominios (added) * trunk/INSTALL/debian/squeeze/etc/postfix/main.cf (added) * trunk/INSTALL/debian/squeeze/etc/postfix/master.cf (added) * trunk/INSTALL/debian/squeeze/etc/postfix/transport (added) * trunk/INSTALL/debian/squeeze/var (added) * trunk/INSTALL/debian/squeeze/var/lib (added) * trunk/INSTALL/debian/squeeze/var/lib/postgresql (added) * trunk/INSTALL/debian/squeeze/var/lib/postgresql/8.4 (added) * trunk/INSTALL/debian/squeeze/var/lib/postgresql/8.4/main (added) * trunk/INSTALL/debian/squeeze/var/lib/postgresql/8.4/main/pg_hba.conf (added) * trunk/INSTALL/debian/squeeze/var/lib/postgresql/8.4/main/postgresql.conf (added) * trunk/INSTALL/expressoInstall.sh (added) * trunk/INSTALL/rhel (added) * trunk/INSTALL/rhel/6 (added) * trunk/INSTALL/rhel/6/etc (added) * trunk/INSTALL/rhel/6/etc/cyrus.conf (added) * trunk/INSTALL/rhel/6/etc/httpd (added) * trunk/INSTALL/rhel/6/etc/httpd/conf (added) * trunk/INSTALL/rhel/6/etc/httpd/conf.d (added) * trunk/INSTALL/rhel/6/etc/httpd/conf.d/expresso.conf (added) * trunk/INSTALL/rhel/6/etc/httpd/conf.d/ssl.conf (added) * trunk/INSTALL/rhel/6/etc/httpd/conf/httpd.conf (added) * trunk/INSTALL/rhel/6/etc/imapd.conf (added) * trunk/INSTALL/rhel/6/etc/openldap (added) * trunk/INSTALL/rhel/6/etc/openldap/slapd.conf (added) * trunk/INSTALL/rhel/6/etc/postfix (added) * trunk/INSTALL/rhel/6/etc/postfix/expresso-dominios (added) * trunk/INSTALL/rhel/6/etc/postfix/main.cf (added) * trunk/INSTALL/rhel/6/etc/postfix/master.cf (added) * trunk/INSTALL/rhel/6/etc/postfix/transport (added) * trunk/INSTALL/rhel/6/etc/selinux (added) * trunk/INSTALL/rhel/6/etc/selinux/config (added) * trunk/INSTALL/rhel/6/etc/sysconfig (added) * trunk/INSTALL/rhel/6/etc/sysconfig/saslauthd (added) * trunk/INSTALL/rhel/6/var (added) * trunk/INSTALL/rhel/6/var/lib (added) * trunk/INSTALL/rhel/6/var/lib/pgsql (added) * trunk/INSTALL/rhel/6/var/lib/pgsql/data (added) * trunk/INSTALL/rhel/6/var/lib/pgsql/data/pg_hba.conf (added) * trunk/INSTALL/rhel/6/var/lib/pgsql/data/postgresql.conf (added) * trunk/INSTALL/sles (added) * trunk/INSTALL/sles/10 (added) * trunk/INSTALL/sles/10/etc (added) * trunk/INSTALL/sles/10/etc/apache2 (added) * trunk/INSTALL/sles/10/etc/apache2/httpd.conf (added) * trunk/INSTALL/sles/10/etc/apache2/server-tuning.conf (added) * trunk/INSTALL/sles/10/etc/apache2/sysconfig.d (added) * trunk/INSTALL/sles/10/etc/apache2/sysconfig.d/global.conf (added) * trunk/INSTALL/sles/10/etc/apache2/vhosts.d (added) * trunk/INSTALL/sles/10/etc/apache2/vhosts.d/expresso.conf (added) * trunk/INSTALL/sles/10/etc/default (added) * trunk/INSTALL/sles/10/etc/default/saslauthd (added) * trunk/INSTALL/sles/10/etc/imapd.conf (added) * trunk/INSTALL/sles/10/etc/openldap (added) * trunk/INSTALL/sles/10/etc/openldap/schema (added) * trunk/INSTALL/sles/10/etc/openldap/schema/phpgwaccount.schema (added) * trunk/INSTALL/sles/10/etc/openldap/schema/phpgwcontact.schema (added) * trunk/INSTALL/sles/10/etc/openldap/schema/qmailuser.schema (added) * trunk/INSTALL/sles/10/etc/openldap/schema/samba.schema (added) * trunk/INSTALL/sles/10/etc/openldap/schema/samba3.schema (added) * trunk/INSTALL/sles/10/etc/openldap/slapd.conf (added) * trunk/INSTALL/sles/10/etc/php4 (added) * trunk/INSTALL/sles/10/etc/php4/apache2 (added) * trunk/INSTALL/sles/10/etc/php4/apache2/php.ini (added) * trunk/INSTALL/sles/10/etc/php5 (added) * trunk/INSTALL/sles/10/etc/php5/apache2 (added) * trunk/INSTALL/sles/10/etc/php5/apache2/php.ini (added) * trunk/INSTALL/sles/10/etc/postfix (added) * trunk/INSTALL/sles/10/etc/postfix/expresso-dominios (added) * trunk/INSTALL/sles/10/etc/postfix/main.cf (added) * trunk/INSTALL/sles/10/etc/postfix/master.cf (added) * trunk/INSTALL/sles/10/etc/postgresql (added) * trunk/INSTALL/sles/10/etc/postgresql/pg_hba.conf (added) * trunk/INSTALL/sles/10/etc/saslauthd.conf (added) * trunk/INSTALL/sles/10/var (added) * trunk/INSTALL/sles/10/var/lib (added) * trunk/INSTALL/sles/10/var/lib/pgsql (added) * trunk/INSTALL/sles/10/var/lib/pgsql/data (added) * trunk/INSTALL/sles/10/var/lib/pgsql/data/pg_hba.conf (added) * trunk/INSTALL/sles/10/var/lib/pgsql/data/postgresql.conf (added) * trunk/INSTALL/sles/etc (added) * trunk/INSTALL/sles/etc/apache2 (added) * trunk/INSTALL/sles/etc/apache2/httpd.conf (added) * trunk/INSTALL/sles/etc/apache2/server-tuning.conf (added) * trunk/INSTALL/sles/etc/apache2/sysconfig.d (added) * trunk/INSTALL/sles/etc/apache2/sysconfig.d/global.conf (added) * trunk/INSTALL/sles/etc/apache2/vhosts.d (added) * trunk/INSTALL/sles/etc/apache2/vhosts.d/expresso.conf (added) * trunk/INSTALL/sles/etc/default (added) * trunk/INSTALL/sles/etc/default/saslauthd (added) * trunk/INSTALL/sles/etc/imapd.conf (added) * trunk/INSTALL/sles/etc/openldap (added) * trunk/INSTALL/sles/etc/openldap/schema (added) * trunk/INSTALL/sles/etc/openldap/schema/phpgwaccount.schema (added) * trunk/INSTALL/sles/etc/openldap/schema/phpgwcontact.schema (added) * trunk/INSTALL/sles/etc/openldap/schema/qmailuser.schema (added) * trunk/INSTALL/sles/etc/openldap/schema/samba.schema (added) * trunk/INSTALL/sles/etc/openldap/schema/samba3.schema (added) * trunk/INSTALL/sles/etc/openldap/slapd.conf (added) * trunk/INSTALL/sles/etc/php4 (added) * trunk/INSTALL/sles/etc/php4/apache2 (added) * trunk/INSTALL/sles/etc/php4/apache2/php.ini (added) * trunk/INSTALL/sles/etc/php5 (added) * trunk/INSTALL/sles/etc/php5/apache2 (added) * trunk/INSTALL/sles/etc/php5/apache2/php.ini (added) * trunk/INSTALL/sles/etc/postfix (added) * trunk/INSTALL/sles/etc/postfix/expresso-dominios (added) * trunk/INSTALL/sles/etc/postfix/main.cf (added) * trunk/INSTALL/sles/etc/postfix/master.cf (added) * trunk/INSTALL/sles/etc/postgresql (added) * trunk/INSTALL/sles/etc/postgresql/pg_hba.conf (added) * trunk/INSTALL/sles/etc/saslauthd.conf (added) * trunk/INSTALL/sles/var (added) * trunk/INSTALL/sles/var/lib (added) * trunk/INSTALL/sles/var/lib/pgsql (added) * trunk/INSTALL/sles/var/lib/pgsql/data (added) * trunk/INSTALL/sles/var/lib/pgsql/data/pg_hba.conf (added) * trunk/INSTALL/sles/var/lib/pgsql/data/postgresql.conf (added) * trunk/doc-expressolivre (deleted) Ticket #2557 - Primeira versao do novo instalador do Expresso Fri, 23 Mar 2012 14:05:48 GMT douglas [5796] * trunk/prototype/api/controller.php (modified) Ticket #2434 - correção de referência em chamada de função Fri, 23 Mar 2012 13:53:43 GMT thiago [5795] * trunk/contactcenter/js/cc.js (modified) Ticket #2508 - Edição de Contato do Catálogo não funciona se estiver. Fri, 23 Mar 2012 13:34:12 GMT thiago [5794] * trunk/contactcenter/js/cc.js (modified) Ticket #2508 - Edição de Contato no Modo Avançado. Fri, 23 Mar 2012 00:45:01 GMT wmerlotto [5793] * trunk/.htaccess (modified) Ticket #2421 - Configuracoes do PHP dentro do ifModule. Thu, 22 Mar 2012 19:52:55 GMT angelo [5792] * trunk/expressoMail1_2/js/sharemailbox.js (modified) Ticket #2539 - Ao compartilhar pastas e clicar no botao Salvar o sistema ... Thu, 22 Mar 2012 19:50:48 GMT thiago [5791] * trunk/expressoMail1_2/js/main.js (modified) Ticket #2541 - Inconsistência na utilização das contas compartilhadas. Thu, 22 Mar 2012 19:09:24 GMT douglasz [5790] * trunk/expressoMail1_2/js/InfoContact.js (modified) * trunk/expressoMail1_2/js/draw_api.js (modified) Ticket #2481 - Método formatMailObject não está concatenando o email.