Commit Graph

2958 Commits (57678447d4f1e4f5c00cee3e74843b3a9d509756)

Author SHA1 Message Date
Dries 6448d0e61c Issue #1865560 by sun: user register config override from Testing profile. 2012-12-14 10:13:23 -05:00
Dries 646d120fd4 Issue #1851788 by blake.thompson: fixed hook_menu() doesn't mention 'expanded'. 2012-12-14 10:10:27 -05:00
catch 6810dfa827 Issue #1864292 by effulgentsia: Fixed Installation in non-English language fails. 2012-12-13 13:04:37 +00:00
catch 56a7c639e3 Issue #817118 by Sylvain Lecoy, bfroehle, Stevel: Tests for remove {authmap} and migrate OpenID entries to their own table. 2012-12-13 13:00:10 +00:00
catch 91788849dd Issue #1824920 by sun, xjm: Fixed duplicate update numbering. 2012-12-13 12:40:43 +00:00
catch 2b5616298b Issue #1824920 by cam8001, justafish: Convert variable 'theme_link()' to config system. 2012-12-13 12:25:46 +00:00
catch 79c34ed57a Issue #1029460 by sun: Find a better hook than hook_init() for drupal_add_js() and drupal_add_css(). 2012-12-13 12:23:00 +00:00
catch 20c3db0133 Issue #1862656 by sun: Move field type modules out of Field API module. 2012-12-13 12:21:22 +00:00
catch ec9f9b5ed5 Issue #1799218 by ACF, Albert Volkman, anenkov, penyaskito, znerol, LinL: Convert taxonomy_override_selector() and taxonomy_terms_per_page_admin() variables to use configuration system. 2012-12-13 12:18:30 +00:00
catch 380cdbc6f1 Issue #1849792 by damiankloip: Abstract usage of 'config_prefix' on ConfigStorageController into getConfigPrefix method. 2012-12-13 12:14:32 +00:00
catch 23c83da4fa Issue #1857324 by Berdir, tim.plunkett: Use default theme name and entity key in $build for user entity. 2012-12-13 12:11:18 +00:00
catch af4765fa77 Issue #1815930 by gbrands, amontero: Fixed Update watchdog message in file_unmanaged_copy() with correct string/variable replacement values. 2012-12-13 12:07:13 +00:00
catch 5c16622ac2 Issue #1851180 by heyrocker: Add deleteAll() function to Drupal\Core\Config\StorageInterface. 2012-12-13 12:05:46 +00:00
catch 79eaae2b81 Issue #1783196 by dawehner, tim.plunkett, damiankloip: Get the views plugin manager from the DIC when possible. 2012-12-12 12:39:20 +00:00
catch 2b1d1d6100 Issue #1849814 by damiankloip, dawehner: Unit-Test for PluginBase::unpackOptions and PluginBase::setOptionDefaults. 2012-12-12 12:35:05 +00:00
webchick 1965137096 Issue #1860418 by yched: Fix user_picture field creation 2012-12-11 13:02:21 -08:00
webchick 2809f13d53 Issue #1805980 by tim.plunkett: Rename /theme to /templates and theme.inc to views.theme.inc 2012-12-11 12:51:50 -08:00
Dries 6f48b043d1 Issue #1862966 by dead_arm, jibran: marker and form-required red (#FF0000) on a white background does not pass the WCAG AA contrast threshold. 2012-12-11 14:26:08 -05:00
Dries 2f00f6e2d1 Issue #1857956 by catch: comment update timestamp is prepared but not rendered by default. 2012-12-11 14:00:31 -05:00
Dries 4db1986446 Issue #1849480 by tim.plunkett, sdboyer: Fixed Allow ConfigEntity classes to control how they are saved. 2012-12-11 13:52:15 -05:00
Dries 5956f8c432 Issue #1839346 by klausi, moshe weitzman: Added REST module: POST/create. 2012-12-11 13:39:53 -05:00
catch 0631d191c7 Issue #1855228 by damiankloip: Move Views core module tests to their respective modules. 2012-12-11 16:27:41 +00:00
Dries 881b8a6a17 Issue #817118 by Sylvain Lecoy, bfroehle, Stevel: remove {authmap} and migrate OpenID entries to their own table. 2012-12-10 17:14:34 -05:00
Dries 551868bb74 Issue #1816556 by valthebald: drupalSetContent() incorrectly defines boundaries of Drupal.settings. 2012-12-10 17:07:14 -05:00
catch f101830de6 Issue #1862024 by katbailey: Remove all references to hook_url_inbound_alter() as it is no longer invoked. 2012-12-10 13:51:05 +00:00
catch 707c3d2f32 Issue #1859884 by dawehner: Convert user link fields to use entities. 2012-12-10 13:46:09 +00:00
catch 08df7b0db2 Issue #552604 by sun, lambic, swentel, yched, Lukas von Blarer: Adding new fields leads to a confusing 'Field settings' form. 2012-12-10 12:39:37 +00:00
catch 4b9fec43cd Issue #1798872 by : follow-up, move admin theme to system.theme configuration object. 2012-12-10 12:35:52 +00:00
Dries a61ace041d Issue #1833834 by dead_arm: Theme: information label is unclear. 2012-12-09 12:10:58 -05:00
Dries a6d45567c3 Issue #1854540 by Berdir: Array to string conversion warnings for some tests with PHP 5.4. 2012-12-09 12:01:29 -05:00
Dries 3721a6c5e6 Issue #1861852 by dawehner, tim.plunkett: Fixed Views Attachments aren't rendered anymore. 2012-12-09 11:56:41 -05:00
webchick a80680880b Issue #1834594 by effulgentsia, Rob Loach: Update dependencies (Symfony and Twig) follow up fixes for Composer. 2012-12-08 15:22:34 -08:00
webchick 97969786b3 Issue #1858054 by tim.plunkett, dawehner: Remove ViewExecutable::cloneView(). 2012-12-08 15:21:07 -08:00
webchick c437f67dc7 Issue #1167350 follow-up by ry5n, dead_arm: Slightly modify colour on action links to make it WCAG AA accessible. 2012-12-08 15:15:03 -08:00
webchick 366afa1bc7 Issue #1861814 by tim.plunkett, dawehner: Fixed All views are rendered twice. 2012-12-08 15:11:44 -08:00
webchick bebb345917 Issue #1848964 by tim.plunkett: EntityManager should process its definitions before altering them. 2012-12-08 15:10:13 -08:00
webchick 031f673593 Issue #1857074 by yched: Add missing update + test for entity.module. 2012-12-08 15:07:18 -08:00
catch f00a7bb68f Issue #1775488 by amateescu, vijaycs85: Fixed drupal_cron_cleanup() is not converted to lock. 2012-12-07 20:41:33 +00:00
catch 557351e2e3 Issue #1798872 by vijaycs85, leschekfm, pcambra, andreiashu: Convert admin_theme() to CMI. 2012-12-07 20:40:04 +00:00
catch 42490d9c57 Issue #1850182 by Bojhan, swentel: Mark primary buttons in Structure blue. 2012-12-07 20:20:30 +00:00
webchick 936cbb9144 Issue #1804688 by Sutharsan, YesCT, clemens.tolboom, Gábor Hojtsy, webflo, Jose Reyero: Download and import interface translations. 2012-12-07 13:32:32 -05:00
Dries 8f50acbcf4 Issue #1788084 by andyceo, dawehner: Convert actions variable(s) to CMI - add upgrade path. 2012-12-07 12:57:03 -05:00
Dries 9a8a42d1a9 Issue #1833440 by scor, klausi, Crell: Added Implement partial matcher based on content negotiation MIME type. 2012-12-07 12:54:51 -05:00
Dries 5307c387c1 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-12-07 12:47:26 -05:00
Dries e2e68321e4 Issue #1838596 by linclark, klausi, effulgentsia: deserialize for JSON-LD. 2012-12-07 12:46:55 -05:00
webchick e8828482d0 Issue #1851768 by klausi: Rename 'plugin' property in REST routes to '_plugin'. 2012-12-07 12:45:34 -05:00
Jennifer Hodgdon 22fa7f4d18 Issue #1247812 by Albert Volkman, jzacsh: Add docs for user_admin() function 2012-12-06 13:40:37 -08:00
Jennifer Hodgdon 2b6e2c1a50 Issue #1853050 by Jerenus: Fix up docs for drupal_send_headers() 2012-12-06 13:35:19 -08:00
Jennifer Hodgdon adccec535f Issue #1858508 by TravisCarden: Add see also to hook_theme docs 2012-12-06 13:22:58 -08:00
catch ab200662bc Issue #1858984 by berdir: Split system date formats from timezone settings. 2012-12-06 16:19:03 +00:00
catch 3831022158 Issue #1857074 by yched: Re-introduce entity.module as a configuration owner. 2012-12-06 12:33:17 +00:00
webchick 8a75a7991b Issue #1847574 by stevector: Fixed Toolbar sets the active-trail to the last clicked menu item, not the current menu item. 2012-12-05 20:11:30 -05:00
webchick 4b88391c24 Issue #1855204 by g.oechsler, effulgentsia: Fixed RouteBuilder needs to respect route options set in yaml file. 2012-12-05 20:07:47 -05:00
webchick 3eba53c329 Issue #1849526 follow-up by Wim Leers: Increase VIE/Create.js to latest upstream versions. 2012-12-05 20:01:18 -05:00
webchick 8070042555 Issue #1854498 by linclark: Add JSON-LD to MAINTAINERS.txt. 2012-12-05 19:48:07 -05:00
webchick 73b7d8da6c Issue #1834594 by effulgentsia, Rob Loach: Update dependencies (Symfony and Twig). 2012-12-05 19:30:06 -05:00
Jennifer Hodgdon d06d55ce13 Issue #1856142 by kiamlaluno: Fix typo in node_query_node_access_alter() comment 2012-12-04 10:50:53 -08:00
Jennifer Hodgdon dd8e0db601 Issue #1787876 by Albert Volkman, cirage, BrockBoland: Add return docs for drupal_get_token() function 2012-12-04 09:50:15 -08:00
catch 5e69528167 Revert "Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system."
This reverts commit cd8dd173dd.

Conflicts:

	core/modules/system/system.install
2012-12-04 15:57:22 +00:00
catch b08c448389 Issue #1811828 by dawehner, tim.plunkett: Use #attached to find the css/js of a view. 2012-12-04 15:49:07 +00:00
catch 41ae1ead1a Issue #1856272 by tim.plunkett: Speed up tests by only installing the views used by that tests. 2012-12-04 10:45:59 +00:00
catch 5221886921 Issue #1849700 by katbailey, effulgentsia: Fixed DrupalKernel's container.modules param should contain module filenames, not full namespace paths. 2012-12-03 17:20:24 +00:00
catch 5aa641ae03 Issue #1279680 by tmsimont: Allow NULL as a watchdog() argument while retaining array type hinting. 2012-12-03 13:08:48 +00:00
catch 2c98c16eb7 Issue #1847862 by klausi: Use Routing permission checks in REST module. 2012-12-03 13:00:23 +00:00
Dries 214f2e6b4f Issue #1854620 by droplet: hook_menu_local_tasks_alter() help texts. 2012-12-02 22:24:52 -05:00
Dries f1b6874e72 Issue #1831324 by sun, effulgentsia: Form API #autocomplete_path() JS and callbacks to use GET q= parameter instead of menu tail. 2012-12-02 22:23:33 -05:00
Dries ac21d7bc11 Issue #1824778 by vijaycs85, ACF, pcambra, cam8001: Covert css_gzip_compression() and js_gzip_compression() variables to CMI system. 2012-12-02 22:15:26 -05:00
webchick e4bd0c4537 Issue #1848874 by sun: Clean up and simplify user cancel methods and processing. 2012-12-02 07:33:15 -08:00
webchick 26902ff184 Issue #1853574 by Albert Volkman: Fixed Spelling error in drupal_mail_system() docs. 2012-12-02 07:31:51 -08:00
webchick 7e0fa02886 Issue #1606946 follow-up by Albert Volkman: Fix typo. 2012-12-02 07:30:41 -08:00
webchick ec6bedd0a8 Issue #1843712 by jenlampton: Remove template_process_book_export_html(). 2012-12-02 07:27:01 -08:00
webchick cd8dd173dd Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system. 2012-12-01 20:56:04 -08:00
webchick e16159ad8c Issue #1843948 by ACF: Added Change language test variables to the state system. 2012-12-01 19:20:08 -08:00
webchick 199fcdfe76 Issue #1843954 by ACF: Added Change menu test variables to the state system. 2012-12-01 19:19:21 -08:00
webchick 723c3251da Issue #1848054 by ACF: Added Change openid test variables to the state system. 2012-12-01 19:18:12 -08:00
webchick a4e1315e1a Issue #1848058 by ACF: Added Change system test variables to the state system. 2012-12-01 19:16:13 -08:00
webchick 9d37ef5319 Issue #1824244 follow-up by csg: Tests for: Turn _field_ui_bundle_admin_path() into a public function (field_ui_bundle_admin_path()). 2012-12-01 12:51:31 -08:00
webchick ce05175576 Issue #1843452 by ACF: Change dependency_test() variable to state system. 2012-12-01 12:25:29 -08:00
webchick 7a9c8d86b7 Issue #1854914 by benjifisher: Fixed Toolbar .install and .info files should agree on dependencies. 2012-12-01 12:24:02 -08:00
webchick 975074940f Issue #1855088 by benjifisher: Fixed Make comment in toolbar.js match the code. 2012-12-01 12:23:09 -08:00
webchick cd5a483ba8 Issue #1828642 by tim.plunkett, xjm, dawehner: Convert as many Views tests as possible to DrupalUnitTestBase. 2012-12-01 11:06:39 -08:00
webchick 0ee01627d2 Issue #1853636 by webchick: Fixed The Views wizard looks terrible after fieldsets were replaced with details. 2012-11-30 08:50:59 -08:00
webchick 7d26fa30ec Issue #1854838 by Jose Reyero, Gábor Hojtsy, Damien Tournoud: Fixed Locale should not use fetchObject with a classname, WSOD on sqlite. 2012-11-30 08:04:35 -08:00
webchick 5058fa3803 Issue #1447736 by rbayliss, mikeytown2, effulgentsia, kim.pepper, Fabianx, boombatower: Adopt Guzzle library to replace drupal_http_request(). 2012-11-29 17:26:33 -08:00
webchick 7ac0584cee Issue #1854510 by heyrocker: Remove date formatting from system_time_zones(). 2012-11-29 17:24:04 -08:00
webchick 18902b2d9b Issue #203955 follow-up by Shawn DeArmond: Fix installation docs and field description to note that database now can be created at install time. 2012-11-29 15:29:15 -08:00
catch e96e573ce4 Revert "Revert the revert of Issue #1849004 by chx, xjm: One Service Container To Rule Them All. It was innocent after all."
This reverts commit a1638b87eb.
2012-11-29 20:55:21 +00:00
catch a1638b87eb Revert "Issue #1849004 by chx, xjm: One Service Container To Rule Them All."
This reverts commit 761ac67906.
2012-11-29 20:41:30 +00:00
catch 761ac67906 Issue #1849004 by chx, xjm: One Service Container To Rule Them All. 2012-11-29 20:26:37 +00:00
webchick aa676a59dc Issue #1854274 by jibran: Fixed DateTimePlus uses SELF instead of self; breaks on Windows. 2012-11-29 11:19:04 -08:00
catch 59d0c1f660 Issue #680546 by swentel, jramby, Cottser, jonathan1055: Added a custom 'number of values' for 'multiple / multi-value' field. (e.g. nodereference, imagefield). 2012-11-29 10:42:00 +00:00
webchick d0f5482d6d Issue #1818450 by damiankloip, fastangel: Added Introduce core token support in PluginBase class. 2012-11-29 00:25:05 -08:00
webchick a2ed151844 Issue #1831892 by dead_arm, nod_: Make Views UI usable on mobile. 2012-11-29 00:06:37 -08:00
webchick be694ba944 Issue #1571632 by cosmicdreams, marcingy, justafish, chx, KarenS, aspilicious, disasm, swentel, dawehner, rvilar: Convert regional settings to configuration system. 2012-11-28 23:37:55 -08:00
webchick 7112165e3e Issue #815144 by eiriksm, highrockmedia: Added Imagefields should have the option to require Custom Alt text. 2012-11-28 23:32:14 -08:00
webchick 3c7447f865 Issue #880940 by realityloop, xjm, Jody Lynn, tim.plunkett, smortimore, dagmar: Added view/revert/delete revisions per content type. 2012-11-28 23:28:47 -08:00
webchick 63619f5c64 Issue #1241938 by swentel, Niklas Fiekas, yched: Added support for #placeholder to relevant Field API widgets. 2012-11-28 23:26:16 -08:00
webchick 3f9edaa32c Issue #1839278 by Gábor Hojtsy, bdone: Added layout template demonstration. 2012-11-28 23:18:01 -08:00
webchick 1f5cb1a717 Issue #1645420 by Liam Morland, mgifford: Added Use @aria-describedby for fieldset descriptions. 2012-11-28 23:16:36 -08:00
webchick 95d46136d3 Issue #1835094 by nod_: JSHint matchmedia.js. 2012-11-28 23:07:04 -08:00
webchick 97fdb7a36a Issue #1831712 by Sborsody, Schnitzel: Add Tuvan Language to language list. 2012-11-28 22:40:34 -08:00
webchick 707cbde7fd Issue #1843410 by ACF: Change variable batch_test_stack() to the state system. 2012-11-28 22:34:54 -08:00
webchick 7502e7bc5c Issue #1843420 by ACF: Added Change block test variables - block_test_cache() and block_test_content() to state system. 2012-11-28 22:33:45 -08:00
webchick 19276d3232 Issue #1843486 by ACF: Added Change file_test() variables to state system. 2012-11-28 22:32:22 -08:00
webchick 9a9a89d143 Issue #1843476 by ACF: Added Change field_test() variables to state system. 2012-11-28 22:31:18 -08:00
webchick b169181225 Issue #1843462 by ACF, aspilicious: Change entity_test() variables - entity_test_translation(), entity_cache_test() and entity_cache_test_label() to the state system. 2012-11-28 22:28:47 -08:00
webchick 477c52fad8 Issue #1848066 by ACF, Gaelan: Change variable xmlrpc_test_xmlrpc_alter() to the state system. 2012-11-28 22:27:42 -08:00
webchick 04228d4d79 Issue #1849526 by effulgentsia: Added VIE and Create.js libraries to core. 2012-11-28 22:25:21 -08:00
webchick 53e5a482ef Issue #1783196 by dawehner, damiankloip, tim.plunkett: Get the views plugin manager from the DIC when possible. 2012-11-28 22:20:24 -08:00
Jennifer Hodgdon 396a6475a6 Issue #1852366 by xjm: Add missing parens to function @see refs in bootstrap.inc 2012-11-28 16:46:39 -08:00
catch b09642317a Issue #1774332 by c960657: Better handling of invalid/expired cache entries. 2012-11-28 21:36:29 +00:00
catch a49654afd9 Issue #882666 by mgifford, andrewmacpherson, sun: Fixed Core form descriptions shouldn't use a label when not associated with a form. 2012-11-28 11:57:45 +00:00
catch 7e8d99b5b6 Issue #1376778 by c960657 | andypost: Added Consistent 'duplicate key' detection in core. 2012-11-28 11:38:42 +00:00
webchick ffa989f8a3 Issue #567832 follow-up by sun: Add maintainers to MAINTAINERS.txt for transliteration. 2012-11-27 23:48:57 -08:00
webchick e5a167e212 Issue #1851098 by attiks: Fixed Breakpoint groups aren't enabled using the standard profile. 2012-11-27 23:28:03 -08:00
webchick d1ad5c32b6 Issue #1852458 by xjm, Jelle_S: Fixed design_test() module not marked as hidden. 2012-11-27 23:20:59 -08:00
webchick 38d7dd2605 Issue #1847200 by klausi, Berdir: Limit the entity types which are used for the rest tests. 2012-11-27 22:28:55 -08:00
webchick e83535c1c8 Issue #347988 follow-up by chx: Un-break HEAD on PHP 5.4. 2012-11-27 18:42:13 -08:00
webchick f3e5e2fefd Issue #1850418 by xjm: Provide D7 -> D8 Views upgrade path in contrib, not core. 2012-11-27 16:57:00 -08:00
catch 4d0d5c5712 Issue #347988 by sun, Berdir, dawehner, Damien Tournoud, moshe weitzman: Move $user->data into own table. 2012-11-27 22:26:22 +00:00
webchick 9e28980b6f Issue #1252178 by rupl, lewisnyman, Jacine: Add Modernizr to core. 2012-11-27 12:49:14 -08:00
catch c99f461d37 Issue #1848968 by Berdir: Fixed Too many checksum tag queries executed by the cache backend. 2012-11-27 20:44:05 +00:00
catch 9318aa1606 Issue #1849118 by sun: Fixed DrupalKernel in DrupalUnitTestBase is dumped. 2012-11-27 20:42:40 +00:00
Jennifer Hodgdon 6d7099d2a3 Issue #1606946 by Albert Volkman, udaksh: Document a couple of functions in update.php 2012-11-27 07:40:05 -08:00
Jennifer Hodgdon d6ada284da Issue #1173322 by javier_: Add function bodies to file hook documentation 2012-11-27 07:35:31 -08:00
Jennifer Hodgdon af230648a1 Issue #1846510 by Tor Arne Thune: Remove duplicate that in code comment 2012-11-27 07:32:25 -08:00
webchick 13e2b5172d Issue #1496534 follow-up by nadavoid, Lars Toomre: Convert missed user_mail_status_canceled_notify variable to CMI. 2012-11-27 00:53:33 -08:00
webchick e3d9711e5c Issue #1848904 by andypost, tim.plunkett: Bundles cannot be specified in Entity Translation tests. 2012-11-27 00:51:26 -08:00
webchick f13c337b54 Issue #310315 follow-up by superspring: Move tests for Usenet signature to correct class. 2012-11-27 00:40:44 -08:00
webchick c529624d5e Issue #1849366 by andypost: Fixed LanguageUILanguageNegotiationTest - some tests not run. 2012-11-26 23:15:59 -08:00
webchick d26e8a7d57 Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS. 2012-11-26 23:07:37 -08:00
webchick 436fc3ce80 Issue #1849810 by das-peter: Fixed typos in EntityTranslationTest.php: unstranslatable -> untranslatable. 2012-11-26 22:01:28 -08:00
webchick 1417d334dd Issue #1849636 by Letharion, chx: Refer to the forum container as 'forum container', not just 'container', in forum tests. 2012-11-26 21:59:51 -08:00
webchick 8019e5593c Issue #1848072 by katbailey, sun: Fixed Path alias manager hardcodes keyvalue.database instead of using the generic factory. 2012-11-26 21:55:40 -08:00
webchick a99bd7285c Issue #1848148 by Ivan Zugec: Fixed Rest help text permission link not working. 2012-11-26 21:47:36 -08:00
webchick 260016fe06 Issue #1848164 by swentel, YesCT: Provide translate option for entities in contextual links. 2012-11-26 20:58:27 -08:00
webchick 0129760280 Issue #1292470 follow-up by rootatwc: Follow-ups to convert user pictures to Image Field. 2012-11-26 20:51:31 -08:00
webchick 1149786d16 Issue #1375452 follow-up by swentel: Test improvements for renaming fields. 2012-11-26 20:47:46 -08:00
webchick 048717a5c7 Issue #1847952 by Gábor Hojtsy: Fixed 'Node' entity type not viable name for user presentation. 2012-11-26 20:32:18 -08:00
webchick 55876f68e8 Issue #821702 by droplet, mgifford, eloiv: Fixed Replace Forum Icon Column with Topic Span. 2012-11-26 20:23:26 -08:00
webchick 6522e7ee63 Issue #1831668 by tim.plunkett, Bojhan: Remove custom admin theme for just views. 2012-11-26 20:20:47 -08:00
webchick 6399141c6c Issue #1667742 by larowlan, nod_, effulgentsia, jessebeach, sun: Change notice: Add abstracted dialog to core (resolves accessibility bug). 2012-11-26 20:06:01 -08:00
webchick fe9978cc54 Issue #1805324 by Berdir: Fixed Installer does not verify readability of settings.php. 2012-11-26 14:21:53 -08:00
Jennifer Hodgdon 9f4ce691f4 Issue #1848516 by IshaDakota: Fix coding style in hook_schema() example function body 2012-11-26 12:57:04 -08:00
webchick 1736e4d665 Issue #1839070 by chx, fago, tim.plunkett: Implement the new entity field API for the taxonomy reference field type. 2012-11-26 12:16:04 -08:00
webchick feaddcd0a8 Issue #1830822 by tim.plunkett, xjm: Split the Views UI listing into two tables for enabled and disabled. 2012-11-26 11:00:41 -08:00
webchick f14f63cc11 Issue #1820544 by damiankloip: Tidy up and remove legacy code from views_page_alter(). 2012-11-26 10:57:26 -08:00
webchick d4315b5a6e Issue #1831104 by webflo: Fixed Replace calls to taxonomy_term_uri() with ->uri(). 2012-11-26 10:46:44 -08:00
webchick 739a4656ac Issue #1838006 by Bojhan: Re-phrase 'Are you sure you want to break this lock?'. 2012-11-26 10:44:28 -08:00
webchick e8a8853054 Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA. 2012-11-26 10:31:43 -08:00
webchick a23fde58b7 Revert "Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA."
Note to self: Don't commit from the same install you're testing on. ;)

This reverts commit cf860477f4.
2012-11-26 10:30:36 -08:00
webchick 6bd4fc1a7a Issue #1850158 by xjm, sun: Fixed Bugged assumption in ModuleTestBase::assertModuleConfig(). 2012-11-26 10:24:13 -08:00
webchick e309496137 Issue #1844276 by YesCT, nagwani, mducharme, dawehner, jweowu: Fixed Spelling mistake in Views variable name. 2012-11-26 10:23:45 -08:00
catch c37973bb27 Issue #1793520 by disasm, klausi, tnightingale, Crell: Add access control mechanism for new router system. 2012-11-26 18:00:36 +00:00
webchick cf860477f4 Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA. 2012-11-26 09:51:32 -08:00
webchick 4cc6afff23 Issue #1850352 by tim.plunkett, xjm: Fixed config_import_invoke_owner() should check whether a module exists before invoking its hooks. 2012-11-26 09:37:03 -08:00
webchick cf2979487b Issue #1847554 by xjm, dawehner: Decouple SummaryLengthTest from the node frontpage (and make it a bit faster). 2012-11-26 09:33:28 -08:00
webchick 6f1cc2460f Issue #1848202 by xjm: Decouple OpenID tests from node. 2012-11-26 09:30:39 -08:00
webchick 951abb89ce Issue #1838892 by marcingy, TravisCarden: Fixed Fatal error when sorting dblog by type. 2012-11-26 09:17:27 -08:00
webchick fd846046df Issue #1812866 follow-up by mkadin, effulgentsia, Wim Leers: Fixed Rebuild the server side AJAX API. 2012-11-26 09:07:06 -08:00
catch 4433a2a2a7 Issue #1292470 by sun, tim.plunkett, Berdir, moshe weitzman, pcambra, Niklas Fiekas, andypost et al: Convert user pictures to Image Field. 2012-11-26 10:38:45 +00:00
catch 3ee3f5ad54 Issue #1764278 by tstoeckler, tim.plunkett, yched: Fixed Run PluginManagerBase::processDefinition() in a ProcessDecorator. 2012-11-26 10:34:46 +00:00
catch cde72309be Issue #1846376 by effulgentsia, amateescu | katbailey: Fixed Namespaces for disabled modules are registered during the first request after a module is disabled. 2012-11-26 10:32:47 +00:00
catch 130b8e3cba Issue #1824244 by webflo, swentel, fubhy: Fixed Turn _field_ui_bundle_admin_path() into a public function (field_ui_bundle_admin_path()). 2012-11-26 10:30:44 +00:00
catch 394862da37 Issue #1848040 by yched: Fixed Fatal error on 'Manage display' after creating new field. 2012-11-26 10:29:55 +00:00
catch 5b6721a287 Issue #1848200 by yched: Fixed Random warnings in tests in field_ui().admin.inc. 2012-11-26 10:22:39 +00:00
Dries 7061f3b350 - Issue #1739986 by pwolanin, sun, moshe weitzman: Fixed fallback in drupal_get_hash_salt(), move it to bootstrap.inc, use instead of ['drupal_hash_salt()']. 2012-11-24 09:18:16 +01:00
Dries bb3b4b996a Issue #1463624 by znerol, marcingy, Rob Loach, cosmicdreams: Move password.inc into DIC. 2012-11-24 09:12:43 +01:00
Dries 3d2c548b41 Issue #1764232 by yched, tim.plunkett: CacheDecorator provides no way to clear cached definitions. 2012-11-23 20:58:38 +01:00
catch 02a2a0e4d9 Issue #1826008 by damiankloip: Fixed Exposed form reset doesn't work. 2012-11-23 13:22:09 +00:00
Dries 6a77a6bf6a Issue #1845286 by shameemkm, purencool, webchick: Bogus reference to field_ui_field_overview_form_validate()/submit in docs. 2012-11-22 18:57:08 +01:00
Dries 51dabf8206 Issue #1847506 by xjm: ToolbarHookToolbarTest has invalid preceding slash in path (and other cleanups). 2012-11-22 17:35:08 +01:00
Dries 7abcf73b83 Issue #1847004 by swentel: Cron time still reads from variable_get() instead of state(). 2012-11-22 17:31:41 +01:00
Dries 55bdbb31a4 Issue #1847294 by dawehner: Make the apply button in views primary. 2012-11-22 17:05:19 +01:00
Dries 69a5eefd13 Issue #1832778 by Schnitzel, ancamp, nagwani, YesCT, Lukas von Blarer, rvilar, Gábor Hojtsy: include translation operation in overviews for translatable entities. 2012-11-22 17:03:57 +01:00
webchick 5cae761805 Issue #1847828 by chx: Fixed testbot failures. 2012-11-22 06:54:42 -08:00
catch 2e7f67b0b7 Issue #1826190 by vijaycs85, Lukas von Blarer, alexpott: Covert mac_key() variable to CMI system. 2012-11-22 11:21:57 +00:00
catch ca820c7ef4 Issue #1842726 by sun: Fixed Transliteration component must not contain drupal_alter(). 2012-11-22 11:16:12 +00:00
catch 793974d922 Issue #1795186 by paranojik, marcingy, cweagans, Lars Toomre: Make flood storage pluggable. 2012-11-22 11:07:09 +00:00
catch a8f9ad3c19 Issue #1806988 by sun: Factor out duplicate code from system_list(). 2012-11-22 11:04:32 +00:00
catch e9e8c8f854 Issue #1843084 by effulgentsia, Crell: Convert user/register to Route. 2012-11-22 10:56:57 +00:00
catch 553ed06a17 Issue #1784312 by chx, katbailey, msonnabaum, Fabianx: Stop doing so much pre-kernel bootstrapping. 2012-11-22 10:53:19 +00:00
webchick 8fcd5546ba Issue #1831444 by das-peter, Berdir, andypost: Added EntityNG: Support for revisions for entity save and delete operations. 2012-11-21 14:07:53 -08:00
webchick b20cb1dd19 Issue #1837018 by yched: Fixed Possible 'ambiguous column name' error in field_read_fields(). 2012-11-21 12:07:13 -08:00
webchick 3be17a12bf Issue #1833970 by ancamp: Correct the documentation of drupalCreateNode function. 2012-11-21 12:05:10 -08:00
webchick 15adcbe2b0 Issue #1824244 by webflo, fubhy: Turn _field_ui_bundle_admin_path() into a public function (field_ui_bundle_admin_path()). 2012-11-21 12:03:31 -08:00
webchick 0bbca7fdee Issue #1824762 by justafish, alexpott: Convert admin_compact_mode() to CMI. 2012-11-21 12:02:27 -08:00
webchick 2c457bbcd1 Issue #1837962 by superspring, chx: Remove dead code from RegisterFormController. 2012-11-21 11:58:10 -08:00
webchick a0ea12b333 Issue #1845874 by TravisCarden: Fixed Docs typo: in History module. 2012-11-21 11:52:54 -08:00
webchick 7c7bbda71b Issue #1846510 by larowlan: Fixed Spelling error in inline comment in field_ui().admin.inc. 2012-11-21 11:49:35 -08:00
webchick 4399ae73b4 Issue #1837118 by chx, Berdir: Fixed UPDATE foo SET bar=(SELECT...) is not supported. 2012-11-21 11:46:23 -08:00
webchick 6ed4e11b7a Issue #1238484 by mrfelton, ry5n, aspilicious, Bojhan, Xano, nod_, rootatwc, effulgentsia, chx, sun: Ability to mark the form buttons to be of a specific type (so that they can be styled differently). 2012-11-21 11:37:44 -08:00
webchick 064fa245e4 Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0. 2012-11-21 11:35:03 -08:00
webchick 37ea2e09c9 Issue #1158322 follow-up by olli: Added missing backtrace to exception errors. 2012-11-21 11:18:20 -08:00
webchick 581dac09c3 Issue #1696660 by fubhy, xjm, fago, webflo: Added an entity access API for single entity access. 2012-11-21 11:16:38 -08:00
Dries 8ca44a65d1 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-11-21 12:57:09 -05:00
Dries a231532dff Issue #120955 by moshe weitzman, Pancho, cburschka, sym, alexpott: Integrate Diff into Core. 2012-11-21 12:56:16 -05:00
Dries c260589355 Issue #1833440 by scor, Crell, klausi: Implement partial matcher based on content negotiation MIME type. 2012-11-21 12:51:45 -05:00
webchick 259b4e2468 Issue #1828410 by dawehner, damiankloip, tim.plunkett, stevector: Added Provide a bulk_form() element for actions. 2012-11-21 09:48:44 -08:00
webchick 597337faae Issue #1843442 by ACF: Change the dependencies variable to the state system. 2012-11-21 09:46:03 -08:00