Commit Graph

23818 Commits (40dc8daf5154ba8bae8d99a2eed8f9fdb1727dd8)

Author SHA1 Message Date
webchick 048cd4512a Issue #2181855 by Cottser: Don't let ViewTestBase hog the useful assertBlockAppears and assertNoBlockAppears methods. 2014-02-04 23:15:27 -08:00
webchick f7e9c1578e Issue #2181285 by mradcliffe: Fix orderBy override in pgsql driver for toolbar menu links. 2014-02-04 23:00:54 -08:00
webchick 647043400f Issue #2185831 by tim.plunkett: Split up ParamConverterManager and stop throwing NotFoundHttpException. 2014-02-04 22:55:31 -08:00
Jennifer Hodgdon d23ac0edcb Issue #2187079 by joelpittet, dawehner, Les Lim: Fix typos in Views UI test file docblocks 2014-02-04 11:23:22 -08:00
Jennifer Hodgdon 90ef06dcd1 Issue #2168617 by clemens.tolboom: Fix up docs on how to do multisite 2014-02-04 11:20:11 -08:00
Jennifer Hodgdon 0ec6d1176b Issue #2186225 by lucastockmann: Fix up docsof EntityInterface urlInfo method 2014-02-04 11:13:31 -08:00
Jennifer Hodgdon f991be4e2b Issue #2091345 by batigolix, petropo, jover: Update hook_help for Number module 2014-02-04 11:11:09 -08:00
Jennifer Hodgdon b123e11b70 Issue #2029751 by batigolix, Amitaibu, vollepeer: Create hook_help for entity reference module 2014-02-04 11:08:50 -08:00
Jennifer Hodgdon 5f6e731c2c Issue #2179753 by Sutharsan: Reword settings overrides docs in default.settings.php 2014-02-04 11:04:39 -08:00
webchick b9de0424f2 Issue #2152229 by steveoliver, rteijeiro, joelpittet, JeroenT, InternetDevels, michamilz, burgerboydaddy, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_textarea() to Twig 2014-02-04 09:28:23 -08:00
webchick 4fe6358e4c Issue #2187991 by jessebeach, dawehner: Toolbar access checking points to wrong namespace. 2014-02-04 09:19:41 -08:00
webchick 0d70b8be2c Issue #2181283 by mradcliffe: Prevent pgsql driver from trying to implode primary key fields that are defined by an array. 2014-02-04 09:17:14 -08:00
Alex Pott 57aaddb41f Issue #1857336 by Xano, swentel, Berdir, InternetDevels: Use entity variable in $build for taxonomy_term entity. 2014-02-04 16:02:26 +00:00
Nathaniel Catchpole dc265f784f Issue #2152213 by steveoliver, joelpittet, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_form_element() to Twig 2014-02-04 13:24:34 +00:00
Nathaniel Catchpole e36e5b2c21 Issue #2177665 by InternetDevels: Replace theme() with drupal_render() in theme.maintenance.inc. 2014-02-04 13:21:15 +00:00
Nathaniel Catchpole cbc876ddfb Issue #2177651 by joelpittet, InternetDevels: Replace theme() with drupal_render() in errors.inc. 2014-02-04 13:19:59 +00:00
Nathaniel Catchpole 08eb55f4a0 Issue #2177645 by joelpittet, InternetDevels: Replace theme() with drupal_render() in common.inc. 2014-02-04 13:13:54 +00:00
Nathaniel Catchpole 6808c4016b Issue #1987606 by vijaycs85, mparker17, InternetDevels, rdickert: Convert ajax_test_dialog() to a new style controller. 2014-02-04 13:06:42 +00:00
Nathaniel Catchpole 118a4a0286 Issue #2166195 by dawehner, Crell: Split HtmlPageRenderer in twain. 2014-02-04 10:33:06 +00:00
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