|
b8a02ebeaa
|
replace Exception on GeneralException
|
2011-11-25 13:57:50 +04:00 |
|
|
7d215c9af4
|
replace Exception on GeneralException
|
2011-11-25 13:54:31 +04:00 |
|
|
669b68ba4a
|
replace Exception on InitializationException
|
2011-11-24 19:34:02 +04:00 |
|
|
a02c3992bd
|
added __toString() to MongoCommand - need to implement in subclasses
|
2011-11-24 19:24:05 +04:00 |
|
|
a3e0cafb32
|
replaced \r\n with PHP_EOL in CliLogger
|
2011-11-24 19:22:49 +04:00 |
|
|
8464c8edac
|
modified Autoloader for folders exclusion
|
2011-11-24 19:22:12 +04:00 |
|
|
bdae057a8e
|
replace Exception on PHPUnit_Framework_Error
|
2011-11-24 19:12:53 +04:00 |
|
|
25ba2abf54
|
Replacment Exception() on InitializationException(), GeneralException() in /view
|
2011-11-24 17:57:40 +04:00 |
|
|
82fb239fca
|
replacement Exception() on InitializationException()
|
2011-11-24 17:02:36 +04:00 |
|
|
eebb013ecf
|
replacement Exception() on InitializationException()
|
2011-11-24 16:10:06 +04:00 |
|
|
6744eb6c4a
|
create test from InitializationException
|
2011-11-24 15:33:24 +04:00 |
|
|
a577e9554e
|
create file with new class exception
|
2011-11-24 15:23:33 +04:00 |
|
|
6e9105cd63
|
add to .gitignore string: /.idea
|
2011-11-24 15:16:16 +04:00 |
|
|
a87845980d
|
added methods to MongoDriver for custom commands, findAndModify, count
|
2011-11-22 18:41:32 +04:00 |
|
|
54b991314d
|
removed Model::order() to SqlModel
|
2011-11-22 18:41:32 +04:00 |
|
|
8a2e814438
|
SqlDbDriver::insert - $on_duplicate parameter recovered
|
2011-11-22 18:41:32 +04:00 |
|
|
d360e7c023
|
added TODO for class methods
|
2011-11-22 18:41:32 +04:00 |
|
|
2f3a0d170f
|
Session class tested and modified for new Model hierarchy
|
2011-11-22 18:41:32 +04:00 |
|
|
7094cd5073
|
MongoModel class tested
|
2011-11-22 18:41:32 +04:00 |
|
|
7e8fe0f94d
|
modified model classes with tests
|
2011-11-22 18:41:32 +04:00 |
|
|
e740ae7000
|
MongoModel class created
|
2011-11-22 18:41:32 +04:00 |
|
|
594ec034f9
|
added Order, Limit, Skip methods to MongoStatement
|
2011-11-22 18:41:31 +04:00 |
|
|
5b5ccb9971
|
MongoStatement class tested
|
2011-11-22 18:41:31 +04:00 |
|
|
7897978261
|
MongoStatement::close() implemented
|
2011-11-22 18:41:31 +04:00 |
|
|
b9353065b8
|
modified tests for new DbDriver hierarchy
|
2011-11-22 18:41:31 +04:00 |
|
|
5bff74f20b
|
added MongoStatement class, modified DbDriver hierarchy
|
2011-11-22 18:41:31 +04:00 |
|
|
229a39d682
|
modified MongoCommand classes
|
2011-11-22 18:41:31 +04:00 |
|
|
1f0bfb131b
|
MongoCommand hierarchy created
|
2011-11-22 18:41:31 +04:00 |
|
|
488655b788
|
Mongo driver with separate CRUD commsnds, without profiler
|
2011-11-22 18:41:31 +04:00 |
|
|
3c5a5d9603
|
rebuild Model package for NoSQL drivers
|
2011-11-22 18:41:31 +04:00 |
|
|
6aab56c814
|
modified AutoloadBuilder for test exclusion
|
2011-11-22 18:40:35 +04:00 |
|
|
763fac6f40
|
Logger classes tested
|
2011-11-21 19:15:03 +04:00 |
|
|
a042c7b1f1
|
Logger classes added
|
2011-11-21 19:14:49 +04:00 |
|
|
9a0a283470
|
modified DB connection settings
|
2011-11-08 12:01:07 +04:00 |
|
|
c6311b8b20
|
modified DB connection settings
|
2011-11-08 11:58:38 +04:00 |
|
|
0f2aa46b9f
|
modified ModelTest for strict PHP standarts
|
2011-11-08 11:43:54 +04:00 |
|
|
83d6dfcc41
|
added sql script for test database
|
2011-11-08 11:38:42 +04:00 |
|
|
88abbaab68
|
added @expectedExceptionMessage
|
2011-11-07 19:56:32 +04:00 |
|
|
3923de3dc4
|
Model classes tested
|
2011-11-07 19:55:49 +04:00 |
|
|
12fc8020b2
|
MySQLiStatement class tested
|
2011-11-04 13:33:31 +04:00 |
|
|
183b64fd37
|
Model classes DbExpr, DbStatement, DbDriver and Db tested
|
2011-11-03 16:52:33 +04:00 |
|
|
8d5885b229
|
Db class tested
|
2011-11-01 19:23:25 +04:00 |
|
|
1f8562da51
|
Action and FrontController classes tested
|
2011-11-01 19:01:39 +04:00 |
|
|
61a8b4fb7e
|
some little changes
|
2011-11-01 19:00:57 +04:00 |
|
|
cae2ae3128
|
Router class tested
|
2011-10-31 19:59:00 +04:00 |
|
|
21e194dc22
|
Route class tested
|
2011-10-31 19:25:22 +04:00 |
|
|
02fabbdbbf
|
I18N class tested
|
2011-10-31 18:12:33 +04:00 |
|
|
a4b3e7170d
|
Layout class tested
|
2011-10-31 17:07:09 +04:00 |
|
|
3659cca99e
|
little changes
|
2011-10-29 15:39:19 +04:00 |
|
|
e80e65f137
|
modified phpunit.php for code coverage report
|
2011-10-29 15:38:50 +04:00 |
|