This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Zend Gdata Youtube video entry class don't have getAuthor() method #1
Comments
EvanDotPro
added a commit
that referenced
this issue
Oct 4, 2011
Makes sense, as Zend\Config\Ini already handles this.
juriansluiman
pushed a commit
to juriansluiman/zf2
that referenced
this issue
Dec 17, 2011
small fix in MissingDependencyException, PhpDoc for Zend\Cache\Pattern
padraic
pushed a commit
that referenced
this issue
Feb 28, 2012
…caping [#1] Remove auto-escaping from PhpRenderer
dhazel
pushed a commit
to dhazel/zf2
that referenced
this issue
Feb 28, 2012
- Feedback indicates the current solution is incomplete and/or misleading and/or confusing to end-users. Removed all auto-escaping from the Variables container, and updated helpers to use the Escape helper instead.
dhazel
pushed a commit
to dhazel/zf2
that referenced
this issue
Feb 28, 2012
- Listed "Renderer and Response Strategies" in the overview - Better illustrated the nested view models example with the individual view scripts - Noted the relationship between the "baseTemplate" configuration option and layout templates
dhazel
pushed a commit
to dhazel/zf2
that referenced
this issue
Feb 28, 2012
dhazel
pushed a commit
to dhazel/zf2
that referenced
this issue
Feb 28, 2012
- s/ENT_COMPAT/ENT_QUOTES/ in the Escape view helper
weierophinney
added a commit
that referenced
this issue
Feb 28, 2012
- Use Application constants in tests, instead of string/error codes
telkins
pushed a commit
to telkins/zf2
that referenced
this issue
Feb 29, 2012
- if displayNotFoundReason is enabled, will inject a "reason" variable into the 404 view model returned, with one of the following constant values: - Application::ERROR_CONTROLLER_CANNOT_DISPATCH (controller cannot dispatch the request) - Application::ERROR_CONTROLLER_NOT_FOUND (controller class does not exist) - Application::ERROR_CONTROLLER_INVALID (controller requested is not dispatchable) - Application::ERROR_ROUTER_NO_MATCH (routing returned no match, or no controller in the matches)
telkins
pushed a commit
to telkins/zf2
that referenced
this issue
Feb 29, 2012
- Added displayExceptions flag - Inject exception, if present and allowed - Inject controller, if present and allowed
telkins
pushed a commit
to telkins/zf2
that referenced
this issue
Feb 29, 2012
- s/baseTemplate/layoutTemplate/ - s/errorTemplate/exceptionTemplate/ and $template parameter to $exceptionTemplate
weierophinney
added a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
- added an expectOutputString() call to ensure output is trapped
weierophinney
added a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
weierophinney
added a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
… listeners - Allow accepting an optional $priority argument to attach on all view strategy listener aggregates
weierophinney
added a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
- Feedback indicates the current solution is incomplete and/or misleading and/or confusing to end-users. Removed all auto-escaping from the Variables container, and updated helpers to use the Escape helper instead.
weierophinney
added a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
- Default to 1, allowing removal of a case statement and code duplication in each strategy - Requires that the EventManager::attachAggregate $priority argument also defaults to 1
weierophinney
added a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
- s/ENT_COMPAT/ENT_QUOTES/ in the Escape view helper
gianarb
pushed a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
…/hotfix/view-remove-auto-escaping [zendframework/zendframework#1] Remove auto-escaping from PhpRenderer
gianarb
pushed a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
…otfix/check-for-arrayvariables-in-viewmodel Hotfix/check for arrayvariables in viewmodel
gianarb
pushed a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
gianarb
pushed a commit
to zendframework/zend-view
that referenced
this issue
May 15, 2015
…evelop Develop
gianarb
pushed a commit
to zendframework/zend-navigation
that referenced
this issue
May 15, 2015
gianarb
pushed a commit
to zendframework/zend-navigation
that referenced
this issue
May 15, 2015
…evelop Develop
gianarb
pushed a commit
to zendframework/zend-feed
that referenced
this issue
May 15, 2015
gianarb
pushed a commit
to zendframework/zend-feed
that referenced
this issue
May 15, 2015
…evelop Develop
weierophinney
pushed a commit
to zendframework/zend-permissions-acl
that referenced
this issue
May 15, 2015
weierophinney
pushed a commit
to zendframework/zend-permissions-acl
that referenced
this issue
May 15, 2015
…evelop Develop
weierophinney
pushed a commit
to zendframework/zend-permissions-acl
that referenced
this issue
May 15, 2015
…re/acl_callback_assertion Thanks
weierophinney
pushed a commit
to zendframework/zend-permissions-rbac
that referenced
this issue
May 15, 2015
isisis
added a commit
to isisis/zf2
that referenced
this issue
May 28, 2015
I think it's a common use case for the default navigation, to add pages and sub pages across many modules. There's currently an issue when adding sub pages to another page that you expect to be in configuration already. The main page could be changed to another name, could be removed or the module could be disabled inside an application architecture that uses ZF2 modules like plug-ins. What happens in this case? ------------------------------------------------------------- Fatal error: Uncaught exception 'Zend\Navigation\Exception\InvalidArgumentException' with message 'Invalid argument: Unable to determine class to instantiate' in /var/www/html/ebonikerp/vendor/zendframework/zendframework/library/Zend/Navigation/Page/AbstractPage.php:254 Stack trace: #0 /var/www/html/ebonikerp/vendor/zendframework/zendframework/library/Zend/Navigation/AbstractContainer.php(114): Zend\Navigation\Page\AbstractPage::factory(Array) zendframework#1 /var/www/html/ebonikerp/vendor/zendframework/zendframework/library/Zend/Navigation/AbstractContainer.php(165): Zend\Navigation\AbstractContainer->addPage(Array) zendframework#2 /var/www/html/ebonikerp/vendor/zendframework/zendframework/library/Zend/Navigation/Navigation.php(35): Zend\Navigation\AbstractContainer->addPages(Array) zendframework#3 /var/www/html/ebonikerp/vendor/zendframework/zendframework/library/Zend/Navigation/Service/AbstractNavigationFactory.php(38): Zend\Navigation\Navigation->__construct(Array) zendframework#4 [internal function]: Zend\Navigation\Service\AbstractNavigationFactory->createService(Obj in /var/www/html/ebonikerp/vendor/zendframework/zendframework/library/Zend/ServiceManager/ServiceManager.php on line 946 ------------------------------------------------------------- This fix solves the problem, by ignoring a main page, when it's missing uri or mvc values, and could be used as quick fix. For future I would like to see a validation for the pages configs, before they're being injected to navigation. Another approach could be to add a separate "navigation-extension" configuration beside the "navigation" configuration. The "navigation-extension" configuration could be used to extend the navigation safely. The NavigationFactory would then use only the configuration parts that already have a valid existing navigation entry inside "navigation" key.
weierophinney
pushed a commit
to zendframework/zend-i18n-resources
that referenced
this issue
May 28, 2015
weierophinney
pushed a commit
to zendframework/zend-i18n-resources
that referenced
this issue
May 28, 2015
…evelop Develop
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
the method for retrieve author on a video is missing but on raw xml response is present http://code.google.com/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html#Understanding_Video_Entries
The text was updated successfully, but these errors were encountered: