Commit Graph

135 Commits

Author SHA1 Message Date
Manuel Raynaud
106818510f start creating new Parser
create new listener for checking view parameter
throw 404 status page if resource not found
2013-02-13 19:01:51 +01:00
Manuel Raynaud
f8273b0e53 ignore local session 2013-02-13 12:19:19 +01:00
Manuel Raynaud
96f5e2e9cf initialize session process
session by default are save in local/session
2013-02-11 12:44:52 +01:00
Manuel Raynaud
ccee45c48a move auto generate documentation to documentation/api folder
start to create a new file for insertion in database
add locale column to lang table
2013-02-11 10:59:31 +01:00
Manuel Raynaud
4af7d1c6ce clean .gitignore file 2013-02-11 09:09:46 +01:00
Manuel Raynaud
1a1ddbefbd début génération documentation via apiGen 2013-02-08 17:51:16 +01:00
Manuel Raynaud
b952888b14 start to implement action controller. 2013-02-07 17:40:27 +01:00
Manuel Raynaud
bb86533f25 start to implement action matcher 2013-02-05 18:19:47 +01:00
Manuel Raynaud
ec35cf998e add class-loader component, needed for HttpKernel component in dev mode 2013-02-05 11:28:36 +01:00
Manuel Raynaud
c16d64f6cd delete Thelia autoloading, using now Composer autoloader 2013-02-04 14:57:13 +01:00
Manuel Raynaud
9309c75e07 remove symfony classLoader component, using composer autoloader with
dump optimized option
2013-02-04 14:55:20 +01:00
Manuel Raynaud
b6fec44086 Merge branch 'propel' of ssh://gitmraynaud:10022/thelia into propel 2013-01-30 17:30:25 +01:00
Manuel Raynaud
9a7e33078b use propel versionnable behavior 2013-01-30 17:29:17 +01:00
Manuel Raynaud
4a199173f0 use i18n propel behavior instead of manual model for traduction 2013-01-30 14:49:53 +01:00
Manuel Raynaud
efe364dfc0 regenerate propel model and change TlogDescrionationConfig 2013-01-29 16:46:34 +01:00
Manuel Raynaud
630ac72aaa reindente some code
verify if config database file exists beforeinitializing Propel
2013-01-24 20:45:16 +01:00
Manuel Raynaud
47ff2c0643 add alias method for compatibility with older Tlog 2013-01-22 15:52:57 +01:00
Manuel Raynaud
6dd0cb3a17 remove unused namespace 2013-01-21 12:41:38 +01:00
Manuel Raynaud
b6273ff1b0 use Tlog for logging propel query in debug mode 2013-01-21 11:11:50 +01:00
Manuel Raynaud
02139a938d test new loger and add some phpdoc 2013-01-21 10:55:48 +01:00
Manuel Raynaud
ad17c5d99e Tlog implement Psr\Log\LoggerInterface 2013-01-20 23:55:18 +01:00
Manuel Raynaud
88a82c69d1 rewrite test after Tlog refactoring 2013-01-19 22:52:51 +01:00
Manuel Raynaud
f3f8793074 change construct definition in Tlog 2013-01-19 22:12:15 +01:00
Manuel Raynaud
a877d003c5 normalize Tlog in english 2013-01-19 22:00:27 +01:00
Manuel Raynaud
b493d950f0 refactor Thelia logger 2013-01-19 10:23:18 +01:00
Manuel Raynaud
99092c27f2 ignore cache and log dir 2013-01-16 11:48:21 +01:00
Manuel Raynaud
99fdc30d06 add htaccess to cache directory 2013-01-16 11:47:11 +01:00
Manuel Raynaud
94a36c7912 track log directory 2013-01-16 11:45:08 +01:00
Manuel Raynaud
c72c13551c add Propel generated files 2013-01-16 10:58:36 +01:00
Manuel Raynaud
59e2b29e6a remove constant THELIA_DB_CACHE 2013-01-15 14:23:08 +01:00
Manuel Raynaud
f450b98fbe remove call to model into container 2013-01-15 11:06:03 +01:00
Manuel Raynaud
813acbf26c remove notORM bundle 2013-01-15 10:56:48 +01:00
Manuel Raynaud
8279cc37b4 remove notnorm gen model 2013-01-15 10:39:16 +01:00
Manuel Raynaud
7e124c51e2 add some info in composer.json 2013-01-11 09:29:57 +01:00
Manuel Raynaud
2bbbd74ea4 change place for some properties in Config model 2013-01-10 16:51:37 +01:00
Manuel Raynaud
dc8984b306 remove _get and _set magic method on Base model 2013-01-10 16:49:47 +01:00
Manuel Raynaud
673d8b13da reimplemeting parsing return query 2013-01-10 11:25:29 +01:00
Manuel Raynaud
e85e0ebde1 fix typo in TheliaBundle 2013-01-10 10:36:18 +01:00
Manuel Raynaud
eede41048a add sql file 2013-01-10 10:23:32 +01:00
Manuel Raynaud
c5bed85462 create first method for CRUD 2013-01-09 17:23:46 +01:00
Manuel Raynaud
4e21c25867 fix some CS 2013-01-09 09:13:25 +01:00
Manuel Raynaud
a168082d54 Merge branch 'master' of ssh://git-mraynaud:10022/thelia 2013-01-08 08:56:24 +01:00
Manuel Raynaud
c423ad2f08 test commiton new server 2013-01-07 23:07:58 +01:00
Manuel Raynaud
1016596256 add GPL V3
add specific bootstrap for unit tests
2013-01-07 10:46:02 +01:00
Manuel Raynaud
5967dc2b55 unit test for Tlog. Cover all output method (trace to fatal) 2012-12-28 17:04:17 +01:00
Manuel Raynaud
911146255f put copyright text and add covers annotation in DIGeneratorTest 2012-12-28 12:00:47 +01:00
Manuel Raynaud
10e41f3a99 log more info on query failed 2012-12-28 10:29:46 +01:00
Manuel Raynaud
f5493f86af configure Tlog and TlogFile 2012-12-27 18:05:50 +01:00
Manuel Raynaud
e74752cc3a put copyright in head files and create abstract log destination class 2012-12-27 14:10:43 +01:00
Manuel Raynaud
d7f3e0ea2e add licence condition (GPL V3) 2012-12-27 11:43:09 +01:00