Commit Graph

1390 Commits (88db8c57bce93f5ddd0b5daa678dcaf0eb622a2f)

Author SHA1 Message Date
webchick 4b06b8bd32 Issue #2111349 by dawehner, tim.plunkett: Move format_plural to the string translation service and format_interval to the date service. 2013-12-03 11:35:43 -08:00
webchick a38172dc20 Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, larowlan, Damien Tournoud: Replace all remaining superglobals (, , etc.) with Symfony Request object. 2013-12-03 10:57:18 -08:00
Jennifer Hodgdon 80fbd33d97 Issue #2145077 by TR, longwave: Fix about a zillion spelling errors, mostly in comments 2013-12-03 07:54:20 -08:00
Nathaniel Catchpole addd8dce02 Issue #2081133 by mrsinguyen, dsdeiz, janstoeckler: Remove Unused local variable from /core/includes/menu.inc. 2013-12-03 12:24:10 +00:00
Nathaniel Catchpole 2e928d56c2 Issue #2087239 by ellishettinga, lauriii, c4rl: Remove theme_exposed_filters(). 2013-12-03 12:01:24 +00:00
Nathaniel Catchpole 15fded0c84 Issue #1988612 by effulgentsia, yched, Wim Leers, Berdir, Pancho: Apply formatters and widgets to rendered entity base fields, starting with node.title. 2013-12-03 11:53:16 +00:00
Alex Pott b5525adbac Issue #2121775 by jessebeach: Make the markup associated with the required star on field items silent. 2013-12-01 23:41:57 -04:00
webchick 77587a1ab8 Issue #2104229 by claudiu.cristea: Deprecate file_usage(). 2013-11-28 00:52:13 -08:00
webchick 371fd516f1 Issue #2099577 follow-up by nod: Optimize method of installer's conditional language selector text. 2013-11-28 00:28:03 -08:00
webchick d6362badbf Issue #2145463 by damiankloip: Remove LegacyBreadcrumbBuilder. 2013-11-27 23:33:00 -08:00
Dries 1151c73c19 Issue #787896 by nod_, cha0s, jp.stacey, sun, David_Rothstein, Bojhan, lisarex: Add a link so that administrators can return to their most recently visited non-admin page. 2013-11-26 17:06:57 -05:00
webchick 02a10b3161 Issue #675446 by mgifford, RobLoach, amateescu, nod_, longwave, oxyc, rteijeiro, tomyouds, Jelle_S, mcrittenden, Sutharsan, hansyg, Angry Dan, clemens.tolboom, droplet | Dave Reid: Change notice: Use jQuery UI Autocomplete. 2013-11-24 12:30:09 -08:00
webchick df1a669b77 Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global. 2013-11-23 12:57:04 -08:00
webchick 53804ea11d Revert "Issue #2104229 by claudiu.cristea: Deprecate file_usage()."
Temporary rollback since it conflicts with a critical issue.

This reverts commit ce08ea737c.
2013-11-23 12:42:58 -08:00
webchick 3043a70e3c Issue #2084665 by Xano, aschiwi, yoroy: Clean up the DB configuration during installation. 2013-11-23 12:22:32 -08:00
webchick d5906706f5 Issue #2099205 by Wim Leers, zero2one, Gábor Hojtsy: When uploading and inserting an image trough the WYSIWYG plugin a relative path should be used for the image source (src) . 2013-11-23 12:12:07 -08:00
webchick ce08ea737c Issue #2104229 by claudiu.cristea: Deprecate file_usage(). 2013-11-23 11:37:46 -08:00
webchick b91c1a9e55 Issue #2120841 by tim.plunkett: Convert form_options_flatten() to a method on FormBuilder. 2013-11-22 21:13:32 -08:00
webchick 1eb89f1a00 Issue #1986074 by LewisNyman, Outi, mcjim, edward_or, ry5n, Bojhan, yoroy: Buttons style update. 2013-11-22 16:23:37 -08:00
Nathaniel Catchpole 172cd2652a Revert "Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system."
This reverts commit fc04601c35.
2013-11-22 13:56:50 +00: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
Jennifer Hodgdon 48f155834e Issue #2102777 by tstoeckler, Gábor Hojtsy: Fix docs for update to theme_links 2013-11-20 10:26:39 -08:00
webchick e0a0b76f82 Issue #1851018 by alexpott, attiks, xjm: Improve breakpoint configuration implementation. 2013-11-19 18:59:45 -08:00
Nathaniel Catchpole 92f93a1cbc Issue #2004086 by dawehner, pwolanin, katbailey, tim.plunkett, vijaycs85, fabpot: The Request service must be synthetic. 2013-11-19 16:21:35 +00:00
Nathaniel Catchpole fc04601c35 Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system. 2013-11-19 12:24:14 +00:00
Nathaniel Catchpole 1daa6bb3bb Issue #2118703 by Wim Leers, amateescu: Introduce #post_render_cache callback to allow for personalization without breaking the render cache. 2013-11-18 14:19:10 +00:00
Nathaniel Catchpole 996fb5720d Issue #2093167 by johnnydarkko, thedavidmeister, Vibjerg: Deprecate check_plain(), call \Drupal\Component\Utility\String::checkPlain() directly instead. 2013-11-18 10:23:14 +00:00
Alex Pott 3cda8309b0 Issue #1886448 by dawehner, sun, Berdir, ParisLiakos: Rewrite the theme registry into a proper service. 2013-11-16 17:35:23 -04:00
Alex Pott c4b089f5d9 Issue #2102777 by damiankloip, dawehner: Allow theme_links() to use routes as well as href. 2013-11-15 09:09:50 -04:00
Jennifer Hodgdon 30e56c5d84 Issue #2084535 by sivaji: Fix constants in file_copy docs 2013-11-13 09:39:02 -08:00
Jennifer Hodgdon 294d4ef983 Issue #2084535 by sivaji: Remove incorrect line from file_copy docs 2013-11-12 14:04:09 -08:00
Nathaniel Catchpole b469334d39 Issue #2100073 by dawehner: Convert local_actions() to the new local action plugins. 2013-11-07 10:47:30 +00:00
Alex Pott c33315dab4 Issue #2125407 by moshe weitzman: Don't redirect CLI requests to install.php. 2013-11-06 21:06:07 +00:00
Nathaniel Catchpole 0d263c64e9 Issue #2084463 by dawehner, pwolanin, David_Rothstein, tim.plunkett, Xano: Convert contextual links to a plugin system similar to local tasks/actions. 2013-11-06 19:45:37 +00:00
Nathaniel Catchpole c543ca71ff Issue #2019055 by plach, fago, berdir, yched, Gábor Hojtsy, kfritsche, jibran: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:44:42 +00:00
Nathaniel Catchpole 38fdf67298 Revert "Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback."
This reverts commit 46942cd373.
2013-11-06 14:44:17 +00:00
Nathaniel Catchpole 46942cd373 Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:39:07 +00:00
Dries 3d3f63dd3c Issue #2119317 by herom: Typo in form.inc comments (String:checkPlain). 2013-11-05 21:12:47 -05:00
webchick 29b0e1b7d5 Issue #1589176 by nod_, Wim Leers: Follow-up: Use data-* to store #states api informations. 2013-11-05 08:46:25 -08:00
Alex Pott bf3e9cfaaa Issue #2112705 by mikey_p: Replace EntityType::$module with provider. 2013-11-02 22:11:53 -07:00
Nathaniel Catchpole fa32679489 Issue #2094241 by moshe weitzmann, amateescu, Wim Leers: Cache tag the page cache. 2013-11-01 11:15:22 +00:00
webchick 4399709181 Issue #2066535 by tim.plunkett, jsst, Berdir: Add EntityManagerInterface and stop typehinting with EntityManager. 2013-10-30 16:09:40 -07:00
Nathaniel Catchpole 9d5aefb739 Issue #2048223 by dawehner, ParisLiakos, herom, fubhy, damiankloip, vijaycs85, joelpittet, tim.plunkett: Add $account argument to AccessCheckInterface::access() method and use the current_user() service. 2013-10-30 17:31:44 +00:00
webchick 2429657736 Issue #2120807 by Mark Carver: Add empty option to item_list(). 2013-10-29 22:21:17 -07:00
catch dfd537fe1a Issue #2095489 by tayzlor, beejeebus: Separate out module install config code from import code. 2013-10-28 11:51:33 +00:00
Alex Pott a6efca1da2 Issue #2109065 by ianthomas_uk, jhodgdon: Fixed Remove variable_get() and variable_set() calls from API documentation. 2013-10-25 21:53:38 -07:00
Alex Pott 82eb2924cf Issue #2112807 by tim.plunkett: Move the form builder functions in form.inc to a form service. 2013-10-25 15:54:34 -07:00
webchick 4649f48115 Issue #2099577 by thamas, nod_, yoroy, Gábor Hojtsy: First installer page has initially needless description for how translations are handled. 2013-10-25 14:06:50 -07:00
Alex Pott 4b7bbecbc3 Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder. 2013-10-25 13:54:18 -07:00
webchick 08c1599c7f Issue #2057259 by alexpott, cweagans, swentel: Fixed Malformed modulename.info.yml file causes fatal error. 2013-10-25 13:19:15 -07:00