Commit Graph

2406 Commits (e8fdcb2c3b5bd12accdee05cc6af404de27f3eb7)

Author SHA1 Message Date
Dries Buytaert b8a1eab1fb - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +00:00
Gábor Hojtsy 39d28bd43e #215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys 2008-02-04 12:07:23 +00:00
Gábor Hojtsy 06bb3d2e09 #117748 by quicksketch: short fix to trim() required fields for validation, with documentation 2008-02-04 10:23:32 +00:00
Gábor Hojtsy ab7fb80056 #216061 by Eaton: nid was not set in node creation (programatic node creation regression) 2008-02-03 19:26:10 +00:00
Gábor Hojtsy 60cb54b938 Back to 6.0-dev 2008-01-30 23:07:41 +00:00
Gábor Hojtsy c2665870c4 Preparing for RC3 2008-01-30 22:43:55 +00:00
Gábor Hojtsy 9edadd40dc #216042 by Eaton: provide the complete form to element validators as well (critical regression for CCK) 2008-01-30 21:42:17 +00:00
Gábor Hojtsy e85fa6970f #215127 by chx, webernet, catch; testing by theborg: menu item parenting was broken when moving menu items 2008-01-30 21:01:20 +00:00
Gábor Hojtsy 0a3eb9b0fd #215848 by simonc: SMALLTEXT is not a valid MySQL type, TINYTEXT is there instead 2008-01-30 14:34:29 +00:00
Gábor Hojtsy 8aeab150eb #215252 by bdragon: reset the cache flush variable before the cache is flushed, so busy sites will not attempt multiple cache flushes at a time 2008-01-29 11:36:06 +00:00
Gábor Hojtsy 518c56917b #215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and _menu_link_translate() 2008-01-29 11:01:32 +00:00
Gábor Hojtsy 4bdf24ea52 #210219 by htalvitie, yched: initialize block caching properties properly on install (and update bugos RC2 sites as well) 2008-01-28 19:56:27 +00:00
Gábor Hojtsy bf28630a5e #213664 by chx, theborg: menu item not expanded on front page 2008-01-28 19:09:19 +00:00
Gábor Hojtsy 10f7a8faa8 #193331 by ufku: the replace parameter was not used in file_save_upload() as documented, fix this 2008-01-28 17:00:36 +00:00
Gábor Hojtsy 279d2d4c44 #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups 2008-01-28 16:05:17 +00:00
Gábor Hojtsy 23607968df #207029 by JohnAlbin: some menu item properties were not passed along for theming (regression) 2008-01-28 15:55:25 +00:00
Gábor Hojtsy de791184f3 #214922 by Eaton: fix code typo which prevented from image buttons in a tree form from working 2008-01-28 12:09:12 +00:00
Gábor Hojtsy eb7d6f05ff #206955 follow up by merlinofchaos: avoid misusing default values for image buttons 2008-01-28 00:15:34 +00:00
Gábor Hojtsy d40bb1e98d #207330 by c960657: allow custom URL rewriter to work on base_url and fix urlencoding of front page URL with a path prefix 2008-01-27 19:57:36 +00:00
Gábor Hojtsy ba7399847f #172571 by fgm, slightly modified: document that theme_xml_icon() was superceded in most cases by theme_feed_icon() 2008-01-27 19:47:06 +00:00
Gábor Hojtsy 0fa792bdd1 #187075 by dvessel: do not compute a breadcrumb for the home page (regression) 2008-01-27 17:43:23 +00:00
Gábor Hojtsy 5ad519996d #212126 report by salvis, patch by myself: allow clearing of drupal_html_to_text() URL list, so it can be used multiple times on the page 2008-01-25 17:04:00 +00:00
Gábor Hojtsy ea79c66c03 #194327 by dvessel, David_Rothstein, catch, theborg: IE form submission button correction was buggy 2008-01-25 16:24:48 +00:00
Gábor Hojtsy ce8672a731 #213319 by add1sun: minor code documentation fix at template_preprocess_block() 2008-01-24 11:00:57 +00:00
Gábor Hojtsy b299b9ee21 #204411 by catch: elevate MySQL requirements to 4.1.1 (the first production MySQL 4.1.x was 4.1.5 anyway) 2008-01-24 10:46:54 +00:00
Gábor Hojtsy 7186c4433e #208768 by dvessel, Arancaytar: language direction should be in the HTML source, so it is more accessible even without CSS 2008-01-24 09:42:53 +00:00
Gábor Hojtsy ff4fd98430 #194494 by Jax, slightly expanded: unify empty password handling is MySQL and MySQLi installer and runtime drivers 2008-01-23 09:59:29 +00:00
Gábor Hojtsy 154bfccf15 #212409 by theborg: avoid calling check_plain() twice on menu links 2008-01-22 17:19:28 +00:00
Gábor Hojtsy af9b327ed0 #206778 follow up by dvessel: better filtering for subtheme files 2008-01-21 21:47:08 +00:00
Gábor Hojtsy fe65a869fa #195283 by pwolanin: code documentation for the 'forms' function group 2008-01-21 15:17:01 +00:00
Gábor Hojtsy 536fe2bbfb #210479 by catch, dvessel: add newlines to list items, so inline display and RTL issues are resolved 2008-01-21 12:05:36 +00:00
Gábor Hojtsy 3a934722e5 #196630 follow up by JirkaRybka: fix theme location information in maintenance theming, so IE6 fix CSS is loaded properly 2008-01-16 10:47:17 +00:00
Gábor Hojtsy 44d71e1eef #200674 by scor, catch: update.php should inform users if their memory limit will possibly result in a WSOD 2008-01-16 10:37:43 +00:00
Gábor Hojtsy f16986574a #209077 by bec: missing initialization for the placeholders array in drupal_write_record() 2008-01-16 10:37:30 +00:00
Gábor Hojtsy d2a9e857d9 #208991 by JirkaRybka: target sticky table headers to Drupal output tables only, so it won't sticky random tables in other site content 2008-01-15 10:43:00 +00:00
Gábor Hojtsy 1b2ce46df2 #201540 follow up by zoo33: move jpeg quality validation to where it belongs, so it is only called if the current image toolkit requires it 2008-01-15 10:17:42 +00:00
Dries Buytaert b62029cfb8 - Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's 'recoverable fatal errors'. 2008-01-15 08:13:40 +00:00
Gábor Hojtsy 3395c97e37 Back to 6.0-dev 2008-01-10 23:14:58 +00:00
Gábor Hojtsy 78bc68f304 Drupal 6 RC2 2008-01-10 22:47:17 +00:00
Gábor Hojtsy 7ecd63ed9f #208262 by jvandyk: better name for variable signing a menu rebuild requirement 2008-01-10 20:16:50 +00:00
Gábor Hojtsy f02c737296 A missing empty line 2008-01-10 20:05:30 +00:00
Gábor Hojtsy 23a80e22d1 #207908 by chx, docs by jvandyk: menu title custom translation was not invoked properly 2008-01-10 20:04:19 +00:00
Gábor Hojtsy d6c286a593 #206778 by dvessel: prevent themes from using their sub-theme's templates, when not intended 2008-01-09 22:01:29 +00:00
Gábor Hojtsy 8e765744e8 #207991 by Rok Zlender: xmlrpc_date did not parse dates well 2008-01-09 21:52:43 +00:00
Gábor Hojtsy 28a75046b5 #207982 by domasj: Lithuanian native language name was incorrect 2008-01-09 21:36:13 +00:00
Gábor Hojtsy 8ec14386b8 #207947 by Rok Zlender: whitespace missing between error messages in file.inc 2008-01-09 10:39:48 +00:00
Gábor Hojtsy 1ac7418865 #151910 by chx: support subqueries in db_rewrite_sql() - now that we use subqueries even in core, this was critical 2008-01-08 16:03:31 +00:00
Gábor Hojtsy b78a990270 #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
Gábor Hojtsy 66b7a5cb74 #199946 by JirkaRybka: append a short query string to CSS and JS files, changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush' 2008-01-07 19:43:29 +00:00
Gábor Hojtsy 8ea4186e71 #207170 by hswong3i slightly modified: drupal_write_record() did not return FALSE on query failure and had bad documentation on the returned values 2008-01-07 19:28:06 +00:00
Gábor Hojtsy 6d191fb5b5 #197720 follow up by keith.smith, scor: include php.ini path in memory limit messages 2008-01-07 15:31:50 +00:00
Gábor Hojtsy be9f7bf206 #206510 by pwolanin, chx: menu title arguments were not properly stored when they were empty 2008-01-06 16:47:19 +00:00
Gábor Hojtsy 8c809ebc3e #205602 by theborg: disabled languages were included in the language lookup logic 2008-01-06 16:46:02 +00:00
Dries Buytaert d1b58bb9c1 - Patch #199955 by saxofaan: file_upload_max_size() returns results in bytes, not in mega bytes. 2008-01-05 22:41:16 +00:00
Gábor Hojtsy b5e64f5a6e #197720 by nedjo, scor, keith.smith, catch: inform installing users about PHP memory requirements of Drupal 6 2008-01-04 17:19:04 +00:00
Gábor Hojtsy 89be29505b #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, implement better security checks 2008-01-04 09:31:49 +00:00
Gábor Hojtsy 819772ea65 #202955 by chx: menu_rebuild() needs to be called after maintenance mode, because stale data might end up in menu tables in maintenance mode 2008-01-03 10:51:30 +00:00
Gábor Hojtsy 18cabdb8d3 #205843 report by asimmonds, patch by chx: menu_valid_path() was used as an API function, but was located in menu.module, move to menu.inc 2008-01-03 09:59:00 +00:00
Gábor Hojtsy 18d46e4733 #205334 follow up by myself: options were improperly counted in language list (minor) 2008-01-02 22:49:43 +00:00
Gábor Hojtsy aecd316184 #168315 by schuyler1d: previous active database name was not consistently returned in db_set_active() 2008-01-02 19:15:34 +00:00
Gábor Hojtsy d2fddb4763 #201017 by chx: AHAH callbacks were not working for regular buttons 2008-01-02 15:18:15 +00:00
Gábor Hojtsy d3c14ad6fe #50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission 2008-01-02 14:29:32 +00:00
Gábor Hojtsy e58c6c36a7 #204872 report by hass, patch by myself: Mode radio button in locale import had bad default value 2008-01-02 13:27:26 +00:00
Gábor Hojtsy f96a1c7690 #205334 by hass: if more then 5 languages are available, use a dropdown not a radio button list (usability) 2008-01-02 12:04:17 +00:00
Gábor Hojtsy 93b4e1c41d #203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object 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 2007-12-31 14:51:04 +00:00
Dries Buytaert 178c28535b - Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :) 2007-12-31 08:54:37 +00:00
Dries Buytaert a88c178b91 - Patch #204221 by webernet: code style fixes. 2007-12-28 12:02:52 +00:00
Dries Buytaert fd85066b7c - Patch #194369 by webernet: fixed the default files directory on multi-site setups. 2007-12-28 10:50:51 +00:00
Dries Buytaert fc2805b30a - Patch #204083 by pwolanin: PHPdoc improvement. 2007-12-28 10:47:59 +00:00
Gábor Hojtsy 9b2bf38e83 #194369 by lots of contributors: move default files directory to sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier 2007-12-27 17:25:28 +00:00
Gábor Hojtsy 4441334133 Reported at http://groups.drupal.org/node/7843 : language direction was not translated in the overview (it is in the form, so no new string for translators) 2007-12-27 14:13:13 +00:00
Gábor Hojtsy 34afaf8f28 #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles 2007-12-27 14:03:37 +00:00
Gábor Hojtsy 2d128fc080 #203794 by douggreen: nonexistent dependencies should not be considered on the dependency checker 2007-12-27 12:31:05 +00:00
Gábor Hojtsy d0940351af #204081 by chx: check menu arguments by type, so type casting will not cause problems 2007-12-27 12:23:59 +00:00
Dries Buytaert 2a1e980cdd - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace. 2007-12-26 19:02:24 +00:00
Gábor Hojtsy 602cb01718 #198234 by bjaspan: fix improper type maps for numeric and char values in schema API 2007-12-23 13:22:12 +00:00
Gábor Hojtsy e08abdd252 #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed) 2007-12-23 13:17:20 +00:00
Gábor Hojtsy de79420bc9 #195176 by chx: form_set_error doxygen was misleading 2007-12-23 12:33:13 +00:00
Gábor Hojtsy ac4c8f7ab0 #203274 by Pasqualle: remove excessive witespace from our code (minor) 2007-12-22 23:24:26 +00:00
Gábor Hojtsy e60c31715d #200921 by Pancho: code consistency change, renaming an internal variable in drupal_get_schema() for better developer docs 2007-12-22 21:12:04 +00:00
Gábor Hojtsy 4b0d7f55dd #202925 report by beholder, patch by myself: (notice fix) only consider languages with a host set when comparing with the current host in domain language negotiation 2007-12-21 11:33:12 +00:00
Gábor Hojtsy d5974b7862 back to 6.x-dev 2007-12-20 23:14:11 +00:00
Gábor Hojtsy efd544136b Gearing up for Drupal 6 RC1 2007-12-20 22:41:24 +00:00
Gábor Hojtsy fc8b22c615 #196630 by yched: postpone warning message display until batch finished, so messages are not forgotten on non-JS batches 2007-12-20 11:57:20 +00:00
Gábor Hojtsy 1e63dd1ae6 #201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code 2007-12-20 09:20:41 +00:00
Gábor Hojtsy e6a4b82e6e #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding. 2007-12-20 08:57:55 +00:00
Gábor Hojtsy d8bd6cf97c #200185 by Pancho: truncate_utf8() was abused as if it was an UTF-8 character based string function, so align our code to that. Can be renamed to drupal_truncate_chars() in Drupal 7. 2007-12-20 08:46:01 +00:00
Gábor Hojtsy 090b90227b #199780 by Pancho and chx: fix problem in access rules check introduced in #174025 2007-12-20 08:20:58 +00:00
Gábor Hojtsy 310765bccb #192767 follow up by chx: array_shift() should not be called with runtime references 2007-12-19 22:42:07 +00:00
Gábor Hojtsy 1d4fc1b1af #202473 by keith.smith: pre-RC1 spell checking on hopefully final text 2007-12-19 21:40:05 +00:00
Gábor Hojtsy 277a15248f #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS aggregation; update help text to that effect 2007-12-19 17:19:50 +00:00
Gábor Hojtsy 58bf1c7927 #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server 2007-12-19 13:03:16 +00:00
Gábor Hojtsy efb2419db3 #194494 by blackdog: fix two noticed on install when password is not provided 2007-12-19 11:25:47 +00:00
Gábor Hojtsy 1ee3efdf55 #202184 by Rho_pare: fix drupal_alter() not checking for having an array, broken by #192767 2007-12-19 11:23:25 +00:00
Gábor Hojtsy c8826a6bc5 #110981 by saxofaan: allow contrib modules in install profiles and runtime to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements 2007-12-19 11:15:18 +00:00
Gábor Hojtsy ff6ce75f7b #200370 by quicksketch: fixes to drag and drop support to make it usable by CCK 2007-12-19 10:58:35 +00:00
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