Commit Graph

44 Commits (7e5119cd454d0c5a396b5568ae42edfab9941fe6)

Author SHA1 Message Date
webchick 341e8396b6 Issue #1963886 by ry5n, jessebeach, dcrocks, Wim Leers: Use HiDPI icons in the toolbar to support scaling on different devices. 2013-08-28 01:49:00 -07:00
Nathaniel Catchpole 67df21d74a Issue #2064611 by dawehner: Fixed You can't create a shortcut to a route entry without hook_menu(). 2013-08-25 21:25: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
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
Dries 948fbd8372 Issue #2036629 by amateescu: Fixed 'shortcut' entity type is very confusing and should be renamed to 'shortcut_set()'. 2013-07-24 16:45:10 -04:00
Nathaniel Catchpole 788cb06d60 Issue #1938044 by hass, jessebeach, Dragan Eror: Fixed Prefix all toolbar classes to prevent theme clashes. 2013-07-18 11:28:54 +01:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Dries 5feff937fa Issue #2031473 by pwolanin, fubhy, dawehner, tim.plunkett: Convert menu local actions to plugins so that we can generate dynamic titles and paths. 2013-07-11 12:40:33 -04:00
Alex Pott 522c787ef2 Issue #1978952 by vijaycs85, vyasamit2007, tim.plunkett: Convert shortcut_set_add() to a Controller. 2013-07-08 23:45:20 +01:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Alex Pott 8469e98b7c Issue #1978956 by michaellenahan, naxoc, dawehner, vijaycs85, tim.plunkett: Convert shortcut_set_customize() to a Controller. 2013-06-30 12:51:29 +01:00
Alex Pott 4852362d43 Issue #1978970 by tim.plunkett: Convert shortcut_link_add_inline() to a Controller. 2013-06-25 20:24:03 +01:00
webchick 369726993d Issue #2014011 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the shortcut module. 2013-06-17 01:19:43 -05:00
Alex Pott 1648a479c4 Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes. 2013-06-16 11:40:11 +02: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 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 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
catch 3a98850de7 Issue #1991092 by David_Rothstein: Fixed 'Edit shortcuts' link in the toolbar points to a nonexistent page (as does the 'add shortcuts' link on an empty shortcut set). 2013-05-13 22:11:33 +01:00
Alex Pott 62eebd61e3 Issue #1978964 by sanchiz: Convert admin/config/user-interface/shortcut/manage/%shortcut_set()/edit to a Controller. 2013-05-13 20:08:58 +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
Alex Pott b5b34b18ce Issue #1978974 by plopesc: Convert shortcut_set_admin() to a Controller. 2013-05-01 17:59:56 +01:00
webchick 7b1215640d Issue #1947432 by tim.plunkett, mtift, andypost, larowlan: Add a generic EntityAccessCheck to replace entity_page_access(). 2013-04-23 11:55:24 -07:00
webchick b3cb5c866b Issue #722650 by alexpott, tim.plunkett, arpeggio: Fixed Shortcut doesn't properly clean up or store menu links. 2013-02-27 21:47:29 -05:00
catch 252d05b0ea Issue #1831774 by damiankloip, tim.plunkett, Gábor Hojtsy, alexpott: Fixed Config import assumes that 'config_prefix' contains one dot only. 2013-02-18 11:51:24 +00:00
webchick e72ff70409 Issue #916388 by disasm, podarok, dawehner, andypost, amateescu, Dave Reid: Convert menu links into entities. 2013-02-08 15:55:25 -08:00
webchick ab07a33aba Issue #1847198 by benjifisher, jessebeach, effulgentsia: Update the structure returned by hook_toolbar(). 2013-02-01 08:31:47 -08:00
webchick 1dab0e1c67 Issue #1497380 by Berdir, andypost, jibran, tim.plunkett: Convert shortcut sets to ConfigEntity. 2013-01-18 21:26:12 -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
Dries 7bbf113d4e Issue #1137920 by jessebeach, lewisnyman, tkoleary, Bojhan, webchick, benjifisher, nod_, sjbassett, kathryn531, effulgentsia, Everett Zufelt: fixed toolbar on small screen sizes and redesign toolbar for desktop. 2012-11-21 12:18:57 -05:00
Dries e3d863834c Issue #1269742 by katbailey, beejeebus, pwolanin, g.oechsler, ksenzee: Make path lookup code into an pluggable class. 2012-11-21 10:29:04 -05:00
webchick e4c2a57830 Issue #934714 by swentel, caiovlp, Coornail: Fixed Cannot add frontpage as shortcut. 2012-09-01 22:38:28 -07:00
webchick 85a807de62 Issue #1175700 by caiovlp, swentel, ldweeks: Fixed set_name() in shortcut_set_save() doesn't work. 2012-08-30 17:38:17 -07:00
webchick 07ad6e733c Issue #1737148 by nod_, SebCorbin, larowlan, tim.plunkett, Albert Volkman, nick_schuch, sun: Explicitly declare all JS dependencies, don't use drupal_add_js(). 2012-08-30 12:24:38 -07:00
Dries 33d4ef886c - Patch #1290694 by hefox, tlattimore, c4rl, chx, tim.plunkett, tstoeckler, msonnabaum: provide consistency for attributes and classes arrays provided by template_preprocess(). 2012-08-03 11:31:18 -04:00
Jennifer Hodgdon a440f52c71 Issue #1443202 by TravisCarden, tim.plunkett, xjm: Make sure hook_preprocess documentation points to real funcions 2012-05-04 12:53:43 -07:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
catch 6218db81f9 Issue #1217038 by jyve, idflood, dcmouyard, aspilicious: Clean up the CSS for the Shortcut module. 2012-03-27 15:33:36 +09:00
catch efc984dfda Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates. 2012-03-21 14:51:30 +09:00
Nathaniel dd1f6d349a Issue #1183042 by Everett Zufelt, Rob Loach: Add WAI-ARIA roles to Core blocks. 2012-01-10 12:22:24 +09:00
catch 832c2864da Issue #1363358 by David_Rothstein: Fixed Shortcut set titles are double-escaped with check_plain(). 2011-12-19 20:01:31 +09:00
catch efe0a73b29 Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define(). 2011-11-29 18:56:53 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00