Commit Graph

59 Commits (9fe9144ae7804e3b80c0ffd8444b0448261f4436)

Author SHA1 Message Date
Dries Buytaert f6727ce9f0 - Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete confirm form. 2008-11-22 10:32:42 +00:00
Dries Buytaert 15671f471b - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Dries Buytaert 424250196a - Patch #279516 by c960657: removed many PHP4-isms. Great patch. 2008-11-01 19:51:06 +00:00
Dries Buytaert 5371104a2d - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX. 2008-10-29 10:01:28 +00:00
Dries Buytaert df2cf40d2c - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
Angie Byron 8292bdd40a Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. 2008-10-13 00:33:05 +00:00
Angie Byron a3a420c3e6 Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. 2008-10-12 06:27:06 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron ecf7ad41d0 #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default. 2008-10-11 21:11:02 +00:00
Angie Byron 7e02f2f782 #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
Angie Byron 464be0b8bd #318892 by justinrandell and chx: Add .install files to the list of files added to .info files. 2008-10-09 22:51:41 +00:00
Dries Buytaert 026af5df34 - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens. 2008-10-06 11:30:12 +00:00
Dries Buytaert 8fc581d4d7 - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE. 2008-09-19 07:53:59 +00:00
Dries Buytaert 7f29b14277 - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience. 2008-09-17 07:11:59 +00:00
Dries Buytaert e5b0e5f76c - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00
Dries Buytaert ccf1af94fa - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
Dries Buytaert 57fe5103da - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
Dries Buytaert c529e4afbe - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
Dries Buytaert 2e18cb8924 - 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.
2008-05-06 12:18:54 +00:00
Dries Buytaert 21576021bf - Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6. 2008-04-23 20:01:56 +00:00
Dries Buytaert c37c91d58d - Patch #245826 by Jax: trust_root is not set for OpenID 1.0 due to an undefined variable. 2008-04-14 20:23:27 +00:00
Dries Buytaert 56d2664a90 - 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. 2008-04-14 17:48:46 +00:00
Dries Buytaert 38e0ab1f62 - Patch #181578 by Moshe: removed distributed authentication code from user_save(). Factored the relevant code out to a separate function. 2008-02-18 19:34:08 +00:00
Dries Buytaert b05db1f176 - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
Dries Buytaert b8a1eab1fb - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +00:00
Gábor Hojtsy 315c419322 #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 2008-01-30 22:11:22 +00:00
Gábor Hojtsy ef1235cc0a #207863 by mikey_p, Pancho: use module_load_include() as intended 2008-01-30 10:14:42 +00:00
Gábor Hojtsy e77a197c5c #208556 by Pancho: fix broken display of OpenID links 2008-01-29 18:41:40 +00:00
Gábor Hojtsy c5aa55b38e #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption 2008-01-10 15:03:53 +00:00
Gábor Hojtsy b78a990270 #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
Dries Buytaert a88c178b91 - Patch #204221 by webernet: code style fixes. 2007-12-28 12:02:52 +00:00
Gábor Hojtsy ac4c8f7ab0 #203274 by Pasqualle: remove excessive witespace from our code (minor) 2007-12-22 23:24:26 +00:00
Gábor Hojtsy e6a4b82e6e #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. 2007-12-20 08:57:55 +00:00
Gábor Hojtsy b6532a4fdb #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
Gábor Hojtsy 5622bce2d5 #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
2007-12-08 14:06:23 +00:00
Dries Buytaert 9a96837b89 - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. 2007-11-26 16:36:44 +00:00
Dries Buytaert bea016944f - Patch #193800 by jp.stacey: OpenID service discovery confused by newlines within meta or link tags. 2007-11-20 14:00:39 +00:00
Gábor Hojtsy 72a59b0b82 #186658 by fajerstarter: OpenID login usability fixes and JS cleanup, also makes OpenID login Konqueror compatible 2007-11-20 10:00:04 +00:00
Gábor Hojtsy bfdd7f2373 #190006 by hswong3i: use username as page title on OpenID identities page for consistency 2007-11-08 13:58:32 +00:00
Gábor Hojtsy b64adf07c8 #182645 by scor: clean up concatenations to be in line with core coding standards 2007-10-19 10:19:03 +00:00
Gábor Hojtsy 8d291f72be #184461 by bradlis7 and keith.smith: 'fix' OpenID help text to use American English spelling (as observed to be used in Drupal elsewhere) 2007-10-18 14:33:44 +00:00
Dries Buytaert 441f7d33d6 - Patch #172582 by webchick, gabor, eaton, kentbyte, tresler, alpritt et al: improved the OpenID help texts. 2007-10-17 12:57:57 +00:00
Dries Buytaert a745b0f68b - Patch #155870 by quicksketch et al: AHAH-ification of the poll module. 2007-10-17 12:34:16 +00:00
Gábor Hojtsy 44d22fc863 #156886 by edgauthier: fix OpenID delegation 2007-10-15 09:40:42 +00:00
Gábor Hojtsy 8cf6fefe54 #164983 by multiple contributors: document the core database schemas 2007-10-10 11:39:35 +00:00
Dries Buytaert 39706e3c51 - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00
Dries Buytaert d2d93b4bd3 - Patch #173486 by scor: fixed code style issues. 2007-10-02 16:19:23 +00:00
Gábor Hojtsy 6143f13c41 #154300 by chx: enforce site user account creation policy in openid module too 2007-09-25 14:52:55 +00:00
Gábor Hojtsy 21698d2bf1 #176092 by walkah: always display 'cancel openid login' link, even if the login trial did not succeed 2007-09-25 11:42:44 +00:00
Gábor Hojtsy 2b8943667c #172591 by HedgeMage: add help page for openid module with short description of what does the module offer 2007-09-12 11:32:06 +00:00