Working on the userfront application.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 22 May 2012 06:25:41 +0000 (08:25 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 22 May 2012 06:25:41 +0000 (08:25 +0200)
commitfb43129fa085d1ed9e60bc07aee90b405a60c09f
tree75721f3fc14d83e19358db4202f4c3147f34736f
parent5270265d2c1e6da85b0c4c694a655e3b7a0db159
Working on the userfront application.

Layout, javascript to update chosen categories.
33 files changed:
apps/companyfront/templates/layout.php
apps/companyfront/templates/layoutsfGuardAuth.php
apps/userfront/config/app.yml [new file with mode: 0644]
apps/userfront/config/cache.yml [new file with mode: 0644]
apps/userfront/config/factories.yml [new file with mode: 0644]
apps/userfront/config/filters.yml [new file with mode: 0644]
apps/userfront/config/routing.yml [new file with mode: 0644]
apps/userfront/config/security.yml [new file with mode: 0644]
apps/userfront/config/settings.yml [new file with mode: 0644]
apps/userfront/config/userfrontConfiguration.class.php [new file with mode: 0644]
apps/userfront/config/view.yml [new file with mode: 0644]
apps/userfront/lib/myUser.class.php [new file with mode: 0644]
apps/userfront/modules/api/actions/actions.class.php [new file with mode: 0644]
apps/userfront/modules/api/config/security.yml [new file with mode: 0644]
apps/userfront/modules/api/templates/getadsbygpsSuccess.json.php [new file with mode: 0644]
apps/userfront/modules/api/templates/indexSuccess.php [new file with mode: 0644]
apps/userfront/modules/api/templates/loginauthSuccess.json.php [new file with mode: 0644]
apps/userfront/modules/api/templates/logoutauthSuccess.json.php [new file with mode: 0644]
apps/userfront/modules/api/templates/signinSuccess.php [new file with mode: 0644]
apps/userfront/modules/category/actions/actions.class.php [new file with mode: 0644]
apps/userfront/modules/category/templates/_form.php [new file with mode: 0644]
apps/userfront/modules/category/templates/editSuccess.php [new file with mode: 0644]
apps/userfront/modules/category/templates/indexSuccess.php [new file with mode: 0644]
apps/userfront/modules/category/templates/newSuccess.php [new file with mode: 0644]
apps/userfront/modules/category/templates/showSuccess.php [new file with mode: 0644]
apps/userfront/modules/sfGuardAuth/config/view.yml [new file with mode: 0644]
apps/userfront/modules/sfGuardAuth/templates/_signin_form.php [new file with mode: 0644]
apps/userfront/templates/layout.php [new file with mode: 0644]
apps/userfront/templates/layoutsfGuardAuth.php [new file with mode: 0644]
lib/model/doctrine/GeneralCategoryTable.class.php
test/functional/userfront/categoryActionsTest.php [new file with mode: 0644]
web/userfront.php [new file with mode: 0644]
web/userfront_dev.php [new file with mode: 0644]