1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added some comments. Clarified some variable names. Changed getMethodsAnnotations back to method name based nesting. More... almost 15 years ago
Changed getMethodsAnnotations to nest on method, path, method name. Started adding in logic to find method by annotations. Will need to add this to some class level field for caching later. More... almost 15 years ago
Merge branch 'tests' More... almost 15 years ago
Updating tests and adding new ones. Added empty tests as notes for later impl. More... almost 15 years ago
Changed from SimpleTest to PHPUnit because pear has an old version of SimpleTest and it (SimpleTest) doesn't appear to maintained too well. Ran a small test class to see how comments come back from getDocComment(). Showed that the comment marks (stars, etc) are included, so I removed the test for bare text. More... almost 15 years ago
Resolved merge conflicts from github/master More... almost 15 years ago
Minor comment update. More... almost 15 years ago
Hid the var_dumps within debugging More... almost 15 years ago
Fixed up the debug handling More... almost 15 years ago
Created collectionAnnotationValue to gather repeated annotations' values. Added/updated comments on methods and ran through phpcs. More... almost 15 years ago
Adding some tests for annotations. Updating annotation parser to collection multiple annotations with same name. More... almost 15 years ago
Shell test file for annotations. More... almost 15 years ago
Put in comments to remind myself what I need to do next More... almost 15 years ago
Accidentally deleted the wrong file. Presto.php being readded post-merge. More... almost 15 years ago
Resolution of merge conflicts. More... almost 15 years ago
Working through phpcs fussy points. More... almost 15 years ago
Fixed up the annotations parsing to properly trim and handle @param correctly, still needs some serious work though More... almost 15 years ago
Finally got the current code totally cleaned up, Note that formatting will actually cause phpcs failures sadly, at least this is now close to working More... almost 15 years ago
Some cleanup of the code styling, having trouble getting it to be happy though More... almost 15 years ago
Added in code to actually do most of the work of loading up the RestResource classes and parsing of the basics, still need to actually handle the processing of the annotations into a set of resources but at least we are most of the way there now More... almost 15 years ago
Updated the main presto file to include sample rendering basics More... almost 15 years ago
Slight change to readme More... almost 15 years ago
Updated copyright with email address. Added loadResources() to constructor. Added check for empty url. Removed references to send_response_code. Replaced with header call. Added some PHPDoc. Added initial functions to get annotations from methods and class. Changed RestResource to class. More... almost 15 years ago
Added git ignore file. More... almost 15 years ago
Changed 'slash space' to 'slash next char' to make more readable. More... almost 15 years ago
Corrected whitespace. rst is fun\! More... almost 15 years ago
Added spaces to get bold to show. More... almost 15 years ago
Changed italics to bold. More... almost 15 years ago
Added a title to the readme. More... almost 15 years ago
Added a title to the readme. More... almost 15 years ago