Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #248436 by catch: fixed some bugs in the statistics module, wrote ↵ | Dries Buytaert | 2008-05-07 |
| | | | | some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it. | ||
* | - 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 #227830 by JohnAlbin: link attributes added to l() incorrectly. | Dries Buytaert | 2008-05-02 |
| | |||
* | - 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 #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 #228594 by catch et al: removed access rule functionality from core. | Dries Buytaert | 2008-04-08 |
| | | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings. | ||
* | - Patch #241369 by kkaefer: code style improvements for easier patching later. | Dries Buytaert | 2008-04-01 |
| | |||
* | - Patch #231437 by catch, Rob, freso et al: remove ping module from core. | Dries Buytaert | 2008-03-11 |
| | |||
* | - 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 #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #221072 by Pancho: fixed access control check on the theme ↵ | Dries Buytaert | 2008-02-14 |
| | | | | configuration page. | ||
* | - Patch #219366 by pwolanin: cannot add external links to admin interface. | Dries Buytaert | 2008-02-12 |
| | |||
* | - Patch #220329 by catch: bumped the minimum MySQL requirement for Drupal 7 ↵ | Dries Buytaert | 2008-02-12 |
| | | | | to MySQL 5. | ||
* | - Patch #220260 by webchick: proper version constant for D7. Oh yeah. :) | Dries Buytaert | 2008-02-12 |
| | |||
* | - Patch #214513 by Lynn: missing break-statement in system_send_email_action. | Dries Buytaert | 2008-02-06 |
| | |||
* | #215858 by pwolanin: localized menu options were saved into the database, ↵ | Gábor Hojtsy | 2008-02-04 |
| | | | | avoid this by using different variable names / array keys | ||
* | Back to 6.0-dev | Gábor Hojtsy | 2008-01-30 |
| | |||
* | Preparing for RC3 | Gábor Hojtsy | 2008-01-30 |
| | |||
* | #105405 by chx, Pancho: (regression) remove web server version checking; it ↵ | Gábor Hojtsy | 2008-01-30 |
| | | | | is not in Drupal 5; Apache 1.3 is surpassed for a long time now | ||
* | #210219 by htalvitie, yched: initialize block caching properties properly on ↵ | Gábor Hojtsy | 2008-01-28 |
| | | | | install (and update bugos RC2 sites as well) | ||
* | #204411 by catch: elevate MySQL requirements to 4.1.1 (the first production ↵ | Gábor Hojtsy | 2008-01-24 |
| | | | | MySQL 4.1.x was 4.1.5 anyway) | ||
* | Outdated use of watchdog() noticed while creating translation templates | Gábor Hojtsy | 2008-01-22 |
| | |||
* | Back to 6.0-dev | Gábor Hojtsy | 2008-01-10 |
| | |||
* | Drupal 6 RC2 | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #197720 by nedjo, scor, keith.smith, catch: inform installing users about ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | PHP memory requirements of Drupal 6 | ||
* | #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | implement better security checks | ||
* | - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace. | Dries Buytaert | 2007-12-26 |
| | |||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #199241 by bjaspan, Heine: fix documentation on how confirm forms are ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | constructed; port of Drupal 5 fix | ||
* | back to 6.x-dev | Gábor Hojtsy | 2007-12-20 |
| | |||
* | Gearing up for Drupal 6 RC1 | Gábor Hojtsy | 2007-12-20 |
| | |||
* | #201577 by Pasqualle: let the admin theme be configured even if it is ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | disabled (mirror blocks admin behavior) | ||
* | #202559 by Pasqualle: just removing some trailing white space from end of lines | Gábor Hojtsy | 2007-12-20 |
| | |||
* | #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | all, so we know that this is the cause of problems, not the remote host not responding. | ||
* | #202473 by keith.smith: three more typos fixed | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #201540 by theborg, douggreen, Pancho: some system setting were not ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | validated properly; also added missing required field markers | ||
* | #202169 by keith.smith: system module help updated to latest feature set, ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | links to themes and modules | ||
* | #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵ | Gábor Hojtsy | 2007-12-16 |
| | | | | aggregator, comment and system modules | ||
* | #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 | ||
* | #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions | Gábor Hojtsy | 2007-12-06 |
| | |||
* | Back to 6.0-dev | Gábor Hojtsy | 2007-12-05 |
| | |||
* | Drupal 6.0 beta 4 | Gábor Hojtsy | 2007-12-05 |
| | |||
* | #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | maintenance pages (regression) | ||
* | - 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. | ||
* | #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵ | Gábor Hojtsy | 2007-11-24 |
| | | | | download links and include more pointers to these locations | ||
* | back to Drupal 6.0-dev | Gábor Hojtsy | 2007-11-21 |
| |