/[drupal]/contributions/modules/facebook_status/facebook_status_tags.module
ViewVC logotype

Log of /contributions/modules/facebook_status/facebook_status_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.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 23:23:24 2009 UTC (7 days, 16 hours ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.12: +5 -1 lines
Diff to previous 1.1.2.12 , to branch point 1.1
#634784 Added a killswitch to use a non-UTF8 version of FBSST tag matching for people without UTF8 support in PCRE
Temporarily removed support for hyphens in tags in FBSST because Views doesn't support them

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 14 20:27:56 2009 UTC (10 days, 19 hours ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.1.2.11: +1 -0 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Removed minor cruft in facebook_status_save_status()
Fixed hook_facebook_status_save() could pass the wrong SID under certain rare circumstances
Changed default status length to 140 (from 192) so that more sites work well with Twitter integration by default
Added integration with Devel Generate
Fixed statuses with a tag followed by a tag in brackets (even with words in between) don't get linkified
Sort views first by time, then by SID

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 21:00:42 2009 UTC (3 weeks, 3 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.10: +11 -11 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Minor improvement to sorting on the Popular Tags block
Changed all "else if" to "elseif" in PHP files per Coder 2.x

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 06:08:50 2009 UTC (4 weeks, 2 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.9: +45 -6 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#611806 Dramatically improved parsing for tags: special characters are now allowed, and tags with word-break characters can be surrounded with square brackets

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 18 07:21:41 2009 UTC (5 weeks, 3 days ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.8: +5 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Fixed status associations with tags stick around even if the status was edited and the tags removed
Addded an API function to determine if User A can see the form to post a message on User B's profile, see docs
Added an option to preserve line breaks
Fixed a problem with the edit/delete confirmation redirection fix in the last commit

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 04:29:19 2009 UTC (2 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.7: +1 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#568536 Blank tags inserted for hash alone

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 16 18:18:10 2009 UTC (3 months, 1 week ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.1.2.6: +5 -13 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Changed hook_facebook_status_render() to hook_facebook_status_render_alter() (see docs for details)

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 16 06:55:26 2009 UTC (3 months, 1 week ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.5: +4 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
FBSST no longer distorts statuses with apostrophes/single-quotes in them

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 07:05:52 2009 UTC (3 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.4: +3 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fixed facebook_status_tags_popular_terms() didn't respect $count parameter

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 06:50:18 2009 UTC (3 months, 2 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
Changes since 1.1.2.3: +64 -72 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#490474 Username replacement with @ doesn't work in start
#540586 Tags are inserted with rid = 0

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 04:13:33 2009 UTC (5 months, 3 weeks ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.1.2.2: +96 -0 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Fixed missing class on "View conversation" link for the view field
Added edit field in Views
Added delete field in Views
Added a "Most Popular Tags" block to FBSST
Added theme_facebook_status_popular_tags($count = NULL, $time = NULL)

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 05:59:44 2009 UTC (6 months ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA4
Changes since 1.1.2.1: +53 -53 lines
Diff to previous 1.1.2.1 , to branch point 1.1
MANY API CHANGES!

*Removed slider
_render hook now applies to the status on the update form
JS now loads on all update forms
Better formatting for time
Removed $linked parameter from theme('facebook_status_item')
Removed redundant and deprecated code comments
*Added option to use a textarea instead of a textfield
*Added JavaScript-driven character counting
Improved JavaScript handling of status update form
Changed redundant title of a setting
Status length can now be up to 1000 characters
"status/openapi" changed to "statuses/openapi"
Added "edit" pages
*#425628 Allow input filters on statuses
Added flood control and permissions for using the Open API
*Added ability to post on others' profiles.
Added a delete page (uses edit permissions)
Corrected missing arguments in return value from hook_theme()
Delete users' posts on user deletion
Lots of other minor improvements and bug fixes

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 21:41:25 2009 UTC (6 months, 1 week ago) by icecreamyou
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA3
Changes since 1.1: +51 -18 lines
Diff to previous 1.1
Improved speed of some queries in facebook_status_tags
Improved default views for facebook_status_tags
Made "trends" work in Views
Added "trends" as an openapi type option
Added facebook_status_tags_popular_terms()

Run update.php and revert your Views if you update to this version from the dev version generated this morning.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 04:02:11 2009 UTC (6 months, 1 week ago) by icecreamyou
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
#437522 form wasn't cached with caching turned off on site (thanks katbailey)
Changed help text for some settings
Moved maximum status length setting from Advanced to General settings page
Added an open API for users with the 'view all statuses' permission in XML, JSON, and REST
Documented open API
Added submodule that allows referencing users with @username and taxonomy terms (including creation of new ones) with #termname.
Documented submodule
Added Views integration for submodule

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