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

Log of /contributions/modules/community_tags/community_tags.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.37.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 29 17:32:45 2009 UTC (3 months ago) by entrigan
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.37.2.7: +2 -30 lines
Diff to previous 1.37.2.7 , to branch point 1.37
allow for multiple forms on one page, remove un-needed 5.x patch function

Revision 1.37.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 21:57:54 2009 UTC (3 months ago) by entrigan
Branch: DRUPAL-6--1
Changes since 1.37.2.6: +4 -2 lines
Diff to previous 1.37.2.6 , to branch point 1.37
#436446 by jcmarco: remove @ selectors from js
, #293996 by jcmarco and davidseth: tag deletion bug

Revision 1.37.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 06:30:00 2009 UTC (3 months ago) by entrigan
Branch: DRUPAL-6--1
Changes since 1.37.2.5: +12 -1 lines
Diff to previous 1.37.2.5 , to branch point 1.37
#246327 by entrigan: Views Integration

Revision 1.37.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 03:04:47 2008 UTC (15 months ago) by herc
Branch: DRUPAL-6--1
Changes since 1.37.2.4: +2 -2 lines
Diff to previous 1.37.2.4 , to branch point 1.37
Removing taxonomy_explode_tags in favor of drupal_explode_tags function  (http://api.drupal.org/api/function/drupal_explode_tags/6)

Revision 1.37.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 07:32:40 2008 UTC (15 months, 3 weeks ago) by herc
Branch: DRUPAL-6--1
Changes since 1.37.2.3: +2 -2 lines
Diff to previous 1.37.2.3 , to branch point 1.37
Patch #216853, by Biteme. Fixed bad theme call.

Revision 1.32.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 07:31:42 2008 UTC (15 months, 3 weeks ago) by herc
Branch: DRUPAL-5
Changes since 1.32.2.7: +2 -2 lines
Diff to previous 1.32.2.7 , to branch point 1.32 , to next main 1.37
Patch #216853, by Biteme. Fixed bad theme call.

Revision 1.32.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 06:36:50 2008 UTC (15 months, 3 weeks ago) by herc
Branch: DRUPAL-5
Changes since 1.32.2.6: +1 -36 lines
Diff to previous 1.32.2.6 , to branch point 1.32
#207832: removed hook_update_index().

Revision 1.37.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 20:10:18 2008 UTC (16 months, 1 week ago) by herc
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.37.2.2: +14 -9 lines
Diff to previous 1.37.2.2 , to branch point 1.37
#236751 by nburles: corrects any coding style errors when using the code review module, fixes tagging with javascript disabled, and implements a few  Drupal 5 -> 6 changes.

Revision 1.37.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 17:36:30 2008 UTC (16 months, 1 week ago) by herc
Branch: DRUPAL-6--1
Changes since 1.37.2.1: +6 -36 lines
Diff to previous 1.37.2.1 , to branch point 1.37
Removed the hook_update_index(), using search_touch_node() to force re-indexing of node when tags are added/removed (issue #207832).

Revision 1.37.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 17:13:54 2008 UTC (16 months, 1 week ago) by herc
Branch: DRUPAL-6--1
Changes since 1.37: +13 -7 lines
Diff to previous 1.37
Continuing porting to 6.x:
- Menu entry for JS callbacks now uses %node willcard loader
- 'Tags' local task access callback checks if the content type tagging mode is set as tabs.
- Ported some JS code and now use core functions.
- Other minor fixes.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 03:32:55 2008 UTC (16 months, 1 week ago) by herc
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.36: +154 -269 lines
Diff to previous 1.36
Moving back up to date files to HEAD in preparation for 6.x porting.

Revision 1.32.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 10:59:22 2008 UTC (21 months, 1 week ago) by owahab
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.32.2.5: +2 -2 lines
Diff to previous 1.32.2.5 , to branch point 1.32
Fixing a wrong query, thanks jaydub

Revision 1.32.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 08:08:27 2008 UTC (22 months ago) by owahab
Branch: DRUPAL-5
Changes since 1.32.2.4: +2 -2 lines
Diff to previous 1.32.2.4 , to branch point 1.32
Issue #207715, thanks rcourtna

Revision 1.32.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 07:47:02 2008 UTC (22 months ago) by owahab
Branch: DRUPAL-5
Changes since 1.32.2.3: +2 -1 lines
Diff to previous 1.32.2.3 , to branch point 1.32
Issue #177987, original patch by vrc3

Revision 1.32.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 17:38:08 2008 UTC (22 months ago) by owahab
Branch: DRUPAL-5
Changes since 1.32.2.2: +35 -1 lines
Diff to previous 1.32.2.2 , to branch point 1.32
Issue #207832, patch by rcourtna

Revision 1.32.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 1 22:38:49 2007 UTC (2 years, 3 months ago) by unconed
Branch: DRUPAL-5
Changes since 1.32.2.1: +57 -36 lines
Diff to previous 1.32.2.1 , to branch point 1.32
Split off theme function form display call and tweak code/comments.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 1 22:37:14 2007 UTC (2 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.35: +57 -36 lines
Diff to previous 1.35
Split off theme function form display call and tweak code/comments.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 01:53:55 2007 UTC (2 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
#142446: headers already sent error

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 01:53:01 2007 UTC (2 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
#142446: headers already sent error

Revision 1.32.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 3 09:14:45 2007 UTC (2 years, 6 months ago) by unconed
Branch: DRUPAL-5
Changes since 1.32: +77 -12 lines
Diff to previous 1.32
- Add uninstall hook
- #137421: Fix community tags destroying tags created before install (run update.php) and terms in other vocabularies.
- #137424: Play nice with devel.module output for JS callback.
- #139053: Show login link if you have no tagging permissions.
- Clean up some strings

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 3 09:13:28 2007 UTC (2 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.32: +77 -12 lines
Diff to previous 1.32
- Add uninstall hook
- #137421: Fix community tags destroying tags created before install (run update.php) and terms in other vocabularies.
- #137424: Play nice with devel.module output for JS callback.
- #139053: Show login link if you have no tagging permissions.
- Clean up some strings

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 12:31:32 2007 UTC (2 years, 7 months ago) by unconed
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.31: +268 -110 lines
Diff to previous 1.31
- Update for Drupal 5.x
- Fix deleting of own tags from the community tag form.
- Refactored the display / node type settings. Choose per node type where to display the tagging form (block, inline, tab)
- Multiple community tagged vocabularies partially supported (only on non-overlapping node types).
- Pretty, asynchronous ajax tagger. i.e. type tag, hit enter, type another tag, hit enter - without waiting for any step to complete. Click tag to delete.

http://acko.net/dumpx/community-tagging.mov

Revision 1.29.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 23:33:41 2006 UTC (2 years, 11 months ago) by unconed
Branch: DRUPAL-4-7
Changes since 1.29.2.3: +78 -33 lines
Diff to previous 1.29.2.3 , to branch point 1.29 , to next main 1.37
- changed normal edit label to 'All tags', own label to 'Your tags'
- fixed deletion of tags
- fixed tag clouds not showing (themable was broken)
- removed some bad check_ calls
- removed dependency on tagadelic HEAD, works with 4.7 (backported some stuff into a .inc file which be removed from 5.0 on)

Revision 1.29.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 6 04:25:15 2006 UTC (3 years ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.29.2.2: +87 -19 lines
Diff to previous 1.29.2.2 , to branch point 1.29
Backport of changes from HEAD; adding a limit clause to theme functions and menu callback to display form.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 20:24:03 2006 UTC (3 years ago) by webchick
Branch: MAIN
Changes since 1.30: +30 -17 lines
Diff to previous 1.30
Adding in 'limit' ability on theme function

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 21:11:09 2006 UTC (3 years ago) by webchick
Branch: MAIN
Changes since 1.29: +59 -4 lines
Diff to previous 1.29
Separate node view into a function that can be called at will.

Revision 1.29.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 05:57:05 2006 UTC (3 years, 1 month ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.29.2.1: +381 -0 lines
Diff to previous 1.29.2.1 , to branch point 1.29
Branching Community Tags module for 4.7

Revision 1.29.2.1
Mon Oct 23 05:47:31 2006 UTC (3 years, 1 month ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.29: +0 -381 lines
FILE REMOVED
file community_tags.module was added on branch DRUPAL-4-7 on 2006-10-23 05:57:05 +0000

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 05:47:31 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.28: +11 -1 lines
Diff to previous 1.28
#90756: Add in dependency checking

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 05:30:40 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
removing garbage character from Windows

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 05:12:18 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.26: +4 -3 lines
Diff to previous 1.26
#90752: Node author shouldn't see tag form

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 04:01:53 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.25: +17 -1 lines
Diff to previous 1.25
#90748: Putting node settings form back.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 01:29:42 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.24: +43 -7 lines
Diff to previous 1.24
#90440: Allow users to edit their own tags.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 00:36:41 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.23: +7 -35 lines
Diff to previous 1.23
#90456: Remove anonymous user support -- we can always add this back in at some point, but for now it's simpler without it

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 00:35:08 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.22: +3 -1 lines
Diff to previous 1.22
Oops.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 00:04:00 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.21: +1 -25 lines
Diff to previous 1.21
And some final removal of dead functions.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 00:00:04 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.20: +5 -31 lines
Diff to previous 1.20
Some more general clean-up

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 23:56:22 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.19: +3 -473 lines
Diff to previous 1.19
#90457: Remove 'users ca only see tags they entered' feature (and a bunch of other 'extra' code)

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 04:33:44 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.18: +20 -9 lines
Diff to previous 1.18
#90592: Adding theme case for 'tags this user has given this node'

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 04:04:30 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.17: +49 -3 lines
Diff to previous 1.17
#90588: Adding a theme function to display different tag clouds.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 01:46:40 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
#90576 redux: missed a couple

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 01:33:54 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.15: +15 -15 lines
Diff to previous 1.15
#90576: Renaming community_tags_tag_node table

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 00:40:33 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.14: +5 -2 lines
Diff to previous 1.14
#90388: Adding timestamp to each tagging instance.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 00:38:32 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.13: +4 -78 lines
Diff to previous 1.13
#90449: Removing 'enable/disable quick tag form per node' feature

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 03:28:43 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.12: +1 -41 lines
Diff to previous 1.12
#90452: Remove commented code.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 02:44:32 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
Ok I'll stop that now. ;)

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 02:44:12 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.10: +21 -15 lines
Diff to previous 1.10
And so has that. ;)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 02:41:48 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
That's been bugging me. :P

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 02:39:59 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#90446: change reference to old CSS file to point to tagedelic module

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 02:35:32 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
#90444: Renaming 'access quick tag form' permission.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 01:24:38 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.6: +5 -6 lines
Diff to previous 1.6
Some clean-up work after removing duplicate code

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 01:13:19 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.5: +2 -100 lines
Diff to previous 1.5
#90433: Removing duplicate code.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 00:56:19 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.4: +1 -10 lines
Diff to previous 1.4
#90431: Remove duplicated settings code.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 00:27:11 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.3: +1 -86 lines
Diff to previous 1.3
#90428 - Removing duplicate menu items from tagadelic module.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 00:15:54 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.2: +1 -4 lines
Diff to previous 1.2
Removing CSS file

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 00:12:10 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
Changes since 1.1: +4 -6 lines
Diff to previous 1.1
Baby steps ;) Cleaning up help hook

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 18:03:59 2006 UTC (3 years, 1 month ago) by webchick
Branch: MAIN
A straight-up copy of the tagadelic module in RobRoy's sandbox, plus some find/replace to turn 'tagadelic' into 'community_tags'. DO NOT USE YET. :)

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