Oelib Developers: oliklee

Login name:
oliklee
Total Commits:
2,360 (76.9%)
Lines of Code:
85,764 (68.3%)
Most Recent Commit:
2010-11-04 23:28
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for oliklee

Activity by Day of Week for oliklee

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 2360 (100.0%) 85764 (100.0%) 36.3
tests/ 590 (25.0%) 55754 (65.0%) 94.4
/ 1080 (45.8%) 19986 (23.3%) 18.5
tests/Model/ 10 (0.4%) 2564 (3.0%) 256.4
tests/fixtures/ 158 (6.7%) 2241 (2.6%) 14.1
tests/Mapper/ 9 (0.4%) 1069 (1.2%) 118.7
Model/ 36 (1.5%) 742 (0.9%) 20.6
tests/Geocoding/ 5 (0.2%) 729 (0.9%) 145.8
tests/Visibility/ 2 (0.1%) 540 (0.6%) 270.0
Geocoding/ 4 (0.2%) 533 (0.6%) 133.2
Mapper/ 40 (1.7%) 380 (0.4%) 9.5
Interface/ 9 (0.4%) 238 (0.3%) 26.4
models/ 2 (0.1%) 228 (0.3%) 114.0
tests/ViewHelper/ 1 (0.0%) 215 (0.3%) 215.0
Exception/ 11 (0.5%) 173 (0.2%) 15.7
mappers/ 4 (0.2%) 137 (0.2%) 34.2
tests/Exception/ 1 (0.0%) 73 (0.1%) 73.0
tests/fixtures/xclass/ 2 (0.1%) 45 (0.1%) 22.5
tests/fixtures/pi1/ 4 (0.2%) 43 (0.1%) 10.7
contrib/PEAR/Mail/ 3 (0.1%) 24 (0.0%) 8.0
ViewHelper/ 3 (0.1%) 15 (0.0%) 5.0
Visibility/ 4 (0.2%) 11 (0.0%) 2.7
contrib/emogrifier/ 2 (0.1%) 8 (0.0%) 4.0
exceptions/ 3 (0.1%) 6 (0.0%) 2.0
contrib/PEAR/ 1 (0.0%) 5 (0.0%) 5.0
.settings/ 2 (0.1%) 5 (0.0%) 2.5
doc/api/media/ 4 (0.2%) 0 (0.0%) 0.0
doc/api/__filesource/ 104 (4.4%) 0 (0.0%) 0.0
doc/api/TYPO3/tx_oelib/ 192 (8.1%) 0 (0.0%) 0.0
doc/api/TYPO3/ 8 (0.3%) 0 (0.0%) 0.0
doc/api/ 16 (0.7%) 0 (0.0%) 0.0
doc/ 50 (2.1%) 0 (0.0%) 0.0

Activity of oliklee

Most Recent Commits

oliklee 2010-11-04 23:28 Rev.: 39863

Bump the version number.

1 lines of code changed in 1 file:

  • ext_emconf.php (+1 -1)
oliklee 2010-10-30 12:17 Rev.: 39698

[Bug 4154] Add List::inRange

163 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_List.php (+40 -16)
  • tests: ListTest.php (+122 -8)
oliklee 2010-10-16 00:24 Rev.: 39189

[Bug 4169] Drop unused code and some unused variables

8 lines of code changed in 6 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+1 -1), class.tx_oelib_TestingFrameworkCleanup.php (+1 -3), class.tx_oelib_Timer.php (+2 -2)
  • tests: DataMapperTest.php (+2 -8), ListTest.php (+1 -1)
oliklee 2010-10-14 23:45 Rev.: 39166

Bump the version number.

1 lines of code changed in 1 file:

  • ext_emconf.php (+1 -1)
oliklee 2010-10-14 23:30 Rev.: 39165

[Bug 4168] Add Model_FrontEndUser::setName

27 lines of code changed in 3 files:

  • changelog.txt (+1)
  • Model: class.tx_oelib_Model_FrontEndUser.php (+11)
  • tests/Model: FrontEndUserTest.php (+15 -3)
oliklee 2010-10-14 23:13 Rev.: 39164

[Bug 4167] Add Mapper_FrontEndUser::findByUserName

118 lines of code changed in 6 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+1 -1)
  • Mapper: class.tx_oelib_Mapper_FrontEndUser.php (+17)
  • tests: DataMapperTest.php (+1 -1)
  • tests/Mapper: BackEndUserTest.php (+8 -7), FrontEndUserTest.php (+90)
oliklee 2010-10-14 12:48 Rev.: 39130

[Bug 4161] Add some getters and setters to the FE user model

254 lines of code changed in 3 files:

  • changelog.txt (+1)
  • Model: class.tx_oelib_Model_FrontEndUser.php (+95 -1)
  • tests/Model: FrontEndUserTest.php (+158 -6)
oliklee 2010-10-14 11:24 Rev.: 39123

Add phpunit to the include path.

3 lines of code changed in 2 files:

  • .buildpath (+1)
  • .settings: org.eclipse.php.core.prefs (+2 -2)
oliklee 2010-10-12 18:08 Rev.: 39071

[Bug 4160] Add Model_FrontEndUser::getJobTitle and ::hasJobTitle

71 lines of code changed in 3 files:

  • changelog.txt (+1)
  • Model: class.tx_oelib_Model_FrontEndUser.php (+19 -1)
  • tests/Model: FrontEndUserTest.php (+51)
oliklee 2010-10-11 18:20 Rev.: 39050

Update the manual.

0 lines of code changed in 1 file:

  • doc: manual.sxw (changed)
oliklee 2010-10-11 17:46 Rev.: 39047

[Bug 2628] Make more use of the login manager in oelib

36 lines of code changed in 3 files:

  • class.tx_oelib_templatehelper.php (+4 -17), class.tx_oelib_testingFramework.php (+3 -1)
  • tests: TestingFrameworkTest.php (+29)
oliklee 2010-10-04 21:35 Rev.: 38860

Bump the version number.

1 lines of code changed in 1 file:

  • ext_emconf.php (+1 -1)
oliklee 2010-10-04 11:50 Rev.: 38842

[Bug 2628] Add a function frontEndLoginManager::loginUser, r=niels

123 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_FrontEndLoginManager.php (+33 -4)
  • tests: FrontEndLoginManagerTest.php (+89)
oliklee 2010-09-25 16:08 Rev.: 38596

[Bug 4132] Add a class with time constants, r=niels

85 lines of code changed in 4 files:

  • Time.php (new 76), changelog.txt (+1), ext_autoload.php (+2 -1), tx_oelib_commonConstants.php (+6)
oliklee 2010-09-23 20:16 Rev.: 38549

[Bug 4047] Rename all test classes from *_testcase to *Test, r=niels

13473 lines of code changed in 23 files:

  • ext_autoload.php (+12 -12)
  • tests: PageFinderTest.php (new 272), PhpMyAdminTest.php (new 52), SalutationSwitcherTest.php (new 703), SessionTest.php (new 172), TemplateHelperTest.php (new 3942), TemplateRegistryTest.php (new 114), TemplateTest.php (new 3130), TestingFrameworkTest.php (new 4177), TimerTest.php (new 393), TranslatorRegistryTest.php (new 380), TranslatorTest.php (new 126), tx_oelib_PageFinder_testcase.php (del), tx_oelib_Session_testcase.php (del), tx_oelib_TemplateRegistry_testcase.php (del), tx_oelib_Template_testcase.php (del), tx_oelib_Timer_testcase.php (del), tx_oelib_TranslatorRegistry_testcase.php (del), tx_oelib_Translator_testcase.php (del), tx_oelib_phpmyadmin_testcase.php (del), tx_oelib_salutationswitcherchild_testcase.php (del), tx_oelib_templatehelperchild_testcase.php (del), tx_oelib_testingFramework_testcase.php (del)
oliklee 2010-09-23 17:17

[Bug 4047] Rename all test classes from *_testcase to *Test (part 3), r=niels

5079 lines of code changed in 19 files:

  • ext_autoload.php (+10 -10)
  • tests: IdentityMapTest.php (new 188), ListTest.php (new 1359), MailTest.php (new 622), MapperRegistryTest.php (new 232), ModelTest.php (new 930), ObjectFactoryTest.php (new 85), ObjectTest.php (new 572), headerProxyFactoryTest.php (new 127), mailerFactoryTest.php (new 954), tx_oelib_IdentityMap_testcase.php (del), tx_oelib_List_testcase.php (del), tx_oelib_Mail_testcase.php (del), tx_oelib_MapperRegistry_testcase.php (del), tx_oelib_Model_testcase.php (del), tx_oelib_ObjectFactory_testcase.php (del), tx_oelib_Object_testcase.php (del), tx_oelib_headerProxyFactory_testcase.php (del), tx_oelib_mailerFactory_testcase.php (del)
oliklee 2010-09-23 17:09 Rev.: 38534

[Bug 4129] Decimals of geo coordinates are cut off in the DB, r=niels

234 lines of code changed in 9 files:

  • changelog.txt (+1), class.tx_oelib_templatehelper.php (+6 -1), ext_tables.sql (+3)
  • doc: manual.sxw (changed)
  • tests: DataMapperTest.php (+108), tx_oelib_Object_testcase.php (+50 -10)
  • tests/Geocoding: GoogleTest.php (+30)
  • tests/fixtures: class.tx_oelib_testingObject.php (+9), class.tx_oelib_tests_fixtures_TestingModel.php (+27)
oliklee 2010-09-23 09:58 Rev.: 38501

[Bug 3248] A model without UID should automatically be dirty after setData, r=niels

44 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_Model.php (+5 -1)
  • tests: tx_oelib_Model_testcase.php (+38 -1)
oliklee 2010-09-22 11:52 Rev.: 38448

Bump the version number.

2 lines of code changed in 1 file:

  • ext_emconf.php (+2 -2)
oliklee 2010-09-22 11:48 Rev.: 38447

[Bug 4111] tx_oelib_List::sort needs to make the list dirty, r=niels

14 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_List.php (+3 -1)
  • tests: tx_oelib_List_testcase.php (+10)

(470 more)

Generated by StatSVN 0.5.0