Log of /contributions/modules/aggregator2/aggregator2_autotaxonomy.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 13 22:43:40 2005 UTC
(3 years, 11 months ago)
by
ahwayakchih
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.6: +2 -1 lines
Diff to
previous 1.6
More optimizations and changes. Last before tagging for 4.6.x and moving
to 4.7 API.
New feature - allow admin to setup sleep period of time between changing
each item node. That may help on often visited servers, but also may
start timouts, etc.. So be sure to first test it, and setup it properly!
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 9 17:59:22 2005 UTC
(3 years, 11 months ago)
by
ahwayakchih
Branch:
MAIN
Changes since
1.5: +10 -7 lines
Diff to
previous 1.5
aggregator2:
- item promotion is back in parse_items function, and now should take
less time.
aggregator2_autotaxonomy:
- fixes and speedup.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 4 17:29:39 2005 UTC
(3 years, 11 months ago)
by
ahwayakchih
Branch:
MAIN
Changes since
1.4: +2 -2 lines
Diff to
previous 1.4
Reordered tasks in aggregator2 so deletes go last (after all inserts).
That may speedup whole thing, if OPTIMIZE TABLE is run after each cron.
Fixed bug in aggregator2_autotaxonomy.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 15 14:05:01 2005 UTC
(4 years, 1 month ago)
by
ahwayakchih
Branch:
MAIN
Changes since
1.2: +1 -9 lines
Diff to
previous 1.2
- fix bugs.
- more work on permissions. added new permission "refresh own feed items"
- separated CHANGES into CHANGES.txt file
- separated TODO into TODO.txt file (it's very outdated anyway)
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 9 18:55:15 2005 UTC
(4 years, 1 month ago)
by
ahwayakchih
Branch:
MAIN
Changes since
1.1: +35 -14 lines
Diff to
previous 1.1
autotaxonomy:
- fixes and added support for ATOM and DublinCore category tags.
aggregator2:
- extended list of lifetimes for items.
- update body of feed only if it is empty.
This allows user to setup own description of feed.
- added rss_item_data property to aggregator2-item node, which is a
pointer to item's aggregated data. It's temporary just like rss_data,
so it's not saved to database.
- Added simple caching for blocks. Unfortunetly it removes support for
node access rules. Should it be made only for anonymous users?
- Changed SQL commands used for promoting items. Now it should be
work also on PostgreSQL and older MySQL.
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.