Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #355236 by Frando: refactor drupal_render() theming. | Dries Buytaert | 2009-02-03 |
| | |||
* | #360128 by quicksketch: Create centralized ahah callback to reduce duplicate ↵ | Angie Byron | 2009-02-01 |
| | | | | code. | ||
* | - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. | Dries Buytaert | 2009-01-22 |
| | |||
* | - Patch #360785 by Dave Reid: add timestamp to {poll_votes}. | Dries Buytaert | 2009-01-21 |
| | |||
* | #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 #350984 by Moshe: kick comment rendering out of node module. | Dries Buytaert | 2008-12-31 |
| | |||
* | - Patch #331708 by chx: convert poll_choice_js to FAPI2. | Dries Buytaert | 2008-12-18 |
| | |||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and ↵ | Dries Buytaert | 2008-12-09 |
| | | | | documentation because of previous node API clean-ups. | ||
* | - Patch #324313 by catch et al: load multiple nodes and terms at once. | Dries Buytaert | 2008-12-05 |
| | |||
* | - 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 |
| | |||
* | #319466: SA-2008-47 (#295053): CSRF in cached forms. | Angie Byron | 2008-10-11 |
| | |||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 |
| | | | | to allow for localization of permission names | ||
* | #206138 by pwolanin: Rename mis-named 'module' attribute in node types. | Angie Byron | 2008-10-08 |
| | |||
* | - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵ | Dries Buytaert | 2008-10-06 |
| | | | | well as two small kittens. | ||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 |
| | | | | developer experience. | ||
* | - 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 #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 #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop ↵ | Dries Buytaert | 2008-05-15 |
| | | | | support for poll module. | ||
* | - 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 #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. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #209236 by traxer: added a validation function for the poll form. | Dries Buytaert | 2008-01-15 |
| | |||
* | #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵ | Gábor Hojtsy | 2008-01-09 |
| | | | | blogapi, forum and locale modules | ||
* | - Patch #202078 by chx: fixed poll AHAH problem with caching. | Dries Buytaert | 2008-01-04 |
| | |||
* | #203582 by David_Rothstein: some core hook_access() implementations are not ↵ | Gábor Hojtsy | 2008-01-01 |
| | | | | using the passed in account | ||
* | #204996 by chx: poll bar theme gets NULL as default, so use that here as well | Gábor Hojtsy | 2007-12-31 |
| | |||
* | - Patch #204996 by chx: fixed access check and warning in poll module. | Dries Buytaert | 2007-12-31 |
| | |||
* | #67895 patch by myself, tested by JirkaRybka and blackdog: move poll votes ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | with poll options, when an option is removed, instead of dropping all old votes, solving an old data loss bug | ||
* | #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 | ||
* | #189025 by AjK: fix two small E_ALL bugs in poll.module | Gábor Hojtsy | 2007-12-14 |
| | |||
* | #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 | ||
* | #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 |
| | |||
* | - Patch #162381 by Heine et al: properly escape strings. | Dries Buytaert | 2007-11-28 |
| | |||
* | #120960 by blakehall, JirkaRybka, catch: improve usability of content ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | editing permission names | ||
* | #189009 by AjK: edit own poll permission was missing from poll module ↵ | Gábor Hojtsy | 2007-11-05 |
| | | | | (although available for other content types) | ||
* | - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. | Dries Buytaert | 2007-10-25 |
| | |||
* | #184198 by Eaton: move button title change in polls to the theme, so it does ↵ | Gábor Hojtsy | 2007-10-22 |
| | | | | not interfere with the cached form | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #184199 by quicksketch: proper weights for poll form fields, so the fields ↵ | Gábor Hojtsy | 2007-10-17 |
| | | | | are not reordered | ||
* | - Patch #155870 by quicksketch et al: AHAH-ification of the poll module. | Dries Buytaert | 2007-10-17 |
| | |||
* | #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | arbitrary users, so independent user access checks can be done in a request | ||
* | #172642 by dvessel: block theme file name suggestion for poll nodes | Gábor Hojtsy | 2007-09-06 |
| | |||
* | - Patch #172836 by Crell: split poll module. | Dries Buytaert | 2007-09-05 |
| | |||
* | #170677 by chx: roll back poll data loading to the load operation | Gábor Hojtsy | 2007-08-30 |
| | |||
* | - 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. |