Commit Graph

28365 Commits (a0ee087d7a64cbb549227e07443e9322b57ff6f0)

Author SHA1 Message Date
Alex Pott db8fa57883 Issue #2451395 by dawehner: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them 2015-04-09 12:52:05 +01:00
Alex Pott a0078c51f8 Issue #2460695 by mitrpaka, rpayanm: No methods on RendererInterface should be static 2015-04-09 12:49:14 +01:00
Alex Pott 7f90ee63ab Issue #2456709 by dawehner, rteijeiro: File views handlers need to be replaced with entity-aware formatters 2015-04-09 12:29:20 +01:00
Alex Pott a4e51c82e6 Issue #2464877 by Wim Leers: Update RendererInterface::addDependency() to accept *any* object, not only CachableDependencyInterface objects 2015-04-08 22:09:50 +01:00
Alex Pott 6435e2ee5d Issue #2464605 by willzyx, Dom.: Regression: no link to admin/reports/status/php 2015-04-08 22:06:00 +01:00
Alex Pott 87ade2e6d6 Issue #2451603 by nlisgo: Minor PHPDoc issue with LocalTasksTest::assertLocalTasks 2015-04-08 14:31:32 +01:00
Alex Pott a7ab29e5d6 Issue #2432939 by neclimdul, Mile23: Optimize DrupalComponentTest 2015-04-08 13:47:51 +01:00
Alex Pott 7f5bc4e96e Issue #2397225 by Chi, ufku: Drupal.formatPlural does not work 2015-04-08 13:45:05 +01:00
Alex Pott 3e275d65dc Issue #2459819 by Wim Leers, rteijeiro: Remove CacheableInterface (and no longer let block plugins implement it) 2015-04-08 13:27:27 +01:00
Alex Pott 0972ecb314 Issue #2422101 by andypost, pcambra, penyaskito: CommentItem should override the generateSampleValue method and provide sample values 2015-04-08 12:39:15 +01:00
Alex Pott 25c41d0a6d Issue #606840 by Wim Leers, cilefen, Fabianx, markpavlitski: Enable internal page cache by default 2015-04-08 12:11:56 +01:00
Alex Pott fe6ef2a778 Issue #2429501 by ParisLiakos, EclipseGc, mitrpaka: AggregatorFeedBlock does not output item links 2015-04-08 11:52:49 +01:00
Alex Pott 6a7d1bb208 Issue #2454163 by larowlan, geertvd, rteijeiro: Replace comment_username handler with generic views handler 2015-04-08 11:49:25 +01:00
Alex Pott 3a6f5da580 Issue #2463321 by amateescu: Serializing the database connection is dangerous and error-prone, make it unserializable again 2015-04-08 11:45:14 +01:00
Nathaniel Catchpole 996eb1637c Issue #2464659 by Wim Leers, rteijeiro: Routes that are varied by the 'user.permissions' cache context for anonymous users must also get the anonymous Role's cache tag 2015-04-07 17:43:15 +01:00
Alex Pott d7cb696ada Issue #2455739 by maxocub: formatPlural() is not fully tested for SafeMarkup 2015-04-07 12:57:20 +01:00
Alex Pott 3ab0ef9bb8 Issue #2458817 by Berdir, dawehner: Creating new user entities for anonymous users is very slow 2015-04-07 12:39:10 +01:00
webchick 804b2c9ffc Issue #2461857 by stefan.r: Update Zend Feed to latest stable 2015-04-07 01:08:54 -07:00
webchick 9d92bf8144 Issue #2463103 by amateescu: SQLite: Fix system\Tests\Entity\FieldSqlStorageTest 2015-04-07 01:06:51 -07:00
webchick 40c8a0353b Issue #2448069 by a_thakur, JeroenT, Mile23: Remove usage and function update_project_storage() from update.compare.inc 2015-04-07 00:03:23 -07:00
webchick a9b27b5174 Issue #2465425 by jibran, pjonckiere, idebr: Vocabulary listing missing add taxonomy term link 2015-04-06 23:59:38 -07:00
webchick 3e58aba83b Issue #2465467 by willzyx, Dom., andypost: SystemInfoController::php() should check if function phpinfo() exists 2015-04-06 23:57:51 -07:00
webchick 14c7df7498 Issue #2466119 by marthinal: Remove duplicated word in the ControllerBase class doc 2015-04-06 23:55:43 -07:00
webchick 81a6979058 Issue #2459155 by alexpott, pfrenssen, hussainweb, neclimdul: Remove REQUEST_TIME from bootstrap.php 2015-04-06 23:53:19 -07:00
webchick cc32fa51ed Issue #2463887 by pjbaert, er.pushpinderrana, Wim Leers, jhodgdon: Cache API topic - do not use @code inline 2015-04-06 23:48:45 -07:00
webchick d840205b21 Issue #2462259 by stefan.r, nicrodgers, nod_: Update underscore to 1.8.3 2015-04-06 23:46:54 -07:00
webchick 491a2b865f Issue #2463817 by alexpott: Drupal\Core\FileTransfer\Local should use a leading \ when using PHP built-in classes 2015-04-06 23:45:52 -07:00
webchick 24738eb523 Issue #2462589 by dawehner, jhodgdon: Provide test coverage for access checking of all views fields 2015-04-06 23:40:30 -07:00
Alex Pott 1ec106794b Issue #2452317 by dawehner: Let views result cache use cache contexts 2015-04-06 23:13:53 +01:00
webchick 9fd632c9bf Issue #2448765 by nlisgo, Damien Tournoud, vlad.n, rteijeiro, Berdir, Fabianx, dawehner: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7 2015-04-06 15:09:00 -07:00
webchick 3bd051fb31 Issue #2465917 by stefan.r, Damien Tournoud: CKEditor test fails in PHP7 2015-04-06 15:05:37 -07:00
webchick 74c98d386d Issue #2465611 by alexpott: Fix --xml option in run-tests.sh 2015-04-04 15:29:59 -07:00
Alex Pott 0a0e884e23 Issue #2465031 by damiankloip: Do not allow UUID field to be click sortable 2015-04-04 00:57:11 +01:00
Alex Pott 56bf922614 Issue #2465005 by Berdir: PHP Strict Standards in NodeAccessGrantsCacheContextTest 2015-04-04 00:18:17 +01:00
Alex Pott eb4e371913 Issue #2464369 by neclimdul, joshtaylor: Upgrade to Symfony 2.6.6 2015-04-04 00:11:39 +01:00
Alex Pott 82d3eb2f65 Issue #2465301 by klausi: Remove entity module from MAINTAINERS.txt, it does not exist 2015-04-04 00:05:47 +01:00
Alex Pott a4f844d9e9 Revert "Issue #2458817 by Berdir, dawehner: Creating new user entities for anonymous users is very slow"
This reverts commit fcbb3c0c81.
2015-04-03 17:00:57 +01:00
Alex Pott b4fdbfd6c4 Issue #2457405 by stefan.r, andypost: DateTimePlus violates substitution principle of DateTime. Make it support PHP 7 2015-04-03 16:58:03 +01:00
Alex Pott fcbb3c0c81 Issue #2458817 by Berdir, dawehner: Creating new user entities for anonymous users is very slow 2015-04-03 16:58:03 +01:00
webchick a9c270f2e5 Issue #2462261 by nicrodgers, stefan.r, attiks: Update picturefill to 2.3.0 2015-04-03 08:42:40 -07:00
Alex Pott daf9e2c509 Issue #2463363 by rpayanm: ConditionInterface::condition docmentation contains wrong information 2015-04-03 14:20:05 +01:00
Alex Pott 76524eed90 Issue #2459949 by amateescu: Remove field_ui_entity_type_alter() and move the content to field_ui_entity_type_build() 2015-04-03 14:16:50 +01:00
Alex Pott a5b11ccf4a Issue #2464817 by amateescu: A few PHPUnit tests are not in the correct namespace 2015-04-03 14:12:33 +01:00
Alex Pott 9fdbd3986d Issue #2465009 by Berdir: Fix fatal errors in rest and views with PHP 7 2015-04-03 14:11:04 +01:00
webchick 854cfcfad7 Revert "Issue #2449445 by mortendk, alexpott, Cottser: Add "indentation" class back to indentation theme hook, use it for styling"
Broke table drag. :(

This reverts commit 4fd9ea47fc.
2015-04-02 21:29:42 -07:00
webchick a57bc046ff Issue #2451363 by alexpott, Berdir, pjcdawkins: Ensure install_profile is exists in settings.php after installation 2015-04-02 21:29:37 -07:00
Alex Pott 4112ca1308 Issue #2462851 by rpayanm, Wim Leers: Improve Views entity row renderer plugins' cache contexts 2015-04-02 23:26:37 +01:00
webchick ccfaa23e0a Issue #2460847 by alexpott: Allow optional configuration to be installed when its dependencies are met 2015-04-02 10:54:57 -07:00
webchick 8fcce5b381 Issue #2460911 by Wim Leers, jhodgdon: Search reindexing should invalidate cache tags 2015-04-02 10:27:43 -07:00
Alex Pott 4553018cf9 Issue #2463029 by Wim Leers: EntityFormDisplay should update $form with cache tags of FieldConfig, FieldStorageConfig, EntityFormDisplay config entities 2015-04-02 17:32:35 +01:00