Commit Graph

1020 Commits (777a7b91644fc2f653959ab83a0630132c90c90c)

Author SHA1 Message Date
Jennifer Hodgdon ac8fb672d4 Issue #1347890 by hansyg: Fix typo in file.field.inc 2012-03-29 13:54:48 -07:00
Jennifer Hodgdon 923e1ffc94 Issue #1327484 by nmudgal: Fix a couple of docs headers in Book module 2012-03-29 13:50:53 -07:00
Dries 315793a7f2 - Patch #1452070 by aloyr: incorrect code comment in menu_block_info(). 2012-03-29 15:31:52 -04:00
Dries 01b40c0248 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-03-29 15:21:48 -04:00
Dries 31461129dc - Patch #1345970 by tsvenson: rename 'Translate' tab to 'Translations'. 2012-03-29 15:21:37 -04:00
Dries f61f7cc359 - Patch #1497182 by Crell, BTMash: Update to latest Symfony 2.1 code. This is commit c4dfe931f1ce8827f8c02975bc0ab405bdc8d27c out of Symfony. 2012-03-28 15:08:43 -04:00
Dries 458bb244c9 - Patch #1497182 by Crell, BTMash: Update to latest Symfony 2.1 code. This is commit c4dfe931f1ce8827f8c02975bc0ab405bdc8d27c out of Symfony. 2012-03-28 15:05:43 -04:00
Jennifer Hodgdon 56741a0937 Issue #1355682 by chertzog: Clean up API docs for the Path module 2012-03-28 11:02:04 -07:00
Jennifer Hodgdon 72f97d9a3f Issue #1500160 by jmarkel, tstoeckler: Better documentation for hook_block_info, especially the pages component 2012-03-28 10:33:43 -07:00
catch 4b3298eb97 Issue #1171866 by sun: Fixed Enforced fetching of fields/columns in lowercase breaks third-party integration. 2012-03-28 13:34:43 +09:00
webchick 3cc0296738 Issue #41595 follow-up by BTMash, scor: Fixed pager tests so they now work from Drupal sub-directory installs. 2012-03-27 14:26:09 -07:00
catch 5e0041c42b Issue #1150134 by dcmouyard, nod_: Admin Panels — Remove Columns for screen widths under 600px. 2012-03-27 16:04:31 +09:00
catch 7385e0536e Issue #1497020 by Damien Tournoud: Fixed SQLite broken after PSR-0. 2012-03-27 16:00:04 +09:00
catch 1f88ff7c19 Issue #1497408 by Dan Silver: Fixed URL being passed through t(). 2012-03-27 15:58:42 +09:00
catch 9e1c680106 Issue #1217000 by jyve, aspilicious: Clean up the CSS for Filter module. 2012-03-27 15:55:05 +09:00
catch 9388d922e9 Issue #918356 by David_Rothstein, tekante, dstol, mikestefff, franz: Fixed WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used. 2012-03-27 15:53:33 +09:00
catch 6218db81f9 Issue #1217038 by jyve, idflood, dcmouyard, aspilicious: Clean up the CSS for the Shortcut module. 2012-03-27 15:33:36 +09:00
catch d672bcc401 Issue #1174938 by ericduran, aspilicious, voxpelli, David_Rothstein, effulgentsia: Added Natively support the HTML5 #required FAPI property. 2012-03-27 15:23:35 +09:00
catch 97674b9f05 Issue #1174628 by Dave Reid, Niklas Fiekas, ericduran, Jacine: Add new HTML5 FAPI element: search. 2012-03-27 15:17:38 +09:00
webchick 9e90c3e741 Issue #1338282 by Damien Tournoud, zymsys, JamesOakley, pillarsdotnet, chx: Fixed php notice in menu_link_save(). 2012-03-26 21:48:06 -07:00
Jennifer Hodgdon 0f3ad42730 Issue #1346468 by rootwork, mallezie: Add reference to html.tpl.php to page.tpl.php 2012-03-26 10:44:22 -07:00
webchick 4914ff1cc0 Revert "Issue #1475666 by filijonka, Devin Carlson, Kevin Morse, tstoeckler, Niklas Fiekas: Fixed PHP error because of typo in form.inc line 3025."
This reverts commit c804c2bc67.
2012-03-25 10:29:17 -06:00
webchick bb3270d80a Issue #1335388 by wojtha: Fixed Warning: strpos(): Empty delimiter in search_simplify_excerpt_match(). 2012-03-24 00:35:42 -06:00
webchick edb7ea957c Issue #1378092 by oriol_e9g, wedge, beejeebus: Fixed User pictures are not removed properly. 2012-03-24 00:33:20 -06:00
webchick 67235411bb Issue #687586 by oriol_e9g, Mike Wacker, agentrickard: Fixed Remove access check from user_register_submit(). 2012-03-24 00:31:35 -06:00
webchick 9163c0893e Issue #1009832 by edb, chertzog, rjgoldsborough: Added menu name to breadcrumb on List Links page. 2012-03-24 00:27:36 -06:00
webchick 57a156ef96 Issue #692366 by underq, bradweikel, willmoy, kid_icarus | foripepe: Fixed Stop forcing language/mirror for PHP manual links. 2012-03-24 00:14:35 -06:00
webchick c3dde87b4b Issue #1497262 by chx, BTMash: Add btmash as the db update maintainer. 2012-03-23 16:31:19 -06:00
Dries c16a978c2a - Patch #1497088 by acrollet: Fixed Empty configuration values should return an empty string instead of an empty array. 2012-03-23 16:21:49 -06:00
Dries 0de82eeffe - Patch #1454630 by mottihoresh: user_autocomplete() page callback uses as a local variable (coding standards, bad example). 2012-03-23 16:03:55 -06:00
Dries 938baf76b4 - Patch #1322794 by scor: follow up patch fixing the 'No newline at end of file' in ie-rtl.css and ie.css. 2012-03-23 15:42:08 -06:00
Dries d2f1b2560f - Patch #1484690 by Pol, jhedstrom, beejeebus: implement overrides in the configuration system. 2012-03-23 15:35:53 -06:00
Dries 5868d523c9 - Patch #1322794 by JohnAlbin, alanburke, jrbeeman, rupl, Tor Arne Thune: make Stark use a responsive layout. 2012-03-23 14:43:01 -06:00
Dries 5d2dca6829 - Patch #1476824 by Kevin Morse, Haza, droplet: micro clean up to tabledrag.js. 2012-03-23 14:02:29 -06:00
Dries 13f73f695e - Patch #1496638 by ksenzee: roll back system_settings_form_submit(). 2012-03-23 13:58:41 -06:00
Dries bf1ed668d3 - Patch #1479638 by droplet: rename WATCHDOG_CRITICALI constant to WATCHDOG_CRITICAL. 2012-03-23 13:52:49 -06:00
webchick 0eda2c5870 Issue #1395974 by webbykat, Michelle, rdrh555: Clarify field_purge_batch() documentation. 2012-03-23 13:45:06 -06:00
Jennifer Hodgdon 824ba69df5 Issue #1350892 by nit3ch: Fix doc for type arg of node_type_form 2012-03-23 10:41:58 -07:00
catch 1198964079 Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien Tournoud: Fixed Eliminate $user->cache and {session}.cache in favor of $_SESSION['cache_expiration()'][]. 2012-03-23 16:52:50 +09:00
catch 2178d43211 Issue #1491526 by c960657: Fixed Cannot install Drupal on PostgreSQL. 2012-03-23 16:51:01 +09:00
Jennifer Hodgdon 5e0eac1c0f Issue #1471418 by nmudgal: Add note to hook_custom_theme docs about page caching 2012-03-22 16:44:01 -07:00
catch c804c2bc67 Issue #1475666 by filijonka, Devin Carlson, Kevin Morse, tstoeckler, Niklas Fiekas: Fixed PHP error because of typo in form.inc line 3025. 2012-03-22 17:08:05 +09:00
catch 92373806e4 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:19:45 +09:00
catch b402d4b384 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:18:36 +09:00
catch 71296a8075 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:16:58 +09:00
catch a97f440f03 Revert "- Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular."
This reverts commit 854ad21158.
2012-03-21 19:15:16 +09:00
catch 611af51d0a Issue #532512 by Sutharsan: Follow-up for plural string storage upgrade path. 2012-03-21 15:55:44 +09:00
catch efc984dfda Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates. 2012-03-21 14:51:30 +09:00
catch 61705d9ab5 Issue #1439462 by nod_: Drop our custom $.support.positionFixed and use jQuery's $.support.fixedPosition. 2012-03-21 14:49:44 +09:00
catch f1d90a0c65 Issue #1428524 by nod_, katbailey: Replace all $.each() with filtered for loop. 2012-03-21 14:40:42 +09:00
catch 2afd1ed4c4 Issue #1467126 by effulgentsia, Rob Loach, sun, catch, amateescu, yched, EclipseGc: Fixed Provider based PSR-0 Classes that load more than once. 2012-03-21 14:18:52 +09:00
Jennifer Hodgdon f753861539 Issue #1491248 by bowersox: Name change for Accessibilty maintainer 2012-03-20 16:35:18 -07:00
Jennifer Hodgdon d8a485427c Issue #1368872 by kid_icarus: A bit more API cleanup for syslog module 2012-03-19 14:22:01 -07:00
Jennifer Hodgdon 5f58ed3d6f Issue #1483664 by nmudgal, chertzog: Fix hook_user_presave example so it actually would work 2012-03-19 06:57:02 -07:00
Jennifer Hodgdon 7083dd109f Issue #1488414 by nmudgal, chertzog: Add comment to user_schema to explain why table name is plural in spite of our usual standards 2012-03-19 06:51:12 -07:00
catch 39b05037b2 Issue #158803 by clemens.tolboom, Sutharsan, Gábor Hojtsy: Hide 'Language' column in content overview table if only one language is enabled. 2012-03-19 15:57:15 +09:00
catch b49fa1b050 Issue #1324058 by isay: Fixed forum-rtl.css does not overide #forum div.indent from margin-left to margin-right. 2012-03-19 12:27:28 +09:00
Jennifer Hodgdon ce2182fa32 Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox 2012-03-18 16:38:31 -07:00
Dries 20f26110a1 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-03-15 21:32:43 -04:00
Dries 854ad21158 - Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular. 2012-03-15 21:32:34 -04:00
Jennifer Hodgdon ca921c5781 Revert of #1479652 commit b287d6ee1a - there were files missing from the commit 2012-03-15 11:48:21 -07:00
Dries b287d6ee1a - Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular. 2012-03-15 12:45:22 -04:00
Dries e2b2a3e0dd - Patch #1473600 by amateescu, Berdir: Convert archiver.inc to PSR-0. 2012-03-15 12:38:32 -04:00
Dries 50a8bb8523 - Patch #1473600 by amateescu, Berdir: Convert archiver.inc to PSR-0. 2012-03-15 12:37:16 -04:00
catch eab48b5956 Issue #312458 by Heine, sun: Fixed HTML filter is not run first by default, despite default weight. 2012-03-15 13:10:34 +09:00
Jennifer Hodgdon 17269ee9b2 Issue #1480570 by Gaelan: Make default clear in drupal_add_css() args doc 2012-03-14 15:16:58 -07:00
catch f5032a6cff Issue #1180112 by franz, Pedro Lozano, amateescu: Move drupal_*_schema_*() functions into one place. 2012-03-15 00:29:10 +09:00
catch 5ed09e2de9 Issue #1467126: yarisugi. 2012-03-15 00:17:46 +09:00
catch 9ef50537bc Issue #1467126: committing newly added files. 2012-03-15 00:14:55 +09:00
catch 9ab046c976 Issue #1467126 by Rob Loach, sun, effulgentsia, amateescu, EclipseGc: Provider based PSR-0 Classes. 2012-03-14 17:55:55 +09:00
catch 1de01b0025 Issue #1471364 by amateescu: Move mail system classes from system.mail.inc to PSR-0 classes in Drupal\Core. 2012-03-14 17:54:05 +09:00
catch fe263c8f19 Issue #1221710 by aspilicious, jessebeach: Convert aggregator-summary-item.tpl.php to HTML5. 2012-03-14 13:26:18 +09:00
catch 3ed34f67dc Issue #1203112 by droplet, dcmouyard: Added X-UA-Compatible HTTP header. 2012-03-14 13:22:37 +09:00
catch 3692eb3d5c Issue #1315616 by amateescu: Follow up for adding a definition list for the poll results. 2012-03-14 13:11:26 +09:00
webchick 9f205a9767 Issue #1282156 by karschsp, kika: Convert IP-blocking table to 'Empty table pattern'. 2012-03-13 12:42:14 -07:00
Jennifer Hodgdon f3e39f7dc7 Issue #1472614 by filijonka: Fix return value docs for hook_node_update_index() 2012-03-13 12:08:05 -07:00
webchick 211ff3f2f1 Revert "Issue #1089040 by Remon, mlncn: Added Cache rdf_get_namespaces() using drupal_static(). Don't add caches unless there's a demonstrated performance degradation."
This reverts commit 8d1534410d.
2012-03-13 09:13:18 -07:00
catch 0549db82c6 Issue #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, xjm, das-peter, et al: Fixed Allow autocompletion requests to include slashes. 2012-03-13 17:13:59 +09:00
catch aab8b66a29 Issue #1373142 by sun, beejeebus, aspilicious, amateescu: Use the Testing profile. Speed up testbot by 50%. 2012-03-13 12:16:40 +09:00
Jennifer Hodgdon 7b709f9277 Issue #1431632 by NROTC_Webmaster: Fix one line of doc in translation.test 2012-03-12 15:37:11 -07:00
Jennifer Hodgdon ec69f0ec92 Issue #1431632 by NROTC_Webmaster: Fix up API docs for translation module 2012-03-12 09:02:53 -07:00
catch 8aa81cac8c Issue #1199774 by nod_, droplet, xjm: Fixed toolbar layout error in IE. 2012-03-12 12:11:11 +09:00
catch 9e43704ae6 Issue #1468244 by amateescu, aspilicious: Convert DrupalQueue system to PSR-0. 2012-03-12 12:07:39 +09:00
catch d4442020dd Issue #1164812 by Niklas Fiekas, xjm: Improve UX for machine names for fields. 2012-03-12 12:00:51 +09:00
webchick ae05a8de86 Issue #1476812 by droplet: Fixed hooks file_field_delete_file() takes only 2 arguments. 2012-03-11 11:38:23 -07:00
Dries 5bbf6609b5 - Patch #1216976 by cosmicdreams, DyanneNova, aspilicious, rupl, Jacine, mortendk, dcmouyard: clean up the CSS for Comment module. 2012-03-11 08:23:00 -04:00
Dries d5358b234d - Patch #1216976 by cosmicdreams, DyanneNova, aspilicious, rupl, Jacine, mortendk, dcmouyard: clean up the CSS for Comment module. 2012-03-11 08:21:59 -04:00
Dries 2e250c694f - Patch #532512 by Gábor Hojtsy, andypost, no_commit_credit: fixed Plural string storage is broken, editing UI is missing. 2012-03-10 21:35:21 -05:00
webchick 368cf30de0 Issue #1471376 by amateescu: Convert updater.inc to PSR-0. 2012-03-10 16:23:05 -08:00
webchick 59e142d1b5 Revert "- Patch #1471376 by amateescu: convert updater.inc to PSR-0."
This reverts commit de2ef9def5.
2012-03-10 16:21:58 -08:00
Dries de2ef9def5 - Patch #1471376 by amateescu: convert updater.inc to PSR-0. 2012-03-10 18:04:45 -05:00
webchick 6bab95b4b6 Issue #811542 follow-up by sun: LANGUAGE constant got renamed. 2012-03-10 15:02:48 -08:00
webchick 8d1534410d Issue #1089040 by Remon, mlncn: Added Cache rdf_get_namespaces() using drupal_static(). 2012-03-10 13:08:26 -08:00
webchick 27d3f295e7 Issue #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: Fixed Regression: Required radios throw illegal choice error when none selected. 2012-03-10 13:01:23 -08:00
webchick 3eff5e883c Issue #1472350 by John Morahan, greggles: Make 'translate interface' restricted after DRUPAL-PSA-2012-001 - localizations - Cross Site Scripting. 2012-03-10 12:38:14 -08:00
webchick 53692e5ff6 BAH. I hate my life. 2012-03-10 12:20:23 -08:00
webchick b27e9069ed Issue #1475020 by amateescu: Convert stream_wrappers().inc to PSR-0. 2012-03-10 12:17:14 -08:00
webchick e4e1a7f026 Revert "- Patch #1475020 by amateescu: Convert stream_wrappers().inc to PSR-0."
This reverts commit 45a4c44702.
2012-03-10 12:16:09 -08:00
webchick 65f25dc9fe Revert "Committing missing files to #1475020. I think. I hope."
This reverts commit 2d6fdda1f0.
2012-03-10 12:16:01 -08:00
webchick 2d6fdda1f0 Committing missing files to #1475020. I think. I hope. 2012-03-10 11:53:53 -08:00
Dries 45a4c44702 - Patch #1475020 by amateescu: Convert stream_wrappers().inc to PSR-0. 2012-03-10 08:31:55 -05:00
Dries b2200b79ca - Patch #1476776 by droplet: drupal_var_export() is a concatination to undefined variable . 2012-03-10 08:09:30 -05:00
Jennifer Hodgdon 130ccc56e6 Issue #1391118 by sven.lauer: Clean up Field API topics docs 2012-03-09 08:23:34 -08:00
Jennifer Hodgdon d5685e894f Issue #1436406 by scorchio, kid_icarus: Fix list formatting in Field API topic docs 2012-03-09 07:15:54 -08:00
catch f48225b06c Issue #1323120 by webchick, David_Rothstein, kotnik, amateescu: Documentation follow-ups for convert cache system to PSR-0. 2012-03-09 13:32:23 +09:00
catch 982087f210 Issue #1471368 by amateescu: Convert uuid.inc to PSR-0. 2012-03-09 13:28:33 +09:00
catch 62ad55689d Issue #1465584 by sun: Commit external library dependencies to Drupal core. 2012-03-09 13:25:41 +09:00
catch 79f43572fc Issue #1469826 by andremolnar: Convert DrupalCacheArray and SchemaCache to PSR-0. 2012-03-09 00:20:35 +09:00
catch da3a59b574 Issue #1174630 by Dave Reid, Niklas Fiekas, ericduran, xjm: Added new HTML5 FAPI element: url. 2012-03-09 00:13:41 +09:00
catch b9e9244171 Issue #965300 by Gábor Hojtsy, xjm: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE. 2012-03-09 00:10:59 +09:00
Jennifer Hodgdon e50a4075f4 Issue #1216988 by aspilicious: Fix up CSS for Field UI module 2012-03-07 12:44:31 -08:00
webchick e9aa642289 Issue #1431076 by c960657, nod_, purencool, Nor4a: Fixed Overlay does not work with prefixed URL paths . 2012-03-07 10:40:48 -08:00
webchick f9c539aa21 Issue #1414412 by pillarsdotnet, MrHaroldA, droplet: Fixed Skip #conjunction key in __clone() method of core/includes/database/query.inc. 2012-03-07 10:34:16 -08:00
Jennifer Hodgdon b3bb147c8c Issue #1470080 by Gábor Hojtsy: move base system language hook docs to standard location 2012-03-07 09:28:15 -08:00
catch 905e0aa4ef Issue #1361218 by Owen Barton: Fixed Focus jumps to tab when pressing enter on a form element within tab. 2012-03-07 23:55:35 +09:00
Jennifer Hodgdon c49207d9c5 Issue #1469758 by chertzog: Fix typo in sample hook_node_grants_alter function 2012-03-06 10:31:38 -08:00
Jennifer Hodgdon efc46895da Issue #1470300 by Gábor Hojtsy, jhodgdon: Added language section to CHANGELOG.txt and a few minor punctuation updates 2012-03-06 10:12:41 -08:00
Jennifer Hodgdon 6464289abc Issue #1444650 by damiankloip: Make documentation of theme_image_style clearer 2012-03-06 10:03:47 -08:00
Jennifer Hodgdon 298ebefedc Issue #1217010 by jvc26, skottler, cosmicdreams: Clean up CSS for menu module 2012-03-06 09:55:47 -08:00
Jennifer Hodgdon fe4b03e75e Issue #1217032 by tars16, aspilicious: Clean up CSS for the Poll module 2012-03-06 09:42:57 -08:00
Jennifer Hodgdon e2d4afa014 Issue #1216978 by cosmicdreams, jyve, mortendk, jessebeach, Jacine, aspilicious: Clean up CSS for Contextual module 2012-03-06 09:35:57 -08:00
catch 9ab89f080e Issue #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix class theme_field() doesn't. 2012-03-06 11:54:08 +09:00
catch 82c6f868d4 Issue #681760 by agentrickard, Josh Waihi, et al: eliminate duplicates caused by node_access() table joins. 2012-03-06 11:47:20 +09:00
Jennifer Hodgdon 863fed6b3e Issue #1462062 by chertzog, xjm: Fix language in code comment 2012-03-05 15:30:20 -08:00
Jennifer Hodgdon 0af687dd8a Issue #1458796 by damiankloip: Make Field API docs say they are about Field API 2012-03-05 08:36:51 -08:00
Dries 661488afc9 - Patch #1222106 by Gábor Hojtsy, plach, xjm: Unify language negotiation APIs, declutter terminology. 2012-03-05 07:28:36 -05:00
Dries cf77b6e8b8 - Patch #1174620 by Niklas Fiekas, Dave Reid, ericduran: Added new HTML5 FAPI element: email. 2012-03-05 07:24:51 -05:00
Dries c94c22edda - Patch #1272840 by attiks, Gábor Hojtsy, pp, Dave Reid, catch: upgrade path for language domains and validation. 2012-03-05 05:36:39 -05:00
Dries 1127c4c6a6 - Patch #1315616 by amateescu: use a definition list for the poll results. 2012-03-03 19:16:46 -05:00
Dries 73c878b054 - Patch #1464940 by amateescu: move database.inc to proper location. 2012-03-03 15:01:01 -05:00
Dries 5c45ddc9cf - Patch #1464940 by amateescu: move database.inc to proper location. 2012-03-03 13:12:04 -05:00
Dries b702c60a63 - Patch #1410096 by andypost: drop index. 2012-03-02 14:54:43 -05:00
Dries d5794aca00 - Patch #1463564 by effulgentsia: Drupal 8 cannot be installed or used on PHP <5.3.3. 2012-03-02 14:51:19 -05:00
Dries 4e1353fc19 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-03-02 14:17:50 -05:00
Dries c3862fabe2 - Patch #661826 by Niklas Fiekas: remove 'powered by graphics' from misc. 2012-03-02 14:16:04 -05:00
webchick 55982862ae Issue #1454538 follow-up by btmash: Fix update hook number. 2012-03-02 11:07:10 -08:00
Dries 2d6dcdd509 - Patch #1454538 by effulgentsia, Gábor Hojtsy, kalman.hosszu: langcode property to all entity types; for the user entity, distinguish entity language from user's language preference. 2012-03-02 13:46:16 -05:00
Dries 44963050b2 Merge remote-tracking branch 'heyrocker/8.x-file-config' into 8.x 2012-03-02 12:42:36 -05:00
catch 2cc2aa2568 Issue #1174620 by Niklas Fiekas, Dave Reid, ericduran: Added new HTML5 FAPI element: email. 2012-03-02 16:29:16 +09:00
catch 4f00ad8b5a Issue #1138258 by Rob Loach, idflood, nod_, ericduran: Drop textarea.js in favor of CSS3 resize. 2012-03-02 15:28:37 +09:00
webchick 6b5fff7fba Issue #1393604 by tedbow, Niklas Fiekas: Fixed path_form_element_validate() does not send correct parameter to form_set_error(). 2012-03-01 21:17:19 -08:00
webchick ba8b1d27fb Issue #1347134 by c31ck, amateescu, Shyamala, DamienMcKenna: Fixed 'View voting results' permission is misleading. 2012-03-01 20:59:18 -08:00
webchick 35b0b2ce83 Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview. 2012-03-01 20:53:40 -08:00
webchick 023ad5077c Issue #746240 by c960657, Gábor Hojtsy: Fixed Race condition in locale() - duplicates in {locales_source()}. 2012-03-01 20:46:30 -08:00
webchick 46faacc83f Issue #97327 by PMunn, NROTC_Webmaster, haydeniv, maartenvg, xjm, killes@www.drop.org, gdavid, Zed Pobre: Fixed Data corruption in comment IDs (results in broken threading on PostgreSQL). 2012-03-01 20:32:55 -08:00
webchick e3847c167c Issue #1064954 by xjm, Dave Reid, becw: Fixed _node_revision_access() static usage. 2012-03-01 20:28:39 -08:00
Greg Dunlap 1bc549de8f Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-29 19:47:35 -08:00
Nathaniel bdb71c6fa7 Merge remote branch 'crell/dbtngtng' into 8.x 2012-03-01 12:22:48 +09:00
Jennifer Hodgdon d1aee00aaf Issue #1217012 by jyve, aspilicious, brianV, jvc26: Clean up CSS for the Node module 2012-02-29 17:03:30 -08:00
Jennifer Hodgdon 2f96316446 Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar columns needing to have length specified 2012-02-29 16:53:05 -08:00
Jennifer Hodgdon 456a06e4a9 Issue #1430452 by Cottser: Make core module names use Proper Noun Case 2012-02-29 13:15:08 -08:00
webchick 9566caaff0 Issue #1369332 by Damien Tournoud, basic, sun, no_commit_credit: Fixed Avoid deadlock issues on the {node} table. 2012-02-29 12:25:43 -08:00
webchick a12ca2cd2a Issue #1366854 by quicksketch: Added Pass #size attribute to the child upload field in the managed_file() element. 2012-02-29 12:01:08 -08:00
catch 5834887ffc Issue #1418008 by timmillwood: Added change 'reads' to 'views'. 2012-03-01 02:13:36 +09:00
Jennifer Hodgdon 912b5513f0 Issue #1315992 by xjm: Remove path designations from menu callback docs to conform with current 8.x standards 2012-02-29 09:11:01 -08:00
Jennifer Hodgdon 3c78ca4705 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-02-29 08:57:04 -08:00
Jennifer Hodgdon aedceb6950 Issue #1360790 by KrisBulman, beltofte, stBorchert: Update CSS to use lowercase hex colors not uppercase 2012-02-29 08:56:15 -08:00
catch c94c76bd2c Issue #917490 by pounard, msonnabaum: Performance patch for block_list() (D6) and _block_render_blocks() (D7) functions. 2012-03-01 01:49:38 +09:00
catch d88bf38a74 Issue #1174634 by Dave Reid: additional test coverage for new HTML5 FAPI element: telephone. 2012-03-01 00:40:46 +09:00
webchick 157cdc5895 Revert "Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests."
This reverts commit 9bda29ee1b.
2012-02-29 00:22:10 -08:00
webchick 9bda29ee1b Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests. 2012-02-29 00:08:18 -08:00
webchick 51164230db Issue #988930 by davidwhthomas, jyve, tim.plunkett, effulgentsia, droplet, nod_ | mariusz.slonina: Fixed Sticky table headers need to react properly to 'show/hide weights column' link. 2012-02-28 23:27:01 -08:00
webchick d96b3452ed Issue #1074672 by claudiu.cristea, mikewink: Added Allow language select to be rearranged inside node form. 2012-02-28 23:19:51 -08:00
Greg Dunlap 80448f69b7 Also fixed those comments in hook_schema, fixed a typo 2012-02-28 23:14:22 -08:00
Greg Dunlap d8729ea064 Fixed comments in update hook that creates config table 2012-02-28 23:08:33 -08:00
Greg Dunlap 5981cc85c1 Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-28 23:03:30 -08:00
webchick 1b1464ced2 Issue #87994 by Rob Loach, Jody Lynn, sun, dropcube, gordon, David_Rothstein, moshe weitzman, aspilicious, quicksketch | piersonr: Fixed Quit clobbering people's work when they click the filter tips link. 2012-02-28 22:08:41 -08:00
Nathaniel dce8ef82bc Issue #1272840: reverting more stuff. 2012-02-29 12:12:29 +09:00
Nathaniel 67a5bf1a08 Revert "Issue #1272840 by Gábor Hojtsy: follow-up, un-break HEAD."
This reverts commit a7f72e66cb.
2012-02-29 12:09:32 +09:00
Nathaniel dd9ed6fdb4 Revert "Issue #1272840 by attiks, pp: Add upgrade path for language domains and validation."
This reverts commit 9bd7daa821.
2012-02-29 12:06:49 +09:00
Nathaniel bac1fba17d Revert "Issue #1272840 follow-up by Dave Reid: Fixed broken upgrade path for language domains and validation."
This reverts commit 91d6b14453.
2012-02-29 12:04:43 +09:00
webchick 91d6b14453 Issue #1272840 follow-up by Dave Reid: Fixed broken upgrade path for language domains and validation. 2012-02-28 16:24:49 -08:00
webchick 655a58bfd2 Issue #404302 by KrisBulman, kathyh, JamesAn, droplet, sun: Fixed Improve tabledrag grippie CSS (and fix an IE7 alignment issue). 2012-02-28 10:49:59 -08:00
webchick e5fe68e2a0 Issue #1425330 by swentel, grendzy, davereid, wojtha, c960657: Fixed Apply Aggregator and OpenID fixes from DRUPAL-SA-CORE-2012-001. 2012-02-28 10:33:17 -08:00
webchick 28b68ad75d Revert "Issue #1425330 by swentel, grendzy, davereid, wojtha, c960657: Fixed Apply Aggregator and OpenID fixes from DRUPAL-SA-CORE-2012-001."
This reverts commit c3fa160dca.
2012-02-28 10:32:20 -08:00
webchick c3fa160dca Issue #1425330 by swentel, grendzy, davereid, wojtha, c960657: Fixed Apply Aggregator and OpenID fixes from DRUPAL-SA-CORE-2012-001. 2012-02-28 10:17:41 -08:00
catch b150eb3f94 Issue #1446372 by Heine, bserem, champlin: Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30. 2012-02-28 23:16:54 +09:00
catch a7f72e66cb Issue #1272840 by Gábor Hojtsy: follow-up, un-break HEAD. 2012-02-28 17:01:00 +09:00
catch 62426c1991 Issue #1222194 by Gábor Hojtsy, plach, andypost: Rename global to () (upgrade path follow-up). 2012-02-28 15:29:03 +09:00
catch bc0401c58e Issue #1221724 by chrispomeroy, aspilicious: Convert book-node-export-html.tpl.php to HTML5. 2012-02-28 14:34:27 +09:00
catch 9bd7daa821 Issue #1272840 by attiks, pp: Add upgrade path for language domains and validation. 2012-02-28 14:31:50 +09:00
catch df643e1345 Issue #218004 by Dave Reid, heyrocker, pcambra, neclimdul et al: Fixed Allow aggregator feed URLs longer than 255 characters. 2012-02-28 13:00:56 +09:00
webchick 5fbf866181 Issue #1456480 by amateescu: Add amateescu as a Poll maintainer. 2012-02-27 09:32:26 -08:00
Jennifer Hodgdon dfc41f4e1e Issue #1441126 by Devin Carlson, Haza: Fix @see entries in two function doc headers 2012-02-27 08:01:11 -08:00
Nathaniel 97058d458f Issue #1245332 by Dave Reid, rfay: Fixed Warning when all bundles removed from an entity. 2012-02-27 12:45:36 +09:00
Nathaniel 71899b0b65 Issue #218470 by redndahead, casey: Fixed Floating tableheader: 'Select all' checkbox not updated. 2012-02-27 12:43:52 +09:00
Nathaniel dc685b078c Issue #1430300 by mradcliffe, effulgentsia: Fixed Preprocess functions in an include file fail to get called when the theme implements a suggestion override. 2012-02-27 12:27:35 +09:00
Nathaniel 8c806a8fe7 Issue #1431076 by nod_: Fixed Overlay does not work with prefixed URL paths . 2012-02-27 12:21:12 +09:00
Nathaniel f3da649b7c Issue #967166 by effulgentsia, Cottser: Fixed Content rendered via AJAX does not respect stylesheets removed in .info files. 2012-02-27 12:01:22 +09:00
Nathaniel ef7f375d91 Issue #1065626 by Heine, droplet, xjm: Fixed Machine name not editable if every character is replaced. 2012-02-24 13:01:17 +09:00
Nathaniel 0913d9fd1d Issue #687180 by Island Usurper, catch, Berdir, Damien Tournoud, xjm: Fixed Deleting a taxonomy vocabulary leaves term reference fields still pointing to it, and a PDO Exception when creating content. 2012-02-24 12:59:04 +09:00
Dries 87e5ffc3b5 - Patch #1343160 by msonnabaum: update Symfony2 components to latest release. 2012-02-23 09:24:11 -05:00
Dries b956b400dd - Patch #1439686 by tstoeckler: rename language property to langcode. 2012-02-23 09:22:18 -05:00
xjm 01dbc00f73 More trailing whitespace and the addition of an article. 2012-02-23 07:05:29 -06:00
xjm 24aa914398 Fix some trailing whitespace. 2012-02-23 07:01:41 -06:00
Greg Dunlap 260ae131db Merge branch '8.x-file-config' of git.drupal.org:sandbox/heyrocker/1145636 into 8.x-file-config 2012-02-22 21:28:51 -08:00
Greg Dunlap a9cabde4e3 Cleaning up some todos 2012-02-22 21:28:37 -08:00
Greg Dunlap a3a48d8986 Removed unnecessary todo 2012-02-22 21:17:06 -08:00
Greg Dunlap ca422ecba2 Fixed up some comments 2012-02-22 21:16:54 -08:00
Greg Dunlap 3de10c2a2c Added some additional comments around config_decode() 2012-02-22 21:09:24 -08:00
Greg Dunlap 0242e3e8b5 Removed config_get_names_with_prefix() which made no sense 2012-02-22 21:00:03 -08:00
Greg Dunlap bdd013ea2a Merge remote-tracking branches 'origin/8.x' and 'origin/8.x-file-config' into 8.x-file-config 2012-02-22 14:29:38 -08:00
Greg Dunlap 5b097294ca Added tests for chaining set()->save() 2012-02-22 14:27:43 -08:00
Greg Dunlap 206971754d Added test for casting of nested values 2012-02-22 14:23:29 -08:00
Greg Dunlap dfee7a8c4f Removed debugs 2012-02-22 14:14:02 -08:00
Greg Dunlap 25d74b5c51 Made array tests also verify that casting works properly 2012-02-22 14:13:25 -08:00
Greg Dunlap d0579d92f5 Added tests for file listing 2012-02-22 14:02:19 -08:00
Greg Dunlap 86b6fe2f20 Fixed incorrect comment in config_get_signed_file_storage_names_with_prefix() 2012-02-22 13:48:47 -08:00
Greg Dunlap 13db511a47 Stramlined read code slightly 2012-02-22 12:02:03 -08:00
Greg Dunlap e666688a1f Exceptions now successfully being caught when db is missing 2012-02-22 12:01:25 -08:00
Greg Dunlap cc3d5edc53 Removed throw_exception because apparently that's not the problem after all 2012-02-22 10:55:30 -08:00
Dries 18c1d673d9 - Patch #673020 by Zoltán Balogh, Gábor Hojtsy, good_man, kalman.hosszu: tests for adding the Content-Language HTTP header to the generated page. 2012-02-22 09:04:12 -05:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
Greg Dunlap 612c29cff6 Added an exception handler to config->get() which handles situations where the db is not in place, allowing us to remove a call to db_table_exists() which should improve cached performance a bit 2012-02-22 01:07:21 -08:00
Greg Dunlap 47cdc75465 Reinstated updates to common.inc that had apparently gotten clobbered during a previous merge 2012-02-22 00:06:14 -08:00
Dries edabf1fc3a - Patch #1300298 by askibinski: empty tokens don't get replaced in welcome emails. 2012-02-21 14:02:50 -05:00
Dries 5e6cc3c85a - Patch #1410096 by fastangel, Gábor Hojtsy, kalman.hosszu: convert comment language code schema to langcode. 2012-02-21 10:55:52 -05:00
Dries cc9cd9947f Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-02-21 10:44:21 -05:00
Dries fa0562fac4 - Patch #1416392 by Gábor Hojtsy, plach, rvilar: clean up language (types) bootstrap function naming and documentation. 2012-02-21 10:44:11 -05:00
webchick f55ff74d96 Issue #1446988 by Dave Reid: Reassign maintainer of statistics module to Tim Millwood. 2012-02-21 02:27:14 -08:00
webchick 8cdaf25b4f Issue #1447040 by nod_: Application for being javascript maintainer. 2012-02-21 01:56:33 -08:00
webchick 0c495e928d Issue #655048 by Gábor Hojtsy, intuited: Fixed Plural formula information blanked when importing a poorly-formed .po file. 2012-02-21 01:38:03 -08:00
catch ef5d9d89b3 Issue #1313300 by jwilson3, rjgoldsborough, MrHaroldA: Fixed Wrong uri in 'Add new comment' teaser link if set to COMMENT_FORM_BELOW. 2012-02-20 16:30:57 +09:00
catch b059099e56 Issue #652288 by Niklas Fiekas: Rewording the 'proceed with the installation' text on the installer's requirements page. 2012-02-20 16:29:13 +09:00
catch ec45fe5b47 Issue #1401496 by bleen18: Fixed forum_taxonomy_term_delete() completely broken (takes instead of entity). 2012-02-20 16:16:37 +09:00
catch 3fa7d32a43 Issue #1267918 by Niklas Fiekas, darrellulm: Fixed User signature does not appear in comment preview. 2012-02-20 16:13:05 +09:00
catch 5820eb7b96 Issue #1436936 by Snugug: Add Clearfix Class to <header> in page.tpl.php. 2012-02-20 14:43:39 +09:00
catch 859fdb931e Issue #1373312 by sun: Assign system_main() block to 'content' region and help block to 'help' region by default. 2012-02-20 14:41:29 +09:00
Dries 180642cdd1 - Patch #1317620 by xjm: clean up API docs for includes directory, files starting with D-G. 2012-02-18 22:41:24 -05:00
Dries 8be72b70dc - Patch #1444160 by Niklas Fiekas: Drupal.behaviors.dateTime needs a clean-up. 2012-02-18 22:31:32 -05:00
Dries f3aa73aefb - Patch #1444160 by Niklas Fiekas: Drupal.behaviors.dateTime needs a clean-up. 2012-02-18 22:26:01 -05:00
Dries c6d3a24e65 - Patch #1427098 by chris.leversuch: EntityFieldQuery::execute documentation - return value example doesn't work if query result is empty. 2012-02-18 22:19:27 -05:00
Dries d31b0b4f7e - Patch #1420022 by nod_: remove dead code: progress.upload_callback(), progress.error_callback(). 2012-02-18 22:14:30 -05:00
Greg Dunlap b537f79f47 Docblock for clear() 2012-02-17 14:17:29 -08:00
Greg Dunlap f4c3b094a7 Added tests for clear() 2012-02-17 14:16:42 -08:00
Greg Dunlap eb6ea697b8 Renamed unset back to clear because unset is a reserved word which is the whole reason I didn't name it unset in the first place 2012-02-17 14:15:16 -08:00
Greg Dunlap c256f64104 Renamed clear() to unset() 2012-02-17 14:09:59 -08:00
Greg Dunlap aa0e17824b Added docblock for castValue 2012-02-17 14:08:21 -08:00
Greg Dunlap 9c700a6509 Removed comment about psr-0 2012-02-17 14:03:52 -08:00
Greg Dunlap 1a04e9709b Added a full range of tests for reading/writing config 2012-02-17 13:57:34 -08:00
Dries 1457cd8779 - Patch #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'. 2012-02-16 22:59:14 -05:00
catch 78d1b495c7 Issue #1376166 by sun: Fixed Custom logo and favicon functionality inanely tries to support absolute local file paths. 2012-02-17 12:38:33 +09:00
Dries d01ee4aa6a - Patch #1250800 by attiks, Jelle_S, dereine, xjm: language domain should work regardless of ports or protocols. 2012-02-16 22:24:46 -05:00
effulgentsia e607acf4a2 Fixed ImageAdminStylesUnitTest. 2012-02-16 18:17:13 -08:00
sun 208af9fec5 Chainable config()->set(). 2012-02-16 14:28:51 -08:00
Greg Dunlap eb9954acfa Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-16 14:22:20 -08:00
Greg Dunlap d60c422ce8 Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-16 13:29:14 -08:00
Greg Dunlap ce71b26761 Blank space 2012-02-16 13:20:35 -08:00
Greg Dunlap 112afc273a Removing extra blank lines 2012-02-16 13:17:07 -08:00
Greg Dunlap dafa899ab5 More whitespace cleanup 2012-02-16 13:12:02 -08:00