summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object ↵Gábor Hojtsy2007-12-31
| | | | when it is passed by reference, so we need to live with dummy object passing with actions for object-less actions to support PHP 4
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* - Patch #194369 by webernet: fixed the default files directory on multi-site ↵Dries Buytaert2007-12-28
| | | | setups.
* - Patch #204083 by pwolanin: PHPdoc improvement.Dries Buytaert2007-12-28
|
* #194369 by lots of contributors: move default files directory to ↵Gábor Hojtsy2007-12-27
| | | | sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
* Reported at http://groups.drupal.org/node/7843 : language direction was not ↵Gábor Hojtsy2007-12-27
| | | | translated in the overview (it is in the form, so no new string for translators)
* #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titlesGábor Hojtsy2007-12-27
|
* #203794 by douggreen: nonexistent dependencies should not be considered on ↵Gábor Hojtsy2007-12-27
| | | | the dependency checker
* #204081 by chx: check menu arguments by type, so type casting will not cause ↵Gábor Hojtsy2007-12-27
| | | | problems
* - 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