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

Log of /contributions/modules/phpbbforum/phpbbforum.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.49 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 16:31:57 2009 UTC (2 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +10 -2 lines
Diff to previous 1.48
updated instructions

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 2 18:19:02 2009 UTC (2 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA7
Changes since 1.47: +16 -14 lines
Diff to previous 1.47
reset password fixed

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 21:08:03 2009 UTC (2 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-BETA6, DRUPAL-6--2-0-BETA6
Changes since 1.46: +275 -70 lines
Diff to previous 1.46
Bugs and new comments

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 20:48:15 2009 UTC (4 months, 3 weeks ago) by vb
Branch: MAIN
Changes since 1.45: +10 -2 lines
Diff to previous 1.45
Fixed DRUPAL-5 compatibility

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 20:28:43 2009 UTC (4 months, 3 weeks ago) by vb
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0-BETA5
Changes since 1.3: +1932 -929 lines
Diff to previous 1.3 , to next main 1.49
DRUPAL-5 version 2. initial commit

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 19:27:14 2009 UTC (5 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA3, DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-BETA5
Changes since 1.44: +3431 -3447 lines
Diff to previous 1.44
phpBB 3.05 compatibility.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 18 18:13:30 2009 UTC (6 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.43: +6 -6 lines
Diff to previous 1.43
Fixed issue #317650 patch by Grey Teardop
Added newest icon position settings
Added in INSTALL.txt about password reset issue #459600

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 10 14:29:39 2009 UTC (6 months, 2 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.42: +56 -38 lines
Diff to previous 1.42
Fixed #450270, #275704, #428496. Table should be 'drupal2phpbb'
Fixed # hook_form_alter
Fixed Titles of phpBB #455700, #441264

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 18:53:46 2009 UTC (6 months, 2 weeks ago) by vb
Branch: MAIN
Changes since 1.41: +3429 -3427 lines
Diff to previous 1.41
#450270
Fixed recent blocks settings.
Fixed code for Drupal5 backport.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 15:34:21 2009 UTC (6 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.40: +114 -80 lines
Diff to previous 1.40
Fixed #423730,#367848
Changed #367848
Added #445024
Added Groups and roles sync.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 21:43:40 2009 UTC (6 months, 4 weeks ago) by vb
Branch: MAIN
Changes since 1.39: +187 -117 lines
Diff to previous 1.39
Fixed some bugs.
Groups sync is not working in this dev. Will be in next release.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 19:37:51 2009 UTC (7 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA10
Changes since 1.38: +184 -35 lines
Diff to previous 1.38
fixed assigning roles and groups
and more

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 17:51:40 2009 UTC (7 months, 3 weeks ago) by vb
Branch: MAIN
Changes since 1.37: +42 -31 lines
Diff to previous 1.37
#423730
cleanups before beta1

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 15:11:02 2009 UTC (7 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA9
Changes since 1.36: +11 -4 lines
Diff to previous 1.36
issues #410166, #408800
functions.php has been fixed.
viewtopic.php - include_once fixed

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 22 16:01:36 2009 UTC (8 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA8
Changes since 1.35: +126 -89 lines
Diff to previous 1.35
Added custom profile fields sync
special support for pf_gender field

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 22:01:51 2009 UTC (8 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA7
Changes since 1.34: +20 -45 lines
Diff to previous 1.34
Added hook system and hooks 'login' and 'logout'
and some include without once in phpBB3 have been fixed
changed and added functions for hooks

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 23:34:05 2009 UTC (8 months ago) by vb
Branch: MAIN
Changes since 1.33: +36 -18 lines
Diff to previous 1.33
issue #407982 and changed and added functions for hooks

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 21:29:48 2009 UTC (8 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
issue #404788

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 19:44:15 2009 UTC (8 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.31: +6 -5 lines
Diff to previous 1.31
added phpbbforum.theme.custom-sample.inc and changed phpbbforum.theme.inc

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 19:07:43 2009 UTC (8 months, 1 week ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA6
Changes since 1.30: +10 -2 lines
Diff to previous 1.30
1. issue #339376
2. LDAP Integration bug fixed

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 18:23:32 2009 UTC (8 months, 2 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA5
Changes since 1.29: +4 -8 lines
Diff to previous 1.29
issue #397162
Since alpha4 phpBB file session.php has been changed.
You have to reapply new patch.
You can download changed phpBB3 files from
http://vgb.org.ru/files/phpBB-embed-3.0.4-files.zip
and may replace all or only session.php.
To upgrade from alpha releases carefully delete removed files and directories and
replace changed ones with new files.
issue #397080
Read updated INSTALL.txt

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 19:41:32 2009 UTC (8 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA4
Changes since 1.28: +4 -3 lines
Diff to previous 1.28
1) issue #390552
/mcp files were changed and
you will have to reaply new patch
or you can download changed phpBB3 files from http://vgb.org.ru/files/phpBB-embed-3.0.4-files.zip
and replace only /mcp directory
2) issue #389648
3) Fixed Login on /phpbbforum pages

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 27 21:10:26 2009 UTC (8 months, 3 weeks ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA2, DRUPAL-6--2-0-ALPHA3
Branch point for: DRUPAL-6--2
Changes since 1.27: +703 -359 lines
Diff to previous 1.27
New version 2.0 first commit

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 22 17:04:11 2008 UTC (17 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--1-02, DRUPAL-6--1-03, DRUPAL-6--1-04
Changes since 1.26: +7 -8 lines
Diff to previous 1.26
error handling in _phpbbforum_convert_sig()

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 22 16:38:31 2008 UTC (17 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--1-01
Changes since 1.25: +20 -20 lines
Diff to previous 1.25
#273506 by stealth warning in signature sync function

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 09:55:08 2008 UTC (17 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.24: +69 -6 lines
Diff to previous 1.24
#272634 bug in 'if ($scrolling =' found by Udi
#245573 patch by Melkon

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 16 16:52:58 2008 UTC (18 months, 1 week ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA4
Changes since 1.23: +32 -21 lines
Diff to previous 1.23
Timezones sync control
When logging out redirect to front page in D6

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 18:19:26 2008 UTC (18 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
Fixed Log and Display phpBBForum module messages control

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 19:45:05 2008 UTC (18 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.21: +23 -9 lines
Diff to previous 1.21
Trying to fix issue #257707 by type casting to (float)
$data += array('user_timezone' => (float) $val);
New constants
define('PHPBB_DISABLE_MODULE', 0); // Only use in emergency
define('PHPBB_DISABLE_AUTO_LOGOUT', 0);

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 21:21:04 2008 UTC (19 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3
Changes since 1.20: +51 -23 lines
Diff to previous 1.20
fixed #245573 sync
fixed birthday sync
added timezone sync

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 19:41:34 2008 UTC (19 months ago) by vb
Branch: MAIN
Changes since 1.19: +7 -5 lines
Diff to previous 1.19
better defense from bots

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 17:08:04 2008 UTC (19 months ago) by vb
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.18: +107 -44 lines
Diff to previous 1.18
Changed login_default_validators
Added new PM, short recent titles and new settings

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 20:11:10 2008 UTC (19 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.17: +29 -18 lines
Diff to previous 1.17
changed external authentication
removed double 'user_login_authenticate_validate'

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 18:05:33 2008 UTC (19 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.16: +17 -3 lines
Diff to previous 1.16
omitted apostrophe on line 760 after $path in phpbbforum.module, thanks to paf

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 6 20:06:39 2008 UTC (19 months, 2 weeks ago) by vb
Branch: MAIN
Changes since 1.15: +104 -20 lines
Diff to previous 1.15
fixed D6 logintoboggan login with email

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 16:29:17 2008 UTC (20 months, 2 weeks ago) by vb
Branch: MAIN
Changes since 1.14: +12 -2 lines
Diff to previous 1.14
commented
//variable_get('phpbbforum_map_user_birthday', 'profile_birthday') => $phpbb_user->data['user_birthday'],

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 28 23:43:37 2008 UTC (20 months, 3 weeks ago) by vb
Branch: MAIN
Changes since 1.13: +77 -17 lines
Diff to previous 1.13
validation bug in update account

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 23 20:09:20 2008 UTC (21 months ago) by vb
Branch: MAIN
Changes since 1.12: +24 -28 lines
Diff to previous 1.12
fixed registration
inframe

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 17:09:52 2008 UTC (21 months ago) by vb
Branch: MAIN
Changes since 1.11: +97 -10 lines
Diff to previous 1.11
added hook_validate to validate registration data in phpBB

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 09:17:30 2008 UTC (21 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.10: +16 -117 lines
Diff to previous 1.10
insert $category == 'account', $user is not valid

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 18:10:00 2008 UTC (21 months, 1 week ago) by vb
Branch: MAIN
Changes since 1.9: +13 -9 lines
Diff to previous 1.9
fixed hook_form_alter links in phpBB master mode

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 20:38:24 2008 UTC (21 months, 2 weeks ago) by vb
Branch: MAIN
Changes since 1.8: +15 -17 lines
Diff to previous 1.8
fixed update user

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 17:03:03 2008 UTC (21 months, 2 weeks ago) by vb
Branch: MAIN
Changes since 1.7: +32 -33 lines
Diff to previous 1.7
changed update_user spec, fixed warnings

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 06:27:13 2008 UTC (21 months, 2 weeks ago) by vb
Branch: MAIN
Changes since 1.6: +38 -32 lines
Diff to previous 1.6
hook alter

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 5 18:00:40 2008 UTC (21 months, 2 weeks ago) by vb
Branch: MAIN
Changes since 1.5: +21 -29 lines
Diff to previous 1.5
a couple of common mistakes ->data in get_user
missing global in user deletion

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 13:57:34 2008 UTC (21 months, 3 weeks ago) by vb
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Initial Drupal 6 release

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 13:54:26 2008 UTC (21 months, 3 weeks ago) by vb
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Initial Drupal 5 release.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 12:52:19 2008 UTC (21 months, 3 weeks ago) by vb
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.2: +2158 -1912 lines
Diff to previous 1.2
Initiial Drupal 6 release

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 23 18:59:41 2007 UTC (2 years, 2 months ago) by vb
Branch: MAIN
Changes since 1.1: +86 -93 lines
Diff to previous 1.1
Fixed bugs.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 18:52:39 2007 UTC (2 years, 2 months ago) by vb
Branch: MAIN
Initial commit phpBBforum module

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