Oelib Developers: nielspardon

Login name:
nielspardon
Total Commits:
257 (8.4%)
Lines of Code:
23,236 (18.5%)
Most Recent Commit:
2010-06-28 16:15
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for nielspardon

Activity by Day of Week for nielspardon

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 257 (100.0%) 23236 (100.0%) 90.4
tests/ 67 (26.1%) 13487 (58.0%) 201.2
/ 146 (56.8%) 6144 (26.4%) 42.0
contrib/PEAR/Mail/ 4 (1.6%) 1540 (6.6%) 385.0
contrib/PEAR/ 1 (0.4%) 1118 (4.8%) 1118.0
tests/fixtures/ 17 (6.6%) 293 (1.3%) 17.2
Model/ 5 (1.9%) 252 (1.1%) 50.4
Mapper/ 4 (1.6%) 228 (1.0%) 57.0
ViewHelper/ 1 (0.4%) 111 (0.5%) 111.0
Interface/ 1 (0.4%) 50 (0.2%) 50.0
Resources/Private/Language/ 1 (0.4%) 13 (0.1%) 13.0
doc/ 10 (3.9%) 0 (0.0%) 0.0

Activity of nielspardon

Most Recent Commits

nielspardon 2010-06-28 16:15 Rev.: 35018

[Bug 3984] Feature: Add countByWhereClause() and countByPageUid() to the DataMapper

155 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+39)
  • tests: tx_oelib_DataMapper_testcase.php (+115)
nielspardon 2010-06-28 15:28 Rev.: 35010

[Bug 3983] Feature: Add LIMIT to findByPageUid()

70 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+5 -3)
  • tests: tx_oelib_DataMapper_testcase.php (+64)
nielspardon 2010-06-28 15:03 Rev.: 35005

[Bug 3981] Feature: Add LIMIT to findByWhereClause()

62 lines of code changed in 4 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+4 -2)
  • tests: tx_oelib_DataMapper_testcase.php (+54)
  • tests/fixtures: class.tx_oelib_tests_fixtures_TestingMapper.php (+3 -2)
nielspardon 2010-06-22 22:40 Rev.: 34789

[Bug 3957] Change: tx_oelib_MapperRegistry should use class_exists() with autoload = TRUE instead of calling our own autoloader

2 lines of code changed in 2 files:

  • changelog.txt (+1), class.tx_oelib_MapperRegistry.php (+1 -1)
nielspardon 2010-05-28 15:36 Rev.: 33663

[Bug 3870] Manual changes to trunk

0 lines of code changed in 1 file:

  • doc: manual.sxw (changed)
nielspardon 2010-05-28 15:33 Rev.: 33662

[Bug 3870] Change: tx_oelib_List should use an SplObjectStorage

76 lines of code changed in 4 files:

  • changelog.txt (+1), class.tx_oelib_List.php (+31 -101)
  • Model: class.tx_oelib_Model_BackEndUser.php (+1 -1)
  • tests: tx_oelib_List_testcase.php (+43 -10)
nielspardon 2009-11-07 14:57 Rev.: 26286

[Bug 3492] Feature: Add a price view helper

290 lines of code changed in 4 files:

  • changelog.txt (+1)
  • ViewHelper: class.tx_oelib_ViewHelper_Price.php (new 111)
  • doc: manual.sxw (changed)
  • tests: tx_oelib_ViewHelper_Price_testcase.php (new 178)
nielspardon 2009-11-06 09:03 Rev.: 26249

[Bug 3491] Improved unit tests

64 lines of code changed in 1 file:

  • tests: tx_oelib_Double3Validator_testcase.php (+64 -3)
nielspardon 2009-11-05 20:28 Rev.: 26232

[Bug 3490] Feature: Add model and mapper for static_currencies

602 lines of code changed in 6 files:

  • changelog.txt (+1)
  • Mapper: class.tx_oelib_Mapper_Currency.php (new 68)
  • Model: class.tx_oelib_Model_Currency.php (new 120)
  • doc: manual.sxw (changed)
  • tests: tx_oelib_Mapper_Currency_testcase.php (new 89), tx_oelib_Model_Currency_testcase.php (new 324)
nielspardon 2009-11-05 20:17 Rev.: 26226

[Bug 3491] Change: Allow prices with 3 decimal digits, follow-up

2 lines of code changed in 1 file:

  • ext_localconf.php (+2)
nielspardon 2009-11-05 20:14 Rev.: 26225

[Bug 3491] Change: Allow prices with 3 decimal digits

158 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_Double3Validator.php (new 90)
  • tests: tx_oelib_Double3Validator_testcase.php (new 67)
nielspardon 2009-11-02 13:21 Rev.: 26078

[Bug 3482] Feature: Add a method getAsMultidimensionalArray() to tx_oelib_Configuration

92 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_Configuration.php (+23)
  • tests: tx_oelib_Configuration_testcase.php (+68)
nielspardon 2009-07-27 15:26 Rev.: 22814

[Bug 3218] Feature: When calling mail, exhibit the same behavior as t3lib_htmlmail::sendTheMail

68 lines of code changed in 7 files:

  • changelog.txt (+1), class.tx_oelib_Mail.php (+2 -1), class.tx_oelib_abstractMailer.php (+24 -8), class.tx_oelib_emailCollector.php (+10 -6), class.tx_oelib_realMailer.php (+18 -7)
  • tests: tx_oelib_Mail_testcase.php (+12 -3), tx_oelib_mailerFactory_testcase.php (+1 -1)
nielspardon 2009-06-29 16:13 Rev.: 21893

[Bug 3138] Change: Add ?: to subpatterns in preg* functions to deactivate capturing of subpatterns where it makes sense

6 lines of code changed in 6 files:

  • changelog.txt (+1), class.tx_oelib_Autoloader.php (+1 -1), class.tx_oelib_Template.php (+1 -1), class.tx_oelib_abstractMailer.php (+1 -1), class.tx_oelib_configcheck.php (+1 -1), class.tx_oelib_testingFramework.php (+1 -1)
nielspardon 2009-06-26 22:12 Rev.: 21832

[Bug 3135] & [Bug 3136] Changes to the manual

0 lines of code changed in 1 file:

  • doc: manual.sxw (changed)
nielspardon 2009-06-26 22:09 Rev.: 21831

[Bug 3136] Change: Remove srand() call from Mail_mime class

2 lines of code changed in 2 files:

  • changelog.txt (+1)
  • contrib/PEAR/Mail: mimePart.php (+1 -2)
nielspardon 2009-06-26 22:03 Rev.: 21828

[Bug 3135] Change: Use $_SERVER['REQUEST_TIME'] in Mail_mime class

6 lines of code changed in 2 files:

  • changelog.txt (+1)
  • contrib/PEAR/Mail: mime.php (+5 -5)
nielspardon 2009-06-25 19:18 Rev.: 21794

[Bug 3056] Follow-up (base64)

4 lines of code changed in 2 files:

  • class.tx_oelib_abstractMailer.php (+1 -1)
  • tests: tx_oelib_mailerFactory_testcase.php (+3 -3)
nielspardon 2009-06-25 17:49 Rev.: 21792

[Bug 3056] Feature: E-mails have double line breaks

49 lines of code changed in 3 files:

  • changelog.txt (+1), class.tx_oelib_abstractMailer.php (+23 -6)
  • tests: tx_oelib_mailerFactory_testcase.php (+25 -13)
nielspardon 2009-06-17 14:37 Rev.: 21535

[Bug 2683] Feature: Implement saving of m:n-related records

268 lines of code changed in 7 files:

  • changelog.txt (+1), class.tx_oelib_DataMapper.php (+99 -10), class.tx_oelib_MapperRegistry.php (+26 -2), class.tx_oelib_testingFramework.php (+1 -1)
  • tests: tx_oelib_DataMapper_testcase.php (+102 -14), tx_oelib_MapperRegistry_testcase.php (+6 -2), tx_oelib_testingFramework_testcase.php (+33)

(57 more)

Generated by StatSVN 0.5.0