Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#640198 by batigolix and arianek: Update OpenID module to conform to new help standard.
#216101 by c960657, Arancaytar, aufumy, et al: Fix registration workflow for OpenID providers that do not supply usernames/e-mail addresses.
#367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links.
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE!
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
#365597 by mfb, Jody Lynn: Don't show access denied when logging in via OpenID to user/login.
SA-CORE-2009-008
Drupal 6.14
#230934 by mikl, Arancaytar, BrightLoudNoise, c960657: fix notices in OpenID account creation where the isset() was not specific enough to the array we actually use
- Patch #319840 by Aron Novak, darren.ferguson: added hook to the OpenID module for returning data when a user has logged in.
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the 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 registry rip. Let's try that again.
*** empty log message ***
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.
- Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you.
- Patch #222044 by c960657: better support for different OpenID versions.
#339466 by patryk, c960657, alexanderpas: Remove url() wrapping from remote links and link in a more user friendly OpenID provider list.
#339466 follow-up by c960657: Remove url() around OpenID help links.
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #471070 by stella: millions of code style fixes.
- Patch #251245 by c960657: added tests for the OpenID module. The test module implements a dummy OpenID provider/server. Most impressive patch of the month.
#404244 by cwgordon7: minor code style fix in openid_help().
- Patch #333156 by stella: add ability to configure the default country.
#404244 by cwgordon7: Fix indentation in OpenID module.
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
#287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module which is referencing missing form_id variable.
- Patch #366949 by c960657: use parse_url(, PHP_URL_xxx).
#339466 by patryk: Replace the OpenID link in user help with official link.
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, 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.
#245990 follow up by Damien Tournoud, David_Rothstein, pwolanin: Move back to an internal URL check for HTTP request checking and make the request checking less intrusive on what requests can be accomplished
- Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters.
- Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete confirm form.
- Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
- Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #245329 by christefano and dmitrig01: code comment love.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
Drupal 6.3
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
- Patch #245826 by Jax: trust_root is not set for OpenID 1.0 due to an undefined variable.
- Patch #245826 by Jax: trust_root is not set for OpenID 1.0 due to an undefined variable.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
Drupal 6.2
- Patch #181578 by Moshe: removed distributed authentication code from user_save(). Factored the relevant code out to a separate function.
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
#216022 reported by johnnysxip, patch by walkah: (SA-2008-016) OpenID - Incorrect claimed_id returned for OpenID 2.0 and other minor OpenID 2.0 compliance fixes
#207863 by mikey_p, Pancho: use module_load_include() as intended
#208556 by Pancho: fix broken display of OpenID links
#204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption
#196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding.
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
#198579 by webernet and hswong3i: a huge set of coding style fixes, including: - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
#186658 by fajerstarter: OpenID login usability fixes and JS cleanup, also makes OpenID login Konqueror compatible
#184461 by bradlis7 and keith.smith: 'fix' OpenID help text to use American English spelling (as observed to be used in Drupal elsewhere)
- Patch #172582 by webchick, gabor, eaton, kentbyte, tresler, alpritt et al: improved the OpenID help texts.
- Patch #155870 by quicksketch et al: AHAH-ification of the poll module.
#156886 by edgauthier: fix OpenID delegation
#154300 by chx: enforce site user account creation policy in openid module too
#172591 by HedgeMage: add help page for openid module with short description of what does the module offer
- Patch #166725 by Crell: split openid module.
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
#153372 by bjaspan: fix user login form values and openid interacion
- Patch #131026 by James et al: OpenID client support for Drupal! Let this be the day where we help revolutionize the online society, and the way websites and web services interoperate. Or something.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |