This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
61
Plugins / Re: Plugins I refuse to do
« on November 3rd, 2011, 09:00 PM »How long did it take you? ;)
62
Plugins / Re: Plugins I refuse to do
« on November 3rd, 2011, 08:56 PM »I'm sure TE will like the challenge of writing a WP importer (not bridge) if Pete doesn't do it first ;)
64
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on October 18th, 2011, 02:32 PM »just add those two to the list and it'll allow you to use them.
65
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on October 18th, 2011, 12:51 PM »
started to play with my first plugin (authentication module), but I'm confused 'cause I get these errors:Quote the xml part in plugin-info.xml is this:
Code: [Select]
Is there something wrong with my hook definition? Maybe a bug within the plugin manager?
One or more features required by this plugin are not available. (verify_user, register)
<hooks>
<function point="verify_user" function="integrate_verify_user" filename="$plugindir/authenticate" />
<function point="reset_pass" function="integrate_reset_password" filename="$plugindir/authenticate" />
<function point="verify_password" function="integrate_verify_password" filename="$plugindir/authenticate" />
<function point="register" function="integrate_register" filename="$plugindir/authenticate" />
<function point="validate_login" function="integrate_validate_login" filename="$plugindir/authenticate" />
</hooks>Is there something wrong with my hook definition? Maybe a bug within the plugin manager?
66
Features / Re: New revs - Public comments
« on October 18th, 2011, 09:15 AM »The former is one place where I can see the logic, though surely all that's needed in that case is to turn over authentication over to the separate backend and if authenticated through that method, silently turn on 'disable admin security' (but only for the life of that page)?
67
Features / Re: New revs - Public comments
« on October 18th, 2011, 07:28 AM »I suspect that no one in their right mind would use Facebook to register/log into a forum they're administrating...
The backend webservers know me from my kerberos ticket ($_SERVER['PHP_AUTH_USER'] is defined) but I don't have a password, therefore $_SERVER['PHP_AUTH_PW'] isn't set. Sure, I can generate some kind of random password but that's against the idea of SSO (SingleSignOn).
Ah, LDAP... I've never understood what this is about ;)
68
Features / Re: New revs - Public comments
« on October 17th, 2011, 07:38 PM »Yeah... Makes sense. But considering the user won't have to choose a password (because all of this will be handled by OpenID or Facebook...), there are a few things that will still need to be added or removed... e.g. the password reminder won't work.
I have some plans for a universal bridge (webserver authentication, LDAP, external databases), thus I'd need a proper solution for these things...
69
Off-topic / Re: Kendo UI
« on October 17th, 2011, 06:00 PM »
yep, seems interesting but the licence is restrictive.
http://www.kendoui.com/download/licenseagreement.aspx?skuId=436
http://www.kendoui.com/download/licenseagreement.aspx?skuId=436
70
Off-topic / Re: The larger topic on your forum...
« on October 17th, 2011, 05:34 PM »
topic with most replies: 21267 :)
71
Features / Re: New revs - Public comments
« on October 17th, 2011, 07:21 AM »Lol... Yes, you do care about this bug ;)
72
Features / Re: New revs - Public comments
« on October 16th, 2011, 08:40 AM »
Related to OpenID, there is still a "bug" in QueryString.php (problems with some german webmail providers)
http://dev.simplemachines.org/mantis/view.php?id=2669#c12080
the bug was re-introduced in SMF 2.0 RC5. Now, with OpenID dropped from the code, we could fix it..
http://dev.simplemachines.org/mantis/view.php?id=2669#c12080
the bug was re-introduced in SMF 2.0 RC5. Now, with OpenID dropped from the code, we could fix it..
73
Features / Re: New revs - Public comments
« on October 15th, 2011, 02:33 PM »
ok, thanks.. I believe I should have studied the code a little bit more.. :whistle:
* TE needs to fix the importer files..
74
Features / Re: New revs - Public comments
« on October 15th, 2011, 09:25 AM »75
Features / Re: Birthday, calendar, plugin, core [VOTE NOW!]
« on October 14th, 2011, 09:23 PM »
OpenID with its current implementation is IMHO completely useless, simply because it's a OpenID 1.1. Most OpenID-Providers such as Google / Yahoo don't accept 1.1 but use 2.0 instead.
Just drop it, no one will miss it ;)
Just drop it, no one will miss it ;)