Commit Graph

102 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
Alex Pott 814aed203d Issue #2005716 by tim.plunkett, msonnabaum, dawehner, alexpott, effulgentsia: Promote EntityType to a domain object. 2014-01-01 11:08:57 +01:00
Alex Pott dd663c405e Issue #2031725 by fgm, fago, vladan.me, Nebel54, Berdir: Move all entity display interfaces to the core component. 2013-12-12 23:34:44 +00:00
Alex Pott 65be82a128 Issue #2095283 by Berdir, chx, amateescu, vladan.me: Remove non-storage logic from the storage controllers. 2013-12-12 14:46:24 +00:00
Dries 6399848479 Issue #2151439 by Wim Leers: Run node op links through #post_render_cache to prevent render caching granularity being 2013-12-10 11:40:21 -05:00
Alex Pott 44b1f645d1 Issue #2100577 by pwolanin, dawehner: Decouple book module from menu.inc (Phase 1). 2013-12-07 13:38:03 -04:00
webchick 910165f2df Issue #2080411 by mrsinguyen: Remove Unused local variable from /core/modules/book/book.module. 2013-12-04 00:30:04 -08:00
webchick 349bdb3c54 Issue #1938318 by Les Lim, jibran, tim.plunkett, kim.pepper, disasm | Crell: Convert book_remove_form to a new-style Form object. 2013-12-03 21:59:13 -08:00
Nathaniel Catchpole 176672a477 Issue #1947880 by chrisjlee, tim.plunkett, Xano, s_leu, Berdir, effulgentsia, penyaskito, dawehner: Replace node_access() with $entity->access(). 2013-12-01 12:33:39 +00:00
webchick d6cda5707d Issue #2113319 by Xano: Rename getOriginalID() to getOriginalId() and setOriginalID() to setOriginalId(). 2013-11-23 13:23:55 -08:00
Nathaniel Catchpole 390d04eef7 Issue #2115061 by JeroenT, tim.plunkett: Remove direct calls to drupal_add_html_head_link(). 2013-11-21 10:05:28 +00:00
Nathaniel Catchpole 516affdf43 Issue #2102125 by dawehner, tim.plunkett, neclimdul, pwolanin, YesCT, damiankloip, Tim Bozeman: Big Local Task Conversion. 2013-10-24 13:04:38 +01:00
Jennifer Hodgdon 7105d43cfe Issue #2091385 by lostkangaroo, batigolix, dietmarg, tankerjoe: Fix up hook_help for book module 2013-10-22 16:16:05 -07:00
webchick 4f59f9746f Issue #2049207 by dlu, blakehall, janstoeckler, ramlev, Moderate | Cottser: Replace .tpl.php with .html.twig in documentation. 2013-10-03 15:08:29 -07:00
Alex Pott 523c8b6cb0 Issue #2089671 by disasm, tim.plunkett: Convert non-test form callbacks to new form controller. 2013-09-21 13:42:43 +02:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 99670f0847 Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention. 2013-09-15 12:59:49 -07:00
webchick 29f50ae3cb Issue #1945390 by Alan Evans, disasm, tim.plunkett, dawehner: Convert book_admin_edit() to a new-style FormInterface implementation. 2013-09-14 23:46:48 -07:00
webchick 377a918781 Issue #1938316 by disasm, jaskho, stella, scor, tim.plunkett, jibran | Crell: Convert book_outline() to a new-style Controller. 2013-09-13 08:12:36 -07:00
Alex Pott 2e493af348 Issue #2061973 by InternetDevels, naveenvalecha: Replace user_access() calls with $account->hasPermission() in book module. 2013-09-10 10:59:46 +02:00
Nathaniel Catchpole 085a24e07f Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants. 2013-09-05 10:48:11 +01:00
webchick 991faf1d31 Issue #1938314 by kgoel, mparker17, Kars-T, disasm, tim.plunkett, daffodil_naveen, ygerasimov, jibran, dawehner, wamilton, Letharion | Crell: Convert book_export() to a new-style Controller. 2013-09-02 13:51:11 -07:00
Nathaniel Catchpole cf98e43a9f Issue #2066145 by mtift: Convert node_admin_theme() to the configuration system. 2013-08-30 16:26:42 +01:00
Nathaniel Catchpole 94cd6717a8 Issue #1939994 by Berdir, rlmumford: Complete conversion of nodes to the new Entity Field API. 2013-08-27 11:36:16 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Dries dd95e4bae3 Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott ad137531c9 Issue #2041287 by Berdir: Convert ->nid to ->id() and ->isNew(). 2013-07-20 13:21:43 +01:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott f74d2981ef Issue #2025991 by plach, David Hernández: Introduce hook_entity_prepare() to generalize hook_node_prepare(). 2013-06-28 09:41:01 +01:00
Alex Pott 46973e74b5 Issue #111715 by andypost, swentel, tim.plunkett, sun, Berdir, amateescu, kkaefer, YesCT, dagmar, chx: Convert node/content types into configuration. 2013-06-27 06:48:51 +01: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 76518e6f95 Issue #1998708 by kim.pepper, kmcculloch: Use Symfony Request for block module. 2013-06-15 00:42:02 +02:00
catch 970879581a Issue #2012526 by mcjim: Remove drupal_add_css() from book.module — use #attached. 2013-06-09 22:31:08 +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 687af78488 Revert "Issue #1892182 by nod_: #type details: Rename #collapsed to #open."
This reverts commit c4e52bb6b4.
2013-05-29 22:08:39 +01:00
Alex Pott c4e52bb6b4 Issue #1892182 by nod_: #type details: Rename #collapsed to #open. 2013-05-29 12:31:25 +01:00
Alex Pott 5165b47b10 Issue #1966298 by das-peter, andypost, Gábor Hojtsy, amateescu, YesCT: Introduce menu link bundles per menus. 2013-05-26 20:38:53 -07:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott bd5769d9fd Issue #1898034 by Cottser, jenlampton, joelpittet, Shawn DeArmond, idflood, Hydra, artofeclipse, rich.yumul, chrisjlee, gnuget, c4rl, thund3rbox: block.module - Convert PHPTemplate templates to Twig. 2013-05-24 10:14:30 -07:00
Alex Pott f2aa485dfc Issue #1898050 by duellj, Cottser, meeli, dsdart, Fabianx | c4rl: book.module - Convert PHPTemplate templates to Twig. 2013-05-24 09:54:30 -07:00
Alex Pott 6fa50c64eb Issue #1043198 by tim.plunkett, tstoeckler, swentel, larowlan: Convert view modes to ConfigEntity. 2013-05-16 08:29:16 +01:00
Alex Pott f630b510aa Issue #1927608 by EclipseGc, tim.plunkett, effulgentsia: Remove the tight coupling between Block Plugins and Block Entities. 2013-05-11 11:01:25 +01:00
webchick 24cf79cd18 Issue #501472 follow-up by David_Rothstein: Move book administration to admin/structure. 2013-05-01 20:26:04 -07:00
Alex Pott 3c4790605b Issue #501472 by izus, kiamlaluno, valthebald, catch: Move book administration to admin/structure. 2013-05-01 18:31:48 +01:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +01:00
catch 80931c9a5b Issue #1938296 by disasm, YesCT: Convert book_admin_overview() and book_render() to a new-style Controller. 2013-04-15 22:19:00 +01:00
webchick 3c2ac065df Issue #1933548 by alexpott: Fixed Book allowed_types() settings repetitive and in under certain conditions can change unexpectedly. 2013-03-10 12:27:34 -07:00
webchick 37afef0004 Issue #1818556 by das-peter, plach, fago, Berdir, vijaycs85: Change notice: Convert nodes to the new Entity Field API. 2013-03-10 12:05:24 -07:00