- Feb 23, 2010
-
-
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.
-
- Feb 18, 2010
-
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
-
Alex Barth authored
Add sourceSave() and sourceDelete() methods notifying plugin implementers of a source being saved or deleted. Minor cleanup on sourceForm().
-
Alex Barth authored
-
Alex Barth authored
-