Update of /cvsroot/phpwebsite-comm/modules/openid/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31164/boost
Modified Files:
boost.php dependency.xml update.php
Log Message:
Finishing 1.0.2
Index: dependency.xml
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/openid/boost/dependency.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dependency.xml 11 Jul 2008 16:23:27 -0000 1.2
--- dependency.xml 11 Jul 2008 17:42:40 -0000 1.3
***************
*** 4,8 ****
<title>core</title>
<properName>phpWebSite Core</properName>
! <version>1.5.0</version>
<url>http://phpwebsite.appstate.edu/downloads/modules/base/</url>
</module>
--- 4,8 ----
<title>core</title>
<properName>phpWebSite Core</properName>
! <version>1.8.2</version>
<url>http://phpwebsite.appstate.edu/downloads/modules/base/</url>
</module>
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/openid/boost/boost.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** boost.php 24 May 2008 14:53:54 -0000 1.2
--- boost.php 11 Jul 2008 17:42:40 -0000 1.3
***************
*** 24,28 ****
$proper_name = 'OpenID';
! $version = '1.0.1';
$register = FALSE;
$unregister = FALSE;
--- 24,28 ----
$proper_name = 'OpenID';
! $version = '1.0.2';
$register = FALSE;
$unregister = FALSE;
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/openid/boost/update.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** update.php 24 May 2008 14:53:54 -0000 1.2
--- update.php 11 Jul 2008 17:42:40 -0000 1.3
***************
*** 30,33 ****
--- 30,41 ----
$content[] = '- Changed module priority so it starts sooner.';
$content[] = '- Now using PHP OpenID 2.0.1 library.';
+
+ case version_compare($currentVersion, '1.0.2', '<'):
+ $files = array('templates/my_page.tpl');
+ openid_update_files($files, $content);
+
+ $content[] = '- Now using PHP OpenID 2.1.1 library.';
+ $content[] = '- Added calls to cacheQueries and addSortHeader when using DBPager.';
+ $content[] = '- Added remove_user.php to support new User mod feature.';
}
|