Log of /contributions/modules/feedapi/feedapi_item/feedapi_item.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.12.2.25
Tue Oct 30 22:11:22 2007 UTC
(2 years ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.12.2.24: +1 -1 lines
FILE REMOVED
Fix a bug of feedapi_aggregator that makes impossible to use feedapi_aggregator when feedapi_item is not turned on.
Rename feedapi_item to feedapi_node.
Apply this rename-change in all affected modules.
Revision
1.12.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 11 21:50:04 2007 UTC
(2 years, 3 months ago)
by
aronnovak
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--0-3
Changes since
1.12.2.10: +7 -7 lines
Diff to
previous 1.12.2.10
, to
branch point 1.12
- When creating a feed, the form could be a full node edit form now
- feed editing works, user can rewrite URL, anything. (one thing: the
feed_type auto detection is not started in this case, could be dangerous
when multiple types are exist in one site)
- Fixed "Categories: " issue at feedapi_aggregator. (it showed when empty)
- feed item nodes link change
- everywhere the modules' natural name is used now
Revision
1.12.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 3 20:27:47 2007 UTC
(2 years, 3 months ago)
by
aronnovak
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--0-2-1
Changes since
1.12.2.8: +4 -2 lines
Diff to
previous 1.12.2.8
, to
branch point 1.12
Fix: the nodes remained unpublished when the proper content-type setting
page has not been visited
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS:
Committing in . CVS: CVS: Modified Files: CVS: Tag: DRUPAL-5 CVS:
feedapi.module feedapi_item/feedapi_item.module CVS:
----------------------------------------------------------------------
Revision
1.12.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 3 10:43:11 2007 UTC
(2 years, 3 months ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.12.2.6: +5 -1 lines
Diff to
previous 1.12.2.6
, to
branch point 1.12
Removed _feedapi_common_form.
Added possibility of disabling html element filtering.
add feedapi_after_parse hook
Let's enable the modules to define a full name through the hook_help
minor issues were fixed
Revision
1.12.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 1 13:41:32 2007 UTC
(2 years, 3 months ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.12.2.3: +41 -23 lines
Diff to
previous 1.12.2.3
, to
branch point 1.12
It's in the middle of a refactoring. Currently the UI and the code has duplicated parts and very messy. Concept change: feed = node and there are no excplicit feed processors. The working item processor is now only the feedapi_item
Revision
1.12.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 26 09:25:01 2007 UTC
(2 years, 4 months ago)
by
aronnovak
Branch:
DRUPAL-5
Changes since
1.12: +16 -14 lines
Diff to
previous 1.12
Fixed lots of minor issues to achieve that every processor configuration is acceptable for the module
Fixed some warnings at the feedapi mass add page
Revision
1.8 -
(
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.7: +60 -12 lines
Diff to
previous 1.7
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.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 15:05:07 2007 UTC
(2 years, 4 months ago)
by
aronnovak
Branch:
MAIN
Changes since
1.6: +48 -41 lines
Diff to
previous 1.6
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.5 -
(
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.4: +5 -5 lines
Diff to
previous 1.4
Allow multiple processors for each feed
Weighted parser/processors settings
Auto-select parser and processors when create a feed
Revision
1.4 -
(
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.3: +63 -36 lines
Diff to
previous 1.3
Create setting pages
Straightforward parser selection
Reorder functions
Modify comment texts (Implementation of hook_something(). instead of other)
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.