Commit Graph

22788 Commits (40e903f89794e1cf99af881c8292ad1937c77379)

Author SHA1 Message Date
webchick 40e903f897 Rollback of Issue #2138239 by damiankloip, tim.plunkett, amateescu: Use GlobIterator instead of glob. — breaks testbot. 2013-11-20 12:52:58 -08:00
webchick 76e6e2a920 Revert "Issue #2138239 by damiankloip, tim.plunkett, amateescu: Use GlobIterator instead of glob."
Bah. Wrong commit message.

This reverts commit 843d7d6614.
2013-11-20 12:52:18 -08:00
webchick 843d7d6614 Issue #2138239 by damiankloip, tim.plunkett, amateescu: Use GlobIterator instead of glob. 2013-11-20 12:50:56 -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
Jennifer Hodgdon e2ae6f71e3 Issue #213887 by Xano: Fix up PluginBag documentation 2013-11-20 10:35:09 -08: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
Nathaniel Catchpole fbe932254f Issue #2111823 by amateescu, dawehner: Convert field_ui / Entity local tasks to YAML definitions. 2013-11-20 11:37:29 +00:00
webchick e86305a061 Issue #2139407 by amateescu: HEAD broken on Windows. 2013-11-20 00:35:51 -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
Alex Pott 14336d94b8 Issue #2138239 by damiankloip: Use GlobIterator instead of glob. 2013-11-18 21:15:00 -04:00
Alex Pott 13ebcd222f Issue #2125633 by tim.plunkett: PHPUnit tests cannot be rerun from Simpletest UI. 2013-11-18 21:09:16 -04:00
webchick 4f00351eed Issue #2129039 by plach, jthorson, pfrenssen, nyirocsaba, Gábor Hojtsy: Integrity constraint violation when translating body field. 2013-11-18 11:24:48 -08:00
webchick 3cf0801b28 Revert "Issue #2129039 by plach, jthorson, pfrenssen, nyirocsaba, Gábor Hojtsy: Integrity constraint violation when translating body field."
Testbot does not like this patch. Needs further investigation.

This reverts commit b0ed7570e0.
2013-11-18 11:21:57 -08:00
webchick 6cd1a39866 Issue #2137599 by segi, Sweetchuck: Incorrect type and default value for the direction of the default language. 2013-11-18 09:40:21 -08:00
webchick 9e8d2a9a47 Issue #2135787 by amateescu, Gábor Hojtsy, YesCT: Move static config entity local tasks to local_tasks().yml. 2013-11-18 09:39:25 -08:00
webchick b0ed7570e0 Issue #2129039 by plach, jthorson, pfrenssen, nyirocsaba, Gábor Hojtsy: Integrity constraint violation when translating body field. 2013-11-18 09:35:40 -08:00
webchick 1c7c29e00b Issue #2138133 by Gábor Hojtsy: Clean up maintainers.txt and changelog.txt for multilingual changes. 2013-11-18 08:51:37 -08: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
webchick cc7cae5fe1 Issue #1952394 by vijaycs85, tstoeckler, webflo, Gábor Hojtsy, Schnitzel, falcon03, YesCT, kfritsche, Ryan Weal, dagmita, likin, toddtomlinson, nonsie, Kristen Pol, dawehner, tim.plunkett, penyaskito, EclipseGC, larowlan, robertdbailey, helenkim, David Hernández, EllaTheHarpy, lazysoundsystem, juanolalla, R.Hendel, Kartagis: Add configuration translation user interface module. 2013-11-17 18:41:21 -08:00
Dries 9c306c1cb6 Issue #2122019 by damiankloip: Remove include_file() logic and getMenuItem() from FormBuilder. 2013-11-17 20:27:35 -05:00
Dries dd190fd863 Issue #2127655 by Mile23: Name space corrections 2013-11-17 20:24:13 -05:00
Dries c391de1828 Issue #2125725 by Sweetchuck: Wrong XPath query in FieldUiTestBase.php. 2013-11-17 18:31:58 -05:00
Dries 798850df25 Issue #2137729 by aspilicious: Documentation for hook_local_tasks_alter() is incorrect. 2013-11-17 18:13:30 -05:00
Dries 65f606ef45 Issue #2107681 by vijaycs85, rych: Create configuration schema for RDF module. 2013-11-17 15:31:13 -05:00
Dries 821d3bb00b Issue #2110845 by dawehner: Allow overriding views to override paths with parameters. 2013-11-17 15:28:59 -05:00
Dries 503284a99a Issue #2137231 by aspilicious: Remove file_public_path() variable get usage. 2013-11-17 13:24:50 -05:00
Alex Pott 9107f06db3 Issue #2134259 by tstoeckler: Make the Simpletest XDebug integration work for CLI requests. 2013-11-16 19:30:41 -04: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
catch ac49559784 Issue #2137217 by aspilicious: Remove install_time() variable get usage. 2013-11-16 21:29:18 +00:00
catch 241348d510 Issue #2073531 by tim.plunkett, dawehner, Berdir, catch, plach: Use current user service instead of _account, remove _account from the request object. 2013-11-16 21:26:50 +00:00
Alex Pott 7b8e204118 Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names. 2013-11-15 09:31:24 -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
Nathaniel Catchpole 115b40c9f8 Issue #2134951 by xjm: Remove upgrade path tests. 2013-11-15 11:40:44 +00:00
webchick 217d9713e6 Issue #1972872 by mgifford, Wim Leers: Pencil's need an alternative image for hover state. 2013-11-14 13:18:37 -08:00
webchick f614976af5 Issue #2101427 by David_Rothstein, evilehk, nod_: Follow-up: Browser validation error with Chrome on hidden required fields, even on forms that don't allow client-side validation. 2013-11-14 12:38:08 -08:00
webchick 7c5e7f60e5 Issue #2020111 by damiankloip, a_c_m, dawehner, tim.plunkett: Allow the "With selection" label on bulk operation to be configured. 2013-11-14 00:16:16 -08:00
webchick 744309f9f2 Issue #2125253 by tim.plunkett: Convert ()['redirect'] to ()['redirect_route()']. 2013-11-13 21:31:49 -08:00
webchick 4217221f94 Issue #2110953 by Xano, dawehner: Convert views_forms() to a classed form. 2013-11-13 20:57:56 -08:00
Jennifer Hodgdon 30e56c5d84 Issue #2084535 by sivaji: Fix constants in file_copy docs 2013-11-13 09:39:02 -08:00
webchick 0871544264 Issue #2133869 by Wim Leers: Clean up Edit's data- attributes. 2013-11-13 07:26:44 -08:00
webchick b810cf1dbd Issue #2133871 by Wim Leers: Remove dead code from Edit: Drupal.edit.AppView.enableEditor. 2013-11-13 07:24:27 -08:00
webchick cf59aaf8fb Issue #2133877 by Wim Leers: Clean up Edit's AppView variable names. 2013-11-13 07:23:33 -08:00
webchick 64c97584c4 Issue #2133897 by Wim Leers: Clean up Edit: don't pass AJAX URLs from the server to the client through drupalSettings, use Drupal.url() instead. 2013-11-13 07:06:05 -08:00
webchick 8a68d25d9a Issue #2133907 by Wim Leers: Clean up Edit's in-place editors: consistent naming, library naming and file naming. 2013-11-13 07:04:04 -08:00
webchick d10c051955 Issue #1956448 by benjy, tim.plunkett, ed.hollinghurst, YesCT: Use the block instance title on the block admin listing. 2013-11-12 16:08:42 -08:00
webchick 8469376958 Issue #2085201 by jessebeach, tim.plunkett, dawehner, yoroy: Use sensible block categories (rather than module-name categories). 2013-11-12 15:53:34 -08:00
Jennifer Hodgdon 294d4ef983 Issue #2084535 by sivaji: Remove incorrect line from file_copy docs 2013-11-12 14:04:09 -08:00