0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #13 from itsazzad/patch-1 More... over 9 years ago
getCompletedOn More... over 9 years ago
Add branch alias More... over 9 years ago
Upgrade Zend to 1.12.3 and use vendor/autoload.php (remove dependency to doctrine/common which was used for class loading More... almost 11 years ago
Add pagination More... over 11 years ago
add composer.json More... almost 12 years ago
replace fully qualified namespaces with use statement More... almost 12 years ago
adjust person/get-all example to demonstrate admin privileges of api user (only admins get to see usernames) More... almost 12 years ago
adjust .gitignore More... almost 12 years ago
add logs dir for examples More... almost 12 years ago
update readme More... over 12 years ago
update readme More... over 12 years ago
add submodule config More... over 12 years ago
update readme More... over 12 years ago
deprecate \Sirprize\Basecamp service class. this is now \Sirprize\Basecamp\Service More... over 12 years ago
add autoloader and get rid of require More... over 12 years ago
add vendor libs and adjust config More... over 12 years ago
for consistency, rename Sirprize\Basecamp\TimeEntry\Collection::startByProjectId to startAllByProjectId() More... almost 13 years ago
fix links in doc More... almost 13 years ago
Merge remote branch 'remotes/lacyrhoades/test_fixes' into test_fixes More... almost 13 years ago
Merge remote branch 'remotes/lacyrhoades/more_data_sanitization_checks' into more_data_sanitization_checks More... almost 13 years ago
add contributors to doc More... almost 13 years ago
mention time tracking in doc More... almost 13 years ago
add example for time entry code More... almost 13 years ago
adjust indent style More... almost 13 years ago
[model] added a TimeEntry model More... almost 13 years ago
[sanitization] added some additional checks as PHP was throwing notices about unset array indeces if/when Basecamp doesn't return the corresponding values. More... almost 13 years ago
[test fixes] actually throwing exceptions here since the test suite checks that these exceptions are thrown More... almost 13 years ago
[test fixes] requiring simply the "autoload" file from PHPUnit, since including the Framework file et al. actually throws a warning. This seems to be the preferred method. More... almost 13 years ago
correct the new-in-list todoitem example More... almost 13 years ago