[Beta] phpBB OpenID ver 1.0.1

Post your MODs, receive and provide feedback!
Topics in this forum are not for MOD support, they are for giving the author feedback.
Forum rules
The topics in this forum are not for general MOD support, they are for giving the MOD author some feedback, ideas and bug reports.
User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

[Beta] phpBB OpenID ver 1.0.1

Postby MasterZ » 03 Jul 2009, 02:09

MOD title: phpBB OpenID
MOD description: Integrates OpenID authentication and account creation to any phpBB3 forum.
MOD version: 1.0.1 [RC]
phpBB version: 3.0.6

Development stage: Beta

MOD Format: MOD

MOD download: [url=http://zenorsoft.com/community/viewtopic.php?f=30&t=841]ZenorSoft - phpBB OpenID Download[/url]
Official Support: [url=http://zenorsoft.com/community/viewforum.php?f=30]ZenorSoft - phpBB OpenID[/url]

Demo: [url=http://zenorsoft.com/community/]ZenorSoft.com[/url] [url=http://forum.oidportal.com]OpenID Portal Forums[/url]

Credits:
MasterZ [Project Manager]
Obsidian [Contributor]
Last edited by MasterZ on 28 Feb 2010, 14:18, edited 8 times in total.
My MODS:
About Me: -

User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] phpBB OpenID ver 0.1.0

Postby Obsidian » 03 Jul 2009, 02:50

Will be keeping an eye on this, as it is an interesting idea. :)

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.1.0

Postby MasterZ » 03 Jul 2009, 03:00

Feel free to use it now. Even though it is in Beta stage everything works as is. I just need to add some extra features to it now.
My MODS:
About Me: -

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.1.0

Postby MasterZ » 06 Jul 2009, 12:33

My MODS:
About Me: -

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.1.0

Postby MasterZ » 07 Jul 2009, 13:45

My MODS:
About Me: -

User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] phpBB OpenID ver 0.1.0

Postby Obsidian » 07 Jul 2009, 14:07

I also hope you're removing the dependency on . :)

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.1.0

Postby MasterZ » 07 Jul 2009, 14:59

My MODS:
About Me: -

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.2.0

Postby MasterZ » 08 Jul 2009, 13:28

Version 0.2.0 is released.. it has a lot of edits though, I'm going to work on reducing those by using a single language file.

Any advice beyond that, please feel free to give it :)
My MODS:
About Me: -

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.2.1

Postby MasterZ » 09 Jul 2009, 03:33

I made some minor modifications to make installation require less edits.

Please feel free to recommend ways I can make this better :)
My MODS:
About Me: -

User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] phpBB OpenID ver 0.2.1

Postby Obsidian » 09 Jul 2009, 14:17


User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] phpBB OpenID ver 0.2.1

Postby Obsidian » 09 Jul 2009, 14:24


User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.2.2

Postby MasterZ » 09 Jul 2009, 20:42

Thank you for the feedback Obsidian. All changes made for version 0.2.2 and 0.2.2 Released.
My MODS:
About Me: -

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.2.2

Postby MasterZ » 11 Jul 2009, 09:12

I found out where $_SESSION is being used in the openid libs. Luckily they are using OOP so I think that if I can make the correct changes in these 4 methods then it should work fine and be a transparent change.

Although I don't know that for sure, and I don't know how to use phpBB's session. Can someone else check out the code and let me know if it is as easy as I think it is? Will a change in only these 4 methods work through the whole system?

The file they are located in is: /root/includes/openid/AuthYadis/Manager.php

I have been checking phpBB's wiki, but I can't find anything about how to add session variables.

Any advice you guys can give would be awesome.

Thanks,
- Jon
My MODS:
About Me: -

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.2.3

Postby MasterZ » 12 Jul 2009, 10:43

I was completely STUPID with 0.2.2 and never tested it after making (what I thought were) minor changes! Well, needless to say it broke the entire MOD.

Version 0.2.3 has been 100% tested. I even came up with a [url=http://zenorsoft.com/phpBB3/viewtopic.php?f=30&t=851]testing checklist[/url] which will help make sure that I test every part of the MOD and hopefully never do something this stupid again. :roll:

I also cleaned up the code a lot in this version (thanks to Obsidian! :rootbeer: ) and added a version number that displays in the UCP. Let me know what you think. One step closer to submitting this to the MOD DB :cookie:
My MODS:
About Me: -

User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] phpBB OpenID ver 0.2.4

Postby MasterZ » 15 Jul 2009, 01:33

I have several polls up asking what features people want to see in this MOD. Please take just a couple minutes to go vote. We need to know what is important to you to decide what features to add.

http://zenorsoft.com/phpBB3/viewforum.php?f=30
My MODS:
About Me: -


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “MOD Feedback”

Who is online

Users browsing this forum: No registered users and 17 guests