Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #395340 by c960657: critical bug: enforce e-mail verification with ↵ | Dries Buytaert | 2010-03-26 |
| | | | | OpenID auto-registration. | ||
* | - Patch #218097 by c960657: OpenID must use canonical ID when authenticating ↵ | Dries Buytaert | 2010-03-23 |
| | | | | XRI i-names. | ||
* | - Patch #728278 by c960657: openid_complete() should normalize ↵ | Dries Buytaert | 2010-03-23 |
| | | | | ['openid.claimed_id()'] before discovery. With better tests. | ||
* | - Patch #742366 by moshe weitzman: better UX for OpenID users. | Dries Buytaert | 2010-03-22 |
| | |||
* | - Patch #218097 by c960657: OpenID must use canonical ID when authenticating ↵ | Dries Buytaert | 2010-03-22 |
| | | | | XRI i-names. | ||
* | - Pach #730462 by Heine, Damien Tournoud: OpenID should support ↵ | Dries Buytaert | 2010-03-09 |
| | | | | openid.invalidate_handle. | ||
* | - Patch #734146 by scor: white-space clean-up. | Dries Buytaert | 2010-03-06 |
| | |||
* | - Patch #727650 by Damien Tournoud: made OpenID more pluggable so we can ↵ | Dries Buytaert | 2010-03-02 |
| | | | | extend it in contrib, and added support for Google's OpenID discovery protocol. | ||
* | - Patch #634562 by vgarvardt, Damien Tournoud: added OpenID AX support (in ↵ | Dries Buytaert | 2010-03-02 |
| | | | | addition to SREF) so that we can extend our OpenID implementation in contrib. | ||
* | #711180 by jerdiggity: Fixed Typo in openid requirements BC Math lib. | Angie Byron | 2010-02-11 |
| | |||
* | #542180 by David_Rothstein and c960657: Fixed OpenID does not deal with ↵ | Angie Byron | 2010-02-11 |
| | | | | blocked users correctly. | ||
* | - Patch #579448 by c960657: fixed OpenID specification violation. Search for ↵ | Dries Buytaert | 2010-01-31 |
| | | | | OP Identifier element to authenticate. | ||
* | - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵ | Dries Buytaert | 2010-01-30 |
| | | | | at end of files. | ||
* | - Patch #686800 by c960657: refined the OpenID tests to verify that the user ↵ | Dries Buytaert | 2010-01-18 |
| | | | | actually logged in to avoid false positives with blocked users. | ||
* | #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵ | Angie Byron | 2010-01-11 |
| | | | | interface. | ||
* | #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵ | Angie Byron | 2010-01-09 |
| | | | | extraneous 'Please' in the interface. | ||
* | #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. | Angie Byron | 2010-01-03 |
| | |||
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵ | Dries Buytaert | 2009-12-04 |
| | | | | compliance with standards. | ||
* | #640198 by batigolix and arianek: Update OpenID module to conform to new ↵ | Angie Byron | 2009-11-26 |
| | | | | help standard. | ||
* | - Patch #575804 by Heine, c960657: fixed OpenID URL normalization #fragment ↵ | Dries Buytaert | 2009-11-24 |
| | | | | handling. | ||
* | #216101 by c960657, Arancaytar, aufumy, et al: Fix registration workflow for ↵ | Angie Byron | 2009-11-16 |
| | | | | OpenID providers that do not supply usernames/e-mail addresses. | ||
* | #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵ | Angie Byron | 2009-11-10 |
| | | | | end of files. Sorry, folks! But it is after code freeze. :) | ||
* | #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for ↵ | Angie Byron | 2009-11-04 |
| | | | | 'Add more' links. | ||
* | #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and ↵ | Angie Byron | 2009-11-03 |
| | | | | support on node/comment pages rel=canonical and rel=shortlink standards. | ||
* | #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵ | Angie Byron | 2009-11-01 |
| | | | | pwolanin, and dahacouk: Ensure user's raw login name is never output directly. | ||
* | #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵ | Angie Byron | 2009-10-15 |
| | | | | parameters as url(). | ||
* | - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵ | Dries Buytaert | 2009-10-13 |
| | | | | happen for AJAX requests too. | ||
* | #118345 by sun: Make user.module conform to standard ↵ | Angie Byron | 2009-10-10 |
| | | | | presave/insert/update/form_alter hook paradigm. | ||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). | Dries Buytaert | 2009-09-30 |
| | |||
* | #365597 follow-up by mfb: Tests for OpenID redirection from user/login. | Angie Byron | 2009-09-30 |
| | |||
* | - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵ | Dries Buytaert | 2009-09-29 |
| | | | | url() only accept an array. Another nice API clean-up! | ||
* | - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + ↵ | Dries Buytaert | 2009-09-22 |
| | | | | hook_user_register() DIE! | ||
* | Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵ | Dries Buytaert | 2009-09-21 |
| | | | | handling. I can actually understand it now. ;-). | ||
* | #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes | Angie Byron | 2009-09-18 |
| | | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent. | ||
* | #365597 by mfb, Jody Lynn: Don't show access denied when logging in via ↵ | Angie Byron | 2009-09-17 |
| | | | | OpenID to user/login. | ||
* | SA-CORE-2009-008 | Angie Byron | 2009-09-16 |
| | |||
* | #577912 by kkaefer: Updated OpenID icon with alpha transparency. | Angie Byron | 2009-09-15 |
| | |||
* | #575796 by Heine: Fixed OpenID XRI test violates the spec. | Angie Byron | 2009-09-15 |
| | |||
* | - Patch #319840 by Aron Novak, darren.ferguson: added hook to the OpenID ↵ | Dries Buytaert | 2009-09-13 |
| | | | | module for returning data when a user has logged in. | ||
* | #564632 by moshe weitzman: Unify various _build() functions and remove ↵ | Angie Byron | 2009-09-10 |
| | | | | duplicate copy of content. | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | - Patch #504630 by Dave Van Den Bremt: aded requirements check. | Dries Buytaert | 2009-08-29 |
| | |||
* | #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵ | Angie Byron | 2009-08-24 |
| | | | | form-item-[name]. | ||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. | ||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 |
| | | | | Convert 'class' attribute to use an array, not a string. | ||
* | - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks ↵ | Dries Buytaert | 2009-08-12 |
| | | | | and APIs. | ||
* | - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵ | Dries Buytaert | 2009-07-29 |
| | | | | there is more room for customization. |