summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #198234 by bjaspan: fix improper type maps for numeric and char values in ↵Gábor Hojtsy2007-12-23
| | | | schema API
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #195176 by chx: form_set_error doxygen was misleadingGábor Hojtsy2007-12-23
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #200921 by Pancho: code consistency change, renaming an internal variable in ↵Gábor Hojtsy2007-12-22
| | | | drupal_get_schema() for better developer docs
* #202925 report by beholder, patch by myself: (notice fix) only consider ↵Gábor Hojtsy2007-12-21
| | | | languages with a host set when comparing with the current host in domain language negotiation
* back to 6.x-devGábor Hojtsy2007-12-20
|
* Gearing up for Drupal 6 RC1Gábor Hojtsy2007-12-20
|
* #196630 by yched: postpone warning message display until batch finished, so ↵Gábor Hojtsy2007-12-20
| | | | messages are not forgotten on non-JS batches
* #201536 by chx: centralizing permission checking code in node revision ↵Gábor Hojtsy2007-12-20
| | | | handling, removing lots of duplicate code
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵Gábor Hojtsy2007-12-20
| | | | all, so we know that this is the cause of problems, not the remote host not responding.
* #200185 by Pancho: truncate_utf8() was abused as if it was an UTF-8 ↵Gábor Hojtsy2007-12-20
| | | | character based string function, so align our code to that. Can be renamed to drupal_truncate_chars() in Drupal 7.
* #199780 by Pancho and chx: fix problem in access rules check introduced in ↵Gábor Hojtsy2007-12-20
| | | | #174025
* #192767 follow up by chx: array_shift() should not be called with runtime ↵Gábor Hojtsy2007-12-19
| | | | references
* #202473 by keith.smith: pre-RC1 spell checking on hopefully final textGábor Hojtsy2007-12-19
|
* #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS ↵Gábor Hojtsy2007-12-19
| | | | aggregation; update help text to that effect
* #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain ↵Gábor Hojtsy2007-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 providedGábor Hojtsy2007-12-19
|
* #202184 by Rho_pare: fix drupal_alter() not checking for having an array, ↵Gábor Hojtsy2007-12-19
| | | | broken by #192767
* #110981 by saxofaan: allow contrib modules in install profiles and runtime ↵Gábor Hojtsy2007-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 CCKGábor Hojtsy2007-12-19
|
* #189880 by keith.smith based on initial suggestions from O Govinda: much ↵Gábor Hojtsy2007-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 Hojtsy2007-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 Buytaert2007-12-18
| | | | (and removed spaces).
* #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by ↵Gábor Hojtsy2007-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 Hojtsy2007-12-17
| | | | the removed 4.6 to 4.7 updates
* #194310 by chx, catch, KarenS: run updates for disabled but previously ↵Gábor Hojtsy2007-12-17
| | | | installed modules, if they are compatible with the current system
* #200338 by m3avrck and quicksketch: fix transparent GIF resizingGábor Hojtsy2007-12-16
|
* #194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated ↵Gábor Hojtsy2007-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 Hojtsy2007-12-14
| | | | _db_rewrite_sql(), mentioning table aliases used
* #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