Commit Graph

2260 Commits (b4f2f168c51fe3f595e158e891493ffb80a23943)

Author SHA1 Message Date
Gábor Hojtsy 4c990fb7cc #189880 by keith.smith based on initial suggestions from O Govinda: much better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6. 2007-12-18 16:27:44 +00:00
Gábor Hojtsy e7fc2383df #192767 by fago, Eaton, chx: taking form_state per reference in form constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7. 2007-12-18 16:24:01 +00:00
Dries Buytaert 02539ac3f8 - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces). 2007-12-18 10:31:42 +00:00
Gábor Hojtsy 83bde0f547 #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by defualt to JS settings, also providing an elegant bugfix to #201248 2007-12-17 23:43:43 +00:00
Gábor Hojtsy 33839435ee #201717 by catch: remove the utf8 update helper which is the remaining of the removed 4.6 to 4.7 updates 2007-12-17 18:50:51 +00:00
Gábor Hojtsy dfe1225147 #194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system 2007-12-17 12:23:01 +00:00
Gábor Hojtsy 1f2d77b380 #200338 by m3avrck and quicksketch: fix transparent GIF resizing 2007-12-16 22:09:36 +00:00
Gábor Hojtsy 2035f1d48f #194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated code will not see the caller module as current theme 2007-12-16 14:09:24 +00:00
Gábor Hojtsy adb03ebe78 #182728 by gpk: more accurante phpdoc for db_rewrite_sql() and _db_rewrite_sql(), mentioning table aliases used 2007-12-14 19:15:47 +00:00
Gábor Hojtsy 050008410d #194010 by chx: Proper recursive dependency checking and ordering module installation in dependency order, so later installed modules can use previously installed module functionality 2007-12-13 10:46:43 +00:00
Gábor Hojtsy 2325fd5105 #199654 by yched: stale schema cache was used when a schema cache refresh was requested 2007-12-12 14:54:27 +00:00
Gábor Hojtsy 3d22fe4357 #199084 by chx: better conformance with ISO date formats in our xmlrpc code 2007-12-11 12:32:33 +00:00
Gábor Hojtsy a33b43386d #176003 by yched, KarenS, dvessel: put module installs into a batch, solving 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)
2007-12-08 15:15:25 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy aaaf8f572d #198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do not try to use the cache when resetting is asked 2007-12-07 18:24:55 +00:00
Gábor Hojtsy 5d8cf1b865 #113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style sheets when/where @import is used 2007-12-07 11:14:05 +00:00
Gábor Hojtsy 7b38b291b4 #198440 by davideads: provide the user object to all templates 2007-12-07 10:14:03 +00:00
Gábor Hojtsy cd8afc2be1 #196043 by chx: menu items saved in the update but broken on the new system (due to coming from disabled or old modules) were not possible to delete 2007-12-06 21:35:14 +00:00
Gábor Hojtsy d83289f857 #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions 2007-12-06 09:58:34 +00:00
Gábor Hojtsy 57cedbb56d Back to 6.0-dev 2007-12-05 21:31:59 +00:00
Gábor Hojtsy aa6f1c8315 Drupal 6.0 beta 4 2007-12-05 21:18:29 +00:00
Gábor Hojtsy afe3f4318d security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833 2007-12-05 19:12:59 +00:00
Gábor Hojtsy bc0d7cb369 XSS fixes forward ported from Drupal 5.1 - previously not committed parts of http://drupal.org/cvs?commit=53675 2007-12-05 18:13:03 +00:00
Gábor Hojtsy 5bb6927e18 #196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes 2007-12-05 16:34:07 +00:00
Gábor Hojtsy 3fb6f14a5a #197267 by ufku: fix copy-pasted incorrect documentation on two file functions 2007-12-03 09:02:37 +00:00
Gábor Hojtsy cf8ef30aa1 #141727 follow up by dvessel: fix maintenance theme in updates 2007-11-30 23:09:14 +00:00
Gábor Hojtsy 947251bc83 #141727 follow up by dvessel: handle developer edge case in theme handling when database is active, but tables are not there 2007-11-30 16:10:28 +00:00
Gábor Hojtsy 5120c8a8dd #194026 by mfer: if only themes add JS files, drupal.js and jquery.js were not added 2007-11-30 15:31:13 +00:00
Gábor Hojtsy e9f52b4248 #141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression) 2007-11-30 12:19:10 +00:00
Gábor Hojtsy 6d4b0a24fa #194149 reported by hswong3i, in patch form by Rob Loach: action loading was using improper variable and property names 2007-11-30 09:20:27 +00:00
Gábor Hojtsy 333a540f41 #137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays recursively 2007-11-30 09:16:02 +00:00
Gábor Hojtsy 5395f208d3 #194743 by myself, reported and tested by Murz: the base URL was not properly modified for outgoing links to different language domains and path aliases were not handled in the target language 2007-11-29 14:42:31 +00:00
Gábor Hojtsy b0a4ad29da #194743 report by Murz, patch by myself: in domain language negotiation mode, we should tell url() that we built an external URL, not that we need an absolute URL built by url() 2007-11-27 12:32:13 +00:00
Gábor Hojtsy b82738fa3f #195540 by hass: fix XHTML validity with disabled checkbox in locales form 2007-11-26 23:33:03 +00:00
Gábor Hojtsy efbd1db550 #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, now optimized 2007-11-26 22:34:09 +00:00
Gábor Hojtsy e6a88be5d1 #193333 by quicksketch et al: taxonomy drag and drop support 2007-11-26 19:46:52 +00:00
Dries Buytaert 9a96837b89 - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. 2007-11-26 16:36:44 +00:00
Dries Buytaert 22444f2fed - Patch #195173 by Eaton et al: allow administrators to clear all caches. 2007-11-26 16:25:14 +00:00
Dries Buytaert 58852d4b7b - Patch #192736 by quicksketch et al: drag and drop for book module. 2007-11-26 16:19:37 +00:00
Gábor Hojtsy abd2477d7b #170514 by pwolanin: drastically reduce calls to cache clearing when the menu needs to be rebuilt 2007-11-26 08:49:03 +00:00
Gábor Hojtsy a989f6cd50 #193891 by mvc: fix NOTICE in database.mysqli.inc because of possibly missing port number 2007-11-26 08:21:49 +00:00
Gábor Hojtsy a069d06465 #195202 by pwolanin: clear block cache before page cache, so stale data will not end up in the cache 2007-11-26 08:18:50 +00:00
Gábor Hojtsy f337abfa69 #173408 by markus_petrux / add1sun: move proxy IP configuration options to settings.php, because these need to be used before Drupal has the variables loaded from the database 2007-11-26 08:06:52 +00:00
Gábor Hojtsy 5dcacebf26 #194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway 2007-11-24 20:59:32 +00:00
Dries Buytaert 2f0657bc3d - Removing excessive whitespace. 2007-11-23 13:34:55 +00:00
Gábor Hojtsy 8baa1261ed #194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing 2007-11-23 12:02:38 +00:00
Gábor Hojtsy 63e91b0ad8 #192406 follow up by JirkaRybka: fix missing textgroup by using the default text group for PO imports when otherwise not instructed 2007-11-22 23:58:34 +00:00
Gábor Hojtsy 98eefd9f0c back to Drupal 6.0-dev 2007-11-21 22:53:40 +00:00
Gábor Hojtsy b3bda1c1e9 Getting ready for Drupal 6.0-beta3 2007-11-21 22:33:30 +00:00
Gábor Hojtsy 5ed3db7c8b #192406 by myself: imported locale files were not put into the right textgroup selected on the interface 2007-11-21 22:04:37 +00:00