summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #194010 by chx: Proper recursive dependency checking and ordering module ↵Gábor Hojtsy2007-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 Hojtsy2007-12-12
| | | | was requested
* #199084 by chx: better conformance with ISO date formats in our xmlrpc codeGábor Hojtsy2007-12-11
|
* #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ↵Gábor Hojtsy2007-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 Hojtsy2007-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 Hojtsy2007-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 Hojtsy2007-12-07
| | | | sheets when/where @import is used
* #198440 by davideads: provide the user object to all templatesGábor Hojtsy2007-12-07
|
* #196043 by chx: menu items saved in the update but broken on the new system ↵Gábor Hojtsy2007-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 functionsGábor Hojtsy2007-12-06
|
* Back to 6.0-devGábor Hojtsy2007-12-05
|
* Drupal 6.0 beta 4Gábor Hojtsy2007-12-05
|
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-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 Hojtsy2007-12-05
| | | | http://drupal.org/cvs?commit=53675
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-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 functionsGábor Hojtsy2007-12-03
|
* #141727 follow up by dvessel: fix maintenance theme in updatesGábor Hojtsy2007-11-30
|
* #141727 follow up by dvessel: handle developer edge case in theme handling ↵Gábor Hojtsy2007-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 Hojtsy2007-11-30
| | | | not added
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #194149 reported by hswong3i, in patch form by Rob Loach: action loading was ↵Gábor Hojtsy2007-11-30
| | | | using improper variable and property names
* #137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays ↵Gábor Hojtsy2007-11-30
| | | | recursively
* #194743 by myself, reported and tested by Murz: the base URL was not ↵Gábor Hojtsy2007-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 Hojtsy2007-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 formGábor Hojtsy2007-11-26
|
* #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵Gábor Hojtsy2007-11-26
| | | | now optimized
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #195173 by Eaton et al: allow administrators to clear all caches.Dries Buytaert2007-11-26
|
* - Patch #192736 by quicksketch et al: drag and drop for book module.Dries Buytaert2007-11-26
|
* #170514 by pwolanin: drastically reduce calls to cache clearing when the ↵Gábor Hojtsy2007-11-26
| | | | menu needs to be rebuilt
* #193891 by mvc: fix NOTICE in database.mysqli.inc because of possibly ↵Gábor Hojtsy2007-11-26
| | | | missing port number
* #195202 by pwolanin: clear block cache before page cache, so stale data will ↵Gábor Hojtsy2007-11-26
| | | | not end up in the cache
* #173408 by markus_petrux / add1sun: move proxy IP configuration options to ↵Gábor Hojtsy2007-11-26
| | | | settings.php, because these need to be used before Drupal has the variables loaded from the database
* #194166 rollback and additional comments by chx: developers can modify menu ↵Gábor Hojtsy2007-11-24
| | | | editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
* - Removing excessive whitespace.Dries Buytaert2007-11-23
|
* #194652 by Heine: specify explicit accept-charset for forms to avoid browser ↵Gábor Hojtsy2007-11-23
| | | | guessing
* #192406 follow up by JirkaRybka: fix missing textgroup by using the default ↵Gábor Hojtsy2007-11-22
| | | | text group for PO imports when otherwise not instructed
* back to Drupal 6.0-devGábor Hojtsy2007-11-21
|
* Getting ready for Drupal 6.0-beta3Gábor Hojtsy2007-11-21
|
* #192406 by myself: imported locale files were not put into the right ↵Gábor Hojtsy2007-11-21
| | | | textgroup selected on the interface
* #173858 by myself: skip UTF-8 BOM when importing locale filesGábor Hojtsy2007-11-21
|
* #164330 follow up by webernet and Crell: remove XHTML invalidating ID ↵Gábor Hojtsy2007-11-21
| | | | attribute on links, where the classes are enough to identify them
* #193572 by Crell: fix drag and drop documentation and add drag and drop ↵Gábor Hojtsy2007-11-20
| | | | ordering to filter formats
* - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵Dries Buytaert2007-11-20
| | | | improvements for the vocabulary/term forms.
* #181126 by quicksketch et al: drag and drop support for menusGábor Hojtsy2007-11-20
|
* #193580 by chx: given recent improvements, Drupal does not require CREATE ↵Gábor Hojtsy2007-11-19
| | | | TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights
* #193191 by chx: allow form elements to enable form caching - allows custom ↵Gábor Hojtsy2007-11-19
| | | | form elements to leverage the AHAH framework
* #190283 by JirkaRybka and myself: fix installer localization and form handlingGábor Hojtsy2007-11-19
| | | | | | | - use a two pass localization process so localization is ready for the configure form and profile tasks - fix awkward form API workarounds which were introduced before we used a full bootstrap anyway - allow for more usable localized profiles by letting them skip language selection - lots of documentation improvements to profiles and the installer functions
* #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵Gábor Hojtsy2007-11-19
| | | | submissions