Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #441962 by brianV: code style and documentation clean-up. | Dries Buytaert | 2009-04-26 |
| | |||
* | #369409 by dropcube: Move block.tpl.php to block.module rather than ↵ | Angie Byron | 2009-04-26 |
| | | | | system.module. | ||
* | - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled. | Dries Buytaert | 2009-04-21 |
| | |||
* | - Patch #427296 by taz88ny: move some code from system.module to bloc.module ↵ | Dries Buytaert | 2009-04-20 |
| | | | | where it belongs. | ||
* | - Patch #424252 by swentel: move block cache settings from system module to ↵ | Dries Buytaert | 2009-04-05 |
| | | | | block module now block module is optional. | ||
* | #401214 by Xano: Make custom block body required so it's not possible to ↵ | Angie Byron | 2009-03-17 |
| | | | | create blocks that don't show up. | ||
* | - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵ | Dries Buytaert | 2009-03-08 |
| | | | | 'input formats'. | ||
* | #135976 by Dave Reid: Move Administration Theme setting to the themes page ↵ | Angie Byron | 2009-02-11 |
| | | | | where it is findable (with tests). | ||
* | - Patch #367380 by Moshe: make block module optional. | Dries Buytaert | 2009-02-03 |
| | |||
* | - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵ | Dries Buytaert | 2009-01-27 |
| | | | | hook_page_alter. Oh, behave. | ||
* | - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵ | Dries Buytaert | 2009-01-21 |
| | | | | format' based on UMN usability study. | ||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #352054 by catch: convert calls to db_placeholders() in static queries. | Dries Buytaert | 2008-12-29 |
| | |||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #331570 by recidive: rename block module tables to singular. ↵ | Dries Buytaert | 2008-11-15 |
| | | | | Requires you to run update.php. | ||
* | - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵ | Dries Buytaert | 2008-11-11 |
| | | | | cache registry lookups. | ||
* | - Patch #319788 by stella, nedjo et al: pass language code to filters when ↵ | Dries Buytaert | 2008-11-08 |
| | | | | available. | ||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 |
| | | | | to allow for localization of permission names | ||
* | - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵ | Dries Buytaert | 2008-10-06 |
| | | | | well as two small kittens. | ||
* | #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵ | Angie Byron | 2008-09-27 |
| | | | | FAPI property that can be used by WYSIWYG editors. WOOHOO. | ||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. | Dries Buytaert | 2008-07-17 |
| | |||
* | - Patch #101543 by webchick: document all constants. | Dries Buytaert | 2008-05-26 |
| | |||
* | - Patch #257634 by Senpai and catch: code clean-up | Dries Buytaert | 2008-05-15 |
| | |||
* | - 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 #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the ↵ | Dries Buytaert | 2008-04-16 |
| | | | | throttle module from Drupal core. | ||
* | - 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 #232037 by pwolanin and flobruit: block_list() renders all blocks ↵ | Dries Buytaert | 2008-03-21 |
| | | | | even on 404. Refactored the code a bit so ithere is a split between loading and rendering of blocks. By doing so, we are no longer forced to render _all_ blocks if we know they won't be shown. There is more room for improvement here, I believe, but this is an incremental improvement. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | #157652 by beginner, Steven Merrill and killes: block_user() had a global ↵ | Gábor Hojtsy | 2008-02-03 |
| | | | | user object and a user parameter colliding | ||
* | #211742 by theborg, chx: detect and solve the problem when blocks are ↵ | Gábor Hojtsy | 2008-01-25 |
| | | | | assigned to invalid regions (happens in theme development) | ||
* | #203482 by Desbeers: block module HTML typo in help (outside t()) | Gábor Hojtsy | 2007-12-24 |
| | |||
* | #202473 by keith.smith: pre-RC1 spell checking on hopefully final text | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #202425 by keith.smith: standardize reference to block placement page as ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | 'blocks administration page' to avoid any confusion | ||
* | #192779 follow up by Lynn: only show enabled themes on block admin page ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | *and* the admin theme (which might not be enabled) | ||
* | #199890 by gaele, keith.smith: improve block module help text, include ↵ | Gábor Hojtsy | 2007-12-18 |
| | | | | description of drag and drop and better help about the throttle functionality; also comes in smaller chunks which makes it easier to translate and update later | ||
* | #199832 by theborg, Pasqualle: block title defined as NOT NULL, so requires ↵ | Gábor Hojtsy | 2007-12-18 |
| | | | | a default empty string even if not set (fixes a theme notice but also a pgsql error) | ||
* | #192779 by gaele: (usability) only show theme tabs on the blocks page for ↵ | Gábor Hojtsy | 2007-12-16 |
| | | | | enabled themes, for consistency with the theme settings page | ||
* | #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 | ||
* | #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 | ||
* | - 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. | ||
* | - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵ | Dries Buytaert | 2007-11-14 |
| | | | | block adminsitration page. | ||
* | #190128 by bjaspan and chx: fix _block_rehash() functionality on PostgreSQL | Gábor Hojtsy | 2007-11-07 |
| | |||
* | #80963 by chx with multiple contributors: remove deletion and database lock ↵ | Gábor Hojtsy | 2007-11-06 |
| | | | | based block rehash code, replace it with simpler updates | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #183690 by Wim Leers: (developer improvement) abstract path matching to ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | drupal_match_path() from block listing, so this gets reusable when path based matching is required | ||
* | #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 | ||
* | - Patch #181177 by John Morahan: updated TODO (documentation). | Dries Buytaert | 2007-10-06 |
| | |||
* | #157752 follow up patch by scor: fix two form menu callbacks | Gábor Hojtsy | 2007-10-05 |
| |