0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Aug 02, 2023 — Aug 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support to add flat field values as fieldData. PHPDoc fixes. More... over 13 years ago
Wrongly encoded url while converting URI stream to full URL. closes #11 More... over 13 years ago
Merge pull request #9 from sybarite/master More... almost 14 years ago
- Fixed and refactored for #6 More... almost 14 years ago
PHPDoc return type fixes More... almost 14 years ago
PHPDoc return type fixes More... almost 14 years ago
Defined an exception class for connection failures & error responses. More... almost 14 years ago
Defined an exception class for connection failures & error responses. More... almost 14 years ago
Fix for https://github.com/epicwhale/DrupalConnect/issues/6, a lot of code still needs to be refactored. More... almost 14 years ago
Set the file base URLs on Documents when hydrated using Views. closes #4 More... about 14 years ago
Implemented support for querying Taxanomy Terms with Custom Fields and Views support. Registered necessary document, hydrators and repository. More... about 14 years ago
Fixed bug in findBy where the returned results were not hydrated. More... about 14 years ago
Refactored get/setVid to get/setVocabularyId to mantain consistency. More... about 14 years ago
Moved custom fields related getters/setters/functionality into an abstract class of its own which will be inherited by all Document types which support custom fields. For example nodes, taxanomy terms, users, comments. More... about 14 years ago
Support for querying Taxanomy Vocabularies using the QueryBuilder. Created & registered the Document & Hydrator for it. More... about 14 years ago
- Commit message to be added by dayson More... about 14 years ago
Added custom Image Field support for Nodes. More... about 14 years ago
Getters for various File field attributes More... about 14 years ago
Merge remote-tracking branch 'origin/master' More... about 14 years ago
Added custom File Field support for Nodes. A Node also receives information about the various file base URLs so that it can return full URLs. More... about 14 years ago
Update README.md More... about 14 years ago
Update README.md More... about 14 years ago
PHPDoc additions More... about 14 years ago
Created Repository to handle Images More... about 14 years ago
Support for querying single/multiple Image documents using the QueryBuilder More... about 14 years ago
Code cleanup. PHPDoc Fixes. Also the 'uri' field now stores the scheme://target version of the URI More... about 14 years ago
Changed file base config name to file_base_url More... about 14 years ago
Now takes in additional configuration like file_base_path and provides function access required config More... about 14 years ago
File Hydrator now converts Stream URI's to Full URLS using config base paths. Custom hydrator for File documents received from Views. More... about 14 years ago
File Document now stores the Full URL instead of the internal URI representation with streams More... about 14 years ago