project/feedapi.git
14 months agoStripping CVS keywords master
The Great Git Migration [Fri, 25 Feb 2011 02:07:43 +0000]
Stripping CVS keywords

2 years ago#560882 - Do not rely on active internet connection and 3rd party server at the tests
Aron Novak [Fri, 2 Oct 2009 14:15:22 +0000]
#560882 - Do not rely on active internet connection and 3rd party server at the tests

2 years ago#258434 by mustafau - Split parser_common_syndication.module
Aron Novak [Fri, 18 Sep 2009 09:47:37 +0000]
#258434 by mustafau - Split parser_common_syndication.module

4 years agoRemove simplepie.inc because of Drupal CVS policy
Aron Novak [Mon, 6 Aug 2007 19:32:25 +0000]
Remove simplepie.inc because of Drupal CVS policy

4 years agoInfo file for feedapi_aggregator 5.x-0.1
Aron Novak [Tue, 24 Jul 2007 18:29:29 +0000]
Info file for feedapi_aggregator

4 years agoInitial version of feedapi_aggregator. This module mimics the core aggregator using...
Aron Novak [Tue, 24 Jul 2007 18:23:59 +0000]
Initial version of feedapi_aggregator. This module mimics the core aggregator using FeedAPI. This module is written by alex_b (drupal.org/user/53995)

4 years agoFix a missing processor sanitizing stage at feedapi_invoke_feedapi
Aron Novak [Tue, 24 Jul 2007 16:17:40 +0000]
Fix a missing processor sanitizing stage at feedapi_invoke_feedapi

4 years agoRename feedapi_command hook to feedapi_edit_option
Aron Novak [Tue, 24 Jul 2007 14:03:47 +0000]
Rename feedapi_command  hook to feedapi_edit_option

4 years agoPossibility to extend management links
Aron Novak [Tue, 24 Jul 2007 13:57:16 +0000]
Possibility to extend management links

4 years agoAdded:default local task for feedapi module feed admin UI
Alex Barth [Tue, 24 Jul 2007 13:37:53 +0000]
Added:default local task for feedapi module feed admin UI

4 years agoEasy access to per-feed settings (feedapi_feed)
Aron Novak [Tue, 24 Jul 2007 12:51:33 +0000]
Easy access to per-feed settings (feedapi_feed)

4 years agoLots of small fix and code improvement
Aron Novak [Tue, 24 Jul 2007 12:36:47 +0000]
Lots of small fix and code improvement
Implemented allowed tags functionality
Delete feed item settings when feed is deleted
Implemented hook_cron in feedapi

4 years ago""
Aron Novak [Tue, 24 Jul 2007 10:24:24 +0000]
""

4 years agoFixing the flow of creating the feed. $feed - $url parameter swap was fixed.
Aron Novak [Mon, 23 Jul 2007 17:27:08 +0000]
Fixing the flow of creating the feed. $feed - $url parameter swap was fixed.

4 years agoFixed: 2 typos, expire hook does not define max_new_items
Alex Barth [Mon, 23 Jul 2007 16:49:55 +0000]
Fixed: 2 typos, expire hook does not define max_new_items

4 years agoChanged: pass into hook_parse() instead of ->url
Alex Barth [Mon, 23 Jul 2007 15:40:20 +0000]
Changed: pass into hook_parse()  instead of ->url

4 years agoPermission system
Aron Novak [Mon, 23 Jul 2007 15:37:01 +0000]
Permission system
Fix updating item settings (timestamp setting was lost on update)

4 years agoRe-rewrite feed_validate to feedapi_validate
Aron Novak [Thu, 19 Jul 2007 14:53:10 +0000]
Re-rewrite feed_validate to feedapi_validate

4 years agoDetailed settings for item and feed nodes
Aron Novak [Thu, 19 Jul 2007 14:28:15 +0000]
Detailed settings for item and feed nodes
(content-type, date and uid)

4 years agoChanged: pass and instead of object to _validate hook
Alex Barth [Thu, 19 Jul 2007 13:18:39 +0000]
Changed: pass  and  instead of  object to _validate hook

4 years agoCorrected _feedapi_check_requirement. Suddenly a wrong version of the new function...
Aron Novak [Wed, 18 Jul 2007 19:41:22 +0000]
Corrected _feedapi_check_requirement. Suddenly a wrong version of the new function had committed previously.

4 years agoDon't allow to store trash via $feed->processors_item and feed
Aron Novak [Wed, 18 Jul 2007 19:33:09 +0000]
Don't allow  to store trash via $feed->processors_item and feed
Some code duplicate is removed (was in _feedapi_suitable_feed_processor/item_processor/parser)

4 years agoProvide settings for the nodes:
Aron Novak [Wed, 18 Jul 2007 16:36:48 +0000]
Provide settings for the nodes:
 - delete items older than
 - promote items
 - show links
Create the ability to other modules (not necessarily processors) to do something after a feedapi_invoke_feedapi call

4 years agoResolved namespace conflict, hooks are feedapi_ prefixed now, feedapi_invoke_feedapi...
Aron Novak [Tue, 17 Jul 2007 15:05:15 +0000]
Resolved namespace conflict, hooks are feedapi_ prefixed now, feedapi_invoke_feedapi is announced for the operations.
The logic from the form's _submit() hooks were moved to feedapi_invoke_feedapi
Hooks don't accept &$feed, because if it's called via module_invoke and w/ PHP4, it behaves differently from PHP5. So the modules now work with PHP4.

4 years agoEliminate some warnings. add messages to inform the user when creating a feed without...
Aron Novak [Mon, 16 Jul 2007 15:35:55 +0000]
Eliminate some warnings. add messages to inform the user when creating a feed without a suitable parser is present

4 years agoAbility to edit the feeds after it's created
Aron Novak [Mon, 16 Jul 2007 14:50:52 +0000]
Ability to edit the feeds after it's created

4 years agoAllow multiple processors for each feed
Aron Novak [Mon, 16 Jul 2007 12:21:14 +0000]
Allow multiple processors for each feed
Weighted parser/processors settings
Auto-select parser and processors when create a feed

4 years agoAuto-select the default parser at the feed adding page
Aron Novak [Fri, 13 Jul 2007 09:08:02 +0000]
Auto-select the default parser at the feed adding page

4 years agoCreate setting pages
Aron Novak [Fri, 13 Jul 2007 08:58:19 +0000]
Create setting pages
Straightforward parser selection
Reorder functions
Modify comment texts (Implementation of hook_something(). instead of other)

4 years agoRenamed/restructured the parser inherited from Aggregation module
Aron Novak [Fri, 13 Jul 2007 07:48:43 +0000]
Renamed/restructured the parser inherited from Aggregation module
Renamed simplepie_parser to achieve coherent parser-naming
Fixed a bug of downloading the feed when cURL is not present (feedapi_feed)
Modified feedapi_item.install to make it the same structure like the other
instal file

4 years agoFix a syntax error at feedapi_load
Aron Novak [Thu, 12 Jul 2007 18:32:56 +0000]
Fix a syntax error at feedapi_load

4 years ago - create feeds
Aron Novak [Thu, 12 Jul 2007 16:02:51 +0000]
 - create feeds
 - refresh feeds
 - delete feeds
 - handle the items

4 years agoParsers for FeedAPI
Aron Novak [Mon, 9 Jul 2007 13:45:13 +0000]
Parsers for FeedAPI

4 years agoMissing breaks at install hooks
Aron Novak [Mon, 9 Jul 2007 13:14:25 +0000]
Missing breaks at install hooks

4 years agoAdd info and install files
Aron Novak [Mon, 9 Jul 2007 12:57:33 +0000]
Add info and install files
Fill feedapi_feed.module basic logic
Start feedapi.module

4 years agoInitial version of FeedAPI module. The project website: http://aggregation.novaak...
Aron Novak [Fri, 6 Jul 2007 19:14:16 +0000]
Initial version of FeedAPI module. The project website: aggregation.novaak.net Currently it's in a try-it-out stage