Commit Graph

35 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
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
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
630ac72aaa reindente some code
verify if config database file exists beforeinitializing Propel
2013-01-24 20:45:16 +01:00
Manuel Raynaud
b6273ff1b0 use Tlog for logging propel query in debug mode 2013-01-21 11:11:50 +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
b493d950f0 refactor Thelia logger 2013-01-19 10:23:18 +01:00
Manuel Raynaud
c72c13551c add Propel generated files 2013-01-16 10:58:36 +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
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
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
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
e1a756405d DI model generator 2012-12-21 15:03:26 +01:00
Manuel Raynaud
6ba59276e1 delete propel auto generated files 2012-12-20 17:59:30 +01:00
Manuel Raynaud
953ee3d0aa untrack propel-gen 2012-12-20 11:36:02 +01:00
Manuel Raynaud
ab179a637c add custom httpKernel for Thelia Core. 2012-12-20 10:08:13 +01:00
Manuel Raynaud
43ec85bb1e clean code with php-cs-fixer 2012-11-03 09:39:40 +01:00
Manuel Raynaud
67fa4f6706 début de la mise en place du parser 2012-10-19 18:13:28 +02:00
Manuel Raynaud
e15a86b84b add some phpdoc 2012-10-18 18:20:24 +02:00
Manuel Raynaud
60057f4cc9 mise en place du templatind dans Thelia 2012-10-18 17:54:49 +02:00
Manuel Raynaud
b603c6cf44 add some phpdoc 2012-10-11 18:12:42 +02:00
Manuel Raynaud
b892264882 déclaration dans le bundle de la mécanique des controlleurs
un controlleur qui contient une collection de Matcher
2012-10-11 16:05:04 +02:00
Manuel Raynaud
69ac78c790 sauvegarde 10/10/2012
Début d'implémentation du controlleur / matcher pour le routing
Voir http://dev.thelia.net/index.php?title=Routing
2012-10-10 18:07:08 +02:00
Manuel Raynaud
1578bec3d1 test de commit 2012-10-09 15:53:12 +02:00
Manuel Raynaud
47ccf66db5 début d'écriture de la classe principale Thelia
Elle hérite de Symfony\Component\HttpKernel\Kernel (/!\ aux interfaces)
mise en place d'un conteneur d'injection de dépendance à
modifier/compléter (voir comment gérer le chargement)
2012-10-05 17:44:35 +02:00
Manuel Raynaud
56446d0aa3 start to implement database part 2012-10-04 09:34:11 +02:00