Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵ | Dries Buytaert | 2008-09-06 |
| | | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency. | ||
* | - Patch #296300 by chx: remove edit[] and fixed Doxygen. | Dries Buytaert | 2008-08-17 |
| | |||
* | - Patch #279404 by chx: removed old cruft. See ↵ | Dries Buytaert | 2008-08-15 |
| | | | | http://drupal.org/files/issues/fapi_award.jpg. | ||
* | - Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling. | Dries Buytaert | 2008-08-13 |
| | |||
* | - Patch #290869 by Wim Leers: AHAH functionality was not working for radio ↵ | Dries Buytaert | 2008-08-12 |
| | | | | buttons. | ||
* | - Patch #245001 by kkaefer et al: unify #process callback naming. | Dries Buytaert | 2008-07-18 |
| | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset(). | Dries Buytaert | 2008-06-25 |
| | |||
* | - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵ | Dries Buytaert | 2008-06-24 |
| | | | | batch API for running the tests instead of an all-in-one approach. Great work. | ||
* | - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with ↵ | Dries Buytaert | 2008-06-24 |
| | | | | caching. | ||
* | - 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. | ||
* | - Modified patch #230374 by killes, jakeg, Eaton et al: corrected problem ↵ | Dries Buytaert | 2008-05-05 |
| | | | | with form API caches not being flushed. This could lead to performance issues. | ||
* | - Patch #88892 by darthsteven et al: improved the PHPdoc of ↵ | Dries Buytaert | 2008-04-14 |
| | | | | form_set_value(). Great work. Much better. :) | ||
* | - 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 #117748 by pwolanin: made account creation work again. | Dries Buytaert | 2008-03-15 |
| | |||
* | - Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH ↵ | Dries Buytaert | 2008-02-12 |
| | | | | triggered by text input enter key press breaks autocomplete. | ||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | #117748 by quicksketch: short fix to trim() required fields for validation, ↵ | Gábor Hojtsy | 2008-02-04 |
| | | | | with documentation | ||
* | #216061 by Eaton: nid was not set in node creation (programatic node ↵ | Gábor Hojtsy | 2008-02-03 |
| | | | | creation regression) | ||
* | #216042 by Eaton: provide the complete form to element validators as well ↵ | Gábor Hojtsy | 2008-01-30 |
| | | | | (critical regression for CCK) | ||
* | #214922 by Eaton: fix code typo which prevented from image buttons in a tree ↵ | Gábor Hojtsy | 2008-01-28 |
| | | | | form from working | ||
* | #206955 follow up by merlinofchaos: avoid misusing default values for image ↵ | Gábor Hojtsy | 2008-01-28 |
| | | | | buttons | ||
* | #194327 by dvessel, David_Rothstein, catch, theborg: IE form submission ↵ | Gábor Hojtsy | 2008-01-25 |
| | | | | button correction was buggy | ||
* | #195283 by pwolanin: code documentation for the 'forms' function group | Gábor Hojtsy | 2008-01-21 |
| | |||
* | #201017 by chx: AHAH callbacks were not working for regular buttons | Gábor Hojtsy | 2008-01-02 |
| | |||
* | - 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. :) | ||
* | #195176 by chx: form_set_error doxygen was misleading | Gábor Hojtsy | 2007-12-23 |
| | |||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #192767 follow up by chx: array_shift() should not be called with runtime ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | references | ||
* | #192767 by fago, Eaton, chx: taking form_state per reference in form ↵ | Gábor Hojtsy | 2007-12-18 |
| | | | | constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7. | ||
* | #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 | ||
* | #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions | Gábor Hojtsy | 2007-12-06 |
| | |||
* | XSS fixes forward ported from Drupal 5.1 - previously not committed parts of ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | http://drupal.org/cvs?commit=53675 | ||
* | - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵ | Dries Buytaert | 2007-11-26 |
| | | | | fixed minor spelling issues and fixed spacing issues. | ||
* | #194652 by Heine: specify explicit accept-charset for forms to avoid browser ↵ | Gábor Hojtsy | 2007-11-23 |
| | | | | guessing | ||
* | #193191 by chx: allow form elements to enable form caching - allows custom ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | form elements to leverage the AHAH framework | ||
* | #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | submissions | ||
* | - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵ | Dries Buytaert | 2007-11-13 |
| | | | | from search module | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | add missing javascript key to language objects (kills notices) and document st() better | ||
* | - Patch #168829 by Neil Drumm: fixed link in documentation. | Dries Buytaert | 2007-11-09 |
| | |||
* | - Patch #172097 by Eaton: improved PHPdoc of form API. | Dries Buytaert | 2007-10-31 |
| | |||
* | - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. | Dries Buytaert | 2007-10-25 |
| | |||
* | #111719 follow up patch by multiple contributors: ensure proper XHTML id ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | attribute values for form elements | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #111719 follow up patch by chx: roll back form item ID patch | Gábor Hojtsy | 2007-10-20 |
| | |||
* | - Patch #111719 by dvessel et al: ensure clean form IDs. | Dries Buytaert | 2007-10-19 |
| | |||
* | #181328: pass on whole form to #process functions to enable advanced form ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | handling (such as required by some CCK widgets) | ||
* | #182178 by bragon: cols is a required attribute on textarea | Gábor Hojtsy | 2007-10-15 |
| | |||
* | #169079 by yched: improve consistency of menu API and batch API by allowing ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | | | | batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally) - apply this change in locale.module - improve batch API code documentation |