Commit Graph

100 Commits (193aae307933d0c734b4855ceb0240410ec9fb29)

Author SHA1 Message Date
Alex Pott 880f697abb Issue #2093173 by longwave, Cyberschorsch, forbesgraham, sandipmkhairnar, damiankloip, rbayliss, grom358, harijari, InternetDevels, dawehner: Remove all calls to drupal_json_decode(), use \Drupal\Component\Utility\Json::decode(). 2014-03-20 16:06:41 +00:00
Nathaniel Catchpole 6dc4d08c1f Issue #2208165 by longwave, damiankloip: Replace usage of views deprecated functions in views. 2014-03-10 13:11:58 +00:00
Alex Pott 01a3e1902f Issue #2203407 by nod_, sun: Replace #attached library array values with provider-namespaced strings. 2014-03-09 19:59:45 +00:00
Dries 4638a0048d Issue #2194897 by sun: Rename Database\Query\Merge::key() to keys(), retain a BC alias for key(). 2014-03-05 14:57:36 -05:00
webchick f19fadd3a4 Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file. 2014-02-22 20:56:51 -08:00
Nathaniel Catchpole 2e6c6d71e7 Issue #2045931 by Sam152, joelpittet, LinL, Sutharsan, adsw12: Replace all module_exists() deprecated function calls. 2014-02-11 11:23:35 +00:00
Nathaniel Catchpole aa03c3dd54 Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct. 2014-01-30 12:04:18 +00:00
Alex Pott 2d476a5f0e Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript Files Not Using Standard Indentation. 2014-01-27 21:41:32 +00:00
Alex Pott 7833be2a70 Issue #2029767 folllowup by Mark Conroy, batigolix, ifrik: Improve hook_help for history module. 2014-01-26 00:55:53 +01:00
Nathaniel Catchpole eaaa8d8612 Issue #2073535 by Wim Leers: Node history markers require an HTTP request . 2014-01-16 13:18:41 +00:00
webchick 3465947578 Issue #2146517 by TR: Remove annotation 'use' statements from all core classes. 2013-12-19 10:28:42 -08: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
webchick c33c50beeb Issue #2061927 by joelpittet, InternetDevels, m1r1k: Remove references to global in History module. 2013-12-10 22:51:13 -08:00
Alex Pott 7d42bc24ef Issue #2080131 by damiankloip: Disable 'Aggregation settings' for Views handlers that should not support aggregation. 2013-12-07 00:11:39 -04:00
webchick 41a0ae8ca1 Issue #2144569 by longwave, jhodgdon: Get rid of history.api.php. 2013-11-28 00:31:24 -08:00
Jennifer Hodgdon 956c27fd26 Issue #2120035 by samhassell, dawehner: Clean up docs headers for views include files 2013-11-20 10:38:33 -08:00
Nathaniel Catchpole 9c54978d7d Issue #1987778 by monan, tim.plunkett, damiankloip, Crell, jessebeach, scor, vijaycs85, jibran, kim.pepper, dawehner, dokumori: Convert node_show() and node_page_view() to a new style controller. 2013-10-15 10:02:20 +01:00
webchick 2025d6eb53 Issue #2029767 by Mark Conroy, batigolix, kscheirer: Create hook_help() for history module. 2013-09-28 02:51:17 +02:00
Alex Pott 37949fe378 Issue #731724 by larowlan, andypost, dixon_, tsvenson: Convert comment settings into a field to make them work with CMI and non-node entities. 2013-09-27 17:34:47 +02:00
webchick ab6961d0d8 Issue #2029767 by batigolix, kscheirer: Create hook_help() for history module. 2013-09-27 14:30:25 +02:00
Nathaniel Catchpole 61e5755092 Issue #2078753 by andypost: history_read() should take an array of node IDs. 2013-09-20 15:36:29 +01:00
webchick 8347b04c34 Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors. 2013-09-15 22:06:19 -07:00
webchick 7cfa38d01a Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files. 2013-09-15 21:47:28 -07: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
Nathaniel Catchpole 60ba036ff1 Issue #1991684 by Wim Leers, rcaracaus, amateescu, msonnabaum: Fixed Node history markers (comment & node 'new' indicator, 'x new comments' links) forces render caching to be per user. 2013-09-11 14:27:11 +01:00
Alex Pott fd76691cca Issue #2059479 by damiankloip: Typehint Drupal\views\ResultRow in field handler render methods. 2013-08-11 23:24:02 +01:00
webchick 6bec9b2f79 Issue #2056943 by alexpott, damiankloip: Convert render_link() to renderLink. 2013-08-03 23:00:11 -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 31efff2728 Issue #2036087 by YesCT: Add public identifier to all render methods in all views plugins in core. 2013-07-15 18:39:32 -04:00
Alex Pott d03acd3ce9 Issue #1831080 by dawehner, IshaDakota, YesCT: Remove the 'More' area from the bottom of handler configuration. 2013-07-14 14:01:25 -04:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Alex Pott ef3335c6f3 Issue #2010672 followup by jenlampton: Rename 'type' variable of theme_mark() to 'status'. 2013-06-28 17:23:53 +01:00
Alex Pott 0e903bd8e1 Issue #2009578 by giammi, InternetDevels: Replace theme() with drupal_render() in history module. 2013-06-19 22:49:23 +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 fc1bd6f3d3 Issue #2002344 by elvis2, heddn: Rename Views method add_where_expression() to addWhereExpression(). 2013-06-15 11:43:20 +02:00
Alex Pott f45ae901c9 Issue #2010672 by Cottser, thedavidmeister: Rename 'type' variable of theme_mark() to 'mark_type'. 2013-06-11 17:49:20 +01:00
webchick dc05265a4e Issue #2003496 by NonProfit, marlatt | heddn: Rename Views method get_value() to getValue(). 2013-06-04 21:48:13 -05:00
webchick 4a69401036 Issue #2002932 by zschmid, jastraat, vito_a | Dan Reinders: Rename Views method value_form() to valueForm(). 2013-06-04 21:18:44 -05: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 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
Alex Pott ee1c53e517 Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
webchick 4527055218 Issue #1938380 by damiankloip, dawehner: Let ViewExecutable->preview() return a render array. 2013-04-05 15:25:18 -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
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch 13bd2b25ec Issue #1849752 by effulgentsia, Berdir, jibran, neclimdul: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2013-03-06 22:02:58 +00:00
webchick 5549278cd4 Issue #1912748 by samhassell: Rename ' Views Modules' test group. 2013-02-09 14:03:36 -08:00
catch 8f03af994a Issue #1861874 by dawehner, damiankloip, tim.plunkett: Change all uses of NODE_NEW_LIMIT to HISTORY_READ_LIMIT. 2012-12-31 21:57:39 +00:00
webchick a0ea12b333 Issue #1845874 by TravisCarden: Fixed Docs typo: in History module. 2012-11-21 11:52:54 -08:00
Dries 465d86e2ec Issue #1120928 by dagmar, sun, rootatwc, catch: Move 'history' table into separate History module. 2012-11-19 21:33:19 -05:00