/[drupal]/contributions/modules/feedapi/feedapi_feed/feedapi_feed.module
ViewVC logotype

Log of /contributions/modules/feedapi/feedapi_feed/feedapi_feed.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.16.2.3
Thu Aug 2 20:34:18 2007 UTC (2 years, 3 months ago) by aronnovak
Branch: DRUPAL-5
Changes since 1.16.2.2: +1 -1 lines
FILE REMOVED
Finished refactoring (node = feed by default)
Lots of changes in the DB structure and unneeded forms and core parts were
dropped.

Revision 1.16.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 14:03:18 2007 UTC (2 years, 3 months ago) by aronnovak
Branch: DRUPAL-5
Changes since 1.16.2.1: +36 -19 lines
Diff to previous 1.16.2.1 , to branch point 1.16
UI tweaks in feedapi_feed. Show the recent items at feed node

Revision 1.16.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 25 11:33:09 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: DRUPAL-5
Changes since 1.16: +1 -5 lines
Diff to previous 1.16
Remove internal parser from feedapi_aggregator
Adding block theme for feedapi_aggregator
Minor cleanup in feedapi_feed

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 24 12:51:33 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
CVS Tags: DRUPAL-5--0-1, HEAD
Branch point for: DRUPAL-5
Changes since 1.15: +5 -1 lines
Diff to previous 1.15
Easy access to per-feed settings (feedapi_feed)

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 24 12:36:47 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.14: +34 -32 lines
Diff to previous 1.14
Lots of small fix and code improvement
Implemented allowed tags functionality
Delete feed item settings when feed is deleted
Implemented hook_cron in feedapi

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 24 10:24:24 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.13: +5 -6 lines
Diff to previous 1.13
""

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 15:37:01 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.12: +5 -2 lines
Diff to previous 1.12
Permission system
Fix updating item settings (timestamp setting was lost on update)

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 14:53:10 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Re-rewrite feed_validate to feedapi_validate

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 14:28:14 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.10: +44 -3 lines
Diff to previous 1.10
Detailed settings for item and feed nodes
(content-type, date and uid)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 13:18:39 2007 UTC (2 years, 4 months ago) by alexb
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
Changed: pass  and  instead of  object to _validate hook

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 18 16:36:48 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.8: +96 -28 lines
Diff to previous 1.8
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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 15:05:04 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.7: +57 -38 lines
Diff to previous 1.7
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.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 14:50:51 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.6: +2 -9 lines
Diff to previous 1.6
Ability to edit the feeds after it's created

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 12:21:14 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Allow multiple processors for each feed
Weighted parser/processors settings
Auto-select parser and processors when create a feed

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 08:58:19 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.4: +60 -21 lines
Diff to previous 1.4
Create setting pages
Straightforward parser selection
Reorder functions
Modify comment texts (Implementation of hook_something(). instead of other)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 07:48:43 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
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

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 16:02:50 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.2: +70 -10 lines
Diff to previous 1.2
 - create feeds
 - refresh feeds
 - delete feeds
 - handle the items

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 9 12:57:33 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Changes since 1.1: +46 -8 lines
Diff to previous 1.1
Add info and install files
Fill feedapi_feed.module basic logic
Start feedapi.module

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 6 19:14:16 2007 UTC (2 years, 4 months ago) by aronnovak
Branch: MAIN
Initial version of FeedAPI module. The project website: http://aggregation.novaak.net Currently it's in a try-it-out stage

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2