Commit Graph

4030 Commits (472339116c22f20646799e546d72597d34f2f929)

Author SHA1 Message Date
Dries 6c3dae99d2 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2013-06-19 16:23:36 -04:00
Dries abd15444cd Issue #1907902 by dawehner, damiankloip: Move views_get_handler() into the handler plugin manager. 2013-06-19 16:23:10 -04:00
Alex Pott a0030289d8 Issue #1907902 by dawehner, damiankloip: Move views_get_handler() into the handler plugin manager. 2013-06-19 22:21:35 +02:00
Alex Pott a82ea10ba3 Issue #1987638 by vijaycs85, manu4543: Convert block_admin_display() to a new style controller. 2013-06-19 22:21:35 +02:00
Alex Pott 16c9b52dbf Issue #2001202 by DmitryDrozdik, ebeyrent: Replace drupal_container() with Drupal::service() in the aggregator module. 2013-06-19 22:21:35 +02:00
Alex Pott 4e7abeed4f Issue #2009668 followup by drupee, BarisW: Replace theme() with drupal_render() in shortcut module. 2013-06-19 22:21:35 +02:00
Alex Pott a21bde544e Issue #2010216 by kgoel, hussainweb: Convert picture_mapping_uri() to ->uri(). 2013-06-19 22:21:35 +02:00
Alex Pott 5fe8034bdc Issue #2020361 by vijaycs85: Create LanguageConfigContext to activate configuration overrides based on language. 2013-06-19 22:21:35 +02:00
Alex Pott be586a9954 Issue #2019469 followup by larowlan: Tour module should use token for it's body. 2013-06-19 22:21:34 +02:00
Dries 2c61612951 Issue #1919470 by s_leu, Berdir, Cottser, joelpittet, YesCT, Wim Leers: Add a search field to the test overview page. 2013-06-19 15:51:04 -04:00
Dries 4ab87f7e56 Issue #2004350 by Berdir, Dean Reilly: Fixed Unserialised database connection objects don't use Drupal's PDO Statement class. 2013-06-19 15:29:38 -04:00
Dries 9e354fa9d2 Issue #1965208 by amateescu, Berdir: Convert TaxonomyTermReferenceItem to extend EntityReferenceItem. 2013-06-19 15:07:06 -04:00
Dries 31fe58d108 Issue #1936392 by Wim Leers: Configure CKEditor's 'Advanced Content Filter' (ACF) to match Drupal's text filters settings. 2013-06-19 14:58:20 -04:00
Nathaniel Catchpole 00cb147e14 Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse. 2013-06-19 17:07:30 +01:00
Nathaniel Catchpole 660f2d0d4f Issue #1985470 by thedavidmeister: Remove theme_link(). 2013-06-19 13:46:31 +01:00
Alex Pott b44d95bf93 Issue #2015999 by damiankloip: Fields cannot be used as the row style on style plugins that support it. 2013-06-19 11:35:56 +02:00
Alex Pott fd5f765f76 Issue #2011018 followup by tim.plunkett, andypost: Reconcile entity forms and confirm forms. 2013-06-19 11:35:56 +02:00
Nathaniel Catchpole 270db4a504 Issue #1852454 by patrickd, xjm, YesCT, Berdir, amateescu, Pancho, djroshi, dealancer, Wim Leers, jessebeach: Restrict module and theme name lengths to 50 characters. 2013-06-19 10:14:55 +01:00
Nathaniel Catchpole 81ca4d6001 Issue #2021749 by Sutharsan: Fixed Core should not force latest version number translations on sites. 2013-06-19 09:57:33 +01:00
Alex Pott 851d7d0ff2 Issue #1777956 by fago, klausi, sun, dasjo: Provide a way to define default values for entity fields. 2013-06-19 10:31:20 +02:00
Alex Pott 3f196cab2e Issue #2021981 by bdone: Fixed typo: lable to label. 2013-06-19 10:18:21 +02:00
Alex Pott 9bcaeed697 Issue #2020353 by dawehner: Comments aren't displayed in Views when using Format: Unformatted list and Show: Comment | Full comment. 2013-06-19 10:17:30 +02:00
Alex Pott 7a0440d196 Issue #2022127 by damiankloip: Change status filter on admin/content to 'published'/'unpublished'. 2013-06-19 01:44:06 +02:00
Alex Pott 4756994e09 Issue #1983548 by Berdir, LukyLuke_ch, giammi, effulgentsia: Convert contact message entities to the new Entity Field API. 2013-06-19 01:42:10 +02:00
Alex Pott 2c67e9019e Issue #1939066 by joelpittet, chrisjlee, Cottser, splatio, jenlampton: Convert theme_breadcrumb() to Twig. 2013-06-19 01:38:59 +02:00
Alex Pott 0360c07ec1 Issue #2022087 by damiankloip: Add module owner to plugin definition in AnnotatedClassDiscovery. 2013-06-19 01:37:47 +02:00
Alex Pott 90c2c23099 Issue #2018409 by ParisLiakos: LocaleTranslation should have its translation property initialized as array. 2013-06-19 01:35:25 +02:00
Alex Pott 69f2cef030 Issue #2003736 by dawehner, jhedstrom: Convert system module's Batch unit tests to phpunit. 2013-06-19 01:32:50 +02:00
Alex Pott 0e0d2f6ba5 Issue #2010060 by olli, dawehner: Fixed More link is rendered when set to 'No'. 2013-06-19 01:26:54 +02:00
Alex Pott 161f2c2831 Issue #2019241 by olli: Replace remaining occurences of 'disabled' in views. 2013-06-19 01:23:44 +02:00
Alex Pott e997ce7ba6 Issue #2017019 by valdo, amateescu, tim.plunkett: Configuration export action path is broken when Drupal is installed in a subfolder. 2013-06-19 01:22:53 +02:00
Alex Pott 23da9dd978 Issue #971844 by kathyh, kbahey: Include rsyslog in syslog.module's help. 2013-06-18 14:44:35 +02:00
Alex Pott 0eeda29f40 Issue #1981292 by aspilicious, pcambra, andypost, swentel: Drop procedural usage of fields in field_sql_storage() & field_ui() tests. 2013-06-18 14:36:42 +02:00
Alex Pott a4bfb01aa9 Issue #1981334 by pcambra, aspilicious, swentel, andypost: Drop procedural usage of fields in [n-r] modules. 2013-06-18 14:32:58 +02:00
Alex Pott 72bd779d56 Issue #1981342 by aspilicious, andypost, swentel: Drop procedural usage of fields in [s-u-v] modules. 2013-06-18 14:29:20 +02:00
Alex Pott fc35679d72 Issue #2014037 by hussainweb, kgoel: Replace drupal_container() with Drupal::keyValue() in the update module. 2013-06-18 14:14:27 +02:00
Alex Pott 9dd08c04a1 Issue #2009690 by jeroen12345, redfoxxx.ua, InternetDevels, hussainweb: Replace theme() with drupal_render() in user module. 2013-06-18 14:09:48 +02:00
Alex Pott 5eff1db9f6 Issue #1981336 by aspilicious, andypost, swentel, amateescu: Drop procedural usage of fields in [t*] modules. 2013-06-18 12:43:19 +02:00
Alex Pott 2de46154c9 Issue #1981306 by aspilicious, andypost, pcambra, swentel, amateescu: Drop procedural usage of fields in [a-e] modules. 2013-06-18 12:38:11 +02:00
Alex Pott a6a4adc9b4 Issue #1981316 by aspilicious, andypost, pcambra, swentel: Drop procedural usage of fields in [f-l] modules. 2013-06-18 12:28:44 +02:00
Alex Pott db0e911778 Issue #1894644 by Wim Leers, quicksketch: Unidirectional editor configuration -> filter settings syncing. 2013-06-18 12:21:40 +02:00
Nathaniel Catchpole 32eadec8b4 Issue #2018569 by dawehner | yannickoo: Added Group permissions in the new views handler. 2013-06-18 10:49:39 +01:00
Alex Pott c707cf7964 Issue #2004300 by dawehner: Extend the router provider interface so that Views can override routes. 2013-06-18 09:29:38 +02:00
Alex Pott 2635b665fd Issue #2020677 by yched: file_field_prepare_view() should not delete items. 2013-06-18 09:27:54 +02:00
Alex Pott 0e8571d150 Issue #1998192 by damiankloip, dawehner: Allow the boolean labels of exposed filters to be configurable. 2013-06-18 09:20:41 +02:00
Alex Pott f7f7f37305 Issue #1998698 by larowlan, jibran, quicksketch: Allow Dialog Controller to work with form/entity form routes. 2013-06-18 09:19:24 +02:00
Alex Pott aaa4e9dff3 Issue #2003814 by dasjo, pmelab, Cottser: Remove Bartik process layer functions, refactor color module alterations. 2013-06-18 07:34:38 +02:00
Alex Pott 4d08d57418 Issue #1947536 by andypost, donquixote, larowlan, splatio, kim.pepper, alexpott, Crell, tim.plunkett: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service. 2013-06-18 07:22:49 +02:00
Alex Pott c4b665859a Issue #1982980 by ParisLiakos, larowlan, dawehner, tim.plunkett: Move entity_get_form() to Drupal\Core\Entity\EntityManager::getForm(). 2013-06-18 07:21:35 +02:00
Alex Pott 4d51cdf42e Issue #2021173 by vijaycs85, YesCT: Fixed typo: lable to label. 2013-06-18 00:47:58 +02:00
Alex Pott dec3e5c014 Issue #1987728 by Niklas Fiekas, vijaycs85: Convert language_test_subrequest() to a new style controller. 2013-06-18 00:37:09 +02:00
Alex Pott 9ee90ca16d Issue #1939090 by 2ndmile, hefox, Cottser, shanethehat, steveoliver, jenlampton, mr.baileys, derheap: Convert theme_tablesort_indicator() to Twig. 2013-06-18 00:25:44 +02:00
Alex Pott bf1b3d2255 Issue #1830828 by dawehner, Pancho: Fixed view result counter field. 2013-06-18 00:04:25 +02:00
Alex Pott 73fbcf8072 Issue #2011018 by tim.plunkett: Reconcile entity forms and confirm forms. 2013-06-17 23:26:42 +02:00
Alex Pott 025aa2a110 Issue #1831540 followup by orb: Rewrite examples in taxonomy.api.php and remove references to synonyms. 2013-06-17 23:25:42 +02:00
Alex Pott 097303e4bf Issue #1393094 by swentel, solotandem: Make the field prefix in Field ui configurable. 2013-06-17 23:14:16 +02:00
Alex Pott 9236b3f7ee Issue #1939080 by joelpittet: Convert theme_datetime() to Twig. 2013-06-17 22:58:28 +02:00
Alex Pott d8881894b3 Issue #2017859 by valdo: Permissions export configuration and import configuration are used in config.routing.yml but not implemented. 2013-06-17 22:55:45 +02:00
Alex Pott 116f0a389e Issue #2003366 by sillygwailo, Joe9, kenianbei, pcambra, heddn, YesCT, damiankloip: Rename Views method pre_render() to preRender(). 2013-06-17 22:53:40 +02:00
Alex Pott 2bb2976ab6 Issue #1996868 by jhedstrom: Start converting image.inc to an Image component. 2013-06-17 22:08:50 +02:00
Alex Pott da1b134af1 Issue #1363112 by mparker17, mgifford, tlattimore, Jacine, dcmouyard, bowersox, ry5n, ahdiaz: Simplify names of 'element-x' helper classes. 2013-06-17 21:58:27 +02:00
Alex Pott 0204ee8e86 Issue #2019651 by damiankloip: Add a QueryFactoryInterface for QueryFactory classes. 2013-06-17 18:26:11 +02:00
Alex Pott 64a7739a52 Issue #1998582 by damiankloip, brantwynn, dawehner: Auto-generate machine_name() for Views Blocks using [viewname]_[displayname] rather than forcing manual entry. 2013-06-17 18:17:56 +02:00
Alex Pott 7db53be1c0 Issue #2021491 by fubhy: Fixed UserBCDecorator (hasRole(), addRole(), removeRole()). 2013-06-17 18:17:56 +02:00
Alex Pott fb7ad824c7 Issue #1903346 by Berdir, tim.plunkett, EclipseGc: Establish a new DefaultPluginManager to encapsulate best practices. 2013-06-17 18:17:56 +02:00
Nathaniel Catchpole d1ae4a054a Issue #2012682 by fago: Fixed Constraints in getPropertyDefinitions generate violations without a delta. 2013-06-17 15:06:04 +01:00
Nathaniel Catchpole ecfbc27f34 Issue #1838310 by ParisLiakos, Jose Reyero: Remove st(), get_t() and for good. 2013-06-17 14:35:07 +01:00
Nathaniel Catchpole a10b792f41 Issue #2018375 by andypost: Get rid of node_hook() and node_invoke(). 2013-06-17 12:03:40 +01:00
Alex Pott 5356a24b49 Issue #2020859 by vijaycs85, tim.plunkett: Change the occurance of 'human_name()' to 'label' in views configuration & schema. 2013-06-17 11:59:09 +02:00
webchick fb5b009dd1 Issue #2003210 by jastraat, hussainweb: Fixed Incorrect comment for LanguageArgument::title(). 2013-06-17 01:47:32 -05:00
webchick aca11af903 Issue #2020403 by hardik.patel99 | thedavidmeister: Typo in docblock for template_preprocess_username() 'insure'. 2013-06-17 01:46:04 -05:00
webchick 63b6ed23b7 Issue #2014031 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the tour module. 2013-06-17 01:43:28 -05:00
webchick 5572e7fd5a Issue #2014025 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the taxonomy module. 2013-06-17 01:42:40 -05:00
webchick 3e57871205 Issue #2003616 by DmitryDrozdik, ebeyrent: Replace drupal_container() with Drupal::service() in the editor module. 2013-06-17 01:39:17 -05:00
webchick 1cbc618c34 Issue #2003576 by jeroen12345, ebeyrent, alexander.ilivanov: Replace drupal_container() with Drupal::service() in the config module. 2013-06-17 01:37:22 -05:00
webchick 5cfd21bb87 Issue #2014049 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the views_ui() module. 2013-06-17 01:31:01 -05:00
webchick bfcdcd4005 Issue #2011102 by kgoel, DmitryDrozdik: Replace drupal_container() with Drupal::service() in the locale module. 2013-06-17 01:28:58 -05:00
webchick 2afb8252e3 Issue #2011108 by rbayliss, chrisguindon | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the overlay module. 2013-06-17 01:25:40 -05:00
webchick b646366de9 Issue #2011116 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the path module. 2013-06-17 01:22:30 -05:00
webchick 369726993d Issue #2014011 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the shortcut module. 2013-06-17 01:19:43 -05:00
webchick 7b9974f56b Issue #2014013 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the statistics module. 2013-06-17 01:17:42 -05:00
webchick f5cc5ac72c Issue #2011084 by jiff | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the file module. 2013-06-17 01:12:16 -05:00
webchick fada89f3c8 Issue #2011104 by tidrif | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the menu & menu_link() modules. 2013-06-17 01:06:38 -05:00
webchick 8bff939bfc Issue #2020429 by andypost: Fixed Cleanup comment views handlers docs. 2013-06-17 00:42:01 -05:00
webchick d3fe0d43f8 Issue #2020377 by LinL | xjm: Rename Views method opNotEnds() to opNotEndsWith(). 2013-06-17 00:27:40 -05:00
webchick b527972331 Issue #2020695 by heddn: Rename Views method summary_join() to summaryJoin(). 2013-06-17 00:26:54 -05:00
webchick 9b3f8719d2 Issue #2020693 by heddn: Rename Views method post_render() to postRender(). 2013-06-17 00:22:57 -05:00
webchick 2d4478df3c Issue #2020697 by heddn: Rename Views method add_filter() to addFilter(). 2013-06-17 00:19:37 -05:00
webchick 071fa21e2b Issue #2004408 follow-up by tim.plunkett: Fix tests to account for previous fix. 2013-06-16 23:32:45 -05:00
webchick 9ab3d605ba Issue #1891198 follow-up by tim.plunkett: Fix broken tests due to mis-named yaml file. 2013-06-16 23:09:46 -05:00
webchick bff96f484f Issue #2004408 follow-up by tim.plunkett: Fixed broken tests due to missing use statement. 2013-06-16 23:04:53 -05:00
webchick 79a7f1cffe Issue #1978166 follow-up by tim.plunkett: Fix broken tests due to broken typehint. 2013-06-16 23:02:22 -05:00
Alex Pott 30f6062a18 Issue #2018731 by swentel: Move field_has_data() to Field::hasData(). 2013-06-17 02:22:30 +02:00
Alex Pott cf8f023c02 Issue #2017449 by ParisLiakos: Drupal\Tests\user\Views\Argument\RolesRidTest is in the wrong place. 2013-06-17 02:15:30 +02:00
Alex Pott 33b0337439 Issue #2009666 by aaronott, jiff, jeroen12345: Replace theme() with drupal_render() in search module. 2013-06-17 02:06:22 +02:00
Alex Pott b61918f0ff Issue #2009018 by InternetDevels: Replace theme() with drupal_render() in filter module. 2013-06-17 02:01:55 +02:00
Alex Pott a544e13f51 Issue #2012882 by damiankloip, dawehner: Move getDisplaysList() out of View storage class to ViewListController. 2013-06-17 01:58:58 +02:00
Alex Pott 42c1a7c014 Issue #1898428 by joelpittet, shanethehat, Floydm, gillbates, steinmb, artis, Cottser, gnuget: locale.module - Convert theme_ functions to Twig. 2013-06-17 01:54:01 +02:00
Alex Pott bd6ad51a89 Issue #2008558 by effulgentsia: Move nonalterations from hook_entity_bundle_info_alter() implementations to hook_entity_bundle_info() implementations. 2013-06-17 01:41:55 +02:00
Alex Pott 6f25f15885 Issue #1978166 by larowlan, smiletrl, tim.plunkett, effulgentsia: Convert block/add/{%custom_block_type()} to Controller. 2013-06-17 01:38:28 +02:00
Alex Pott c5cecfde1d Issue #1898456 by joelpittet: Common_test().module - Convert theme_ functions to Twig. 2013-06-17 01:19:04 +02:00
Alex Pott e89fbf339d Issue #2019469 by clemens.tolboom: Tour module should use token for it's body. 2013-06-17 01:15:17 +02:00
Alex Pott ca484d92c1 Issue #1891198 by dawehner: Move views test helper modules to views/tests/modules. 2013-06-17 01:13:34 +02:00
Alex Pott 5bf89a4573 Issue #2008356 by dawehner, tim.plunkett: Provide a _entity_list() route default to replace Controller\EntityListController and mimic _entity_form(). 2013-06-17 00:06:21 +02:00
Alex Pott ecd19d9a52 Issue #2002110 by alanmoo, micahredding, xjm, chx, RobLoach, LinL: Remove double semicolons. 2013-06-16 22:45:33 +02:00
Alex Pott 1648a479c4 Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes. 2013-06-16 11:40:11 +02:00
Alex Pott d9f7b3a35b Issue #1950632 by effulgentsia, Wim Leers, amateescu, yched: Create a FieldDefinitionInterface, decoupled from and config entities, and use it for formatters and widgets. 2013-06-16 10:27:11 +02:00
Alex Pott 096b8c5a58 Issue #2010290 by tim.plunkett, larowlan, alexpott, ParisLiakos: Editing a config entity from a listing page results in a 'page not found'. 2013-06-16 10:24:30 +02:00
Alex Pott 033451a4d2 Issue #2006484 followup by amateescu: Remove dependency on datetime from node. 2013-06-15 12:01:09 +02:00
Alex Pott 00a4259367 Issue #2003304 by jibran, gdf, Dan Reinders, heddn: Rename Views method set_count_field() to setCountField(). 2013-06-15 11:50:01 +02:00
Alex Pott 9791575da5 Issue #2003410 by ricky.middaugh, heddn, pcambra: Rename Views method get_where_args() to getWhereArgs(). 2013-06-15 11:49:03 +02:00
Alex Pott 6345a5cbc2 Issue #2002484 by brennanmh, heddn, Dan Reinders, hussainweb: Rename Views method ensure_table() to ensureTable(). 2013-06-15 11:47:11 +02:00
Alex Pott 5c09348793 Issue #2002438 by theladebug, malcomio, heddn: Rename Views method default_action() to defaultAction(). 2013-06-15 11:45:48 +02:00
Alex Pott 863a9bd821 Issue #2002346 by heddn, crowdcg, marlatt, farfanfelipe, jibran: Rename Views method adjust_join() to adjustJoin(). 2013-06-15 11:44:23 +02:00
Alex Pott fc1bd6f3d3 Issue #2002344 by elvis2, heddn: Rename Views method add_where_expression() to addWhereExpression(). 2013-06-15 11:43:20 +02:00
Alex Pott 1ea2d228c4 Issue #1946208 by dawehner: Rewrite QueryGroupByTest to use ViewUnitTestBase. 2013-06-15 11:40:18 +02:00
Alex Pott 757d39e2dd Issue #1843788 followup by Eric_A: Remove template_process_username(). 2013-06-15 11:10:01 +02:00
Alex Pott 6d54ed7ac1 Issue #1818568 by Berdir, das-peter: Convert files to the new Entity Field API. 2013-06-15 10:46:11 +02:00
Alex Pott db0104f408 Issue #1817672 by jibran, dawehner, bdgreen, damiankloip: Replace db_select() with an injected database connection in views plugins. 2013-06-15 10:33:10 +02:00
Alex Pott 2a17837fda Issue #843708 by mgifford, dawehner: Add option to set caption & remove summary in the html table (Accessibility). 2013-06-15 09:19:01 +02:00
Alex Pott 0e58a6213a Issue #2017323 by jibran: Fixed admin/content does not have a border anymore. 2013-06-15 01:10:46 +02:00
Alex Pott 82d44b7834 Issue #2016177 followup by yched: Refactor 'autocreate entity' handling from entity_reference(). 2013-06-15 01:02:26 +02:00
Alex Pott fa6444e067 Issue #2008974 by K15.Multik, drupee: Replace theme() with drupal_render() in book module. 2013-06-15 00:59:22 +02:00
Alex Pott f6f0478873 Issue #2008986 by markie: Replace theme() with drupal_render() in datetime module. 2013-06-15 00:57:41 +02:00
Alex Pott b6eb3d4c94 Issue #2009658 by chrisjlee, helga.chb: Replace theme() with drupal_render() in menu module. 2013-06-15 00:56:38 +02:00
Alex Pott f7a22ec09a Issue #2014009 by kgoel: Replace drupal_container() with Drupal::service() in the serialization module. 2013-06-15 00:48:02 +02:00
Alex Pott 8679f24b94 Issue #1999424 by marcingy, mongolito404, jiff: Use Symfony Request for path module. 2013-06-15 00:45:49 +02:00
Alex Pott 2d5b6c41b3 Issue #1999404 by marcingy, mongolito404, jiff: Use Symfony Request for node module. 2013-06-15 00:44:55 +02:00
Alex Pott b90377b32b Issue #1999398 by chertzog: Use Symfony Request for menu module. 2013-06-15 00:44:04 +02:00
Alex Pott 76518e6f95 Issue #1998708 by kim.pepper, kmcculloch: Use Symfony Request for block module. 2013-06-15 00:42:02 +02:00
Alex Pott cb07e91364 Issue #1999444 by chertzog: Use Symfony Request for translation module. 2013-06-15 00:40:37 +02:00
Alex Pott fa9c197e57 Issue #1843788 by scor, jenlampton, tyjamessmith: Remove template_process_username(). 2013-06-15 00:27:57 +02:00
Alex Pott 573068f94c Issue #2003568 by dawehner, jhedstrom: Convert tags,attributes, diff and url validation unit tests to phpunit. 2013-06-15 00:11:48 +02:00
Alex Pott 81f4bc82a1 Issue #2006568 by ParisLiakos, dawehner: Convert filter_xss() tests to unit tests. 2013-06-15 00:03:29 +02:00
Alex Pott 466c8c4ca5 Issue #2015377 by kim.pepper: Move Controllers in 'Routing' to 'Controller' namespace. 2013-06-14 23:48:32 +02:00
Alex Pott 22a09e4daf Issue #2013891 by swentel: Remove widget config schema from text, options and field modules. 2013-06-14 23:31:17 +02:00
Alex Pott 88101706e0 Issue #2013837 followup by yched: Rewrite field sync on top of NG entities. 2013-06-14 23:12:37 +02:00
Alex Pott cd8a251f5f Issue #2016177 by yched, berdir: Refactor 'autocreate entity' handling from entity_reference(). 2013-06-14 15:45:18 +02:00
Alex Pott e56a599e83 Issue #2013837 by yched, plach: Rewrite field sync on top of NG entities. 2013-06-14 15:37:01 +02:00
Alex Pott 9ddac9e9fa Issue #1924436 by JohnAlbin, rteijeiro: Remove separate CSS_AGGREGATE_SYSTEM aggregate file and fix drupal_add_library() to aggregate CSS properly. 2013-06-14 15:37:00 +02:00
Alex Pott 41edb242f8 Issue #1657886 by Hanno: Filter 'Convert URLs into links; doesn't support multilingual web addresses. 2013-06-14 15:37:00 +02:00
Alex Pott 010ffd4508 Issue #1826252 by Jeroen, benjf, wilco: Domain language negotiation broken when a base url is configured. 2013-06-14 15:37:00 +02:00
Alex Pott 3b61f06bf9 Issue #2019481 by nod_: JavaScript AJAX commands object is borked: it is shared among all Drupal.ajax instances, preventing scoped overrides. 2013-06-14 15:37:00 +02:00
Jennifer Hodgdon ba810ba122 Issue #1899486 by Gábor Hojtsy, YesCT, Schnitzel, pixelite, sahain: Make link for translating content always say translate instead of translations 2013-06-14 06:03:28 -07:00
Jennifer Hodgdon 7d7f337655 Issue #2018575 by longwave: Fix class descriptions in doc blocks of list controllers 2013-06-14 05:55:36 -07:00
Jennifer Hodgdon 4798dcf395 Issue #2009092 by smiletr: Fix up documentation for field_attach_view(), which was inaccurate for D8 2013-06-14 05:51:15 -07:00
Alex Pott f63db4cf5c Issue #889338 by das-peter, dawehner, yched: Add support for xdebug in WebTestBase. 2013-06-14 13:22:46 +02:00
Alex Pott e689237f93 Issue #2004408 followup by alexpott: Allow modules to alter the result of EntityListController::getOperations. 2013-06-14 12:59:45 +02:00
Alex Pott 9c173cfe7a Issue #2005616 by mikeker: Views should use ['#attached']['library'] rather than ['#attached']['css']. 2013-06-14 12:57:49 +02:00
Alex Pott 980604905d Issue #2006484 by tim.plunkett, dawehner: Remove dependency on datetime from node. 2013-06-14 02:25:47 +02:00