]> dev.renevier.net Git - syj.git/commit
version 0.1 v0.1
authorarno <arno@renevier.net>
Tue, 27 Jul 2010 11:29:16 +0000 (13:29 +0200)
committerarno <arno@renevier.net>
Tue, 27 Jul 2010 11:29:16 +0000 (13:29 +0200)
commit190fd621df4920c56a422c03663874cddaa67d64
treec6124c51549a617440b5b28b53810afd86263769
version 0.1
126 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
COPYING.TXT [new file with mode: 0644]
application/Bootstrap.php [new file with mode: 0644]
application/configs/application.ini [new file with mode: 0644]
application/configs/session.ini [new file with mode: 0644]
application/controllers/AccountController.php [new file with mode: 0644]
application/controllers/ContactController.php [new file with mode: 0644]
application/controllers/CronController.php [new file with mode: 0644]
application/controllers/ErrorController.php [new file with mode: 0644]
application/controllers/GeomController.php [new file with mode: 0644]
application/controllers/IdxController.php [new file with mode: 0644]
application/controllers/LoginController.php [new file with mode: 0644]
application/controllers/NewpwdController.php [new file with mode: 0644]
application/controllers/PathController.php [new file with mode: 0644]
application/controllers/PendingController.php [new file with mode: 0644]
application/controllers/TermsofuseController.php [new file with mode: 0644]
application/controllers/UserController.php [new file with mode: 0644]
application/controllers/helpers/SyjApi.php [new file with mode: 0644]
application/controllers/helpers/SyjGeoip.php [new file with mode: 0644]
application/controllers/helpers/SyjPostData.php [new file with mode: 0644]
application/controllers/plugins/SyjLocale.php [new file with mode: 0644]
application/exception/Forbidden.php [new file with mode: 0644]
application/exception/InvalidEmail.php [new file with mode: 0644]
application/exception/NotFound.php [new file with mode: 0644]
application/exception/Request.php [new file with mode: 0644]
application/forms/Account.php [new file with mode: 0644]
application/forms/Contact.php [new file with mode: 0644]
application/forms/Geom.php [new file with mode: 0644]
application/forms/Login.php [new file with mode: 0644]
application/forms/Newpwd.php [new file with mode: 0644]
application/forms/Pending.php [new file with mode: 0644]
application/forms/Pending/ResetPassword.php [new file with mode: 0644]
application/forms/Pending/ValidateCreation.php [new file with mode: 0644]
application/forms/TableAbstract.php [new file with mode: 0644]
application/forms/User.php [new file with mode: 0644]
application/forms/decorator/TableDescription.php [new file with mode: 0644]
application/languages/lang_en.po [new file with mode: 0644]
application/languages/lang_fr.po [new file with mode: 0644]
application/layouts/scripts/footer.phtml [new file with mode: 0644]
application/layouts/scripts/header.phtml [new file with mode: 0644]
application/layouts/scripts/layout.phtml [new file with mode: 0644]
application/models/Generic.php [new file with mode: 0644]
application/models/Path.php [new file with mode: 0644]
application/models/PathMapper.php [new file with mode: 0644]
application/models/Pending.php [new file with mode: 0644]
application/models/Pending/ResetPassword.php [new file with mode: 0644]
application/models/Pending/ValidateCreation.php [new file with mode: 0644]
application/models/PendingMapper.php [new file with mode: 0644]
application/models/User.php [new file with mode: 0644]
application/models/UserMapper.php [new file with mode: 0644]
application/validate/EmailAddress.php [new file with mode: 0644]
application/views/helpers/AddParamToUrl.php [new file with mode: 0644]
application/views/helpers/Anchor.php [new file with mode: 0644]
application/views/helpers/FooterLink.php [new file with mode: 0644]
application/views/helpers/HeadBase.php [new file with mode: 0644]
application/views/helpers/LocaleShort.php [new file with mode: 0644]
application/views/helpers/LocaleSwitcher.php [new file with mode: 0644]
application/views/helpers/LoggedUser.php [new file with mode: 0644]
application/views/helpers/LogoutLink.php [new file with mode: 0644]
application/views/helpers/Returnto.php [new file with mode: 0644]
application/views/scripts/account/index.phtml [new file with mode: 0644]
application/views/scripts/account/success.phtml [new file with mode: 0644]
application/views/scripts/contact/index.phtml [new file with mode: 0644]
application/views/scripts/contact/success.phtml [new file with mode: 0644]
application/views/scripts/error/error.phtml [new file with mode: 0644]
application/views/scripts/idx/index.phtml [new file with mode: 0644]
application/views/scripts/login/login.phtml [new file with mode: 0644]
application/views/scripts/newpwd/index.phtml [new file with mode: 0644]
application/views/scripts/newpwd/success.phtml [new file with mode: 0644]
application/views/scripts/pending/creation_cancel.phtml [new file with mode: 0644]
application/views/scripts/pending/creation_validate.phtml [new file with mode: 0644]
application/views/scripts/pending/index.phtml [new file with mode: 0644]
application/views/scripts/pending/password_cancel.phtml [new file with mode: 0644]
application/views/scripts/pending/password_validate.phtml [new file with mode: 0644]
application/views/scripts/termsofuse/index.phtml [new file with mode: 0644]
generated/.placeholder [new file with mode: 0644]
library/Zend [new submodule]
library/gisconverter [new submodule]
library/gisconverter.php [new symlink]
library/phptojs.php [new file with mode: 0644]
library/pwdgen.php [new file with mode: 0644]
public/css/account.css [new file with mode: 0644]
public/css/contact.css [new file with mode: 0644]
public/css/error.css [new file with mode: 0644]
public/css/generic.css [new file with mode: 0644]
public/css/login.css [new file with mode: 0644]
public/css/newpwd.css [new file with mode: 0644]
public/css/openlayers [new symlink]
public/css/pending.css [new file with mode: 0644]
public/css/syj.css [new file with mode: 0644]
public/css/termsofuse.css [new file with mode: 0644]
public/icons/close.png [new symlink]
public/icons/delete.png [new file with mode: 0644]
public/index.php [new file with mode: 0644]
public/js/ModifiablePath.js [new symlink]
public/js/OpenLayers.js [new symlink]
public/js/account.js [new file with mode: 0644]
public/js/ajaxize.js [new file with mode: 0644]
public/js/closebtn.js [new file with mode: 0644]
public/js/contact.js [new file with mode: 0644]
public/js/deck.js [new file with mode: 0644]
public/js/forms.js [new file with mode: 0644]
public/js/img [new symlink]
public/js/lib [new symlink]
public/js/login.js [new file with mode: 0644]
public/js/message.js [new file with mode: 0644]
public/js/newpwd.js [new file with mode: 0644]
public/js/prototype.js [new symlink]
public/js/simplebox.js [new symlink]
public/js/syj.js [new file with mode: 0644]
public/js/termsofuse.js [new file with mode: 0644]
public/js/theme [new symlink]
public/modifiablepath [new submodule]
public/openlayers [new submodule]
public/prototype [new submodule]
public/simplebox [new submodule]
scripts/crontab.syj [new file with mode: 0644]
scripts/data.postgres.sql [new file with mode: 0644]
scripts/db_auth.sh [new file with mode: 0755]
scripts/reset.postgres.sh [new file with mode: 0755]
scripts/schema.postgres.sql [new file with mode: 0644]
scripts/trailingspaces.sh [new file with mode: 0755]
scripts/updategeoip.sh [new file with mode: 0755]
scripts/updategeonames.sh [new file with mode: 0755]
scripts/updatepo.sh [new file with mode: 0755]