Commit Graph

23999 Commits (671271631a26346f60beefa3c59bbd9552698f89)

Author SHA1 Message Date
Nathaniel Catchpole 4b4ef377be Issue #2078387 by Xano, andypost, twistor, splatio, InternetDevels, amateescu, Berdir, larowlan, vladan.me: Add an EntityOwnerInterface. 2014-02-03 16:02:31 +00:00
Nathaniel Catchpole 2dc655febf Issue #2025779 by Berdir, ianthomas_uk: Remove ModuleInfo as it is no longer necessary. 2014-02-03 16:01:31 +00:00
Nathaniel Catchpole aba98c7388 Issue #2186557 by andypost: DatabaseBackend::garbageCollection() should use injected database. 2014-02-03 14:44:00 +00:00
Nathaniel Catchpole 8fe0fd00a5 Issue #2176721 by maartendeblock, nod_: 'Back to site' button does not preserve URL's language prefix and querystring. 2014-02-03 14:42:59 +00:00
Nathaniel Catchpole b3e112fe67 Issue #2182265 by Sweetchuck, nod_: Javascript file translations are several bugs away from working at all. 2014-02-03 14:25:26 +00:00
Nathaniel Catchpole adedd24455 Issue #675446 by droplet: Regressions: Use jQuery UI Autocomplete. 2014-02-03 14:16:18 +00:00
webchick a979bbda18 Issue #2110501 by tim.plunkett, pwolanin, tstoeckler: ControllerBase should implement ContainerInjectionInterface like FormBase. 2014-02-02 19:12:30 -08:00
webchick 0333c01966 Issue #2184951 by not_chx: Allow plugins to declare themselves a derivative. 2014-02-02 18:19:11 -08:00
Alex Pott e4e74fcf3a Issue #1959574 by dawehner, mkadin, Wim Leers, jessebeach: Remove the deprecated Drupal 7 Ajax API. 2014-02-03 00:08:14 +00:00
Alex Pott c3b127382b Issue #2181625 by damiankloip: Use constructor injection in hal normalizer services. 2014-02-02 21:09:58 +00:00
Alex Pott dd4890bca9 Issue #2049573 by pcambra, damiankloip, tim.plunkett, dawehner: Move most or all of the ActionBulkForm class to BulkFormBase. 2014-02-02 20:06:53 +00:00
Alex Pott 8910339dd7 Issue #1069152 by droplet, alexandrezia, jhedstrom | ogi: Throbber in textfield is misaligned when browser hardware acceleration enabled (gfx). 2014-02-02 15:16:02 +00:00
Alex Pott d18bb471c6 Issue #2175785 by yched, InternetDevels: Rename ShortcutPath to ShortcutPathItem. 2014-02-02 15:00:57 +00:00
Alex Pott a59a4688e2 Issue #2170979 by yched: Remove the getValue() / setValue() dance in WidgetBase::sortItems(). 2014-02-02 14:58:56 +00:00
Alex Pott 6b393bb1fb Issue #2162729 by TravisCarden, Xano, InternetDevels: "Sub-class must implement the getInfo method" not a helpful exception message. 2014-02-02 14:38:36 +00:00
Alex Pott 6c3fbad88a Issue #2104727 by wesleydv, Sam152: Move controller class out of route folder in toolbar module. 2014-02-02 14:21:58 +00:00
Alex Pott 9cf1a39465 Issue #1928752 by mtift, jenlampton: Put all test modules into the 'testing' Fieldset on the modules page (file module). 2014-02-02 14:13:22 +00:00
Alex Pott c6ee822f4a Issue #2177703 by webflo: Fix link attribute structure. 2014-02-02 13:53:18 +00:00
webchick bc058bada9 Issue #2168011 by xjm, jessebeach, Damien Tournoud, znerol, Xano: Remove all 7.x to 8.x update hooks and disallow updates from the previous major version. 2014-01-31 09:26:04 -08:00
Alex Pott 76bcb27b13 Issue #2167641 by tim.plunkett: EntityInterface::uri() should use route name and not path. 2014-01-31 15:08:43 +00:00
Nathaniel Catchpole 87bff520d0 Issue #2159911 by InternetDevels, ParisLiakos: drupal_load() is called pointlessly. 2014-01-31 11:52:42 +00:00
Nathaniel Catchpole 60fb1aab99 Issue #2156649 by amateescu: follow-up to fix broken HEAD. 2014-01-31 11:20:58 +00:00
Nathaniel Catchpole 7b91823d91 Issue #2177637 by InternetDevels: Replace theme() with drupal_render() in ajax.inc. 2014-01-31 11:18:24 +00:00
Nathaniel Catchpole 38d4a10545 Issue #2176105 by sun: Installer catches exceptions and manually re-prints them; does not use error/exception handler. 2014-01-31 10:40:04 +00:00
Nathaniel Catchpole abc7449876 Issue #1924420 by chx, twistor, bfr: Replace function_exists() with is_callable() in batch.inc. 2014-01-31 10:38:20 +00:00
Nathaniel Catchpole ac9534f80f Issue #2156649 by likin, amateescu: The 'entity_reference_autocomplete' widget doesn't handle multiple values correctly. 2014-01-31 10:30:47 +00:00
Jennifer Hodgdon 57d2604230 Issue #2091297 by batigolix, arrrgh, lostkangaroo: Update hook_help for breakpoint module 2014-01-30 09:40:15 -08:00
Jennifer Hodgdon b9ea2d3ff4 Issue #2182027 by InternetDevels, michaellenahan, tstoeckler: Fix docs for LanguageDefault class 2014-01-30 09:28:05 -08:00
Jennifer Hodgdon a766bc2adf Issue #2083733 by maartendeblock, JurgenR, Cyclodex, Pixelstyle, tankerjoe: Add reinstall instructions to INSTALL.txt 2014-01-30 09:25:23 -08:00
Jennifer Hodgdon 2314210ae5 Issue #2182093 by ThisIsDog, Gábor Hojtsy, alexpott: Remove outdated todo in Language class docs 2014-01-30 09:20:07 -08:00
Alex Pott 7919edfead Issue #2166013 by mikeker: Remove macros from .gitattributes to avoid Git errors. 2014-01-30 13:44:26 +00:00
Alex Pott 20315e1de7 Issue #2164827 by Berdir, Xano, tim.plunkett: Rename the entityInfo() and entityType() methods on EntityInterface and EntityStorageControllerInterface. 2014-01-30 12:14:58 +00:00
Nathaniel Catchpole aa03c3dd54 Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct. 2014-01-30 12:04:18 +00:00
Alex Pott 81e3e03818 Issue #2184315 by Wim Leers: Move filter_get_filter_types_by_format() and filter_get_html_restrictions_by_format() onto FilterFormatInterface. 2014-01-29 15:05:27 +00:00
Nathaniel Catchpole 50901f953c Issue #2177739 by Berdir, alexpott, Gábor Hojtsy: Fix inefficient config factory caching. 2014-01-29 14:01:39 +00:00
Nathaniel Catchpole e9a044b3e5 Issue #829464 by Berdir, Github sync, sepgil: Orderby() should escape fields and verify direction. 2014-01-29 12:04:12 +00:00
Nathaniel Catchpole 29bf9e891f Issue #2166703 by alexpott: Config SchemaStorage uses InstallStorage. 2014-01-29 11:58:00 +00:00
Alex Pott 93206c30a9 Issue #2177689 by Sutharsan: Removed deprecated event listeners. 2014-01-29 11:48:19 +00:00
Nathaniel Catchpole 79659dcde0 Issue #2056445 by alexpott, Marcus Maihoff, rahul.shinde: Ensure that all config can not be deleted using the config importer. 2014-01-29 11:07:59 +00:00
Nathaniel Catchpole 09ff81ae52 Issue #2167039 by likin, dawehner, Wim Leers, tstoeckler, vijaycs85: Regression: page cache tags broken, also: some routes incorrectly use _controller -> No page object in template variables -> Fatal in seven_preprocess_page(). 2014-01-29 10:47:12 +00:00
Alex Pott acd3a59ea8 Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-29 08:25:00 +00:00
Alex Pott 747fd61167 Issue #2176141 by sun, chx: Add a return value to file_save_htaccess(). 2014-01-28 16:31:48 +00:00
Alex Pott f1fdcfa372 Issue #2021111 by jibran, tim.plunkett, mtift: Add a ConfigFactoryInterface for ConfigFactory. 2014-01-28 13:09:21 +00:00
Nathaniel Catchpole e373ebee34 Issue #2167109 by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem. 2014-01-28 13:07:47 +00:00
Alex Pott 856d6e1470 Issue #1376122 by sun: Stream wrappers of parent site are leaking into all tests. 2014-01-28 08:51:41 +00:00
Alex Pott 2d476a5f0e Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript Files Not Using Standard Indentation. 2014-01-27 21:41:32 +00:00
Alex Pott 83bf082872 Issue #2181293 by pwolanin, dawehner: AccessManager::checkNamedRoute() is not passing all route defaults (or building a complete route request). 2014-01-27 21:36:57 +00:00
webchick 16b1a71918 Issue #2182603 by alexpott: Remove LocaleUninstallTest. 2014-01-27 10:49:37 -08:00
webchick 865f7c6cd0 Issue #1898416 follow-up by mparker17, mikl: Remove debug code. 2014-01-27 10:31:59 -08:00
webchick eae4d079b5 Issue #2175739 by alexpott: Actually test node_access_test_secret_catalan and clean up deprecated code in NodeAccessLanguageTest. 2014-01-27 10:00:20 -08:00