Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #199780 by Pancho and chx: fix problem in access rules check introduced in ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | #174025 | ||
* | #192767 follow up by chx: array_shift() should not be called with runtime ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | references | ||
* | #202473 by keith.smith: pre-RC1 spell checking on hopefully final text | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | aggregation; update help text to that effect | ||
* | #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server | ||
* | #194494 by blackdog: fix two noticed on install when password is not provided | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #202184 by Rho_pare: fix drupal_alter() not checking for having an array, ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | broken by #192767 | ||
* | #110981 by saxofaan: allow contrib modules in install profiles and runtime ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements | ||
* | #200370 by quicksketch: fixes to drag and drop support to make it usable by CCK | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #189880 by keith.smith based on initial suggestions from O Govinda: much ↵ | Gábor Hojtsy | 2007-12-18 |
| | | | | better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6. | ||
* | #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. | ||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | defualt to JS settings, also providing an elegant bugfix to #201248 | ||
* | #201717 by catch: remove the utf8 update helper which is the remaining of ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | the removed 4.6 to 4.7 updates | ||
* | #194310 by chx, catch, KarenS: run updates for disabled but previously ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | installed modules, if they are compatible with the current system | ||
* | #200338 by m3avrck and quicksketch: fix transparent GIF resizing | Gábor Hojtsy | 2007-12-16 |
| | |||
* | #194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated ↵ | Gábor Hojtsy | 2007-12-16 |
| | | | | code will not see the caller module as current theme | ||
* | #182728 by gpk: more accurante phpdoc for db_rewrite_sql() and ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | _db_rewrite_sql(), mentioning table aliases used | ||
* | #194010 by chx: Proper recursive dependency checking and ordering module ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | installation in dependency order, so later installed modules can use previously installed module functionality | ||
* | #199654 by yched: stale schema cache was used when a schema cache refresh ↵ | Gábor Hojtsy | 2007-12-12 |
| | | | | was requested | ||
* | #199084 by chx: better conformance with ISO date formats in our xmlrpc code | Gábor Hojtsy | 2007-12-11 |
| | |||
* | #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ↵ | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | | the following issues: - possible timeouts with installing/enabling lots of modules at once in core - enable install profiles to have more modules without fear of timeouts on install - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch) | ||
* | #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 | ||
* | #198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do ↵ | Gábor Hojtsy | 2007-12-07 |
| | | | | not try to use the cache when resetting is asked | ||
* | #113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style ↵ | Gábor Hojtsy | 2007-12-07 |
| | | | | sheets when/where @import is used | ||
* | #198440 by davideads: provide the user object to all templates | Gábor Hojtsy | 2007-12-07 |
| | |||
* | #196043 by chx: menu items saved in the update but broken on the new system ↵ | Gábor Hojtsy | 2007-12-06 |
| | | | | (due to coming from disabled or old modules) were not possible to delete | ||
* | #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 |
| | |||
* | security fixes forward ported from Drupal 5.2 - previously not committed ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | parts of http://drupal.org/cvs?commit=74833 | ||
* | 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 | ||
* | #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes | ||
* | #197267 by ufku: fix copy-pasted incorrect documentation on two file functions | Gábor Hojtsy | 2007-12-03 |
| | |||
* | #141727 follow up by dvessel: fix maintenance theme in updates | Gábor Hojtsy | 2007-11-30 |
| | |||
* | #141727 follow up by dvessel: handle developer edge case in theme handling ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | when database is active, but tables are not there | ||
* | #194026 by mfer: if only themes add JS files, drupal.js and jquery.js were ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | not added | ||
* | #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | maintenance pages (regression) | ||
* | #194149 reported by hswong3i, in patch form by Rob Loach: action loading was ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | using improper variable and property names | ||
* | #137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | recursively | ||
* | #194743 by myself, reported and tested by Murz: the base URL was not ↵ | Gábor Hojtsy | 2007-11-29 |
| | | | | properly modified for outgoing links to different language domains and path aliases were not handled in the target language | ||
* | #194743 report by Murz, patch by myself: in domain language negotiation ↵ | Gábor Hojtsy | 2007-11-27 |
| | | | | mode, we should tell url() that we built an external URL, not that we need an absolute URL built by url() | ||
* | #195540 by hass: fix XHTML validity with disabled checkbox in locales form | Gábor Hojtsy | 2007-11-26 |
| | |||
* | #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | now optimized | ||
* | #193333 by quicksketch et al: taxonomy drag and drop support | Gábor Hojtsy | 2007-11-26 |
| | |||
* | - 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 #195173 by Eaton et al: allow administrators to clear all caches. | Dries Buytaert | 2007-11-26 |
| | |||
* | - Patch #192736 by quicksketch et al: drag and drop for book module. | Dries Buytaert | 2007-11-26 |
| | |||
* | #170514 by pwolanin: drastically reduce calls to cache clearing when the ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | menu needs to be rebuilt | ||
* | #193891 by mvc: fix NOTICE in database.mysqli.inc because of possibly ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | missing port number |