269
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'Tyrael-master' More... about 14 years ago
Rearranged files and changed package.xml for PEAR deployments More... about 14 years ago
addo @echo off, and newlines after tehe GOTO labels More... about 14 years ago
Added a batch file for use under windows; thanks to Ferenc Kovaks (Tyrael) for the code and suggestion More... about 14 years ago
Added PEAR package More... about 14 years ago
Updated version number More... about 14 years ago
Implemented new templating system More... about 14 years ago
initial commit for transformations More... over 14 years ago
GH-Issue 16: renamed phpunit.xml to phpunit.xml.dist to accomodate CI environments More... over 14 years ago
changed location and contents of phpunit.xml to match jenkins/hudson and provide a reasonable default for unit testing More... over 14 years ago
Merge branch 'command' of https://github.com/skoop/Docblox into skoop-command More... over 14 years ago
Added new unit tests and refactored the Parser More... over 14 years ago
removed continuous integration files which accidentally ended up in master More... over 14 years ago
removed a debugging echo statement (oops) More... over 14 years ago
preventing notices in docblox executable in case of not specifying options More... over 14 years ago
central docblox executable that can invoke parse and transform More... over 14 years ago
removed setting target and source in constructor, since that automatically defaults the files to the DocBlox project directory More... over 14 years ago
moved arguments to seperate static properties, so they can be accessed everywhere More... over 14 years ago
fixing the Jenkins build More... over 14 years ago
Merge branch 'master' of https://github.com/mvriel/Docblox More... over 14 years ago
Added unit tests for DocBlox_Abstract class and fixed a minor issue in the code More... over 14 years ago
Wrote unit tests for BidiArrayIterator and added missing comments More... over 14 years ago
Added new unit test for DocBlox_Token and fixed docblocks for Token and TokenIterator More... over 14 years ago
added phpunit 3.5 basis and made Coverage for TokenIterator 100% More... over 14 years ago
Removed extra test file More... over 14 years ago
Fixed last issues before release; included parsing of inline tags in long descriptions More... over 14 years ago
Fixed issue where typing a scalar as array (string[]) would result in DocBlox recognizing it as a new type More... over 14 years ago
forgot to move an item More... over 14 years ago
Updated roadmap due to a shift in priorities More... over 14 years ago
Fixed issue where the opening brace was not seen as a delimiter when searching for an associated docblock by a structure More... over 14 years ago