Closed (fixed)
Project:
OpenID Provider
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2012 at 22:52 UTC
Updated:
11 Feb 2012 at 04:20 UTC
sigh... I just noticed there are a bunch of commits hanging off the master branch that have never been shipped in any release.
It seems to me those are proper patches that should be shipped with the module. I think it would be necessary to merge those in and make a new beta before going forward with any debugging (e.g. #831162: cannot login on stackoverflow or dotnetopenid sites) or the D7 port (#983128: Drupal 7 port of OpenID Provider).
Comments
Comment #1
anarcat commentedThose are the commits that need to be reviewed/tested:
* d7e3a20 - (origin/master, master) Removing translation directories (11 months ago)
* e7f40c4 - Stripping CVS keywords (11 months ago)
* 5f9739f - #510372 by anarcat: Added Brazilian Portuguese translation. (1 year, 11 months ago)
* e24cc46 - pot file (1 year, 11 months ago)
* e7b6a6e - #441028 by alex_b | anarcat: List OpenID Provider in OpenID package. (1 year, 11 months ago)
* 5f692c3 - #396508 by anarcat, Aron Novak | Gábor Hojtsy, walkah: Changed Make user/N/openid-sites themable and default to table display. (1 year, 11 months ago)
* c673bd9 - #506062 by Aron Novak: Adds unsolicited assertion support. (1 year, 11 months ago)
* 3764b62 - #311760 by sanduhrs | anarcat: Page: OpenID sites, tabs jumping. (1 year, 11 months ago)
* 3860ce7 - #311085 by sanduhrs: Coding standards update. (with minor cleanups to apply patch cleanly) (1 year, 11 months ago)
* 114f1c0 - #396468 by alex_b, Aron Novak | anarcat: Fixed Don't use underscores in URLs. (1 year, 11 months ago)
* 4a48643 - #394114 by Aron Novak | anarcat: Changed Association expire, explain it at the UI. (1 year, 11 months ago)
* 02e6e05 - #394986 by alex_b, Gábor Hojtsy | anarcat: Changed Improve readme. (1 year, 11 months ago)
* 1d534c7 - minor fix for php5.3 compat (1 year, 11 months ago)
* a1111b0 - sync head with d6 (1 year, 11 months ago)
* 0f45442 - #621956 by alex_b | xqus: Fixed Redirecting fails when not logged in on the provider site. (2 years, 1 month ago)
Comment #2
anarcat commentedI have merged the master branch into 6.x, and it looks like there is no significant change.
If somebody could test the dev snapshot, it would be a good time (when it's generated of course, so say tomorrow).
Comment #3
anarcat commentedthe branch was merged, it's a null diff with the previous release, so no problem here:
Now we have to get rid of that master branch, see #1418254: please delete the master branch on the openid_provider module.
Comment #4
damien_vancouver commentedHi anacrat,
I don't think you can get rid of master, it's there as a branch in all Drupal projects.
What I've seen done elsewhere and how it works if you make a new project (ie. since the git migration) is that master is just empty.
So now the merge is done, you could delete all the files from it with "git rm" and then leave a README.txt behind saying to check out a branch instead. I just did this for XRDS Simple, if you want to check out the commit:
http://drupalcode.org/project/xrds_simple.git/commit/698c2e2
my commands for that were:
Comment #5
anarcat commentedIndeed, this is a good workaround. I went simple:
I still think the branch should be removed, if possible, but at least now things are clear.