/[drupal]/contributions/modules/onlinestatus/messengers.inc.php
ViewVC logotype

Log of /contributions/modules/onlinestatus/messengers.inc.php

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.12.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 14:38:52 2008 UTC (20 months, 1 week ago) by xeniac
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5--2
Changes since 1.12.2.1: +75 -45 lines
Diff to previous 1.12.2.1 , to branch point 1.12
* Added Support for Hamachi, fixes #61114 - Thanks to Rob Loach
* No longer depends on CURL, fixes #92600
* Changed the default settings in onlinestatus.install:
   a. The Messengers Fieldset is now shown on the registration Page, per
default.
   b. The default Image Path is now %module/images/%im-%status.png.

Revision 1.12.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 23 22:46:40 2007 UTC (2 years, 7 months ago) by xeniac
Branch: DRUPAL-5
Changes since 1.12: +6 -3 lines
Diff to previous 1.12
Fixed #66655: MSN status not working
XFire is disabled, it does not work anymore.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 09:26:19 2007 UTC (2 years, 7 months ago) by xeniac
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.11: +6 -6 lines
Diff to previous 1.11
Added a Patch from Rob Loach to support Drupal 5:
Loading the CSS with drupal_add_css() to conform with drupal 5.
style.css has been renamed to onlinestatus.css
Added an uninstall hook in onlinestatus.info

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 00:00:59 2006 UTC (3 years ago) by xeniac
Branch: DRUPAL-4-7
Changes since 1.6: +143 -221 lines
Diff to previous 1.6 , to next main 1.12
Merged the changes from trunk into the DRUPAL-4-7 tree.
Added a more complete gettext template in po/onlinestatus.pot.
Added a german translation

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 6 00:38:35 2006 UTC (3 years ago) by xeniac
Branch: MAIN
Changes since 1.10: +113 -101 lines
Diff to previous 1.10
Fixed some typos (#92599)
Fixed the Broken Link in the admin/setting Form (#65936)
MSN and xfire status should work again (#66655)
Better Code Documentation.
Added a new function drupal_fetch_url() as preperation for Bug #92600,
if somebody wants to remove the cURL code he can do this in ony one place.
this function also logs connections timeouts with the drupal watchdog.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 7 10:37:40 2006 UTC (3 years, 4 months ago) by xeniac
Branch: MAIN
Changes since 1.9: +39 -77 lines
Diff to previous 1.9
fixed: connecting to xfire and onlinestatus.org server works again.
       MSN Status should work again.
fixed: Broken Link to style.css issue
fixed: Broken link in help text issue

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 27 23:06:17 2006 UTC (3 years, 7 months ago) by xeniac
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Added support for Postgres to the .install file.
Changed the layout of the Module Settings, it should have better usability now.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 21:34:21 2006 UTC (3 years, 7 months ago) by xeniac
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Changed the regular expression vor AIM accountvalidation to solve bug 57072.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 10 20:38:00 2006 UTC (3 years, 7 months ago) by xeniac
Branch: MAIN
Changes since 1.6: +16 -68 lines
Diff to previous 1.6
Added some images for Google Talk
FIXED  Bug Nr. 57105: Administrators could add or remove the "Online Status" Form from the Registration Page.
FIXED Bug Nr: 56835: Images and URLs are correct now.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 15 18:43:48 2006 UTC (3 years, 9 months ago) by xeniac
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.5: +77 -2 lines
Diff to previous 1.5
Added a Checkbox "Expose my online status"
Users could expose or hide their current online status.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 7 15:26:54 2006 UTC (3 years, 9 months ago) by xeniac
Branch: MAIN
Changes since 1.4: +313 -276 lines
Diff to previous 1.4
* Nicer roster images. Thanks to the PSI Community.
* Fixed the theme_onlinstatus_profile for the new Beta4
* Added some CSS to the theme_onlinstatus_profile.
* Changed the Codelayout to the Drupal guidlines.
* Added xfire onlinestatus support. Thanks to Jason Reading.
* Updatet the TODO and CREDITS File.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 2 00:32:47 2006 UTC (3 years, 9 months ago) by xeniac
Branch: MAIN
Changes since 1.3: +18 -1 lines
Diff to previous 1.3
changed the Icons
changes to the theming support
added preliminary xfire support.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 22 22:20:26 2006 UTC (3 years, 10 months ago) by xeniac
Branch: MAIN
Changes since 1.2: +69 -32 lines
Diff to previous 1.2
Added SkypeWeb Support.
First Attempt for better Theming support.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 21 01:14:13 2006 UTC (3 years, 10 months ago) by xeniac
Branch: MAIN
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
fixed an typo: messanger -> messenger

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 15 22:09:51 2005 UTC (3 years, 11 months ago) by xeniac
Branch: MAIN
Fixed some Spelling Errors and the "Call to undefined function: onlinestatus_user_load()" Error.

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