Commit Graph

3661 Commits (24f36dde286484629bfbf0f9a6ae76b9c1960f12)

Author SHA1 Message Date
Alex Pott 24f36dde28 Issue #2003630 by ebeyrent, alexander.ilivanov: Replace drupal_container() with Drupal::service() in the entity_reference() module. 2013-06-09 18:55:11 +01:00
Alex Pott d92b4e9699 Issue #2009652 by InternetDevels: Replace theme() with drupal_render() in language module. 2013-06-09 18:53:24 +01:00
Alex Pott 0294c555d7 Issue #2009686 by aaronott: Replace theme() with drupal_render() in tracker module. 2013-06-09 18:03:07 +01:00
Alex Pott 3c420a6cd4 Issue #2009668 by Floydm, danylevskyi: Replace theme() with drupal_render() in shortcut module. 2013-06-09 17:54:28 +01:00
Alex Pott 94e5ba411b Issue #2009002 by Floydm: Replace theme() with drupal_render() in edit module. 2013-06-09 17:52:52 +01:00
Alex Pott 4370959d5e Issue #1891690 by andypost: Use EntityListController for vocabularies. 2013-06-09 15:29:54 +01:00
Alex Pott 4d2a10e036 Issue #2002618 by leanderl: Definition of to Contains \Drupal in field_ui(). 2013-06-09 15:16:56 +01:00
Alex Pott 92a674e54d Issue #1890536 by chx, jibran: Update core pregs to use ?<name> for subpatterns instead of ?P<>. 2013-06-09 15:15:21 +01:00
Alex Pott bda47427a7 Issue #1798654 by swentel, amateescu: Clean faulty HTML in help description of field widgets. 2013-06-09 15:11:58 +01:00
Alex Pott e0db7ebac1 Issue #1999344 by aaronott: Use Symfony Request for edit module. 2013-06-09 15:10:06 +01:00
Alex Pott 96c82a2913 Issue #1921748 by damiankloip: Fixed Views UI gives no indication that you are editing a disabled view. 2013-06-09 15:07:44 +01:00
Alex Pott bd1f226e8d Issue #1881606 by dawehner, jibran: Use a derivative to integrate all entities as row plugins. 2013-06-09 13:35:39 +01:00
Alex Pott 7b76e91845 Issue #1868930 by nathangervais: Ensure proper capitalization is used throughout the UI. 2013-06-09 12:49:50 +01:00
Alex Pott 71eba4f109 Issue #1993330 by damiankloip: Move views_handler_field_custom_pre_render_move_text() function to a class method on Drupal\views\Plugin\views\field\Custom. 2013-06-09 11:38:47 +01:00
Alex Pott cd4c61e425 Issue #1898038 by jenlampton, joelpittet, duellj, Cottser, Shawn DeArmond, widukind, ezeedub, c4rl: Custom_block().module - Convert theme_ functions to Twig. 2013-06-09 11:37:29 +01:00
Alex Pott 7f99ae9e99 Issue #1982138 by tim.plunkett, amateescu, swentel, yched: Clean out field_ui().admin.inc. 2013-06-09 11:15:09 +01:00
Nathaniel Catchpole c3938baa9d Issue #1974372 by kim.pepper, ParisLiakos: Convert aggregator_page_sources() to a Controller. 2013-06-08 21:15:51 +01:00
Nathaniel Catchpole ffaabb7cfa Issue #1998576 by beejeebus, alexpott, swentel: Make the config import process use full config trees again. 2013-06-08 21:10:53 +01:00
Alex Pott d790fb7ada Issue #805858 by Pancho, Steven Jones, simg: Fixed Affected rows inconsistent across database engines. 2013-06-08 18:39:36 +01:00
Alex Pott 1936dbc53d Issue #1938898 followup by brantwynn, tim.plunkett, Cottser: Fixed Convert block theme tables to table #type. 2013-06-08 18:24:06 +01:00
Alex Pott e44d062a63 Issue #2002460 by sillygwailo, kronda: Rename Views method default_not_found() to defaultNotFound(). 2013-06-08 00:16:07 +01:00
Alex Pott 821dc67d3f Issue #2002442 by baldwinlouie, sillygwailo, jibran: Rename Views method default_actions() to defaultActions(). 2013-06-08 00:14:18 +01:00
Alex Pott 167810ff96 Issue #2002340 by elvis2, jibran: Rename Views method add_where() to addWhere(). 2013-06-08 00:12:42 +01:00
Alex Pott 18e03273de Issue #2002274 by elvis2: Rename Views method add_relationship() to addRelationship(). 2013-06-08 00:10:08 +01:00
Alex Pott cf23ee6e1d Issue #2003292 by ricky.middaugh, elvis2, jibran: Rename Views method set_current_page() to setCurrentPage(). 2013-06-08 00:08:19 +01:00
Alex Pott 99c2b590c6 Issue #2003276 by markie, jibran: Rename Views method set_offset() to setOffset(). 2013-06-08 00:06:06 +01:00
Alex Pott ba51ddf21b Issue #1987066 followup by swentel: [Hotfix] Change notice: Rename files to match CSS file naming convention. 2013-06-07 23:43:39 +01:00
Alex Pott 2432c02138 Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention. 2013-06-07 11:48:55 +01:00
Jennifer Hodgdon 1eb4d7002e Issue #2012898 by mcjim: Trivial Patch of the Month candidate: Fix indefinite article in book.module documentation 2013-06-06 12:15:04 -07:00
Alex Pott b0cf1be964 Issue #1846172 by tim.plunkett, damiankloip: Replace the actions API. 2013-06-06 20:10:20 +01:00
Jennifer Hodgdon 334b3d7f76 Issue #1811520 by JacobSanford, lirantal: Add section tags to theme, hook_menu, and t documentation. 2013-06-06 09:14:35 -07:00
Alex Pott 54c2e3d506 Issue #2002152 by fago, amateescu: Implement entity validation based on symfony validator. 2013-06-06 13:38:39 +01:00
Alex Pott 5b5d5351a8 Issue #1998182 by dawehner: Fixed Glossary view is broken. 2013-06-06 12:49:03 +01:00
Alex Pott 8d79d9ab90 Issue #2006598 by nick_schuch: Fixed Tour toggle not floating right. 2013-06-06 12:09:37 +01:00
Alex Pott e26a156ab0 Issue #1801268 by falcon03, mgifford, Risse, heddn, larowlan: Change link field 'title' field to 'link text'. 2013-06-06 11:39:13 +01:00
Alex Pott 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +01:00
Nathaniel Catchpole 6d93172b96 Issue #1969662 by swentel, amateescu, chx | yched: Provide new _update_8000_*() CRUD helpers for Field and Instance definitions. 2013-06-06 10:06:46 +01:00
Alex Pott 6941c5b78b Issue #1984766 by sdboyer, Niklas Fiekas, msonnabaum: Fixed Start relying on Request/Response objects for cache handling. 2013-06-06 09:21:58 +01:00
Alex Pott b21943922d Issue #1888424 by katbailey, steveoliver, twistor, beejeebus, effulgentsia: Change notice: Make Drupal's URL generation logic available to HttpKernel, and minimize code repetition/divergence. 2013-06-06 09:14:16 +01:00
Alex Pott 9d73599020 Issue #2001310 by chx, effulgentsia, Berdir, YesCT: Disallow firing hooks during update. 2013-06-06 09:08:39 +01:00
Alex Pott 6801679a0f Revert "Issue #1960888 by tim.plunkett, dawehner, jibran, damiankloip: Fixed Default archive view uses wrong argument plugin."
This reverts commit fd7e482b11.
2013-06-06 00:33:59 +01:00
Dries fd7e482b11 Issue #1960888 by tim.plunkett, dawehner, jibran, damiankloip: Fixed Default archive view uses wrong argument plugin. 2013-06-05 17:27:30 -04:00
Alex Pott b1fcd53b66 Issue #2003252 by ThomasVI, jibran: Rename Views method show_value_form() to showValueForm(). 2013-06-05 22:03:36 +01:00
Alex Pott 92030a2f4e Issue #2002488 by baldwinlouie, jibran: Rename Views method exception_title() to exceptionTitle(). 2013-06-05 22:00:08 +01:00
Alex Pott f1ba409443 Issue #2002894 by crowdcg, jibran: Rename Views method get_argument() to getArgument(). 2013-06-05 21:58:42 +01:00
Dries 1bf078e743 Issue #1944910 by tim.plunkett, barraponto, jibran: Convert ban.module's page callbacks to Controllers. 2013-06-05 15:00:21 -04:00
Alex Pott ec9dc2c390 Issue #1935908 by ParisLiakos, msonnabaum: Convert Graph tests to phpunit. 2013-06-05 18:51:44 +01:00
Dries bdf7b002b2 Issue #1920888 by alexh58, YesCT, pmelab: Fixed Follow-up: Add some JS to make the dependent groups always checked (and readonly) when the master group is checked translatable. 2013-06-05 13:43:43 -04:00
Dries 9600c1e521 Issue #1988328 by nod_, jessebeach: Contextual link JavaScript error when viewing a page such as /admin/* that doesn't contain any contextual links. 2013-06-05 13:10:45 -04:00
Dries b9de1f2d0d Issue #1984628 by Wim Leers: documentation missing for hook_edit_editor_alter(). 2013-06-05 13:04:32 -04:00