Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #479966 by Berdir: document and fix hook_user_categories. | Dries Buytaert | 2009-06-03 |
| | |||
* | #478642 by daniel.bosen: Fix typo preventing profile fields from appearing ↵ | Angie Byron | 2009-06-02 |
| | | | | on registration. | ||
* | - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵ | Dries Buytaert | 2009-05-27 |
| | | | | nominalizations from Docblocks. | ||
* | - Patch #465190 by Heine: add check_plain() call. | Dries Buytaert | 2009-05-26 |
| | |||
* | - Patch #471800 by stella: more code style fixes. | Dries Buytaert | 2009-05-25 |
| | |||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | Roll-back of #310467: Breaks installer requirements check and update.php. | Angie Byron | 2009-05-21 |
| | |||
* | #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵ | Angie Byron | 2009-05-16 |
| | | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist. | ||
* | - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer. | Dries Buytaert | 2009-05-14 |
| | |||
* | #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵ | Angie Byron | 2009-03-14 |
| | | | | users in one request. | ||
* | - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. | Dries Buytaert | 2009-01-22 |
| | |||
* | - Patch #323386 by mariuss, Dries: select options includes comments -- ↵ | Dries Buytaert | 2009-01-11 |
| | | | | inconsistent with documentation | ||
* | #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵ | Angie Byron | 2009-01-08 |
| | | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D | ||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵ | Dries Buytaert | 2008-12-05 |
| | | | | usability of the aliased URL admin page. | ||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵ | Dries Buytaert | 2008-10-06 |
| | | | | well as two small kittens. | ||
* | - Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and ↵ | Dries Buytaert | 2008-09-05 |
| | | | | future compatilbility. PHP6 is rumoured to drop ereg support. | ||
* | - Patch #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 |
| | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | 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 #225859 by webchick: fixed warning in author information block. | Dries Buytaert | 2008-04-28 |
| | |||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵ | Dries Buytaert | 2008-04-10 |
| | | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture. | ||
* | #172597 by Rob Loach: minor double escaping in profile module | Gábor Hojtsy | 2008-02-03 |
| | |||
* | - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵ | Dries Buytaert | 2007-12-31 |
| | | | | year. Fiew. Thanks all, and see you on the other side. :) | ||
* | - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace. | Dries Buytaert | 2007-12-26 |
| | |||
* | #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵ | Gábor Hojtsy | 2007-12-23 |
| | | | | fixed) | ||
* | #202397 by keith.smith: document profile module drag and drop in help text ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | and add info on how categories come to life / can be edited | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | help texts, as the handbook we referred to before was renamed | ||
* | #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | update to drag and drop functionality, drupal.module removal, etc | ||
* | #198231 by Alex UA and JirkaRybka: profile module had a parse error in PHP 4 ↵ | Gábor Hojtsy | 2007-12-09 |
| | | | | and there was a weighting error with form elements | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | ||
* | #193998 by Rob Loach and quicksketch: profile fields drag and drop | Gábor Hojtsy | 2007-11-30 |
| | |||
* | - Patch #162381 by Heine et al: properly escape strings. | Dries Buytaert | 2007-11-28 |
| | |||
* | #192201 by myself: remove overly secure check_markup() and check_plain() ↵ | Gábor Hojtsy | 2007-11-20 |
| | | | | usage which results in double escaped output | ||
* | #192692 by jrbeeman and mfer: (security) protect profile category page menu ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | items with the visibility settings already available | ||
* | - Patch #191544 by Crell: split up profile module. Tested by catch. | Dries Buytaert | 2007-11-13 |
| | |||
* | #140377 by tostinni: provide a default weight to new profile fields, so they ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | will not be saved with -5 | ||
* | #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | closing unclosed tags, avoiding empty table containers, and so on | ||
* | #176503 by chx and bennybobw: hidden profile fields cannot be required and ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | cannot be put on the registration form, so we needed warnings on the editing form to not let admins save forms set with these combinations. | ||
* | - Patch #173303 by dvessel: fixed E_NOTICE. | Dries Buytaert | 2007-09-05 |
| | |||
* | #170546 by ChrisKennedy: fix 7 E_ALL notices in profile module | Gábor Hojtsy | 2007-09-01 |
| | |||
* | - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵ | Dries Buytaert | 2007-08-26 |
| | | | | functions and templates may need include files. Flush your caches. | ||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 |
| | |||
* | - Patch #162134 by dvessel: tplify profile module. | Dries Buytaert | 2007-08-02 |
| | |||
* | #161142 by dvessel: kill notice on profile page when there are less then ↵ | Gábor Hojtsy | 2007-07-26 |
| | | | | three components in the path | ||
* | #114103 by adixon and webchick, slightly modified: custom profile fields ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | show above built-in account fields | ||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-07-01 |
| | | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7. |