Oelib Developers: sas-me

Login name:
sas-me
Total Commits:
205 (6.7%)
Lines of Code:
7,556 (6.0%)
Most Recent Commit:
2009-04-05 10:43
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for sas-me

Activity by Day of Week for sas-me

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 205 (100.0%) 7556 (100.0%) 36.8
tests/ 63 (30.7%) 4471 (59.2%) 70.9
/ 111 (54.1%) 2614 (34.6%) 23.5
tests/fixtures/ 8 (3.9%) 168 (2.2%) 21.0
Model/ 5 (2.4%) 133 (1.8%) 26.6
Mapper/ 5 (2.4%) 129 (1.7%) 25.8
Exception/ 1 (0.5%) 41 (0.5%) 41.0
doc/ 12 (5.9%) 0 (0.0%) 0.0

Activity of sas-me

Most Recent Commits

sas-me 2009-04-05 10:43 Rev.: 18702

[Bug 2882] Add a function to tx_oelib_List to append a list to another list, r=Oliver

153 lines of code changed in 2 files:

  • class.tx_oelib_List.php (+14)
  • tests: tx_oelib_List_testcase.php (+139)
sas-me 2009-04-03 22:56 Rev.: 18682

[Bug 2861] Add interface MailRole to the BE user model, r=Oliver

31 lines of code changed in 2 files:

  • Model: class.tx_oelib_Model_BackEndUser.php (+8 -1)
  • tests: tx_oelib_Model_BackEndUser_testcase.php (+23)
sas-me 2009-03-22 19:14 Rev.: 18156

[#1841] Add functions in the testing framework to create dummy ZIP archives,r=Oliver

458 lines of code changed in 4 files:

  • changelog.txt (+1), class.tx_oelib_FileFunctions.php (new 85), class.tx_oelib_testingFramework.php (+158 -34)
  • tests: tx_oelib_testingFramework_testcase.php (+214 -5)
sas-me 2009-03-09 19:57 Rev.: 17646

[#2788] Allow login of FE user models which are not in database with the testingFramework, r=Oliver

104 lines of code changed in 4 files:

  • changelog.txt (+1), class.tx_oelib_testingFramework.php (+15 -3)
  • tests: tx_oelib_FrontEndLoginManager_testcase.php (+19 -3), tx_oelib_testingFramework_testcase.php (+69)
sas-me 2009-03-09 19:52 Rev.: 17645

[#2680] Add datamapper::save, r=Oliver

640 lines of code changed in 7 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+103 -7), class.tx_oelib_Model.php (+42 -1)
  • tests: tx_oelib_DataMapper_testcase.php (+380 -2), tx_oelib_Model_testcase.php (+86 -1)
  • tests/fixtures: class.tx_oelib_tests_fixtures_TestingMapper.php (+19), class.tx_oelib_tests_fixtures_TestingModel.php (+9 -19)
sas-me 2009-03-07 17:50 Rev.: 17575

[#2797] Add getDescription() to the FE group model, r=Oliver

39 lines of code changed in 3 files:

  • changelog.txt (+1)
  • Model: class.tx_oelib_Model_FrontEndUserGroup.php (+12 -2)
  • tests: tx_oelib_Model_FrontEndUserGroup_testcase.php (+26 -3)
sas-me 2009-03-03 22:06 Rev.: 17446

[#2474] Add functions FrontEndUser::hasGroupUids, r=Oliver

57 lines of code changed in 2 files:

  • Model: class.tx_oelib_Model_FrontEndUser.php (+18)
  • tests: tx_oelib_Model_FrontEndUser_testcase.php (+39)
sas-me 2009-03-03 18:02 Rev.: 17440

[#2474] Add functions FrontEndUser::hasGroupUids, r=Oliver

8 lines of code changed in 2 files:

  • class.tx_oelib_DataMapper.php (+1)
  • tests: tx_oelib_DataMapper_testcase.php (+7)
sas-me 2009-03-02 18:55 Rev.: 17406

[#2228] Add a DB-less mode/testing mode to the mappers, r=Oliver

137 lines of code changed in 6 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+33), class.tx_oelib_MapperRegistry.php (+16), class.tx_oelib_Model.php (+1 -1)
  • tests: tx_oelib_DataMapper_testcase.php (+54), tx_oelib_MapperRegistry_testcase.php (+32)
sas-me 2009-03-02 16:03 Rev.: 17391

[#2474] Add functions FrontEndUser::hasGroupUids, r=Oliver

99 lines of code changed in 3 files:

  • changelog.txt (+1)
  • Model: class.tx_oelib_Model_FrontEndUser.php (+27)
  • tests: tx_oelib_Model_FrontEndUser_testcase.php (+71)
sas-me 2009-03-02 13:02 Rev.: 17381

[#2764] Add internal functions for the DataMapper to create models from arrays of data, r=Oliver

182 lines of code changed in 9 files:

  • class.tx_oelib_DataMapper.php (+58 -27), class.tx_oelib_db.php (+17)
  • Mapper: class.tx_oelib_Mapper_BackEndUser.php (+9 -11), class.tx_oelib_Mapper_Country.php (+12 -14), class.tx_oelib_Mapper_FrontEndUser.php (+2 -2)
  • tests: tx_oelib_DataMapper_testcase.php (+43 -6), tx_oelib_Mapper_BackEndUser_testcase.php (+6 -1), tx_oelib_db_testcase.php (+21)
  • tests/fixtures: class.tx_oelib_tests_fixtures_TestingMapper.php (+14 -4)
sas-me 2009-02-28 16:13 Rev.: 17346

[#2471] Mappers should be able to return a result list for an array of arrays with model data, r=Oliver

73 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+25)
  • tests: tx_oelib_DataMapper_testcase.php (+47)
sas-me 2009-02-28 15:16 Rev.: 17342

[#2764] Add internal functions for the DataMapper to create models from arrays of data, r=Oliver

105 lines of code changed in 1 file:

  • tests: tx_oelib_DataMapper_testcase.php (+105)
sas-me 2009-02-28 15:16 Rev.: 17341

[#2764] Add internal functions for the DataMapper to create models from arrays of data, r=Oliver

28 lines of code changed in 2 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+27)
sas-me 2009-02-27 12:56 Rev.: 17301

[#2771] Add function setToDeleted to the model, r=Oliver

114 lines of code changed in 4 files:

  • changelog.txt (+1), class.tx_oelib_Model.php (+18)
  • tests: tx_oelib_Model_testcase.php (+68)
  • tests/fixtures: class.tx_oelib_tests_fixtures_TestingModel.php (+27)
sas-me 2009-02-25 21:10 Rev.: 17218

[#2679] Track the dirty/clean state of models,r=Oliver

148 lines of code changed in 5 files:

  • changelog.txt (+1), class.tx_oelib_Model.php (+36 -1)
  • tests: tx_oelib_DataMapper_testcase.php (+16), tx_oelib_Model_testcase.php (+81)
  • tests/fixtures: class.tx_oelib_tests_fixtures_TestingModel.php (+14)
sas-me 2009-02-25 17:33 Rev.: 17211

[#2755] BE user mapper needs to lowercase the CLI user before DB search, r=Oliver

23 lines of code changed in 3 files:

  • changelog.txt (+1)
  • Mapper: class.tx_oelib_Mapper_BackEndUser.php (+1 -1)
  • tests: tx_oelib_Mapper_BackEndUser_testcase.php (+21)
sas-me 2009-02-25 12:53 Rev.: 17196

[Bug 2737] set on a ghost should load the object , r=Oliver

17 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_Model.php (+5 -1)
  • tests: tx_oelib_Model_testcase.php (+11)
sas-me 2009-02-23 11:41

[#2725] Add a BE user class,r=Oliver

425 lines of code changed in 4 files:

  • Mapper: class.tx_oelib_Mapper_BackEndUser.php (new 105)
  • Model: class.tx_oelib_Model_BackEndUser.php (new 68)
  • tests: tx_oelib_Mapper_BackEndUser_testcase.php (new 133), tx_oelib_Model_BackEndUser_testcase.php (new 119)
sas-me 2009-02-23 11:40 Rev.: 17117

[#2728] The testing framework should create BE users,r=Oliver

118 lines of code changed in 5 files:

  • changelog.txt (+2), class.tx_oelib_testingFramework.php (+24 -5), ext_emconf.php (+1 -1), ext_tables.sql (+9)
  • tests: tx_oelib_testingFramework_testcase.php (+82)

(40 more)

Generated by StatSVN 0.5.0