Commit Graph

23927 Commits (408b0ad3f988836927440e0b029555ae7b340561)

Author SHA1 Message Date
webchick 408b0ad3f9 Issue #2207341 by sun: "Re-run tests" form action broken. 2014-03-01 10:58:39 -08:00
Alex Pott 0ca87dbb90 Issue #2084421 by dawehner, pwolanin, YesCT, clemens.tolboom, Berdir, Xano, Sutharsan: Phase 2 - Decouple book module schema from menu links. 2014-03-01 13:28:39 +00:00
Alex Pott 863941874a Issue #2200623 by damiankloip: Add plugin provider to default views configuration. 2014-03-01 10:20:03 +00:00
Alex Pott ab2a91198f Issue #2199875 by andypost: No link to add view|form mode for entity types that have no shipped modes. 2014-03-01 10:17:15 +00:00
webchick 8608fed622 Issue #2107533 by tim.plunkett, dawehner, pwolanin, Berdir: Remove {menu_router}. 2014-02-28 20:58:58 -08:00
Nathaniel Catchpole 3ae51ab618 Issue #2201149 by sidharthap, sandipmkhairnar: Remove comment_entity_info cache deletes. 2014-02-28 12:06:30 +00:00
Nathaniel Catchpole 668d277ff6 Issue #2188661 by sun, Berdir, andypost: Extension System, Part II: ExtensionDiscovery. 2014-02-28 11:51:38 +00:00
Nathaniel Catchpole dad0245d7d Revert "Issue #2201919 by damiankloip: Replace drupal_get_hash_salt() with direct Settings call in CsrfTokenGenerator."
This reverts commit aad87a80b1.
2014-02-28 11:38:55 +00:00
Nathaniel Catchpole aad87a80b1 Issue #2201919 by damiankloip: Replace drupal_get_hash_salt() with direct Settings call in CsrfTokenGenerator. 2014-02-28 10:57:22 +00:00
Nathaniel Catchpole 52a40a7dab Issue #2204151 by sun: Remove deprecated drupal_strip_dangerous_protocols(). 2014-02-28 10:56:10 +00:00
Nathaniel Catchpole bd3fa05903 Issue #2204141 by sun: Remove deprecated drupal_parse_info_file(). 2014-02-28 10:55:36 +00:00
Nathaniel Catchpole 6aab2901e1 Issue #2195585 by Les Lim: Add a dedicated @Archiver annotation class. 2014-02-28 10:52:24 +00:00
Nathaniel Catchpole d077f16237 Issue #2195571 by Les Lim: Add a dedicated @RestResource annotation class. 2014-02-28 10:47:37 +00:00
Nathaniel Catchpole 78b48c89ad Issue #2092095 by tstoeckler, ParisLiakos: Remove \Drupal\Component\Utility\MapArray. 2014-02-28 10:43:51 +00:00
Nathaniel Catchpole 53068d078f Issue #2191903 by damiankloip: Provide a ConfigEntityNormalizer. 2014-02-28 10:36:02 +00:00
Nathaniel Catchpole a60a5b879f Issue #2136503 by slashrsm: Make \Drupal\Core\Path\AliasManager storage independent. 2014-02-28 10:33:39 +00:00
Nathaniel Catchpole 28f6c023c4 Issue #2049209 by Cottser, dawehner, jibran, lokapujya, Manuel Garcia: Remove 'Theming information' feature from Views in favor of twig_debug. 2014-02-28 10:23:03 +00:00
Nathaniel Catchpole 18ed8b32eb Issue #2200185 by BTMash, damiankloip: Router table is not cleared when modules are uninstalled. 2014-02-28 10:08:39 +00:00
Nathaniel Catchpole 31dbc6a137 Issue #2151459 by jessebeach, Wim Leers, plach, amateescu, Berdir: Enable node render caching. 2014-02-28 10:06:00 +00:00
webchick 11bf64e992 Issue #2207219 by larowlan: Fatal: Call to a member function isSubclassOf() on a non-object in CommentManager. 2014-02-27 20:54:33 -08:00
webchick a9a2ae1a33 Issue #2206263 by sun: Drupal_is_cli() returns FALSE on PHP CLI. 2014-02-27 20:53:01 -08:00
webchick b1b69f72a4 Issue #2207021 by Berdir: Remove legacy PHP 5.3 code from PhpMail plugin. 2014-02-27 20:32:08 -08:00
Jennifer Hodgdon 7d985d597d Issue #2195749 by longwave: Fix up docs in String class 2014-02-27 14:42:53 -08:00
Jennifer Hodgdon 74bb4e2c07 Issue #2194027 by KelvinWong, sphism, danblack: Fix example query in database topic docs 2014-02-27 14:37:56 -08:00
Jennifer Hodgdon a2ee636f34 Issue #2199369 by paulh, larowlan: Update docs for EntityInterface::urlInfo to match current code 2014-02-27 13:24:09 -08:00
Jennifer Hodgdon 545d194693 Issue #2177253 by YesCT, Xano, chakrapani, chx: Fix up function docs in simpletest.module 2014-02-27 13:21:47 -08:00
Dries 5fb617d7ac Issue #1938926 by sun, Cottser, joelpittet, pplantinga: Convert simpletest theme tables to table #type. 2014-02-27 20:52:40 +01:00
Dries 03ddf8c283 Issue #2198377 by alexpott: Enforce UUID key name in configuration entities. 2014-02-27 20:34:39 +01:00
Dries 3a5c3b322a Issue #2152073 by dmouse, sun, Xano: Bump Drupal core's PHP requirement to 5.4.2. 2014-02-27 20:14:53 +01:00
Nathaniel Catchpole 6727b8146e Revert "Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery."
This reverts commit ae8be3cc96.
2014-02-27 14:30:43 +00:00
Nathaniel Catchpole ae8be3cc96 Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery. 2014-02-27 13:31:02 +00:00
Alex Pott 438494d0f1 Issue #2187495 by Les Lim, longwave: Use plugin system for MailInterface classes. 2014-02-27 11:07:19 +00:00
Alex Pott 17645df74c Revert "Issue #2176621 by sun, alexpott: Remove global $databases." Broke testbots
This reverts commit 06e6e9238f.
2014-02-27 10:23:06 +00:00
webchick 56aba1e3bd Issue #2205159 by dineshw, mandar.harkare | scor: Typo in LinkFormatter.php. 2014-02-26 21:26:56 -08:00
webchick 4e7ec019c5 Issue #2175459 by sun: Convert Drupal\system\Tests\InstallerTest into a new Drupal\simpletest\InstallerTestBase. 2014-02-26 21:21:50 -08:00
webchick 06e6e9238f Issue #2176621 by sun, alexpott: Remove global $databases. 2014-02-26 21:12:10 -08:00
webchick b8ef3c6bff Issue #2140433 by pwolanin, chx, Owen Barton, dstol, Heine, Damien Tournoud: Port SA-CORE-2013-003 to Drupal 8. 2014-02-26 20:48:12 -08:00
webchick 08a9a7993d Issue #2044367 by InternetDevels, Berdir, wildflower_0002, ianthomas_uk, ParisLiakos, Xano | cosmicdreams: Replace calls to lock() with \Drupal::lock(). 2014-02-26 11:30:20 -08:00
webchick aa49131293 Issue #2199191 by nevergone: Typo in form.api.php. 2014-02-26 11:27:09 -08:00
webchick 5d0729f07a Issue #2070369 by herom, bdgreen, Mac_Weber, InternetDevels, sidharthap, JeroenT: Remove all calls to deprecated function language(). 2014-02-26 11:16:54 -08:00
webchick 57661ff994 Issue #2195933 by Sam152: 'Back to site' button doesn't work when the user originates from the homepage. 2014-02-26 10:49:28 -08:00
webchick 02417da643 Issue #1892182 by sun, nod_, jibran: #type details: Rename #collapsed to #open. 2014-02-26 10:38:09 -08:00
webchick a9be94a5a0 Issue #924322 by tim.plunkett, Devin Carlson, dicix, mike stewart | Jeff Burnz: Color_scheme_form_submit() assumes color.inc provides keys that should be optional. 2014-02-26 09:49:10 -08:00
webchick c24feeee54 Issue #2156853 by olli, quicksketch: Views UI Save and Cancel buttons break existing locks by other users. 2014-02-26 09:26:59 -08:00
Nathaniel Catchpole b9a978d202 Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu. 2014-02-26 10:53:29 +00:00
Alex Pott d1bbfa74e6 Issue #2205367 by sun, Berdir: [HEAD BROKEN] PHP 5.4. 2014-02-26 09:40:38 +00:00
Alex Pott f6e6e52871 Issue #2179655 followup by droplet: JS file validation broken. 2014-02-25 14:43:44 +00:00
Alex Pott 0230aa22a4 Issue #2195753 by tim.plunkett: Changes to config entities that use plugins are not propagated to the plugins. 2014-02-25 14:32:19 +00:00
Alex Pott e0447089b2 Issue #2091971 by nod_, mdrummond, katzilla: Remove ID in progress-bar.html.twig . 2014-02-25 14:05:43 +00:00
Alex Pott bac3a5ded6 Issue #2191911 by Xano: Improve @param and @return variable types for \Drupal\Core\Config\ConfigFactoryInterface. 2014-02-25 13:48:16 +00:00