Commit Graph

8636 Commits (f82579cb752fb1aa258fc4b75c461dc32f290dc4)

Author SHA1 Message Date
Nathaniel Catchpole 749f7ea18a Issue #2254211 by sun: Fix test performance of Drupal\taxonomy\Tests\LegacyTest. 2014-05-08 15:00:49 +01:00
Nathaniel Catchpole 6ae2108cd9 Issue #2254197 by sun: Fix test performance of Drupal\search\Tests\SearchCommentTest. 2014-05-08 14:59:20 +01:00
Nathaniel Catchpole 82aaa8af0a Issue #2152217 by joelpittet, mgifford, vijaycs85, jjcarrion, sun: Remove theme_form_required_marker() from the theme system - use CSS instead. 2014-05-08 14:40:44 +01:00
Nathaniel Catchpole 240056969a Issue #2257807 by znerol: Remove 'Forever' from the Page cache maximum age options. 2014-05-08 14:28:06 +01:00
Nathaniel Catchpole 2b2b97d232 Issue #2168809 by sun, damiankloip: Do not add the Guzzle HTTP client request subscriber outside of test environment. 2014-05-08 14:21:54 +01:00
Nathaniel Catchpole 3de510228d Issue #2254195 by sun: Fix test performance of Drupal\search\Tests\SearchCommentCountToggleTest. 2014-05-08 13:56:05 +01:00
Nathaniel Catchpole 9ce5973992 Issue #2207585 by damiankloip, Xano, dawehner: Find a new OO home for drupal_get_hash_salt(). 2014-05-08 13:48:51 +01:00
Nathaniel Catchpole 8e342b8457 Issue #2241291 by Wim Leers: Regression: menu link-specific cache tags. 2014-05-08 13:29:15 +01:00
Nathaniel Catchpole 46e25612d0 Revert "Issue #1106160 by tim.plunkett, BarisW: Fixed Color module uses the public file system but doesn't check if it is set."
This reverts commit cef318b5a6.
2014-05-08 13:16:57 +01:00
Jennifer Hodgdon 4e42a5ba28 Issue #2261391 by pwolanin, Crell: Fix up throws and other docs for FactoryInterface 2014-05-07 17:00:38 -07:00
Alex Pott 6c410da26e Issue #2124365 by Mile23: Expand phpunit tests for \Drupal\Core\Database\Connection. 2014-05-07 08:33:54 +01:00
webchick eef067b5a5 Issue #2183113 by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path. 2014-05-06 19:04:53 -07:00
webchick b619a2c619 Issue #2241827 follow-up by tim.plunkett, sun: Switch from form builder to new form validator. 2014-05-06 18:57:19 -07:00
webchick 0828fa9e6f Issue #1832870 by -enzo-, YesCT, EllaTheHarpy, Pinolo, dlu, seranooo5, ivanchaer, mauzeh, filijonka, robertdbailey | maryedith: Only show source translation column if there are 2 or more source languages (more than n/a and the original language). 2014-05-06 14:24:08 -07:00
webchick 93d73d5678 Issue #2216531 by Jalandhar, Mile23: Improve unit test annotation for SimpleTest. 2014-05-06 14:04:28 -07:00
webchick bb6730d5f9 Issue #1932074 follow-up by andypost: Remove duplicated #type declaration. 2014-05-06 14:03:19 -07:00
webchick 396cacba7c Issue #2030605 by tim.plunkett, mr.baileys, webwarrior, Wim Leers | plopesc: Expand Editor with methods. 2014-05-06 13:57:02 -07:00
webchick c056f6dfe6 Issue #2241827 by killua99, dawehner, djevans | Crell: Using a numeric placeholder in paths in Views UI causes fatal error. 2014-05-06 13:33:23 -07:00
webchick 519e01c790 Issue #2251829 by damiankloip: Add 'Guzzle' back to HTTP clients default user agent header. 2014-05-06 12:28:26 -07:00
webchick f2f0725d8f Issue #2258091 by yched: Reorder methods in EntityViewBuilder into more logical sequence. 2014-05-06 12:25:33 -07:00
webchick e76731ab48 Issue #2259315 by effulgentsia: Remove _system_path usage from shortcut.module. 2014-05-06 12:14:48 -07:00
webchick 986faa1860 Issue #2191785 by sun: Password managers are identifying/storing wrong username field when creating a user account. 2014-05-06 12:10:02 -07:00
webchick 86b3e05b07 Issue #2259361 by jweowu | David_Rothstein: Document that db_query_temporary() can only be used on SELECT queries. 2014-05-06 12:00:05 -07:00
webchick 9cdac07de5 Issue #2258831 by sun | Wim Leers: Stream wrappers of test runner are not restored after test completion. 2014-05-06 11:58:42 -07:00
webchick a2a6f6cdea Issue #2259167 by sun: Disable CSS/JS aggregation and caching in tests by default. 2014-05-06 11:56:45 -07:00
webchick 4440d95b4a Issue #2257229 by marcingy | alasda: Cannot add external url or <front> as menu item. 2014-05-06 11:49:41 -07:00
webchick 39d126b2d0 Issue #2257427 by sun: Run-tests.sh builds + rebuilds two kernels from scratch for every PHP process. 2014-05-06 11:48:17 -07:00
webchick ac31f29da3 Issue #2257769 by tstoeckler | sun: Adding an Entity Reference field in the Field UI throws a PHP notice; fails to add field. 2014-05-06 11:25:41 -07:00
webchick 39edc2708e Issue #1871762 by eojthebrave, jibran, xjm: Add detailed documentation explaining the block system's architecture. 2014-05-06 11:24:18 -07:00
Alex Pott 26eb01c06d Issue #2245721 by vijaycs85, YesCT: Add missing configuration schema in language component. 2014-05-06 11:42:01 +01:00
Alex Pott f710a6c92e Issue #2209977 by tim.plunkett: Move form validation logic out of FormBuilder into a new class. 2014-05-06 00:07:47 +01:00
Jennifer Hodgdon 02eb3d3fc9 Issue #2257283 by cs_shadow, filijonka: Fix obsolete references to form_set_error() in FormErrorInterface docs 2014-05-05 13:38:52 -07:00
Jennifer Hodgdon ef78dcceff Issue #2252081 by Xano: Move implementation-specific docs out of PluginFormInterface 2014-05-05 13:35:18 -07:00
Dries 457b6088f4 Issue #2239935 by marcingy, ParisLiakos: Remove filter_xss_* deprecated functions. 2014-05-05 12:44:56 -04:00
Dries 3a8dd52c67 Issue #2226761 by Wim Leers: Change all default settings and config to fast/safe production values. 2014-05-05 12:38:12 -04:00
webchick f715886fe2 Issue #2245727 by alexpott | vijaycs85: Add missing configuration schema in Breakpoint component. 2014-05-05 08:57:59 -07:00
Alex Pott 1299c3afcf Issue #2233619 by slashrsm, Jalandhar: Merge lookup functions in AliasManager. 2014-05-05 16:14:38 +01:00
Dries 85c8f32483 Issue #2254495 by ParisLiakos, alexpott: Move language_admin_predefined_list to ConfigurableLanguageManager. 2014-05-05 07:35:15 -04:00
Dries 2b9cec6dbe Issue #2176621 by sun, alexpott: Remove global . 2014-05-05 07:30:43 -04:00
Dries 6de6684456 Issue #2256355 by tim.plunkett: Make block plugins usable outside the block entity context. 2014-05-05 07:27:44 -04:00
Alex Pott b69a7784bb Issue #2219121 by bdone: Remove spacing issue in config/*.yml. 2014-05-05 11:59:57 +01:00
Alex Pott 33223ad729 Issue #2248951 by eojthebrave: Missing documentation for block plugin annotations. 2014-05-05 11:47:36 +01:00
Alex Pott 04d9f33941 Issue #2250335 by drupaledmonk, pingwin4eg | jhodgdon: Forum hook_help still using URL instead of route. 2014-05-05 11:45:20 +01:00
Alex Pott 4146537081 Issue #2258333 by ParisLiakos: Invalid @covers annotation for TokenUnitTest. 2014-05-05 11:40:14 +01:00
Alex Pott 9d8aa1355f Issue #1919916 by oadaeh, larowlan, jessehs, babruix: Change label of custom block default body field from "Block body" to just "Body". 2014-05-05 09:15:33 +01:00
Dries ed6861bca5 Issue #2248985 by sun: ScriptTest fails on Windows, runs against parent site. 2014-05-04 21:14:23 -04:00
webchick e4ae1523e7 Issue #2240463 by robertdbailey, balagan, holly.ross.drupal: Fix text: languages are not "enabled/disabled" anymore, they are added/removed. 2014-05-04 10:19:57 -07:00
webchick ace0879436 Issue #2240007 by sun, YesCT, mr.baileys | Gábor Hojtsy: Regression: early installer is not in RTL after selecting RTL language. 2014-05-04 09:52:12 -07:00
webchick 5f0b5075bc Issue #2257327 by jessebeach: 'Field system' is missing in maintainers.txt. 2014-05-04 09:32:44 -07:00
webchick 4fcb5b1d9e Issue #2245729 by alexpott | vijaycs85: Add missing configuration schema in Color component. 2014-05-04 09:28:35 -07:00
webchick 5d29f32449 Issue #2256317 by sun: Remove static caching from WebTestBase::checkPermissions(). 2014-05-04 00:32:35 -07:00
webchick 971735da1a Issue #2256919 by Berdir: Missing view modes for aggregator feed items. 2014-05-04 00:21:46 -07:00
webchick 90374c77c4 Commenting test to explain what's happening. 2014-05-04 00:09:51 -07:00
webchick 2250c09add Issue #1939008 by sun, joelpittet, gnuget, Gokul N K, sphism, drupalninja99, c4rl, Cottser, mdrummond, long wave, steveoliver, andypost, Fabianx | jenlampton: Convert theme_table() to Twig. 2014-05-04 00:07:44 -07:00
webchick 96597bbe9c Issue #2221041 by alexpott, sun | StuartJNCC: Color palette setting controls are duplicated. 2014-05-03 23:35:30 -07:00
webchick e88f22a232 Issue #2254765 by damiankloip: No confirmation messages when Views UI settings forms are saved. 2014-05-03 23:15:17 -07:00
webchick b01ecedff2 Issue #2251119 by alimac | dawehner: Hovering about display links changes the position. 2014-05-03 23:08:14 -07:00
webchick a4bd51481e Issue #2251221 by alimac, lokapujya: Views Display Tabs: remove gray top border. 2014-05-03 23:06:11 -07:00
webchick bdab94d465 MAINTAINERS.txt: now with fewer typos! :P 2014-05-03 22:37:09 -07:00
webchick d6d80fb871 Issue #2257745 by martin107 | ParisLiakos: Switch t() to ->t() in ExceptionController. 2014-05-03 22:29:57 -07:00
webchick 340a0fa216 Issue #2225605 by znerol: Use request stack in form builder. 2014-05-03 22:26:42 -07:00
webchick 427cd10326 Issue #2249025 by xjm: Update Security topic coordinators section in MAINTAINERS.txt. 2014-05-03 22:12:17 -07:00
webchick 7d6779b7d6 Issue #2257319 by jessebeach: Change 'Edit' to 'Quick edit' in maintainers.txt. 2014-05-03 20:47:21 -07:00
Jennifer Hodgdon f8afaa2fdc Issue #2255073 by jmarkel: Fix up docs for node_uri() function 2014-05-02 16:43:04 -07:00
Dries 99b367da46 Issue #2099131 by jessebeach, Wim Leers, catch, Berdir, benjifisher, martin107, andypost: Use #pre_render pattern for entity render caching. 2014-05-02 17:43:59 -04:00
Alex Pott b0821d885e Issue #2079797 by ParisLiakos, Xano, amateescu, tim.plunkett: Provide a trait for $this->t() and $this->formatPlural(). 2014-05-02 08:29:56 +01:00
Nathaniel Catchpole ec5b434590 Issue #2198325 by fietserwin: GetPathToken not in ImageStyleInterface (+2 other minor cleanups). 2014-05-01 13:59:20 +01:00
Nathaniel Catchpole 6a0257c22c Issue #2201051 by andypost, sun, Berdir: Convert path.module form alters to a field widget. 2014-05-01 12:43:49 +01:00
Nathaniel Catchpole 44b38852b8 Issue #2158571 by tstoeckler, dawehner, kgoel, tim.plunkett, catch, effulgentsia: Routes added in RouteSubscribers cannot be altered. 2014-05-01 10:46:02 +01:00
webchick 02a5887d4a Follow-up to Issue #2151105 : Helps if I commit the template file doesn't it? ;) 2014-04-30 13:11:23 -07:00
webchick e8f1ce1148 Issue #2151105 by Cottser, longwave, joelpittet: Convert theme_system_admin_index() to Twig. 2014-04-30 11:37:39 -07:00
webchick a1ca5f6eea Issue #2216529 by jhodgdon: Fill in topic/@defgroup docs for Config and State System. 2014-04-30 11:35:07 -07:00
webchick 633dd952f7 Issue #2216561 by jhodgdon: Fill in @defgroup/topic docs for Extending Drupal. 2014-04-30 11:33:22 -07:00
Nathaniel Catchpole 6ac976017a Issue #2167071 by likin: Remove onHTML event from ViewSubscriber - deprecated. 2014-04-30 12:09:21 +01:00
Nathaniel Catchpole 463bf4269d Issue #2249899 by damiankloip: Refactor Drupal\Core\Cron. 2014-04-30 12:02:36 +01:00
Nathaniel Catchpole 367e1a8823 Issue #2250491 by damiankloip: Remove duplicate methods from Settings class. 2014-04-30 11:50:18 +01:00
Nathaniel Catchpole e969642860 Issue #2039021 by tim.plunkett, Berdir, Xano | akshay.swnt22: Convert ActionManager to extend DefaultPluginManager. 2014-04-30 11:49:52 +01:00
Nathaniel Catchpole 5c2dc50b20 Issue #2084323 by Berdir, sandipmkhairnar, Xano, Jalandhar: EntityForm::actions() adds 'delete' without checking access. 2014-04-30 11:47:01 +01:00
Nathaniel Catchpole 95c69f5b9b Issue #2208617 by tim.plunkett: Add key value entity storage. 2014-04-30 11:08:22 +01:00
Nathaniel Catchpole 773a992920 Issue #2241431 by anavarre: _content in routing files should always have a leading backslash. 2014-04-30 11:07:21 +01:00
Nathaniel Catchpole bd248aa5a9 Issue #2252967 by sun: RebuildContainer() is not limited to web tests (WebTestBase). 2014-04-30 11:02:21 +01:00
Nathaniel Catchpole b73b86b8aa Issue #2245003 by znerol, YesCT, sun, damiankloip: Use a random seed instead of the session_id for CSRF token generation. 2014-04-30 10:47:49 +01:00
Alex Pott 57106fe677 Issue #2195967 by tstoeckler, pameeela: Update content of views tour to align with standards. 2014-04-30 10:24:49 +01:00
Alex Pott e8ae773927 Issue #2236879 by andrei.dincu | tstoeckler: Broken condition in ContentEntityDatabaseStorage. 2014-04-30 10:15:26 +01:00
Alex Pott 4b172c7275 Issue #1978918 by likin, Luxian, vijaycs85, Pancho, disasm: Convert locale_translate_import_form to a Controller. 2014-04-30 08:18:01 +01:00
Alex Pott 4ad6fc9043 Issue #2251915 by tim.plunkett: Overridden config bleeds through to admin forms. 2014-04-30 08:07:50 +01:00
Alex Pott def57073bc Issue #2239065 by tim.plunkett | webchick: Overridden config bleeding through to configuration forms. 2014-04-30 08:00:07 +01:00
webchick 4ebc62247c Issue #2162837 by Wim Leers, jibran | nod_: Split up contextual.toolbar.js. 2014-04-29 12:55:48 -07:00
Jennifer Hodgdon 31d1114a36 Issue #2191429 by eojthebrave, tim.plunkett: Fix up Form API topic docs in form.inc 2014-04-29 07:25:03 -07:00
Nathaniel Catchpole 5c814d168d Issue #323926 by porchlight, Tor Arne Thune, mr.baileys, rszrama: Settings for non-existent theme. 2014-04-29 14:32:02 +01:00
Nathaniel Catchpole 1b76c015a9 Issue #890362 by BarisW, Jeff Burnz, mgifford: Links should not be indicated by color only. 2014-04-29 14:30:58 +01:00
Nathaniel Catchpole 2ea43def72 Issue #2228261 by beejeebus, kim.pepper, alexpott, Wim Leers: Add a local, PhpStorage-based cache backend. 2014-04-29 10:18:31 +01:00
Nathaniel Catchpole dda140f91e Issue #2239833 by Wim Leers: Regression: Menu contextual links no longer visible in menu blocks. 2014-04-28 20:29:56 +01:00
Nathaniel Catchpole 677b9fc45f Issue #2204159 by Wim Leers, longwave, tim.plunkett: (Responsive) Image styles do not add correct cache tags, nor do they invalidate cache tags upon flushing. 2014-04-28 20:04:43 +01:00
Nathaniel Catchpole 0b5a8cac40 Issue #2100313 by dawehner, pwolanin: Move non-core services out of core.services.yml. 2014-04-28 16:14:04 +01:00
Nathaniel Catchpole a0f81c79a3 Issue #2250381 by mortendk: Remove the inner div wrapper from forms. 2014-04-28 16:11:19 +01:00
Nathaniel Catchpole f6f7472f57 Issue #1824360 by morningtime, Mixologic: Drupal sets $_SERVER['HTTP_REFERER'] to the empty string when no Referer: header was sent. 2014-04-28 16:08:22 +01:00
Nathaniel Catchpole 904a0fad6e Issue #2245001 by andypost: Remove unneeded CommentManagerInterface::getParentEntityUri(). 2014-04-28 16:06:29 +01:00
Nathaniel Catchpole a43b612ab7 Issue #1932074 by mgifford, larowlan, nick_schuch: Tags Includes Label which isn't Associated with an Input Form. 2014-04-28 16:05:29 +01:00
webchick b803cd32a3 Issue #2248149 by jessebeach, donquixote, sun: Use __DIR__ instead of drupal_get_path() for local PSR-0/PSR-4 directories. 2014-04-28 00:09:16 -07:00