summaryrefslogtreecommitdiff
path: root/modules/openid
Commit message (Collapse)AuthorAge
...
* - Patch #319840 by Aron Novak, darren.ferguson: added hook to the OpenID ↵Dries Buytaert2009-09-13
| | | | module for returning data when a user has logged in.
* #564632 by moshe weitzman: Unify various _build() functions and remove ↵Angie Byron2009-09-10
| | | | duplicate copy of content.
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #504630 by Dave Van Den Bremt: aded requirements check.Dries Buytaert2009-08-29
|
* #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵Angie Byron2009-08-24
| | | | form-item-[name].
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-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 Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-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 Buytaert2009-08-12
| | | | and APIs.
* - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵Dries Buytaert2009-07-29
| | | | there is more room for customization.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #482636 by quicksketch: further clean-up of the form IDs/classes.Dries Buytaert2009-07-04
|
* - Patch #497612 by Moshe Weitzman et al: harden user login by correctly ↵Dries Buytaert2009-06-30
| | | | using the form API. Complete commit now. Thank you, thank you.
* - Patch #222044 by c960657: better support for different OpenID versions.Dries Buytaert2009-06-10
|
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* #339466 follow-up by c960657: Remove url() around OpenID help links.Angie Byron2009-06-07
|
* - Patch #480428 by JamesAn: static caching API.Dries Buytaert2009-06-03
|
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #470594 by Moshe: convert more pages and blocks to return arrays.Dries Buytaert2009-05-25
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #471142 by stella: code style fixes.Dries Buytaert2009-05-24
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #251245 by c960657: moving the test files to their rightful place.Dries Buytaert2009-05-08
|
* #453962 by neclimdul: Change all instances of getInfo() to static functions.Angie Byron2009-05-06
|
* - Patch #251245 by c960657: added tests for the OpenID module. The test ↵Dries Buytaert2009-04-29
| | | | module implements a dummy OpenID provider/server. Most impressive patch of the month.
* - Patch #302632 by recidive, c960657: use PHP5 functionality for ↵Dries Buytaert2009-04-29
| | | | _openid_sha1(). Simplified some code.
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* - Patch #316515 by jmburnz, momendo: fixed position of OpenID logo.Dries Buytaert2009-03-31
|
* - Patch #394488 by Dave Reid: corrected some database conversions.Dries Buytaert2009-03-18
|
* - Patch #333156 by stella: add ability to configure the default country.Dries Buytaert2009-03-17
|
* - Patch #394488 by csevb10, tizzo et al: convert the OpenID module to the ↵Dries Buytaert2009-03-17
| | | | new database abstraction layer.
* #404244 by cwgordon7: Fix indentation in OpenID module.Angie Byron2009-03-17
|
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #345376 by jeffschuler: OpenID hook documentation. Yay. :DAngie Byron2009-03-08
|
* #287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module ↵Angie Byron2009-03-01
| | | | which is referencing missing form_id variable.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx).Dries Buytaert2009-02-01
|
* #339466 by patryk: Replace the OpenID link in user help with official link.Angie Byron2009-01-22
|
* #287178 by justinrandell: Break up various hook_form_alter()s to ↵Angie Byron2009-01-22
| | | | hook_form_FORM_ID_alters().
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* - Patch #245990 by pwolanin: further clean-up of the HTTP request status ↵Dries Buytaert2009-01-14
| | | | fail problem.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s ↵Dries Buytaert2008-12-26
| | | | parameters.
* - Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete ↵Dries Buytaert2008-11-22
| | | | confirm form.
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #279516 by c960657: removed many PHP4-isms. Great patch.Dries Buytaert2008-11-01
|