269
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added conditional defines if the T_NAMESPACE and T_NS_SEPARATOR constants are unavailable More... about 14 years ago
More work done on the new default template; created an Agavi and new Zend template to test ease of use More... about 14 years ago
Fixes #78 More... about 14 years ago
Added define handling but value is not retrieved; value retrieval should be refactored to get *anything* from the value location and to support multiple sequential const's More... about 14 years ago
Merge branch 'get-class-name-optimisation' of https://github.com/benmatselby/Docblox into benmatselby-get-class-name-optimisation More... about 14 years ago
Merge branch 'ui-tests-for-package-sub-package' of https://github.com/benmatselby/Docblox into benmatselby-ui-tests-for-package-sub-package More... about 14 years ago
Updated mock and continued implementing the new default template as default2 More... about 14 years ago
Optimisation as discussed here: More... about 14 years ago
Test to cover off the changes made for the top two issues in #34 More... about 14 years ago
Fixed tests and disabled one due to a seg fault More... about 14 years ago
Moving files to finish the move to PEAR dependencies when working with the pear installable version More... about 14 years ago
Updated changelog More... about 14 years ago
Function signatures did not allow null and line number assumed DocBlock to always be present; fixed these and all is working fine More... about 14 years ago
Merge branch 'issue-34-part-1' of https://github.com/benmatselby/Docblox into benmatselby-issue-34-part-1 More... about 14 years ago
Updated changelog, upped version number and change package to use dependencies More... about 14 years ago
Validate the docblock and cater for new validators as and when created. Make the filename available for each docblock so we know where the docblock is found More... about 14 years ago
fixed conflicts More... about 14 years ago
Changed testcase to ignore configuration and added an ignore mode to the configuration parameter More... about 14 years ago
Created a parser package More... about 14 years ago
Merge branch 'application-runner' of https://github.com/benmatselby/Docblox into benmatselby-application-runner More... about 14 years ago
Remove $_SERVER['argv'][0] = 'docblox'; and updated the tests with %s so it doesn't try and run the PEAR installation of docblox More... about 14 years ago
Fixed issue whereby header was not being output when -h is used More... about 14 years ago
#60: unknown-8bit and x-user-encoded were not correctly transformed and iconv did a strict conversion. Changes iconv conversion from UTF-8 to UTF8//IGNORE and assumed that unknown-8bit and x-user-encoded mean latin1 More... about 14 years ago
Updated README file with a warning about spaces in the DocBlox installation directory More... about 14 years ago
Merge branch 'application-runner' of https://github.com/benmatselby/Docblox into benmatselby-application-runner More... about 14 years ago
Merge branch 'README' of https://github.com/zoranzaric/Docblox into zoranzaric-README More... about 14 years ago
First steps in Template redesign More... about 14 years ago
Added validators to check if the file docbloc is how it should be. Defined an interface for future use. More... about 14 years ago
Make the version number parseable so we don't have to bump it every release More... about 14 years ago
New DocBlox_Core_Application::main functionality so we have a clear cli entry point but leaving the DocBlox_Task_* classes to be responsible for task execution More... about 14 years ago