Jennifer Hodgdon
|
b9a0209271
|
Issue #2091349 by ifrik, lostkangaroo, radimklaska: Update hook_help for overlay module
|
2013-10-17 16:29:03 -07:00 |
Nathaniel Catchpole
|
04b4a96c8f
|
Issue #2045931 by PerthSam152, LinL, adsw12, joelpittet: Replace all module_exists() deprecated function calls.
|
2013-10-16 13:18:18 +01:00 |
Nathaniel Catchpole
|
759dad87cb
|
Revert "Issue"
This reverts commit cc84f3903c - bad
commit message.
|
2013-10-16 13:18:18 +01:00 |
Nathaniel Catchpole
|
cc84f3903c
|
Issue
|
2013-10-16 12:19:18 +01:00 |
webchick
|
e9843f499e
|
Issue #2080391 by johnmcc, Bladedu, chertzog, jeroen12345: Remove Unused local variables from multiple core files.
|
2013-10-08 21:40:04 -07:00 |
webchick
|
197305456b
|
Issue #2061967 by Maxis, sergeypavlenko, m1r1k: Remove calls to deprecated global in overlay module.
|
2013-10-06 22:25:37 -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 |
webchick
|
5bb0d5e667
|
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
|
2013-09-15 20:58:10 -07:00 |
Dries
|
d234962047
|
Issue #2068437 by dawehner, pwolanin: Fixed _title does not work on _form.
|
2013-09-06 13:32:52 -04:00 |
webchick
|
9d5cb43e56
|
Issue #2062009 by InternetDevels: Replace user_access() calls with ->hasPermission() in overlay module.
|
2013-08-29 09:45:43 -07:00 |
Alex Pott
|
f37f7a1e9c
|
Issue #1978932 by laurentchardin, kbentham: Convert overlay_ajax_render_region() to a Controller.
|
2013-08-24 09:48:10 +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 |
webchick
|
3cf100dfcd
|
Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config().
|
2013-08-14 09:54:28 -07:00 |
Alex Pott
|
e33ddd1b74
|
Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code.
|
2013-08-01 10:10:33 +02:00 |
Alex Pott
|
57dc876717
|
Issue #2017207 by Berdir, marcingy: Complete conversion of users to Entity Field API.
|
2013-07-29 09:52:14 +02:00 |
Alex Pott
|
f50aa0f15e
|
Issue #1788888 by jsacksick, David_Rothstein: Fixed Overlay at admin/modules closes on submitting the form.
|
2013-07-20 21:28:59 +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
|
79e0e8da48
|
Issue #1978938 by sidharthap, disasm, laurentchardin, pguillard, dawehner, somepal: Convert overlay_user_dismiss_message() to a Controller.
|
2013-07-09 15:39:10 +01:00 |
Alex Pott
|
4586ea128d
|
Issue #2014821 by amateescu, swentel: Introduce form modes UI and their configuration entity.
|
2013-06-27 22:24:39 +01:00 |
Alex Pott
|
9d61e24b94
|
Issue #1999408 by naveenvalecha, atchijov, kim.pepper: Use Symfony Request for overlay module.
|
2013-06-27 09:42:12 +01: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 |
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 |
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 |
catch
|
34ba7cc55f
|
Issue #1623114 by ParisLiakos, chrisdolby, marvil07: Remove drupal_exit().
|
2013-06-11 22:12:01 +01:00 |
Nathaniel Catchpole
|
60a1055049
|
Issue #2012836 by tim.plunkett: Replace drupal_region_class() with direct calls to drupal_html_class().
|
2013-06-11 15:19:39 +01:00 |
Alex Pott
|
4d85fa44a3
|
Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user.
|
2013-06-11 15:04:34 +01:00 |
Alex Pott
|
e3011f8858
|
Issue #1843768 by pmelab, evanmwillhite, gregtorok, repsy: Remove template_process_overlay().
|
2013-06-11 10:24:44 +01:00 |
Alex Pott
|
23357e25e5
|
Issue #1987408 by chrisjlee, jstoller, gnuget, Cottser: Overlay.module - Convert theme_ functions to Twig.
|
2013-06-10 13:21:46 +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
|
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 |
Alex Pott
|
42daa83c5e
|
Issue #1911728 by ParisLiakos, Xano, dawehner, jibran, David_Rothstein: Remove hook_init().
|
2013-06-05 08:47:39 +01:00 |
Alex Pott
|
b171982fe3
|
Issue #1898436 by chrisjlee, joelpittet, gnuget, Cottser: overlay.module - Convert PHPTemplate templates to Twig.
|
2013-05-24 09:50:34 -07:00 |
Alex Pott
|
d7f5a1ae17
|
Issue #1987426 by shanethehat, Cottser, intergalactic overlords, mr.baileys: Convert maintenance-page.tpl.php to Twig.
|
2013-05-24 09:48:56 -07:00 |
Dries
|
8e57fb5263
|
Issue #1938430 by shanethehat, steveoliver, Fabianx: Don't add a default theme hook class in template_preprocess().
|
2013-05-15 14:59:43 -04: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 |
Nathaniel Catchpole
|
c268d42baa
|
Issue #1911178 by ParisLiakos, Xano: Change notice: Remove hook_exit().
|
2013-05-05 22:09:00 +01:00 |
Alex Pott
|
620d497915
|
Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface.
|
2013-04-30 00:46:14 +01:00 |
webchick
|
7981d5d07b
|
Issue #1959306 by jessebeach: Drupal.announce does not handle multiple messages at the same time; Improve the utility so that simultaneously calls are read.
|
2013-04-19 20:43:48 -07:00 |
Dries
|
17ad22fd27
|
Issue #1913086 by jessebeach, Wim Leers, mgifford, nod_: Generalize the overlay tabbing management into a utility library.
|
2013-04-19 13:20:06 -04:00 |
webchick
|
13b3e276e1
|
Issue #1848210 by dysrama, David_Rothstein, kid_icarus, YesCT, Gábor Hojtsy: Fixed [Regression] Submitting a form in Overlay shows content + dsm() for a split second before redirecting to front-end theme.
|
2013-04-09 14:07:19 -07:00 |
webchick
|
8aedb8ba85
|
Issue #1847084 by jessebeach, trawekp, LewisNyman, nod_, tarekdj: Fixed Vertical toolbar doesn't work with overlay (measure/track displacing elements better + provide change events for them).
|
2013-03-29 08:23:50 -07:00 |
Dries
|
dc3466b514
|
Issue #967566 by Letharion, mariusz.slonina, indytechcook, adnasa, joestewart, oriol_e9g, Fabianx, tim.plunkett, valthebald, tsvenson, rbayliss, sun, xjm | DocuAnt: Several important Core User settings need to implement hook_field_extra_fields().
|
2013-02-18 16:21:42 -05:00 |
catch
|
b574b9e52d
|
Issue #1860026 by aspilicious, David_Rothstein, katbailey, rootatwc: Remove hook_exit() for cached page requests, and decide between it and the onTerminate eventotherwise.
|
2013-02-07 14:14:22 +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
|
34453e5e0c
|
Issue #1871696 by tim.plunkett, xjm, sun, msonnabaum, EclipseGc: Convert block instances to configuration entities to resolve architectural issues.
|
2013-01-16 20:03:30 -08:00 |
Dries
|
6e7b1219fe
|
Issue #1535868 by EclipseGc, tim.plunkett, xjm, Jody Lynn, sdboyer, naxoc, tizzo, effulgentsia, dawehner, disasm, beejeebus: Convert all blocks into plugins.
|
2013-01-04 12:05:13 -05:00 |
webchick
|
ebffa8ea72
|
Issue #1868206 by kiamlaluno: Fixed Word is repeated.
|
2012-12-26 11:11:37 -08:00 |
catch
|
4d0d5c5712
|
Issue #347988 by sun, Berdir, dawehner, Damien Tournoud, moshe weitzman: Move $user->data into own table.
|
2012-11-27 22:26:22 +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
|
8deaba40a2
|
Issue #1714462 by n3or, sun, Gábor Hojtsy: Convert language negotiation settings to configuration system.
|
2012-10-27 15:27:04 -07:00 |