Commit Graph

19092 Commits (0d55d1a6608349accd7b0f0b11f2e197779713b6)

Author SHA1 Message Date
Dries 0d55d1a660 Issue #1882310 by damiankloip: remove displayObjects() method from ViewExecutable. 2013-01-09 16:14:11 -05:00
Dries 23c0393a17 Issue #1832614 by Schnitzel, smiletrl, -enzo-: Fixed Unchanged strings on page become customized when editing others. 2013-01-09 16:12:51 -05:00
Dries a6c11e9d4f Issue #1875122 by dawehner, damiankloip: field formatter settings on views are lost. 2013-01-09 16:03:56 -05:00
Dries a5a24f70b7 Issue #1839134 by Berdir, sun: Convert database tests to (Drupal)UnitTestBase. 2013-01-09 15:58:50 -05:00
webchick 143994ccf0 Issue #1786540 by damiankloip: Added a ViewExecutable::removeItem method. 2013-01-09 11:59:17 -08:00
webchick d9a727416e Issue #1867304 by dawehner, damiankloip: Assess newDisplay method on ViewExecutable. 2013-01-09 11:12:46 -08:00
webchick d134c0258a Issue #1882114 by damiankloip: Remove listing filters option from views settings. 2013-01-09 11:01:16 -08:00
webchick 0343a2c896 Issue #1871032 by sun, andypost: Fixed Taxonomy module fails to install on MyISAM due to too long schema index. 2013-01-09 10:22:09 -08:00
webchick 83ea685118 Issue #1880762 by msonnabaum: Fixed Why are we calling exit?. 2013-01-09 09:11:21 -08:00
webchick fcf8c1b207 Issue #1882584 by Berdir: Improve concurrent testing by avoiding unecessary persistent rebuilds. 2013-01-08 22:38:39 -08:00
Jennifer Hodgdon ba7b4570ea Issue #1879214 by swentel, Berdir: Fix param docs for hook_field_attach_create_bundle 2013-01-08 16:19:14 -08:00
webchick b518cdce22 Issue #1880504 by effulgentsia: Fixed Regression: incorrect default blocks and weights in Standard profile following plugin conversion. 2013-01-08 13:05:46 -08:00
webchick 75df269a53 Issue #1880378 by swentel, EclipseGc: Fixed Autocomplete broken to search blocks - also triggers notice after clicking 'Next'. 2013-01-08 13:03:57 -08:00
webchick 55d72f73be Issue #1881096 by mradcliffe, xjm, EclipseGc: Fixed Regression: Site broken when disabling module without removing block instances. 2013-01-08 13:01:41 -08:00
webchick 97c3ee2be9 Issue #1875970 by yched, swentel: Pass EntityDisplay objects to the whole entity_view() callstack. 2013-01-08 11:16:16 -08:00
Dries f2e25f6097 - Issue #1880798 by droplet: Fixed tableselect.js performances. 2013-01-08 12:00:40 -05:00
Dries fbfaa3a4bc - Issue #1877338 by plopesc: convert language admin form to new #type 'table'. 2013-01-08 11:51:03 -05:00
Dries 5c7f2d7a66 - Issue #1882252 by Gábor Hojtsy: Fixed Regression: Block visibility summaries are broken. 2013-01-08 11:48:16 -05:00
Dries 595459b327 Issue #1875948 by chx, fabpot: set sensible default values for Kernel default directories. 2013-01-08 11:46:18 -05:00
Dries 0113f3d731 Issue #1850158 by sun, tim.plunkett, xjm: bugged assumption in ModuleTestBase::assertModuleConfig(). 2013-01-07 22:02:04 -05:00
Dries b54a659de1 Issue #1880926 by plach: Fixed Fatal error when retrieving ->original on a BC entity. 2013-01-07 21:21:40 -05:00
webchick b11bacd8f1 Issue #1872540 by xjm: Provide a test helper method for creating block instances. 2013-01-07 11:09:10 -08:00
catch 1691c94d06 Issue #226873 by Denes.Szabo, rocket_nova, balintd, Albert Volkman, longwave, boydjd: Fixed With drupal_detect_baseurl() unused - remove it. 2013-01-07 16:06:30 +00:00
catch 26cf9defe8 Issue #1881176 by sun: Fixed Revert bogus User module update number changes of Blocks to Plugins conversion. 2013-01-07 13:51:27 +00:00
catch d1613d0116 Issue #1880834 by damiankloip, dawehner: Fixed Don't return all data from views_data() service when an invalid table is requested. 2013-01-07 13:40:02 +00:00
catch a3a4347ffe Issue #1870410 by damiankloip: Inject display plugin manager into DisplayBag class. 2013-01-07 13:38:15 +00:00
catch b272b9d406 Issue #1810808 by dawehner, fastangel, damiankloip: Fixed HandlerBase::buildGroupByForm is still using the display on the viewExecutable. 2013-01-07 13:36:29 +00:00
catch 9030174d76 Issue #1818056 by Bojhan, OddJob, Gaelan: Reduce descriptions of default views. 2013-01-07 13:33:46 +00:00
catch 96fd5176a4 Issue #1880922 by yched: Remnants of entity_view_prepared() flag. 2013-01-07 13:27:57 +00:00
catch cf0a25f67f Issue #1881672 by dawehner: Remove unused executeHookBlockList() code. 2013-01-07 13:26:52 +00:00
catch 67ed2eb4b9 Issue #1880830 by fabpot: Fixed Free performance improvement!. 2013-01-07 13:25:36 +00:00
catch cdbdbec78e Issue #1876960 by dawehner: Don't concat strings in date fields settings. 2013-01-07 13:18:59 +00:00
catch 465924fc1c Issue #1875870 by dawehner: Cleanup WizardPluginBase::build_sorts(). 2013-01-07 13:18:04 +00:00
catch 43658a4ed4 Issue #1308054 by jthorson, brianV: Added an abstract DrupalReadOnlyStreamWrapper that other stream wrappers can extend. 2013-01-07 13:12:52 +00:00
catch 9fd8864cf4 Issue #1446600 by chx: Add EntityFieldQuery (pseudo-)join support. 2013-01-07 13:03:23 +00:00
catch c2858a0fcd Reverting patch that was accidentally committed five weeks ago... 2013-01-07 13:00:40 +00:00
catch 1f4c2cf30f Issue #1833516 by Berdir, chx, catch, webchick: Add $settings for low-level configuration - move things out of . 2013-01-07 11:45:26 +00:00
catch 1eae1771e3 Issue #1879410 by fabpot: Update Symfony dependency. 2013-01-07 11:37:48 +00:00
catch 15f0171de3 Issue #1831530 by plach, YesCT: Entity translation UI in core (part 2). 2013-01-07 11:36:47 +00:00
catch 6e5d1a09ca Issue #1874300 by Berdir, swentel: Remove $entity_type argument from field.module functions that receive a single $entity. 2013-01-07 11:22:28 +00:00
catch c4c45accf5 Issue #1868274 by klausi: Fixed Improved EntityNG isset() test coverage. 2013-01-07 11:19:41 +00:00
catch 455a299a4d Issue #1810812 by dawehner, damiankloip: Fixed Attachment is still using display on the view object. 2013-01-07 11:17:57 +00:00
catch e7c0975c57 Issue #1866830 by dawehner: Simplify DisplayPluginBase::validateOptionsForm(). 2013-01-07 11:15:41 +00:00
catch f5f88298a5 Issue #200344 by Pancho, pillarsdotnet, pdrake, sun: Remove user_module_invoke() and rename user_login_block() to user_login_block_form(). 2013-01-07 11:11:52 +00:00
Jennifer Hodgdon 57678447d4 Issue #1807556 by Albert Volkman, Lars Toomre: API docs cleanup of Aggregator module 2013-01-04 10:37:47 -08:00
webchick a3461cd22e Issue #1869250 follow-up by fago: Correct function parameters. 2013-01-04 10:35:27 -08:00
Jennifer Hodgdon c8e431a461 Issue #1807688 by Albert Volkman, Lars Toomre: API docs cleanup for Book module 2013-01-04 10:29:51 -08:00
Jennifer Hodgdon 7abbba0b0a Issue #1797514 by Gaelan, Lars Toomre: Remove t() from test assertions in simpletest module 2013-01-04 10:21:37 -08:00
webchick 000def44f6 Issue #1877228 by dawehner, xjm, Bojhan: Remove duplication of pager text labels. 2013-01-04 10:03:17 -08:00
webchick 268e3cb207 Issue #1858676 by heyrocker, sun, Damien Tournoud: Fixed Rest module config is named improperly and no default config is supplied. 2013-01-04 10:01:24 -08:00