summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
The Great Git Migration [Fri, 25 Feb 2011 02:07:43 +0000]
Stripping CVS keywords
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
Aron Novak [Fri, 18 Sep 2009 09:47:37 +0000]
#258434 by mustafau - Split parser_common_syndication.module
Aron Novak [Mon, 6 Aug 2007 19:32:25 +0000]
Remove simplepie.inc because of Drupal CVS policy
Aron Novak [Tue, 24 Jul 2007 18:29:29 +0000]
Info file for feedapi_aggregator
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)
Aron Novak [Tue, 24 Jul 2007 16:17:40 +0000]
Fix a missing processor sanitizing stage at feedapi_invoke_feedapi
Aron Novak [Tue, 24 Jul 2007 14:03:47 +0000]
Rename feedapi_command hook to feedapi_edit_option
Aron Novak [Tue, 24 Jul 2007 13:57:16 +0000]
Possibility to extend management links
Alex Barth [Tue, 24 Jul 2007 13:37:53 +0000]
Added:default local task for feedapi module feed admin UI
Aron Novak [Tue, 24 Jul 2007 12:51:33 +0000]
Easy access to per-feed settings (feedapi_feed)
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
Aron Novak [Tue, 24 Jul 2007 10:24:24 +0000]
""
Aron Novak [Mon, 23 Jul 2007 17:27:08 +0000]
Fixing the flow of creating the feed. $feed - $url parameter swap was fixed.
Alex Barth [Mon, 23 Jul 2007 16:49:55 +0000]
Fixed: 2 typos, expire hook does not define max_new_items
Alex Barth [Mon, 23 Jul 2007 15:40:20 +0000]
Changed: pass into hook_parse() instead of ->url
Aron Novak [Mon, 23 Jul 2007 15:37:01 +0000]
Permission system
Fix updating item settings (timestamp setting was lost on update)
Aron Novak [Thu, 19 Jul 2007 14:53:10 +0000]
Re-rewrite feed_validate to feedapi_validate
Aron Novak [Thu, 19 Jul 2007 14:28:15 +0000]
Detailed settings for item and feed nodes
(content-type, date and uid)
Alex Barth [Thu, 19 Jul 2007 13:18:39 +0000]
Changed: pass and instead of object to _validate hook
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.
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)
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
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.
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
Aron Novak [Mon, 16 Jul 2007 14:50:52 +0000]
Ability to edit the feeds after it's created
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
Aron Novak [Fri, 13 Jul 2007 09:08:02 +0000]
Auto-select the default parser at the feed adding page
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)
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
Aron Novak [Thu, 12 Jul 2007 18:32:56 +0000]
Fix a syntax error at feedapi_load
Aron Novak [Thu, 12 Jul 2007 16:02:51 +0000]
- create feeds
- refresh feeds
- delete feeds
- handle the items
Aron Novak [Mon, 9 Jul 2007 13:45:13 +0000]
Parsers for FeedAPI
Aron Novak [Mon, 9 Jul 2007 13:14:25 +0000]
Missing breaks at install hooks
Aron Novak [Mon, 9 Jul 2007 12:57:33 +0000]
Add info and install files
Fill feedapi_feed.module basic logic
Start feedapi.module
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