/[drupal]/contributions/modules/radioactivity/radioactivity.module
ViewVC logotype

Log of /contributions/modules/radioactivity/radioactivity.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.18.4.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 12:15:22 2009 UTC (4 weeks, 4 days ago) by skiminki
Branch: DRUPAL-7--1
Changes since 1.18.4.6: +104 -179 lines
Diff to previous 1.18.4.6
Initial D7 port of Radioactivity

Revision 1.18.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 12:10:03 2009 UTC (4 months ago) by skiminki
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-1-RC1, DRUPAL-6--1-2
Branch point for: DRUPAL-7--1
Changes since 1.18.4.5: +112 -0 lines
Diff to previous 1.18.4.5 , to branch point 1.18
Implement memcache acceleration for D6 version of Radioactivity

Revision 1.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 15:27:43 2009 UTC (7 months, 1 week ago) by skiminki
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-3-RC1
Changes since 1.18.2.1: +13 -9 lines
Diff to previous 1.18.2.1 , to branch point 1.18
Get rid of some unnecessary notices when using E_STRICT warning. Fix _radioactivity_prune_array to really prune the array.

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 15:31:35 2009 UTC (8 months, 2 weeks ago) by skiminki
Branch: DRUPAL-5
Changes since 1.18: +94 -0 lines
Diff to previous 1.18
Add support for memcache acceleration, issue 400644

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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 19:29:08 2008 UTC (12 months, 1 week ago) by skiminki
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-RC1
Changes since 1.18.4.3: +8 -4 lines
Diff to previous 1.18.4.3 , to branch point 1.18
Cron radioactivity cleanup:
- use abs(energy) < cut_off as a cleanup criteria  (was just energy < cut_off)
- don't run cleanup for profiles where cut-off is disabled

Revision 1.18.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 19:12:07 2008 UTC (12 months, 2 weeks ago) by skiminki
Branch: DRUPAL-6--1
Changes since 1.18.4.2: +0 -2 lines
Diff to previous 1.18.4.2 , to branch point 1.18
Move DEFINE('RADIOACTIVITY_PERM_ADMIN', 'administer radioactivity') into radioactivity.inc

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.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 19:46:47 2008 UTC (14 months, 4 weeks ago) by skiminki
Branch: MAIN
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-2-RC2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.17: +2 -173 lines
Diff to previous 1.17
Move radioactivity_add_energy and related functions from radioactivity.module
to radioactivity.inc. Utilize radioactivity.inc in radioactivity_node.module.
This is a fix for issue #301230.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 12 17:45:51 2008 UTC (16 months, 2 weeks ago) by skiminki
Branch: MAIN
CVS Tags: DRUPAL-5--1-2-RC1, DRUPAL-5--1-2rc1
Changes since 1.16: +12 -2 lines
Diff to previous 1.16
Profile editor:
o Add help texts for subtype settings

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 11:38:13 2008 UTC (16 months, 2 weeks ago) by skiminki
Branch: MAIN
Changes since 1.15: +6 -0 lines
Diff to previous 1.15
Add id remaps in radioactivity_get_energy, radioactivity_delete_energy

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 11:06:09 2008 UTC (16 months, 2 weeks ago) by skiminki
Branch: MAIN
Changes since 1.14: +4 -5 lines
Diff to previous 1.14
o Add $reset_cache parameter to radioactivity_get_radioactivity_info().
o Fix some strings a bit

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 12:07:37 2008 UTC (16 months, 2 weeks ago) by skiminki
Branch: MAIN
Changes since 1.13: +18 -0 lines
Diff to previous 1.13
Id mapper support for sources. Id mapping is required, when objects
have non-int ids.

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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 18:52:09 2008 UTC (18 months, 3 weeks ago) by skiminki
Branch: MAIN
Changes since 1.9: +0 -2 lines
Diff to previous 1.9
Removed ?> at the end of the file. It shouldn't be there: http://drupal.org/node/545

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 18:39:26 2008 UTC (18 months, 3 weeks ago) by skiminki
Branch: MAIN
Changes since 1.8: +73 -8 lines
Diff to previous 1.8
Patch for #251656

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 06:55:30 2008 UTC (19 months ago) by skiminki
Branch: MAIN
Changes since 1.7: +27 -25 lines
Diff to previous 1.7
Fix for #251651

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 24 15:12:44 2008 UTC (19 months ago) by skiminki
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Make 'Delete profile' link in admin/settings/radioactivity/profile_ pages translatable

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 12:53:42 2008 UTC (19 months, 1 week ago) by skiminki
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.5: +40 -6 lines
Diff to previous 1.5
Add decay profiles list admin page, remove separate decay profile edit links from tabs

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 11:54:28 2008 UTC (19 months, 1 week ago) by skiminki
Branch: MAIN
Changes since 1.4: +59 -7 lines
Diff to previous 1.4
Radioactivity by comments feature for issue 248220

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 13:25:33 2008 UTC (19 months, 1 week ago) by skiminki
Branch: MAIN
Changes since 1.3: +9 -9 lines
Diff to previous 1.3
Use hook_exit to log node views. This makes the module compatible with page cache

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 09:43:06 2008 UTC (19 months, 4 weeks ago) by skiminki
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
Invalidate views cache on decay profile changes

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 08:40:16 2008 UTC (19 months, 4 weeks ago) by skiminki
Branch: MAIN
Changes since 1.1: +47 -4 lines
Diff to previous 1.1
PostgreSQL support

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2