Log of /contributions/modules/facebook_status/facebook_status_tags.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.