You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(120) |
Jun
(74) |
Jul
(97) |
Aug
(35) |
Sep
(35) |
Oct
(34) |
Nov
|
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(18) |
Feb
(8) |
Mar
(7) |
Apr
(23) |
May
(28) |
Jun
(31) |
Jul
(27) |
Aug
(34) |
Sep
(48) |
Oct
(511) |
Nov
(197) |
Dec
(333) |
| 2005 |
Jan
(212) |
Feb
(33) |
Mar
(94) |
Apr
(51) |
May
(16) |
Jun
|
Jul
(200) |
Aug
(43) |
Sep
(88) |
Oct
(60) |
Nov
(62) |
Dec
(41) |
| 2006 |
Jan
(94) |
Feb
(49) |
Mar
(54) |
Apr
|
May
(39) |
Jun
(39) |
Jul
(61) |
Aug
(36) |
Sep
(23) |
Oct
(76) |
Nov
(73) |
Dec
(32) |
| 2007 |
Jan
|
Feb
(87) |
Mar
|
Apr
(8) |
May
(36) |
Jun
(49) |
Jul
(54) |
Aug
(8) |
Sep
(50) |
Oct
(36) |
Nov
|
Dec
(3) |
| 2008 |
Jan
(133) |
Feb
(54) |
Mar
(39) |
Apr
(2) |
May
(6) |
Jun
(74) |
Jul
(97) |
Aug
(70) |
Sep
(12) |
Oct
(20) |
Nov
(64) |
Dec
(24) |
| 2009 |
Jan
(25) |
Feb
(49) |
Mar
(18) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(10) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Greg M. <bli...@us...> - 2008-02-22 03:53:12
|
Update of /cvsroot/phpwebsite-comm/modules/ads/locale/en_US/LC_MESSAGES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9162/locale/en_US/LC_MESSAGES Modified Files: ads.po Log Message: Corrected a few phases that were not being translated Index: ads.po =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/ads/locale/en_US/LC_MESSAGES/ads.po,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ads.po 28 May 2007 21:21:52 -0000 1.1 --- ads.po 22 Feb 2008 03:53:15 -0000 1.2 *************** *** 22,31 **** "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2007-05-28 16:15-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" "MIME-Version: 1.0\n" ! "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" --- 22,31 ---- "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2008-02-21 21:51-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" "MIME-Version: 1.0\n" ! "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" *************** *** 220,223 **** --- 220,226 ---- msgstr "" + msgid "Edit Ad" + msgstr "" + msgid "Edit Banner Ad" msgstr "" *************** *** 229,232 **** --- 232,238 ---- msgstr "" + msgid "Edit Zone" + msgstr "" + msgid "Edit advertisers" msgstr "" |
|
From: Greg M. <bli...@us...> - 2008-02-22 03:53:12
|
Update of /cvsroot/phpwebsite-comm/modules/ads/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9162/docs Modified Files: ChangeLog Log Message: Corrected a few phases that were not being translated Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/ads/docs/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 21 Oct 2007 16:51:05 -0000 1.5 --- ChangeLog 22 Feb 2008 03:53:14 -0000 1.6 *************** *** 3,6 **** --- 3,10 ---- + *cvs + + Corrected a few phrases that were not being translated. + *ads-1.1.0 (21 Oct 2007) |
|
From: Greg M. <bli...@us...> - 2008-02-20 04:28:30
|
Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9993/class Modified Files: manager.php Log Message: Fixed a few phrases that were not being translated. Index: manager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/class/manager.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** manager.php 27 Jan 2008 21:42:38 -0000 1.39 --- manager.php 20 Feb 2008 04:28:00 -0000 1.40 *************** *** 120,129 **** case 'newBlock': ! $title = ('New Photo Block'); $content = FeaturedPhoto_Manager::editBlock($block); break; case 'editBlock': ! $title = ('Edit Photo Block'); $content = FeaturedPhoto_Manager::editBlock($block); break; --- 120,129 ---- case 'newBlock': ! $title = dgettext('featuredphoto', 'New Photo Block'); $content = FeaturedPhoto_Manager::editBlock($block); break; case 'editBlock': ! $title = dgettext('featuredphoto', 'Edit Photo Block'); $content = FeaturedPhoto_Manager::editBlock($block); break; *************** *** 140,144 **** if (is_array($result)) { ! $title = ('Edit Photo Block'); $content = FeaturedPhoto_Manager::editBlock($block, false, $result); } --- 140,144 ---- if (is_array($result)) { ! $title = dgettext('featuredphoto', 'Edit Photo Block'); $content = FeaturedPhoto_Manager::editBlock($block, false, $result); } *************** *** 164,168 **** if (is_array($result)) { ! $template['TITLE'] = ('Edit Photo Block'); $template['CONTENT'] = FeaturedPhoto_Manager::editBlock($block, true, $result); $content = PHPWS_Template::process($template, 'featuredphoto', 'admin.tpl'); --- 164,168 ---- if (is_array($result)) { ! $template['TITLE'] = dgettext('featuredphoto', 'Edit Photo Block'); $template['CONTENT'] = FeaturedPhoto_Manager::editBlock($block, true, $result); $content = PHPWS_Template::process($template, 'featuredphoto', 'admin.tpl'); *************** *** 238,247 **** case 'newPhoto': ! $title = ('New Photo'); $content = FeaturedPhoto_Manager::editPhoto($block, $photo); break; case 'editPhoto': ! $title = ('Edit Photo'); $content = FeaturedPhoto_Manager::editPhoto($block, $photo); break; --- 238,247 ---- case 'newPhoto': ! $title = dgettext('featuredphoto', 'New Photo'); $content = FeaturedPhoto_Manager::editPhoto($block, $photo); break; case 'editPhoto': ! $title = dgettext('featuredphoto', 'Edit Photo'); $content = FeaturedPhoto_Manager::editPhoto($block, $photo); break; *************** *** 250,254 **** if (!FeaturedPhoto_Manager::postPhoto($photo)) { ! $title = ('Edit Photo'); $content = FeaturedPhoto_Manager::editPhoto($block, $photo, true); } --- 250,254 ---- if (!FeaturedPhoto_Manager::postPhoto($photo)) { ! $title = dgettext('featuredphoto', 'Edit Photo'); $content = FeaturedPhoto_Manager::editPhoto($block, $photo, true); } |
|
From: Greg M. <bli...@us...> - 2008-02-20 04:28:02
|
Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9993/docs Modified Files: ChangeLog Log Message: Fixed a few phrases that were not being translated. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/docs/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** ChangeLog 28 Jan 2008 15:52:56 -0000 1.29 --- ChangeLog 20 Feb 2008 04:28:04 -0000 1.30 *************** *** 5,8 **** --- 5,12 ---- ========================== PHPWEBSITE 1.X.X RELEASES ========================== + *cvs + + Corrected a few phrases that were not being translated. + *featuredphoto-1.2.0 (28 Jan 2008) |
|
From: Greg M. <bli...@us...> - 2008-02-20 04:28:02
|
Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/locale/en_US/LC_MESSAGES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9993/locale/en_US/LC_MESSAGES Modified Files: featuredphoto.po Log Message: Fixed a few phrases that were not being translated. Index: featuredphoto.po =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/locale/en_US/LC_MESSAGES/featuredphoto.po,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** featuredphoto.po 28 Jan 2008 15:36:09 -0000 1.3 --- featuredphoto.po 20 Feb 2008 04:28:05 -0000 1.4 *************** *** 22,26 **** "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2008-01-28 09:30-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 22,26 ---- "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2008-02-19 22:26-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" *************** *** 84,87 **** --- 84,93 ---- msgstr "" + msgid "Edit Photo" + msgstr "" + + msgid "Edit Photo Block" + msgstr "" + msgid "Edit Settings" msgstr "" *************** *** 165,168 **** --- 171,177 ---- msgstr "" + msgid "New Photo" + msgstr "" + msgid "New Photo Block" msgstr "" |
|
From: Verdon V. <ve...@us...> - 2008-02-11 21:08:28
|
Update of /cvsroot/phpwebsite-comm/modules/podcaster/locale/en_US/LC_MESSAGES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2926/locale/en_US/LC_MESSAGES Modified Files: podcaster.po Log Message: more tweaks for 1.1 Index: podcaster.po =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/locale/en_US/LC_MESSAGES/podcaster.po,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** podcaster.po 11 Jan 2008 18:01:40 -0000 1.4 --- podcaster.po 11 Feb 2008 21:08:30 -0000 1.5 *************** *** 25,29 **** "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2008-01-11 12:56-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 25,29 ---- "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2008-02-11 16:01-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" *************** *** 33,43 **** "Content-Transfer-Encoding: 8bit\n" - msgid "A note on caching:" - msgstr "" - msgid "A note on iTunes categories:" msgstr "" ! msgid "A note on media files:" msgstr "" --- 33,40 ---- "Content-Transfer-Encoding: 8bit\n" msgid "A note on iTunes categories:" msgstr "" ! msgid "A note on media types:" msgstr "" *************** *** 105,108 **** --- 102,108 ---- msgstr "" + msgid "Audio/Video" + msgstr "" + msgid "" "Cache duration in seconds for rss feed (0-7200, set to 0 to disable cache)" *************** *** 164,167 **** --- 164,170 ---- msgstr "" + msgid "Document" + msgstr "" + msgid "Edit" msgstr "" *************** *** 214,218 **** msgstr "" ! msgid "Image" msgstr "" --- 217,224 ---- msgstr "" ! #, php-format ! msgid "" ! "If you would like to help out with the ongoing development of Podcaster, %s " ! "click here to donate %s." msgstr "" *************** *** 223,237 **** msgstr "" - msgid "" - "In a future version of podcaster, there will be a media \"mini-app\" " - "embedded in add/edit episode forms, like the image mini-app in the add/edit " - "channel forms. This is dependant on changes coming to filecabinet. Until " - "then, use filecabinet directly to upload your media file into a Multimedia " - "folder, make note of the multimedia_id value there, and then return and " - "enter it here in the episode's Media_id field. One way you can find the " - "multimedia_id is to mouse over the \"Clip\" link for your multimedia file " - "and look in your browser's status bar." - msgstr "" - #, php-format msgid "In channel: %s" --- 229,232 ---- *************** *** 250,253 **** --- 245,251 ---- msgstr "" + msgid "Managing Editor" + msgstr "" + msgid "Managing editor email address" msgstr "" *************** *** 262,266 **** msgstr "" ! msgid "Media_id" msgstr "" --- 260,264 ---- msgstr "" ! msgid "Media type for this channel" msgstr "" *************** *** 378,401 **** msgstr "" - msgid "Special Note:" - msgstr "" - msgid "Subscribe RSS" msgstr "" msgid "" ! "There is a typo in the core class Cache.php that although fixed in svn, the " ! "fix hasn't been released as of Jan 6 2008. If your channel RSS feeds don't " ! "seem to refresh after the cache duration, try disabling the cache in the " ! "Settings tab." ! msgstr "" ! ! msgid "" ! "This is the first rewriting of podcaster for the new 1.x series phpwebsite. " ! "Although I believe it to be pretty stable, there are still a few things that " ! "should be pointed out. There are a couple rough edges and a feature that is " ! "waiting for planned core filecabinet updates. I will release updated " ! "podcaster versions as they are available. Updating will be easy for the end " ! "user." msgstr "" --- 376,387 ---- msgstr "" msgid "Subscribe RSS" msgstr "" msgid "" ! "This is the second release of podcaster for the new 1.x series phpwebsite. " ! "This release takes advantage of the new File Cabinet 2.0 features, and media " ! "upload/embed tools are now built right in. Support for PDF and other " ! "documents types has also been added." msgstr "" *************** *** 419,422 **** --- 405,411 ---- msgstr "" + msgid "Webmaster" + msgstr "" + msgid "Webmaster email address" msgstr "" *************** *** 425,428 **** --- 414,423 ---- msgstr "" + msgid "" + "You may specify at a channel level what media type you will allow for all " + "episodes in that channel. Ideally, you should determine this before adding " + "episodes to a channel, though it can be changed at any time." + msgstr "" + msgid "You must give this podcaster channel a description." msgstr "" |
|
From: Verdon V. <ve...@us...> - 2008-02-11 21:08:28
|
Update of /cvsroot/phpwebsite-comm/modules/podcaster/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2926/class Modified Files: PCR_Forms.php Log Message: more tweaks for 1.1 Index: PCR_Forms.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/class/PCR_Forms.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PCR_Forms.php 9 Feb 2008 19:01:10 -0000 1.6 --- PCR_Forms.php 11 Feb 2008 21:08:27 -0000 1.7 *************** *** 219,222 **** --- 219,223 ---- $pager->addWhere('active', 1); } + $pager->setOrder('title', 'asc', true); $pager->setTemplate('list_channel.tpl'); $pager->addRowTags('rowTag'); *************** *** 260,263 **** --- 261,265 ---- $pager->addWhere('active', 1); } + $pager->setOrder('title', 'asc', true); if (!isset($channel_id)) { $pager->setTemplate('list_episode.tpl'); *************** *** 278,281 **** --- 280,284 ---- } + // $pager->db->setTestMode(); $this->podcaster->content = $pager->get(); } *************** *** 364,369 **** $tpl['INFO_4_LABEL'] = dgettext('podcaster', 'A note on permissons:'); $tpl['INFO_4'] = dgettext('podcaster', 'Honestly, I\'m still working on understanding the new system completely. I\'ve done a basic security audit and although I am sure there is no gross holes, I\'m sure I may have something wrong too ;-) I wanted to get this rewrite out asap and will do a more thorough permissioning review for the next podcaster release.'); ! $tpl['INFO_5_LABEL'] = dgettext('podcaster', 'A note on caching:'); ! $tpl['INFO_5'] = dgettext('podcaster', 'There is a typo in the core class Cache.php that although fixed in svn, the fix hasn\'t been released as of Jan 6 2008. If your channel RSS feeds don\'t seem to refresh after the cache duration, try disabling the cache in the Settings tab.'); $tpl['DONATE'] = sprintf(dgettext('podcaster', 'If you would like to help out with the ongoing development of Podcaster, %s click here to donate %s.'), '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=donations%40verdon%2eca&item_name=Podcaster%20Module%20Development&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=CA&bn=PP%2dDonationsBF&charset=UTF%2d8" target="new">', '</a>'); --- 367,372 ---- $tpl['INFO_4_LABEL'] = dgettext('podcaster', 'A note on permissons:'); $tpl['INFO_4'] = dgettext('podcaster', 'Honestly, I\'m still working on understanding the new system completely. I\'ve done a basic security audit and although I am sure there is no gross holes, I\'m sure I may have something wrong too ;-) I wanted to get this rewrite out asap and will do a more thorough permissioning review for the next podcaster release.'); ! $tpl['INFO_5_LABEL'] = null; ! $tpl['INFO_5'] = null; $tpl['DONATE'] = sprintf(dgettext('podcaster', 'If you would like to help out with the ongoing development of Podcaster, %s click here to donate %s.'), '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=donations%40verdon%2eca&item_name=Podcaster%20Module%20Development&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=CA&bn=PP%2dDonationsBF&charset=UTF%2d8" target="new">', '</a>'); |
|
From: Greg M. <bli...@us...> - 2008-02-11 02:26:08
|
Update of /cvsroot/phpwebsite-comm/modules/openid/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22042/docs Modified Files: ChangeLog Log Message: Introducing version 1.0.0 Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/docs/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ChangeLog 4 Feb 2008 04:54:30 -0000 1.1.1.1 --- ChangeLog 11 Feb 2008 02:26:11 -0000 1.2 *************** *** 3,7 **** ! *cvs Initial version. --- 3,7 ---- ! *openid-1.0.0 (10 Jan 2008) Initial version. |
|
From: Greg M. <bli...@us...> - 2008-02-11 02:11:54
|
Update of /cvsroot/phpwebsite-comm/modules/openid/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16763/inc Modified Files: close.php Log Message: More testing reveals more defects. Index: close.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/inc/close.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** close.php 4 Feb 2008 04:54:30 -0000 1.1.1.1 --- close.php 11 Feb 2008 02:11:54 -0000 1.2 *************** *** 25,28 **** --- 25,29 ---- OpenID_Runtime::delegate(); OpenID_Runtime::show(); + OpenID_Runtime::clean(); ?> \ No newline at end of file |
|
From: Greg M. <bli...@us...> - 2008-02-11 02:11:53
|
Update of /cvsroot/phpwebsite-comm/modules/openid/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16763/class Modified Files: OpenID_Runtime.php OpenID_User.php Log Message: More testing reveals more defects. Index: OpenID_User.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_User.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenID_User.php 10 Feb 2008 18:33:54 -0000 1.4 --- OpenID_User.php 11 Feb 2008 02:11:51 -0000 1.5 *************** *** 29,32 **** --- 29,34 ---- if (PHPWS_Settings::get('openid', 'allow_openid')) { + $tags = array(); + switch ($action) { *************** *** 173,176 **** --- 175,179 ---- // Send redirect header("Location: " . $redirect_url); + exit(); } *************** *** 323,341 **** $content = User_Action::successfulSignup($user); ! if ($user->id > 0) { /* Need to set password again to no_password_md5 password. The call to ! * successfulSignup above will call md5() on the password before saving. */ ! $user->setPassword(PHPWS_Settings::get('openid', 'no_password_md5'), false); ! $user->saveLocalAuthorization(); $db = new PHPWS_DB('openid_mapping'); ! $values['user_id'] = $user->id; $values['openid_identifier'] = $_SESSION['openid_identifier'][$_POST['session_key']]; $db->addValue($values); ! $db->insert(); ! ! unset($_SESSION['openid_identifier'][$_POST['session_key']]); } } --- 326,350 ---- $content = User_Action::successfulSignup($user); ! /* Need to look up ID of new user since passing $user by reference apparently doesn't work on PHP 4. */ ! $db = new PHPWS_DB('users'); ! $db->addWhere('username', $_POST['username']); ! $db->addColumn('id'); ! $user_id = $db->select('one'); ! if (!PHPWS_Error::logIfError($user_id) && !empty($user_id)) { /* Need to set password again to no_password_md5 password. The call to ! * successfulSignup above will call md5() on the password before saving. */ ! $created_user = new PHPWS_User($user_id); ! $created_user->setPassword(PHPWS_Settings::get('openid', 'no_password_md5'), false); ! $created_user->saveLocalAuthorization(); $db = new PHPWS_DB('openid_mapping'); ! $values['user_id'] = $user_id; $values['openid_identifier'] = $_SESSION['openid_identifier'][$_POST['session_key']]; $db->addValue($values); ! PHPWS_Error::logIfError($db->insert()); } + + unset($_SESSION['openid_identifier'][$_POST['session_key']]); } Index: OpenID_Runtime.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_Runtime.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenID_Runtime.php 10 Feb 2008 21:28:36 -0000 1.2 --- OpenID_Runtime.php 11 Feb 2008 02:11:51 -0000 1.3 *************** *** 93,96 **** --- 93,108 ---- Layout::add(PHPWS_Template::process($tags, 'openid', 'user.tpl')); } + + function clean() + { + if (Current_User::isLogged() && (@$_REQUEST['module'] == 'users') && (@$_REQUEST['action'] == 'admin') && + (@$_REQUEST['command'] == 'deleteUser') && isset($_REQUEST['user_id'])) + { + /* User being deleted. Remove from OpenID mapping table. */ + $db = new PHPWS_DB('openid_mapping'); + $db->addWhere('user_id', $_REQUEST['user_id']); + PHPWS_Error::logIfError($db->delete()); + } + } } |
|
From: Greg M. <bli...@us...> - 2008-02-10 21:33:00
|
Update of /cvsroot/phpwebsite-comm/modules/openid/locale/en_US/LC_MESSAGES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12712/locale/en_US/LC_MESSAGES Modified Files: openid.po Log Message: Now support 2.0 delegation. Index: openid.po =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/locale/en_US/LC_MESSAGES/openid.po,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openid.po 10 Feb 2008 16:53:53 -0000 1.1 --- openid.po 10 Feb 2008 21:33:01 -0000 1.2 *************** *** 22,26 **** "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2008-02-10 10:45-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 22,26 ---- "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2008-02-10 15:31-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" *************** *** 151,154 **** --- 151,157 ---- msgstr "" + msgid "Provider supports OpenID 2.0" + msgstr "" + msgid "Randomness source appears to be a regular file." msgstr "" |
|
From: Greg M. <bli...@us...> - 2008-02-10 21:29:07
|
Update of /cvsroot/phpwebsite-comm/modules/openid/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11129/class Modified Files: OpenID_Admin.php OpenID_Runtime.php Log Message: Now support 2.0 delegation. Only delegate on homepage Index: OpenID_Admin.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_Admin.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OpenID_Admin.php 10 Feb 2008 16:42:14 -0000 1.5 --- OpenID_Admin.php 10 Feb 2008 21:28:36 -0000 1.6 *************** *** 71,74 **** --- 71,78 ---- $form->setClass('delegate_openid', (FORCE_MOD_TEMPLATES ? 'openid openid_mod' : 'openid')); + $form->addCheck('delegate_ver_2'); + $form->setMatch('delegate_ver_2', PHPWS_Settings::get('openid', 'delegate_ver_2')); + $form->setLabel('delegate_ver_2', dgettext('openid', 'Provider supports OpenID 2.0')); + $errors = OpenID_Detect::run(); if (empty($errors)) *************** *** 115,118 **** --- 119,123 ---- PHPWS_Settings::set('openid', 'delegate_server', $delegate_server); PHPWS_Settings::set('openid', 'delegate_openid', $delegate_openid); + PHPWS_Settings::set('openid', 'delegate_ver_2', (int)isset($_POST['delegate_ver_2'])); PHPWS_Settings::set('openid', 'allow_openid', (int)isset($_POST['allow_openid'])); Index: OpenID_Runtime.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_Runtime.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OpenID_Runtime.php 4 Feb 2008 04:54:31 -0000 1.1.1.1 --- OpenID_Runtime.php 10 Feb 2008 21:28:36 -0000 1.2 *************** *** 27,31 **** function delegate() { ! if (PHPWS_Settings::get('openid', 'delegate')) { $server = PHPWS_Settings::get('openid', 'delegate_server'); --- 27,32 ---- function delegate() { ! $key = Key::getCurrent(); ! if (!empty($key) && $key->isHomeKey() && PHPWS_Settings::get('openid', 'delegate')) { $server = PHPWS_Settings::get('openid', 'delegate_server'); *************** *** 34,37 **** --- 35,44 ---- Layout::addLink('<link rel="openid.server" href="' . $server . '" />'); Layout::addLink('<link rel="openid.delegate" href="' . $openid . '" />'); + + if (PHPWS_Settings::get('openid', 'delegate_ver_2')) + { + Layout::addLink('<link rel="openid2.provider" href="' . $server . '" />'); + Layout::addLink('<link rel="openid2.local_id" href="' . $openid . '" />'); + } } } |
|
From: Greg M. <bli...@us...> - 2008-02-10 21:28:38
|
Update of /cvsroot/phpwebsite-comm/modules/openid/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11129/templates Modified Files: settings.tpl Log Message: Now support 2.0 delegation. Only delegate on homepage Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/templates/settings.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** settings.tpl 10 Feb 2008 16:42:15 -0000 1.3 --- settings.tpl 10 Feb 2008 21:28:41 -0000 1.4 *************** *** 10,13 **** --- 10,14 ---- <span class="smaller">e.g. http://username.myopenid.com</span> </p> + <p>{DELEGATE_VER_2} {DELEGATE_VER_2_LABEL}</p> </fieldset> |
|
From: Greg M. <bli...@us...> - 2008-02-10 21:28:37
|
Update of /cvsroot/phpwebsite-comm/modules/openid/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11129/inc Modified Files: settings.php Log Message: Now support 2.0 delegation. Only delegate on homepage Index: settings.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/inc/settings.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** settings.php 9 Feb 2008 22:19:07 -0000 1.2 --- settings.php 10 Feb 2008 21:28:39 -0000 1.3 *************** *** 27,30 **** --- 27,31 ---- 'delegate_openid' => '', 'delegate_server' => '', + 'delegate_ver_2' => 0, 'no_password_md5' => 0); |
|
From: Greg M. <bli...@us...> - 2008-02-10 18:33:52
|
Update of /cvsroot/phpwebsite-comm/modules/openid/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13430/class Modified Files: OpenID_User.php Log Message: Operational defects fixed. Index: OpenID_User.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_User.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OpenID_User.php 9 Feb 2008 22:19:05 -0000 1.3 --- OpenID_User.php 10 Feb 2008 18:33:54 -0000 1.4 *************** *** 123,127 **** if (!$root_only) { ! $retval .= PHPWS_Text::linkAddress('openid', array('user'=>'completeLogin')); } --- 123,127 ---- if (!$root_only) { ! $retval .= PHPWS_Text::linkAddress('openid', array('user'=>'completeLogin'), false, false, false); } *************** *** 348,352 **** $db->addWhere('user_id', Current_User::getId()); $db->addWhere('id', $_REQUEST['mapping_id']); ! PHPWS_Error::logIfError($db->count()); OpenID_ReturnToBookmark(); --- 348,352 ---- $db->addWhere('user_id', Current_User::getId()); $db->addWhere('id', $_REQUEST['mapping_id']); ! PHPWS_Error::logIfError($db->delete()); OpenID_ReturnToBookmark(); |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:53:49
|
Update of /cvsroot/phpwebsite-comm/modules/openid/locale/en_US/LC_MESSAGES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10068/locale/en_US/LC_MESSAGES Added Files: openid.po Log Message: Added en_US locale file. --- NEW FILE: openid.po --- # OpenID module for phpWebSite # # See docs/CREDITS for copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-02-10 10:45-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #, php-format msgid "%s could not be opened." msgstr "" msgid "Action" msgstr "" msgid "Add" msgstr "" msgid "Allow users to log in using OpenID" msgstr "" msgid "Another way to create your account" msgstr "" msgid "Are you sure you want to remove this OpenID?" msgstr "" msgid "Authentication failed." msgstr "" msgid "Change the OpenID settings for this site." msgstr "" msgid "Could not redirect to server. Try again later." msgstr "" msgid "Create account without using OpenID" msgstr "" msgid "Delegate Site" msgstr "" msgid "Display Name" msgstr "" msgid "Email Address" msgstr "" msgid "Error saving the settings. Check error log for details." msgstr "" msgid "Finish" msgstr "" msgid "HTTP Fetching: An unexpected URL was returned." msgstr "" msgid "HTTP Fetching: Fetching failed!" msgstr "" msgid "HTTP Fetching: The redirected URL was not returned." msgstr "" msgid "HTTP Fetching: Unexpected HTTP status code." msgstr "" msgid "HTTP Fetching: Unexpected data was returned." msgstr "" msgid "Learn more" msgstr "" msgid "Missing an email address." msgstr "" msgid "Missing or invalid input. Please correct and try again." msgstr "" msgid "New Account Sign-up" msgstr "" msgid "No OpenID identifiers linked to this account." msgstr "" msgid "OpenID" msgstr "" msgid "OpenID Identifier" msgstr "" msgid "OpenID Identifiers" msgstr "" msgid "OpenID Log In" msgstr "" msgid "OpenID Provider Server URL" msgstr "" msgid "OpenID added to your account." msgstr "" msgid "" "OpenID is a decentralised authentication system that lets you\n" " sign in to web sites with a single URL. This eliminates the need " "for multiple usernames across different\n" " websites. With OpenID, you have a single password with a " "Provider that you trust. Best of all, it is\n" " completely free!" msgstr "" msgid "OpenID login is not enabled at this time." msgstr "" msgid "OpenID not registered in database." msgstr "" msgid "OpenID table removed." msgstr "" msgid "Please specify an OpenID identifier." msgstr "" msgid "Please try another display name." msgstr "" msgid "Please try another user name." msgstr "" msgid "Randomness source appears to be a regular file." msgstr "" msgid "Reading from randomness source failed." msgstr "" msgid "Remove" msgstr "" msgid "Sign in" msgstr "" msgid "Sign in using OpenID" msgstr "" msgid "Sign in with an OpenID" msgstr "" msgid "Specified identifier does not appear to be a valid OpenID." msgstr "" msgid "This email address cannot be used." msgstr "" msgid "Update Settings" msgstr "" msgid "User account for this site is not active." msgstr "" msgid "" "User signup mode is set to not allowed,\n" " so users will only be able to map their " "OpenID to an existing site user." msgstr "" msgid "Username" msgstr "" msgid "Verification cancelled." msgstr "" msgid "" "Verify your account information then click finish to complete registration." msgstr "" msgid "What is OpenID?" msgstr "" msgid "XML parsing support is absent." msgstr "" msgid "" "Your PHP installation does not support SSL, so it will NOT\n" " be able to process HTTPS URLs." msgstr "" msgid "Your settings have been successfully saved." msgstr "" |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:53:12
|
Update of /cvsroot/phpwebsite-comm/modules/openid/locale/en_US/LC_MESSAGES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10022/LC_MESSAGES Log Message: Directory /cvsroot/phpwebsite-comm/modules/openid/locale/en_US/LC_MESSAGES added to the repository |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:52:57
|
Update of /cvsroot/phpwebsite-comm/modules/openid/locale/en_US In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9658/en_US Log Message: Directory /cvsroot/phpwebsite-comm/modules/openid/locale/en_US added to the repository |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:52:43
|
Update of /cvsroot/phpwebsite-comm/modules/openid/locale In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9634/locale Log Message: Directory /cvsroot/phpwebsite-comm/modules/openid/locale added to the repository |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:42:18
|
Update of /cvsroot/phpwebsite-comm/modules/openid/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5995/templates Modified Files: settings.tpl Log Message: Only display note if applicable Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/templates/settings.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** settings.tpl 10 Feb 2008 16:17:10 -0000 1.2 --- settings.tpl 10 Feb 2008 16:42:15 -0000 1.3 *************** *** 14,18 **** <fieldset><legend><strong>{ALLOW_OPENID_LEGEND}</strong></legend> <!-- BEGIN allow_openid --><p>{ALLOW_OPENID} {ALLOW_OPENID_LABEL}</p><!-- END allow_openid --> ! <p>{ALLOW_OPENID_NOTE}</p> </fieldset> --- 14,18 ---- <fieldset><legend><strong>{ALLOW_OPENID_LEGEND}</strong></legend> <!-- BEGIN allow_openid --><p>{ALLOW_OPENID} {ALLOW_OPENID_LABEL}</p><!-- END allow_openid --> ! <!-- BEGIN allow_openid_note --><p>{ALLOW_OPENID_NOTE}</p><!-- END allow_openid_note --> </fieldset> |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:42:18
|
Update of /cvsroot/phpwebsite-comm/modules/openid/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5995/class Modified Files: OpenID_Admin.php Log Message: Only display note if applicable Index: OpenID_Admin.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_Admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenID_Admin.php 10 Feb 2008 16:17:06 -0000 1.4 --- OpenID_Admin.php 10 Feb 2008 16:42:14 -0000 1.5 *************** *** 78,83 **** $form->setLabel('allow_openid', dgettext('openid', 'Allow users to log in using OpenID')); ! $form->addTplTag('ALLOW_OPENID_NOTE', dgettext('openid', 'If user signup mode is set to not allowed, ! users will only be able to map their OpenID to an existing site user.')); } else --- 78,86 ---- $form->setLabel('allow_openid', dgettext('openid', 'Allow users to log in using OpenID')); ! if (PHPWS_Settings::get('users', 'new_user_method') == 0) ! { ! $form->addTplTag('ALLOW_OPENID_NOTE', dgettext('openid', 'User signup mode is set to not allowed, ! so users will only be able to map their OpenID to an existing site user.')); ! } } else |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:17:51
|
Update of /cvsroot/phpwebsite-comm/modules/openid/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29419/class Modified Files: OpenID_Admin.php Added Files: OpenID_Detect.php Log Message: Detection script must pass before admin can enable OpenID log in. Index: OpenID_Admin.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_Admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OpenID_Admin.php 9 Feb 2008 23:16:37 -0000 1.3 --- OpenID_Admin.php 10 Feb 2008 16:17:06 -0000 1.4 *************** *** 52,55 **** --- 52,57 ---- function editSettings() { + PHPWS_Core::initModClass('openid', 'OpenID_Detect.php'); + $form = new PHPWS_Form; $form->addHidden('module', 'openid'); *************** *** 69,80 **** $form->setClass('delegate_openid', (FORCE_MOD_TEMPLATES ? 'openid openid_mod' : 'openid')); ! $form->addCheck('allow_openid'); ! $form->setMatch('allow_openid', PHPWS_Settings::get('openid', 'allow_openid')); ! $form->setLabel('allow_openid', dgettext('openid', 'Allow users to log in using OpenID')); ! $form->addTplTag('ALLOW_OPENID_LEGEND', dgettext('openid', 'OpenID Log In')); ! $form->addTplTag('ALLOW_OPENID_NOTE', dgettext('openid', 'If user signup mode is set to not allowed, users ! will only be able to map their OpenID to an existing site user.')); $form->addSubmit('submit', dgettext('openid', 'Update Settings')); --- 71,90 ---- $form->setClass('delegate_openid', (FORCE_MOD_TEMPLATES ? 'openid openid_mod' : 'openid')); ! $errors = OpenID_Detect::run(); ! if (empty($errors)) ! { ! $form->addCheck('allow_openid'); ! $form->setMatch('allow_openid', PHPWS_Settings::get('openid', 'allow_openid')); ! $form->setLabel('allow_openid', dgettext('openid', 'Allow users to log in using OpenID')); ! $form->addTplTag('ALLOW_OPENID_NOTE', dgettext('openid', 'If user signup mode is set to not allowed, ! users will only be able to map their OpenID to an existing site user.')); ! } ! else ! { ! $form->addTplTag('ALLOW_OPENID_NOTE', implode('<br />', $errors)); ! } + $form->addTplTag('ALLOW_OPENID_LEGEND', dgettext('openid', 'OpenID Log In')); $form->addSubmit('submit', dgettext('openid', 'Update Settings')); --- NEW FILE: OpenID_Detect.php --- <?php /** * OpenID module for phpWebSite * * See docs/CREDITS for copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @author Greg Meiste <bli...@NO...> * @version $Id: OpenID_Detect.php,v 1.1 2008/02/10 16:17:06 blindman1344 Exp $ */ /** * Based on the detect script included in the PHP OpenID library by JanRain, Inc. * For more information about the PHP OpenID library, visit: * * http://www.openidenabled.com */ class OpenID_Detect { function run() { $path_extra = dirname(__FILE__); $path = ini_get('include_path'); $path = $path_extra . PATH_SEPARATOR . $path; ini_set('include_path', $path); require_once 'Auth/OpenID.php'; require_once 'Auth/Yadis/Yadis.php'; $errors = array(); OpenID_Detect::detect_random($errors); OpenID_Detect::detect_fetcher($errors); OpenID_Detect::detect_xml($errors); return $errors; } function detect_random(&$errors) { if (Auth_OpenID_RAND_SOURCE !== null) { $numbytes = 6; $f = @fopen(Auth_OpenID_RAND_SOURCE, 'r'); if ($f !== false) { $data = fread($f, $numbytes); $stat = fstat($f); $size = $stat['size']; fclose($f); if (Auth_OpenID::bytes($data) != $numbytes) { $errors[] = dgettext('openid', 'Reading from randomness source failed.'); } if ($size) { $errors[] = dgettext('openid', 'Randomness source appears to be a regular file.'); } } else { $errors[] = sprintf(dgettext('openid', '%s could not be opened.'), Auth_OpenID_RAND_SOURCE); } } } function detect_fetcher(&$errors) { $fetcher = Auth_Yadis_Yadis::getHTTPFetcher(); $fetch_url = 'http://www.openidenabled.com/resources/php-fetch-test'; $expected_url = $fetch_url . '.txt'; $result = $fetcher->get($fetch_url); if (isset($result)) { if ($result->status != '200') { $errors[] = dgettext('openid', 'HTTP Fetching: Unexpected HTTP status code.'); } if ($result->final_url != $expected_url) { if ($result->final_url == $fetch_url) { $errors[] = dgettext('openid', 'HTTP Fetching: The redirected URL was not returned.'); } else { $errors[] = dgettext('openid', 'HTTP Fetching: An unexpected URL was returned.'); } } $data = $result->body; if ($data != 'Hello World!') { $errors[] = dgettext('openid', 'HTTP Fetching: Unexpected data was returned.'); } } else { $errors[] = dgettext('openid', 'HTTP Fetching: Fetching failed!'); } if (!$fetcher->supportsSSL()) { $errors[] = dgettext('openid', 'Your PHP installation does not support SSL, so it will NOT be able to process HTTPS URLs.'); } } function detect_xml(&$errors) { // Try to get an XML extension. $ext = Auth_Yadis_getXMLParser(); if ($ext === null) { $errors[] = dgettext('openid', 'XML parsing support is absent.'); } } }// END CLASS OpenID_Detect ?> |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:17:24
|
Update of /cvsroot/phpwebsite-comm/modules/openid/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29419/conf Modified Files: config.php Log Message: Detection script must pass before admin can enable OpenID log in. Index: config.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/conf/config.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.php 4 Feb 2008 04:54:30 -0000 1.1.1.1 --- config.php 10 Feb 2008 16:17:09 -0000 1.2 *************** *** 28,30 **** --- 28,40 ---- define('OPENID_STORE_PATH', '/tmp/openid_consumer'); + /** + * The filename for a source of random bytes. If your platform does not provide + * a secure randomness source, this module can operate in pseudorandom mode, + * but it is then vulnerable to theoretical attacks. If you wish to operate in + * pseudorandom mode, define Auth_OpenID_RAND_SOURCE to null. + * + * On a Unix-like platform, try /dev/random and /dev/urandom. + */ + define('Auth_OpenID_RAND_SOURCE', '/dev/urandom'); + ?> \ No newline at end of file |
|
From: Greg M. <bli...@us...> - 2008-02-10 16:17:22
|
Update of /cvsroot/phpwebsite-comm/modules/openid/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29419/templates Modified Files: settings.tpl Log Message: Detection script must pass before admin can enable OpenID log in. Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/templates/settings.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** settings.tpl 4 Feb 2008 04:54:30 -0000 1.1.1.1 --- settings.tpl 10 Feb 2008 16:17:10 -0000 1.2 *************** *** 13,19 **** <fieldset><legend><strong>{ALLOW_OPENID_LEGEND}</strong></legend> ! <p> ! {ALLOW_OPENID} {ALLOW_OPENID_LABEL} ! </p> <p>{ALLOW_OPENID_NOTE}</p> </fieldset> --- 13,17 ---- <fieldset><legend><strong>{ALLOW_OPENID_LEGEND}</strong></legend> ! <!-- BEGIN allow_openid --><p>{ALLOW_OPENID} {ALLOW_OPENID_LABEL}</p><!-- END allow_openid --> <p>{ALLOW_OPENID_NOTE}</p> </fieldset> |
|
From: Greg M. <bli...@us...> - 2008-02-09 23:16:34
|
Update of /cvsroot/phpwebsite-comm/modules/openid/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26856/class Modified Files: OpenID_Admin.php Log Message: Fixing no_password_md5. The setting get calls must be before the set calls. Index: OpenID_Admin.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/class/OpenID_Admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenID_Admin.php 9 Feb 2008 22:19:05 -0000 1.2 --- OpenID_Admin.php 9 Feb 2008 23:16:37 -0000 1.3 *************** *** 92,101 **** $delegate_openid = trim($_POST['delegate_openid']); ! PHPWS_Settings::set('openid', 'delegate', 0 ); ! PHPWS_Settings::set('openid', 'delegate_server', $delegate_server); ! PHPWS_Settings::set('openid', 'delegate_openid', $delegate_openid); ! PHPWS_Settings::set('openid', 'allow_openid', (int)isset($_POST['allow_openid'])); ! ! if (PHPWS_Settings::get('openid', 'no_password_md5') == 0) { /* Generate random MD5 to use as password for accounts created by OpenID. --- 92,96 ---- $delegate_openid = trim($_POST['delegate_openid']); ! if (strlen(PHPWS_Settings::get('openid', 'no_password_md5')) != 32) { /* Generate random MD5 to use as password for accounts created by OpenID. *************** *** 104,107 **** --- 99,107 ---- } + PHPWS_Settings::set('openid', 'delegate', 0 ); + PHPWS_Settings::set('openid', 'delegate_server', $delegate_server); + PHPWS_Settings::set('openid', 'delegate_openid', $delegate_openid); + PHPWS_Settings::set('openid', 'allow_openid', (int)isset($_POST['allow_openid'])); + if (isset($_POST['delegate'])) { |