]> git.agnieray.net Git - galette.git/commit
Add the dashboard and the news system, as well as a few translations
authorJohan Cwiklinski <johan@x-tnd.be>
Fri, 11 Nov 2011 19:57:05 +0000 (19:57 +0000)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 11 Nov 2011 19:57:05 +0000 (19:57 +0000)
commit70af62b6ebb400e4a5d0135429ae7cd8a84697b0
treec116593983095023e6ef1167b92c81858b457862
parent5e0c22d9b938a5e2eac8ca8ac0ae3e8f7fd1c1f7
Add the dashboard and the news system, as well as a few translations
67 files changed:
galette/classes/galette-news.class.php [new file with mode: 0644]
galette/config/paths.inc.php
galette/config/versions.inc.php
galette/desktop.php [new file with mode: 0644]
galette/includes/galette.inc.php
galette/includes/google-api-0.4.6/apiClient.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiAuth.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiAuthNone.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiLoginTicket.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiOAuth.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiOAuth2.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiP12Signer.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiPemVerifier.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiSigner.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/auth/apiVerifier.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/cache/apiApcCache.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/cache/apiCache.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/cache/apiFileCache.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/cache/apiMemcacheCache.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/config.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiAdsenseService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiBloggerService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiBooksService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiCustomsearchService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiDiacritizeService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiFreebaseService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiLatitudeService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiModeratorService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiOrkutService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiPagespeedonlineService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiPlusService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiPredictionService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiShoppingService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiTasksService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiTranslateService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiUrlshortenerService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/contrib/apiWebfontsService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/external/OAuth.php [new file with mode: 0755]
galette/includes/google-api-0.4.6/external/URITemplateParser.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/io/apiCurlIO.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/io/apiHttpRequest.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/io/apiIO.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/io/apiREST.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/io/apiRPC.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/service/apiBatch.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/service/apiModel.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/service/apiService.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/service/apiServiceRequest.php [new file with mode: 0644]
galette/includes/google-api-0.4.6/service/apiServiceResource.php [new file with mode: 0644]
galette/includes/jquery/jquery.cookie.js [new file with mode: 0644]
galette/index.php
galette/lang/en_US.po
galette/lang/en_US/LC_MESSAGES/galette.mo
galette/lang/fr_FR@euro.po
galette/lang/fr_FR@euro/LC_MESSAGES/galette.mo
galette/lang/lang_english.php
galette/lang/lang_french.php
galette/lang/messages.po
galette/templates/default/desktop.tpl [new file with mode: 0644]
galette/templates/default/galette.css
galette/templates/default/images/desktop/contribs.png [new file with mode: 0644]
galette/templates/default/images/desktop/groups.png [new file with mode: 0644]
galette/templates/default/images/desktop/mailing.png [new file with mode: 0644]
galette/templates/default/images/desktop/members.png [new file with mode: 0644]
galette/templates/default/images/desktop/preferences.png [new file with mode: 0644]
galette/templates/default/images/desktop/transactions.png [new file with mode: 0644]
galette/templates/default/page.tpl