Commit Graph

13 Commits

Author SHA1 Message Date
jvelilla
5cb26f0b24 Updated Peristance layer to use the new error_hanler based on EWF error library.
Remove once use from DATABASE_ERROR_HANDLER.
Initial support transaction handling.
2014-10-17 08:53:02 -03:00
jvelilla
3c73202a0d Initial Import Model Library 2014-10-15 19:41:47 -03:00
jvelilla
609d71a0e9 Added nested transaction support.
Added test cases showing transaction support scenarios.
2014-10-13 18:45:45 -03:00
jvelilla
8d79447cf8 Initial Import: Database transaction handling.
Initial Import: Error handling using ewf error library.
Added a CMS_ERROR_FILTER as part of registered filters of CMS_SERVICE
2014-10-09 10:01:49 -03:00
c94e5391e9 Layout: got rid of onces per thread function.
Renamed `launch_cms' as `initialize_cms' which reflects better the implementation.
Minor cosmetic or warning changes.
2014-10-08 14:24:49 +02:00
jvelilla
27a11f2eea Initial CMS API commmit. 2014-10-01 12:17:39 -03:00
jvelilla
588827b495 Updated Example (API) to use the new CMS_STORAGE interface. 2014-09-21 15:53:09 -03:00
jvelilla
fb9157dbb4 Updated CMS_STORAGE interface.
Added test cased for MySQL implementation.
2014-09-20 19:55:43 -03:00
jvelilla
ce05da15b5 Updated CMS_STORAGE interaface. 2014-09-19 15:31:58 -03:00
jvelilla
cf3c4060c8 Updated Database Query error handling.
Add support for user profiles.
Updated test case.
2014-09-18 18:05:20 -03:00
jvelilla
5d551f7fe1 Updated navigation templte to include current user.
Updated CMS_NODE, CMS_USER.
Added USER_PROFILE and USER_ROLE
Updated new USER_DATA_PROVIDER and NODE_DATA_PROVIDER to support new features.
Added ROLE_DATA_PROVIDER.
Updated test cases.
Updated MySQL database schema.
2014-09-18 00:36:50 -03:00
jvelilla
1dce893293 Update API to use CMS_STORAGE 2014-09-17 14:43:08 -03:00
jvelilla
4227b82c7e Added a common database backend implementation.
Added sqlite (proof of concept)
2014-09-17 10:33:37 -03:00