Commit Graph

66 Commits (de06734189f057bc136ec93f878bc330733815c4)

Author SHA1 Message Date
webchick 0451a6d700 Issue #2083811 by yched, plach: Remove langcode nesting for fields in entity structures. 2013-09-12 22:35:51 -07:00
webchick d009cac09c Issue #2074037 by Wim Leers, effulgentsia: Add drupalPostUrl() — drupalPost()/drupalPostAjax() are for forms only, D8 JS performs non-form HTTP requests. 2013-09-11 12:41:33 -07:00
webchick d415be5bb0 Issue #1874534 by dawehner, damiankloip, olli, Psikik: Introduce a dblog / watchdog views integration. 2013-09-04 14:53:04 -07:00
Alex Pott 7742cc3563 Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'. 2013-09-01 13:24:15 +01:00
Nathaniel Catchpole 613a370a5b Issue #2057589 by smiletrl, tim.plunkett, alexpott, dawehner: Rename ControllerInterface to ContainerInjectionInterface. 2013-09-01 09:04:33 +01:00
Nathaniel Catchpole ded07e9aa8 Issue #2047619 by dawehner, pwolanin, tstoeckler, thedavidmeister: Add a link generator service for route-based links. 2013-08-30 16:28:49 +01:00
Nathaniel Catchpole 9ed73eabae Issue #1987686 by daffodil_naveen, stella, marcingy, sidharthap, vijaycs85, kmoll, dawehner: Convert dblog_event() to a new style controller. 2013-08-21 02:47:29 +01:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott b4dd6690c8 Issue #2041321 by Unitoch, oriol_e9g, droplet: Unnecessary translate strings. 2013-08-02 01:04:27 +02:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Alex Pott ad137531c9 Issue #2041287 by Berdir: Convert ->nid to ->id() and ->isNew(). 2013-07-20 13:21:43 +01:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Alex Pott 45a9e859d6 Issue #2026347 by Berdir: Adding methods to UserInterface/AccountInterface. 2013-07-09 15:39:11 +01:00
Alex Pott b48f8fda69 Issue #2030925 by echoz: Quote rtl attribute selector. 2013-07-02 13:40:19 +01:00
Alex Pott bfba7b8de9 Issue #2015789 by fubhy, echoz, rteijeiro, LewisNyman, penyaskito: Remove language_css_alter() (RTL stylesheets) in favor of HTML 'dir' attribute. 2013-06-28 09:47:08 +01:00
Alex Pott d97d1aae6f Issue #2008990 by heddn, InternetDevels, giammi: Replace theme() with drupal_render() in dblog module. 2013-06-27 15:46:31 +01:00
Alex Pott 07bf168bd6 Issue #1998140 by dawehner, ParisLiakos, tim.plunkett: Remove backward compatible ControllerInterface. 2013-06-11 23:16:25 +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
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 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 340a4342fd Issue #1977254 by cbiggins, greyrhino, ParisLiakos: Convert dblog_overview() to a Controller. 2013-05-19 13:05:14 -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
webchick 6543a5bae6 Issue #1847768 by rootatwc, tim.plunkett, effulgentsia, Crell, Damien Tournoud: Remove ip_address(). 2013-04-10 17:17:57 -07:00
webchick 3a91a52862 Issue #1934738 by sun: Fixed Exception: Serialization of 'Closure' is not allowed in serialize() (line 154 of dblog.module). 2013-03-26 22:32:28 -07:00
webchick d5b5bc0a72 Issue #1898060 by taslett, jenlampton, Cottser: Remove all (useless) theme functions from dblog module, so we don't have to convert to Twig. 2013-03-10 12:17:05 -07:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
webchick 959e0ed62f Issue #1912316 by vijaycs85, sandipmkhairnar, YesCT: Create configuration schemas for dblog module. 2013-03-04 22:37:02 -05:00
catch 473df01aad Issue #1662974 by barraponto, droplet, Albert Volkman, nitvirus, roborn, David Hernández: Clean up css in dblog. 2013-03-04 15:39:02 +00:00
Dries 1f5e126d29 Issue #1852104 by sun, nod_, Cottser, swentel: #type details: Remove #collapsible property. 2013-02-01 16:48:05 -05:00
webchick c946721143 Issue #856352 by reglogge, mgifford: Fixed Undefined & inconsistent use of background colors. 2013-01-29 19:59:25 -08:00
Dries de63cbb859 Issue #61285 by typhonius, catch: remove poll module from core. 2013-01-23 12:29:29 -05:00
Dries 391197241f Issue #1858600 by sun: 'Filter log messages' details on Recent log messages page applies bogus floats. 2012-12-17 16:35:51 -05: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
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 951abb89ce Issue #1838892 by marcingy, TravisCarden: Fixed Fatal error when sorting dblog by type. 2012-11-26 09:17:27 -08:00
catch 1a0ec7ed21 Issue #985360 by superspring, erikwebb: Fixed Inconsistent punctuation for user.module watchdog messages. 2012-11-19 11:53:04 +00:00
catch ba66c24e57 Issue #1827136 by amatzies, patrickd, earnie: Add severity index to watchdog table. 2012-11-13 23:08:34 +00:00
Jennifer Hodgdon 968df7e295 Issue #1326600 by Lars Toomre: More docs cleanup in dblog module 2012-10-26 09:04:02 -07:00
Jennifer Hodgdon 65fb8dfc82 Issue #1809952 by drupalmonkey: Remove duplicate defgroups for update functions 2012-10-15 13:04:35 -07:00
webchick 688368e5ff Issue #1811632 by tim.plunkett, xjm: Remove dependency on the standard profile from DBLogTest. 2012-10-12 20:11:53 -07:00
Dries 84c6fea4be Issue #476304 by Liam Morland: fixed mismatch of schema definition of uid, nid. 2012-10-04 16:27:03 -04:00
Jennifer Hodgdon b5acb7bcdd Issue #1797242 by xjm: Remove t from dblog test assert messages 2012-09-28 12:27:18 -07:00
webchick 6e8a223b15 Issue #1276908 by jessebeach, nod_, moshe weitzman, lewisnyman, webchick: Fixed Administrative tables are too wide for smaller screens. 2012-09-26 14:26:15 -04:00
Jennifer Hodgdon abf8680d0e Issue #1326600 by batigolix: Add class docs header to dblog test 2012-09-04 09:37:02 -07:00
webchick de473408a6 Issue #1742958 by DamienMcKenna, jhodgdon: Fixed All spellings of URI should be uppercase. 2012-09-01 21:50:06 -07:00
Jennifer Hodgdon 1791470540 Issue #1326600 by batigolix, kid_icarus, Lars Toomre: Fix up API docs for dblog module 2012-08-29 11:15:05 -07:00
webchick 7e9d2c1676 Issue #1711070 by kid_icarus, tim.plunkett, xjm, droplet, zendoodles and cam8001: Convert tests to use ::$modules property instead of parent::setUp($modules). 2012-08-09 18:24:21 -07:00
webchick 04a2523997 Issue #1493108 by marcingy, Mike Wacker, sun, kbasarab, Berdir, Rok Žlender, cosmicdreams, alexpott: Convert logging and error settings to configuration system. 2012-07-28 11:35:17 -05:00
Dries ff2eaca552 - Patch #1003168 by Ralf, jbrown, schnippy: dblog css classes consistent with php constants. 2012-07-25 11:17:07 -04:00