Log of /contributions/modules/radioactivity/radioactivity.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.18.4.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 4 19:37:56 2009 UTC
(10 months, 3 weeks ago)
by
skiminki
Branch:
DRUPAL-6--1
Changes since
1.18.4.4: +0 -12 lines
Diff to
previous 1.18.4.4
, to
branch point 1.18
o Move radioactivity_get_radioactivity_array() from module to inc, it
belongs into radioactivity.inc
o Clean _radioactivity_possibly_remap_id(). It used to produce notice
because of access to unset field in radioactivity_info array
Revision
1.18.4.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 5 19:16:31 2008 UTC
(12 months, 3 weeks ago)
by
skiminki
Branch:
DRUPAL-6--1
Changes since
1.18.4.1: +1 -1 lines
Diff to
previous 1.18.4.1
, to
branch point 1.18
radioactivity.inc:
o rename _radioactivity_get_decay_profiles()
=> radioactivity_get_decay_profiles()
radioactivity-admin-ui.inc
o make _radioactivity_prune_array() prune more
radioactivity_debug module:
- port to D6
Revision
1.18.4.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 2 17:52:43 2008 UTC
(12 months, 3 weeks ago)
by
skiminki
Branch:
DRUPAL-6--1
Changes since
1.18: +61 -317 lines
Diff to
previous 1.18
Initial D6-port of radioactivity core and node-plugin. Views support
lacks the handler support to choose LEFT/INNER join for sort.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 25 20:31:14 2008 UTC
(18 months ago)
by
skiminki
Branch:
MAIN
Changes since
1.12: +7 -7 lines
Diff to
previous 1.12
o PostgreSQL fixes:
- fix postgres update
- rename columns oid->id and oclass->class. Column oid was creating problems
as PostgreSQL has internal meaning for it
- fix energy adding for postgresql. There were typos there.
o Implement functionality to port views created against radioactivity 1.1 to
forthcoming 1.2. This functionality is invoked by update.php.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 23 13:02:59 2008 UTC
(18 months ago)
by
skiminki
Branch:
MAIN
Changes since
1.11: +168 -355 lines
Diff to
previous 1.11
o Refactor architecture to support plugins:
- introduce plugin-provided targets, e.g. node, comment.
- introduce plugin-provided sources, e.g. node vote, node view, comment vote.
- refactor energy settings decay profile admin form to reflect the above.
o Move node radioactivity functionality to new radioactivity_node -plugin.
o Introduce radioactivity_comment for comment target + views support. This
makes comments radioactive.
o VotingAPI support plugin
- provides radioactivity source from votingapi_insert action for nodes and
comments
o Debug plugin
- displays internal info for debugging purposes
- manual energy action functionality
o Update functionality
- enables automatically radioactivity_node as it's split from radioactivity
- convert decay profile struct to new format. However, this doesn't support
by_content_type flag.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 5 19:14:03 2008 UTC
(18 months, 3 weeks ago)
by
skiminki
Branch:
MAIN
Changes since
1.10: +147 -25 lines
Diff to
previous 1.10
Applied patch radioactivity-module-247212-10.patch which enables content type specific
energy settings from issue #247212.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 30 14:05:26 2008 UTC
(19 months, 4 weeks ago)
by
skiminki
Branch:
MAIN
Initial revision of radioactivity module. The radioactivity module gives
"hotness" rank to nodes based on node views. The hotness rank is based on
simple but effective radioactivity model.
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.