- Feb 26, 2010
-
-
Alex Barth authored
-
Alex Barth authored
Fix accidental roll back of previous commit 'Stop PubSubHubbub from subscribing if it is not enabled.'
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
#711664 neclimdul: guarantee compatibility with CTools 1.4 by declaring that Feeds uses hooks to define plugins via hook_ctools_plugin_plugins().
-
Alex Barth authored
-
- Feb 23, 2010
-
-
Alex Barth authored
Try to add README.txt to front page via @verbinclude. #fail.
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
- Feb 22, 2010
-
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
- Feb 21, 2010
-
-
Alex Barth authored
Use existing() for ensuring that the importer in question actually exists in DB or in code. Plus one minor cleanup in switch statement.
-
- Feb 20, 2010
-
-
Alex Barth authored
-
- Feb 19, 2010
-
-
Alex Barth authored
Add existing() method that allows for making sure that a configurable actually exists when executing a method on it. Usage: try { ->existing()->action(); } catch(FeedsNotExistingException ) {} Fix notices from setConfig() by making sure that all default values are present.
-
Alex Barth authored
-
Alex Barth authored
Basic auth can be used by supplying URLs like http://user:pw@example.com/feed . The authentication in URL approach is powerful enough for most use cases. The only advantage that the UI that is about to be removed here would have had is that it could change basic auth credentials for a series of feeds in a single spot. Will post this patch on the issue queue for further consideration.
-