webchick
|
1736e4d665
|
Issue #1839070 by chx, fago, tim.plunkett: Implement the new entity field API for the taxonomy reference field type.
|
2012-11-26 12:16:04 -08:00 |
webchick
|
feaddcd0a8
|
Issue #1830822 by tim.plunkett, xjm: Split the Views UI listing into two tables for enabled and disabled.
|
2012-11-26 11:00:41 -08:00 |
webchick
|
f14f63cc11
|
Issue #1820544 by damiankloip: Tidy up and remove legacy code from views_page_alter().
|
2012-11-26 10:57:26 -08:00 |
webchick
|
d4315b5a6e
|
Issue #1831104 by webflo: Fixed Replace calls to taxonomy_term_uri() with ->uri().
|
2012-11-26 10:46:44 -08:00 |
webchick
|
739a4656ac
|
Issue #1838006 by Bojhan: Re-phrase 'Are you sure you want to break this lock?'.
|
2012-11-26 10:44:28 -08:00 |
webchick
|
e8a8853054
|
Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA.
|
2012-11-26 10:31:43 -08:00 |
webchick
|
a23fde58b7
|
Revert "Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA."
Note to self: Don't commit from the same install you're testing on. ;)
This reverts commit cf860477f4 .
|
2012-11-26 10:30:36 -08:00 |
webchick
|
6bd4fc1a7a
|
Issue #1850158 by xjm, sun: Fixed Bugged assumption in ModuleTestBase::assertModuleConfig().
|
2012-11-26 10:24:13 -08:00 |
webchick
|
e309496137
|
Issue #1844276 by YesCT, nagwani, mducharme, dawehner, jweowu: Fixed Spelling mistake in Views variable name.
|
2012-11-26 10:23:45 -08:00 |
catch
|
c37973bb27
|
Issue #1793520 by disasm, klausi, tnightingale, Crell: Add access control mechanism for new router system.
|
2012-11-26 18:00:36 +00:00 |
webchick
|
cf860477f4
|
Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA.
|
2012-11-26 09:51:32 -08:00 |
webchick
|
4cc6afff23
|
Issue #1850352 by tim.plunkett, xjm: Fixed config_import_invoke_owner() should check whether a module exists before invoking its hooks.
|
2012-11-26 09:37:03 -08:00 |
webchick
|
cf2979487b
|
Issue #1847554 by xjm, dawehner: Decouple SummaryLengthTest from the node frontpage (and make it a bit faster).
|
2012-11-26 09:33:28 -08:00 |
webchick
|
6f1cc2460f
|
Issue #1848202 by xjm: Decouple OpenID tests from node.
|
2012-11-26 09:30:39 -08:00 |
webchick
|
951abb89ce
|
Issue #1838892 by marcingy, TravisCarden: Fixed Fatal error when sorting dblog by type.
|
2012-11-26 09:17:27 -08:00 |
webchick
|
fd846046df
|
Issue #1812866 follow-up by mkadin, effulgentsia, Wim Leers: Fixed Rebuild the server side AJAX API.
|
2012-11-26 09:07:06 -08:00 |
catch
|
4433a2a2a7
|
Issue #1292470 by sun, tim.plunkett, Berdir, moshe weitzman, pcambra, Niklas Fiekas, andypost et al: Convert user pictures to Image Field.
|
2012-11-26 10:38:45 +00:00 |
catch
|
3ee3f5ad54
|
Issue #1764278 by tstoeckler, tim.plunkett, yched: Fixed Run PluginManagerBase::processDefinition() in a ProcessDecorator.
|
2012-11-26 10:34:46 +00:00 |
catch
|
cde72309be
|
Issue #1846376 by effulgentsia, amateescu | katbailey: Fixed Namespaces for disabled modules are registered during the first request after a module is disabled.
|
2012-11-26 10:32:47 +00:00 |
catch
|
130b8e3cba
|
Issue #1824244 by webflo, swentel, fubhy: Fixed Turn _field_ui_bundle_admin_path() into a public function (field_ui_bundle_admin_path()).
|
2012-11-26 10:30:44 +00:00 |
catch
|
394862da37
|
Issue #1848040 by yched: Fixed Fatal error on 'Manage display' after creating new field.
|
2012-11-26 10:29:55 +00:00 |
catch
|
5b6721a287
|
Issue #1848200 by yched: Fixed Random warnings in tests in field_ui().admin.inc.
|
2012-11-26 10:22:39 +00:00 |
Dries
|
7061f3b350
|
- Issue #1739986 by pwolanin, sun, moshe weitzman: Fixed fallback in drupal_get_hash_salt(), move it to bootstrap.inc, use instead of ['drupal_hash_salt()'].
|
2012-11-24 09:18:16 +01:00 |
Dries
|
bb3b4b996a
|
Issue #1463624 by znerol, marcingy, Rob Loach, cosmicdreams: Move password.inc into DIC.
|
2012-11-24 09:12:43 +01:00 |
Dries
|
3d2c548b41
|
Issue #1764232 by yched, tim.plunkett: CacheDecorator provides no way to clear cached definitions.
|
2012-11-23 20:58:38 +01:00 |
catch
|
02a2a0e4d9
|
Issue #1826008 by damiankloip: Fixed Exposed form reset doesn't work.
|
2012-11-23 13:22:09 +00:00 |
Dries
|
6a77a6bf6a
|
Issue #1845286 by shameemkm, purencool, webchick: Bogus reference to field_ui_field_overview_form_validate()/submit in docs.
|
2012-11-22 18:57:08 +01:00 |
Dries
|
51dabf8206
|
Issue #1847506 by xjm: ToolbarHookToolbarTest has invalid preceding slash in path (and other cleanups).
|
2012-11-22 17:35:08 +01:00 |
Dries
|
7abcf73b83
|
Issue #1847004 by swentel: Cron time still reads from variable_get() instead of state().
|
2012-11-22 17:31:41 +01:00 |
Dries
|
55bdbb31a4
|
Issue #1847294 by dawehner: Make the apply button in views primary.
|
2012-11-22 17:05:19 +01:00 |
Dries
|
69a5eefd13
|
Issue #1832778 by Schnitzel, ancamp, nagwani, YesCT, Lukas von Blarer, rvilar, Gábor Hojtsy: include translation operation in overviews for translatable entities.
|
2012-11-22 17:03:57 +01:00 |
webchick
|
5cae761805
|
Issue #1847828 by chx: Fixed testbot failures.
|
2012-11-22 06:54:42 -08:00 |
catch
|
2e7f67b0b7
|
Issue #1826190 by vijaycs85, Lukas von Blarer, alexpott: Covert mac_key() variable to CMI system.
|
2012-11-22 11:21:57 +00:00 |
catch
|
ca820c7ef4
|
Issue #1842726 by sun: Fixed Transliteration component must not contain drupal_alter().
|
2012-11-22 11:16:12 +00:00 |
catch
|
793974d922
|
Issue #1795186 by paranojik, marcingy, cweagans, Lars Toomre: Make flood storage pluggable.
|
2012-11-22 11:07:09 +00:00 |
catch
|
a8f9ad3c19
|
Issue #1806988 by sun: Factor out duplicate code from system_list().
|
2012-11-22 11:04:32 +00:00 |
catch
|
e9e8c8f854
|
Issue #1843084 by effulgentsia, Crell: Convert user/register to Route.
|
2012-11-22 10:56:57 +00:00 |
catch
|
553ed06a17
|
Issue #1784312 by chx, katbailey, msonnabaum, Fabianx: Stop doing so much pre-kernel bootstrapping.
|
2012-11-22 10:53:19 +00:00 |
webchick
|
8fcd5546ba
|
Issue #1831444 by das-peter, Berdir, andypost: Added EntityNG: Support for revisions for entity save and delete operations.
|
2012-11-21 14:07:53 -08:00 |
webchick
|
b20cb1dd19
|
Issue #1837018 by yched: Fixed Possible 'ambiguous column name' error in field_read_fields().
|
2012-11-21 12:07:13 -08:00 |
webchick
|
3be17a12bf
|
Issue #1833970 by ancamp: Correct the documentation of drupalCreateNode function.
|
2012-11-21 12:05:10 -08:00 |
webchick
|
15adcbe2b0
|
Issue #1824244 by webflo, fubhy: Turn _field_ui_bundle_admin_path() into a public function (field_ui_bundle_admin_path()).
|
2012-11-21 12:03:31 -08:00 |
webchick
|
0bbca7fdee
|
Issue #1824762 by justafish, alexpott: Convert admin_compact_mode() to CMI.
|
2012-11-21 12:02:27 -08:00 |
webchick
|
2c457bbcd1
|
Issue #1837962 by superspring, chx: Remove dead code from RegisterFormController.
|
2012-11-21 11:58:10 -08:00 |
webchick
|
a0ea12b333
|
Issue #1845874 by TravisCarden: Fixed Docs typo: in History module.
|
2012-11-21 11:52:54 -08:00 |
webchick
|
7c7bbda71b
|
Issue #1846510 by larowlan: Fixed Spelling error in inline comment in field_ui().admin.inc.
|
2012-11-21 11:49:35 -08:00 |
webchick
|
4399ae73b4
|
Issue #1837118 by chx, Berdir: Fixed UPDATE foo SET bar=(SELECT...) is not supported.
|
2012-11-21 11:46:23 -08:00 |
webchick
|
6ed4e11b7a
|
Issue #1238484 by mrfelton, ry5n, aspilicious, Bojhan, Xano, nod_, rootatwc, effulgentsia, chx, sun: Ability to mark the form buttons to be of a specific type (so that they can be styled differently).
|
2012-11-21 11:37:44 -08:00 |
webchick
|
064fa245e4
|
Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0.
|
2012-11-21 11:35:03 -08:00 |
webchick
|
37ea2e09c9
|
Issue #1158322 follow-up by olli: Added missing backtrace to exception errors.
|
2012-11-21 11:18:20 -08:00 |
webchick
|
581dac09c3
|
Issue #1696660 by fubhy, xjm, fago, webflo: Added an entity access API for single entity access.
|
2012-11-21 11:16:38 -08:00 |
Dries
|
8ca44a65d1
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-11-21 12:57:09 -05:00 |
Dries
|
a231532dff
|
Issue #120955 by moshe weitzman, Pancho, cburschka, sym, alexpott: Integrate Diff into Core.
|
2012-11-21 12:56:16 -05:00 |
Dries
|
c260589355
|
Issue #1833440 by scor, Crell, klausi: Implement partial matcher based on content negotiation MIME type.
|
2012-11-21 12:51:45 -05:00 |
webchick
|
259b4e2468
|
Issue #1828410 by dawehner, damiankloip, tim.plunkett, stevector: Added Provide a bulk_form() element for actions.
|
2012-11-21 09:48:44 -08:00 |
webchick
|
597337faae
|
Issue #1843442 by ACF: Change the dependencies variable to the state system.
|
2012-11-21 09:46:03 -08:00 |
Dries
|
79b823accf
|
Issue #1834288 by klausi, ygerasimov: RESTfully request an entity with JSON-LD serialized response.
|
2012-11-21 12:39:40 -05:00 |
Dries
|
49b37cd4d3
|
Issue #1832840 by linclark: enable fieldtype-specific JSON-LD normalization.
|
2012-11-21 12:26:25 -05:00 |
Dries
|
7bbf113d4e
|
Issue #1137920 by jessebeach, lewisnyman, tkoleary, Bojhan, webchick, benjifisher, nod_, sjbassett, kathryn531, effulgentsia, Everett Zufelt: fixed toolbar on small screen sizes and redesign toolbar for desktop.
|
2012-11-21 12:18:57 -05:00 |
Dries
|
c416e40822
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-11-21 10:29:50 -05:00 |
Dries
|
e3d863834c
|
Issue #1269742 by katbailey, beejeebus, pwolanin, g.oechsler, ksenzee: Make path lookup code into an pluggable class.
|
2012-11-21 10:29:04 -05:00 |
webchick
|
38793165e9
|
Issue #1662986 follow-up by swentel: Fixes to Field UI CSS.
|
2012-11-21 07:28:16 -08:00 |
Dries
|
daf490d3a4
|
Issue #1843844 by Crell: Convert cron to new routing system.
|
2012-11-21 09:36:03 -05:00 |
catch
|
62f6333ac3
|
Issue #1536868 by superspring: Fixed No trace when database is down.
|
2012-11-20 11:40:05 +00:00 |
catch
|
983bfd1ea6
|
Issue #1841442 by damiankloip, dawehner, tim.plunkett: Fixed Contextual filters are broken in the Views UI preview.
|
2012-11-20 11:39:03 +00:00 |
catch
|
d3069f0e61
|
Issue #891670 by sun, bleen18: Added a Footer menu to the built-in system menus.
|
2012-11-20 11:36:51 +00:00 |
catch
|
a3067d6af1
|
Issue #1662986 by _Cedric_, Rob Loach, Albert Volkman, barraponto: Clean up css in Field UI.
|
2012-11-20 11:13:59 +00:00 |
catch
|
b77c5b3c88
|
Issue #1831162 by dcmouyard: Fixed Tables generated by Views need better semantics.
|
2012-11-20 11:11:00 +00:00 |
catch
|
e62125d6ef
|
Issue #1684856 by nod_: JSHint node.
|
2012-11-20 11:04:32 +00:00 |
catch
|
a5a2ce92f7
|
Issue #203955 by pdrake, webchick, andrewsl, iflista: Create database at installation time if the db user has appropriate permissions.
|
2012-11-20 10:57:13 +00:00 |
Dries
|
465d86e2ec
|
Issue #1120928 by dagmar, sun, rootatwc, catch: Move 'history' table into separate History module.
|
2012-11-19 21:33:19 -05:00 |
Dries
|
009ab352ae
|
Issue #1826368 by larowlan, Yoshi: Place dropbutton operations after their heading.
|
2012-11-19 21:26:18 -05:00 |
Dries
|
a6e7bf229d
|
Issue #1830844 by David Strauss: Fixed MTimeProtectedFastFileStorage permissions setting needs to be more liberal.
|
2012-11-19 21:19:07 -05:00 |
Jennifer Hodgdon
|
4f452deb1f
|
Issue #1839336 by mitchell, likewhoa: Formatting of web server recommendations in INSTALL.txt
|
2012-11-19 14:22:56 -08:00 |
Jennifer Hodgdon
|
c1adfce6e1
|
Issue #1313980 by Albert Volkman: Fix @see reference to removed function in docs
|
2012-11-19 14:18:36 -08:00 |
Jennifer Hodgdon
|
b2c0253500
|
Issue #1841806 by sjhuda, cferthorney: Rename duplicate defgroup name for Views Ajax
|
2012-11-19 14:10:18 -08:00 |
catch
|
1a0ec7ed21
|
Issue #985360 by superspring, erikwebb: Fixed Inconsistent punctuation for user.module watchdog messages.
|
2012-11-19 11:53:04 +00:00 |
catch
|
7ae2e54748
|
Issue #310315 by Waltemath, justafish, naxoc: Fixed drupal_wrap_mail() strips trailing blanks from standard hyphen-hyphen-space-newline e-mail signature separator.
|
2012-11-19 11:51:09 +00:00 |
catch
|
e482865e4e
|
Issue #345541 by Dave Reid, gisle, kiamlaluno: Link to contact form in user account and e-mails leads to 403.
|
2012-11-19 11:49:04 +00:00 |
catch
|
782c30967c
|
Issue #1167350 by sun, ry5n, iflista: Action links were ignored .
|
2012-11-19 11:43:55 +00:00 |
catch
|
53656a33e0
|
Issue #1774388 by sun, chx, tim.plunkett: Unit Tests Remastered™.
|
2012-11-19 11:39:30 +00:00 |
webchick
|
742c9368bd
|
Issue #1844230 by mparker17, mgifford, Everett Zufelt: Remove Everett Zufelt from MAINTAINERS.txt.
|
2012-11-18 17:33:06 -05:00 |
webchick
|
c208295f40
|
Issue #514008 by mgifford, Everett Zufelt: Added Allow HTML headings in default Filtered HTML text format.
|
2012-11-18 11:38:45 -05:00 |
catch
|
a1714da904
|
Issue #1559780 by sun: Fixed Remove ban_ip_action() from core. It blocks the currently logged-in user. (and potentially, your entire team).
|
2012-11-17 21:50:41 +00:00 |
catch
|
198846a800
|
Issue #1804394 by deviance, Albert Volkman: Convert file.module variables to CMI.
|
2012-11-17 21:42:30 +00:00 |
Dries
|
d1400e30a9
|
Issue #1831808 by marcingy: move remaining file managed queries into field database entity storage controller.
|
2012-11-16 18:09:54 -08:00 |
Dries
|
99c64fea41
|
Issue #1494676 by Liam Morland: remove unused code: ().
|
2012-11-16 18:06:45 -08:00 |
Dries
|
95feb071fb
|
Issue #1812866 by mkadin, effulgentsia: rebuild the server side AJAX API.
|
2012-11-16 18:05:11 -08:00 |
webchick
|
1916c77a34
|
Issue #1836204 by sun, dawehner: Fixed Random test failure in Drupal\system\Tests\Menu\BreadcrumbTest.
|
2012-11-16 14:25:14 -05:00 |
catch
|
60e3f5c16f
|
Issue #567832 by jhodgdon, Damien Tournoud, amateescu: Transliteration in core.
|
2012-11-16 13:44:28 +00:00 |
catch
|
a0b6d65046
|
Issue #891112 by Berdir, sun, Amitaibu, siharris, Cottser: Replace theme_item_list()'s 'data' items with render elements.
|
2012-11-16 13:05:26 +00:00 |
catch
|
a0de1621f3
|
Issue #1829530 by tim.plunkett, dawehner: Added Provide a clone method on views listing/edit page.
|
2012-11-16 12:15:39 +00:00 |
catch
|
4c5bed3f32
|
Issue #1751174 by zuuperman, yched: Convert file and image module widgets / formatters to Plugin system.
|
2012-11-16 11:57:40 +00:00 |
webchick
|
2825cc0ce9
|
Issue #1763974 follow-up by neclimdul, sun: Put in temporary entity info hook shiv until conversions are complete.
|
2012-11-15 21:24:19 -08:00 |
webchick
|
536a61b890
|
Issue #1801570 by effulgentsia, klausi, Crell, disasm: DX: Replace hook_route_info() with YAML files and RouteBuildEvent.
|
2012-11-15 20:03:50 -08:00 |
catch
|
f9ce687f55
|
Revert "Issue #1801570 by effulgentsia, klausi, Crell: DX: Replace hook_route_info() with YAML files and RouteBuildEvent. This unintentionally broke REST module tests."
This reverts commit 7bf7eb8343 .
|
2012-11-14 22:29:17 +00:00 |
Dries
|
7ffb720220
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-11-14 15:04:43 -05:00 |
Dries
|
7bf7eb8343
|
Issue #1801570 by effulgentsia, klausi, Crell: DX: Replace hook_route_info() with YAML files and RouteBuildEvent.
|
2012-11-14 13:51:52 -05:00 |
webchick
|
0b4180aadd
|
Issue #1835098 by nod_: Fixed Wrong scope for in node.js.
|
2012-11-14 10:39:18 -08:00 |
webchick
|
75b5ee1258
|
Issue #1817044 by sdboyer, effulgentsia, tim.plunkett, Gábor Hojtsy, yched: Implement Display, a type of config for use by layouts, et. all.
|
2012-11-14 08:08:01 -08:00 |
catch
|
b28e80dd59
|
Issue #1831240 by yched: Register Field API plugin managers in the DIC.
|
2012-11-14 11:23:17 +00:00 |
catch
|
b70ee4b4a0
|
Issue #1831142 by damiankloip, dawehner: Fixed Path is never empty in option summary.
|
2012-11-14 10:52:48 +00:00 |
webchick
|
962d450366
|
Issue #1663042 by Rob Loach, barraponto, marknorris: Clean up css in Help.
|
2012-11-14 02:32:58 -08:00 |
webchick
|
085178220d
|
Issue #1117780 by naxoc, amontero, ogi: Display cron url in admin/config/system/cron page.
|
2012-11-14 02:29:00 -08:00 |
webchick
|
09c541a220
|
Issue #1790964 by anzi31, dawehner, xjm, tim.plunkett: Document that ViewExecutable::preview() doesn't call ViewExecutable::access().
|
2012-11-14 02:26:54 -08:00 |
webchick
|
9341f7a21f
|
Issue #1828046 by dead_arm: Exposed forms look terrible.
|
2012-11-14 02:25:12 -08:00 |
webchick
|
621602dfdd
|
Issue #1831486 by miro_dietiker, Berdir: Convert comment variables to config/state.
|
2012-11-14 02:23:00 -08:00 |
webchick
|
af608d7002
|
Issue #1825466 by justafish, sun, alexpott: Allow NestedArray::mergeDeepArray() to preserve integer keys for the purpose of merging config data.
|
2012-11-14 02:15:58 -08:00 |
webchick
|
560d935c5f
|
Issue #1821940 by tim.plunkett: Add Berdir to 'Entity system' entry in MAINTAINERS.txt.
|
2012-11-14 02:14:44 -08:00 |
webchick
|
54758e50b5
|
Issue #1817144 by kbasarab, jhodgdon: Fixed Some test assertions are inconsistent with the others.
|
2012-11-13 23:36:36 -08:00 |
webchick
|
a56f711048
|
Issue #1829338 by larowlan, falcon03: Fixed comment tab settings aren't announced in comment tab title.
|
2012-11-13 23:35:28 -08:00 |
webchick
|
d249e95a99
|
Issue #1837022 by yched: Fixed Field API comment fixes.
|
2012-11-13 21:14:18 -08:00 |
webchick
|
3337298bc1
|
Issue #1839336 by mitchell: Add Nginx to INSTALL.txt.
|
2012-11-13 20:27:07 -08:00 |
webchick
|
e11af74703
|
Issue #1827424 by EclipseGc, tim.plunkett, Fabianx, dawehner: Fixed Parse annotations recursively.
|
2012-11-13 20:24:50 -08:00 |
catch
|
6f32687e54
|
Issue #1831350 by chx, sun: Break the circular dependency between bootstrap container and kernel.
|
2012-11-13 23:23:23 +00:00 |
catch
|
5516b946dc
|
Issue #1830148 by cspitzlay: Convert 'install_profile_modules()' variable to state.
|
2012-11-13 23:16:38 +00:00 |
catch
|
9d98cb98f0
|
Issue #1828528 by dawehner, xjm, tim.plunkett: Add language module integration for views.
|
2012-11-13 23:15:30 +00:00 |
catch
|
a13f757500
|
Issue #1739986 by pwolanin, moshe weitzman: Fixed fallback in drupal_get_hash_salt(), move it to bootstrap.inc, use instead of $GLOBALS['drupal_hash_salt()'].
|
2012-11-13 23:14:20 +00:00 |
catch
|
ba66c24e57
|
Issue #1827136 by amatzies, patrickd, earnie: Add severity index to watchdog table.
|
2012-11-13 23:08:34 +00:00 |
catch
|
68a108f29b
|
Issue #1300920 by salvis, DamienMcKenna, mkadin, gumanist, Niklas Fiekas, greggles: Fixed The [node:summary] token does not output anything for body fields without a manual summary.
|
2012-11-13 22:52:06 +00:00 |
catch
|
552233373f
|
Issue #1834250 by plach: Hide Content Translation module until we are able to remove it.
|
2012-11-13 22:41:36 +00:00 |
catch
|
0617e701ef
|
Issue #1813832 by andypost: Fixed Entity wrongly checks existence of ID in isNew() method.
|
2012-11-13 22:34:55 +00:00 |
catch
|
60bf71e252
|
Issue #1799440 by dagmar, znerol, Albert Volkman: Convert Filter variables to Configuration System.
|
2012-11-13 22:27:58 +00:00 |
Jennifer Hodgdon
|
85996b000a
|
Issue #1831702 by miro_dietiker: Correct docs for CacheArray methods and overrides
|
2012-11-13 08:24:55 -08:00 |
Jennifer Hodgdon
|
6c4911e013
|
Issue #1837840 by amontero, tstoeckler: Add clarification to l() docs as to when to use t() instead
|
2012-11-13 08:21:04 -08:00 |
catch
|
ce851476e7
|
Issue #1488630 by Berdir: Fixed Who's online block doesn't work with swappable session backends and lazy session creation.
|
2012-11-12 12:03:36 +00:00 |
webchick
|
aa2fc49a30
|
Issue #1835076 by rballou: JSHint modules/views/js/base.js.
|
2012-11-12 01:00:19 -08:00 |
webchick
|
6fa68f4e85
|
Issue #1835074 by rballou: JSHint modules/views/js/ajax-views.js.
|
2012-11-12 00:59:25 -08:00 |
webchick
|
0e4c9f59aa
|
Issue #1799498 follow-up by seutje: Dropbutton fix for Firefox 16+.
|
2012-11-12 00:56:12 -08:00 |
webchick
|
53c73ccf8a
|
Issue #1828612 by dawehner, damiankloip: Fixed hook_views_query_substitutions() missing from hook_hook_info().
|
2012-11-12 00:54:51 -08:00 |
webchick
|
e318f1a6df
|
Issue #1806022 by dead_arm, mgifford, ramkumarr, dcmouyard, Bojhan, tim.plunkett: Fixed Views' text color does not have sufficient contrast.
|
2012-11-12 00:51:46 -08:00 |
webchick
|
2dd2e89eec
|
Issue follow-up #1814864 by linclark, effulgentsia: Fix wrongly named test.
|
2012-11-12 00:47:59 -08:00 |
catch
|
fc270c1fed
|
Issue #782672 by sun, David_Rothstein, jhedstrom, franz, Fabianx: Loosen the coupling between the user module and the installer/maintenance theme.
|
2012-11-11 23:52:37 +00:00 |
catch
|
e9e0214426
|
Issue #1222248 by sun, andypost, jenlampton: Remove theme_book_title_link() use l() instead.
|
2012-11-11 23:06:53 +00:00 |
catch
|
a030211046
|
Issue #1791990 by droplet: Fixed simpletest result path in description .
|
2012-11-11 22:26:42 +00:00 |
Jennifer Hodgdon
|
9034d46d39
|
Issue #1816690 by amitgoyal: Coder compliance for Ban module
|
2012-11-10 07:29:27 -08:00 |
Jennifer Hodgdon
|
adaa39ea7a
|
Issue #1313980 by Albert Volkman, Lars Toomre, jn2, xjm: Massive API docs cleanup for Node module
|
2012-11-10 07:25:19 -08:00 |
Jennifer Hodgdon
|
e13cf753ae
|
Issue #1492378 by kbasarab: follow-up docs correction on autocomplete paths
|
2012-11-10 07:18:35 -08:00 |
Jennifer Hodgdon
|
3040705084
|
Issue #1831646 by miro_dietiker: Make docs comply with rename of DrupalCacheArray to CacheArray
|
2012-11-10 07:14:25 -08:00 |
Jennifer Hodgdon
|
59549a89e4
|
Issue #1822708 by penyaskito, asaal: Remove references to removed function user_save() in docs
|
2012-11-10 07:12:06 -08:00 |
Jennifer Hodgdon
|
40d7bc4df3
|
Issue #1831408 by kotnik: Fix spelling of entity in docs
|
2012-11-10 06:55:08 -08:00 |
Jennifer Hodgdon
|
202f9d2383
|
Issue #1830878 by leschekfm: Fix typo in drupal_container() docs
|
2012-11-10 06:52:06 -08:00 |
catch
|
026508fb21
|
Issue #1831522 by miro_dietiker, pdrake, Berdir: Convert statistics variables to config/state.
|
2012-11-09 22:30:28 +00:00 |
catch
|
23ab748832
|
Issue #1672694 by Devin Carlson, JulienD, kalabro: Fixed Field UI continues to use t() for ['label'] in field_ui().admin.inc.
|
2012-11-09 20:39:59 +00:00 |
catch
|
0e9bf2e0bc
|
Issue #1821530 by LinL, alexpott: Move cron key from configuration to state system.
|
2012-11-09 20:35:14 +00:00 |
catch
|
34e2ea004d
|
Issue #1618346 by alberto56, tim.plunkett: Fixed Error: Call to undefined function drupal_get_installed_schema_version() in core/includes/update.inc, line 94.
|
2012-11-09 20:15:35 +00:00 |
catch
|
1a0793dad4
|
Issue #1814402 by Lars Toomre, moe4715: Convert 'node_access_test_private()' variable to state() system.
|
2012-11-09 20:13:44 +00:00 |
Dries
|
b193399708
|
Issue #1816354 by klausi, ygerasimov: Added a REST module, starting with DELETE.
|
2012-11-09 13:31:12 -05:00 |
webchick
|
dda716ea25
|
Issue #1833928 by Berdir: Fixed Random test failure in Drupal\user\Tests\UserAccountLinksTests.
|
2012-11-08 21:49:05 -08:00 |
catch
|
0ba152a90f
|
Issue #1831364 by pdrake: Inline drupal_fast_404() function.
|
2012-11-08 23:03:10 +00:00 |
Jennifer Hodgdon
|
8870347cb2
|
Issue #1811628 by mbrett5062, Lars Toomre: a few contact module API docs cleanups
|
2012-11-07 07:35:36 -08:00 |
Jennifer Hodgdon
|
10fe173c24
|
Issue #1827200 by benjifisher: Fix up documentation for system_authorized_init()
|
2012-11-07 07:23:29 -08:00 |
Jennifer Hodgdon
|
688a367938
|
Issue #1821024 by scuts, mjonesdinero: Fix up docs for drupal_add_js
|
2012-11-07 07:19:48 -08:00 |
webchick
|
72654e0256
|
Issue #1826368 by larowlan, falcon03: Place dropbutton operations after their heading.
|
2012-11-07 04:46:43 -08:00 |
webchick
|
b5236b005c
|
Issue #1832948 by Gábor Hojtsy: Fixed Blocks admin page not properly linked from language message.
|
2012-11-07 04:44:12 -08:00 |
webchick
|
845fc63e2a
|
Issue #1811510 follow-up by scor: Small docs fix.
|
2012-11-07 04:41:17 -08:00 |
webchick
|
52915d6e2d
|
Issue #1833744 by Schnitzel, tim.plunkett: Fixed Dropbuttons too big on taxonomy listing page.
|
2012-11-07 02:39:09 -08:00 |
webchick
|
be073ff803
|
Issue #1832000 by Berdir: Fixed Entity translation metadata should be stored only for translation enabled entities/bundles.
|
2012-11-07 02:35:40 -08:00 |
webchick
|
b7f577a2a8
|
Issue #1810710 by Berdir, Fabianx: Remove copying of node properties wholesale into theme variables.
|
2012-11-07 02:33:34 -08:00 |
webchick
|
719023ff58
|
Issue #1832258 by kotnik: Fixed Missing word in EntityManager documentation.
|
2012-11-07 02:30:02 -08:00 |
webchick
|
653d232563
|
Issue #1789750 by droplet: Fixed Fatal error: Call to undefined function language_negotiation_url_prefixes_update().
|
2012-11-07 02:22:37 -08:00 |
webchick
|
b90c07c181
|
Issue #1663130 by droplet, Risse, Rob Loach, barraponto, dnotes: Clean up css in Locale.
|
2012-11-07 02:21:16 -08:00 |
webchick
|
07030912aa
|
Issue #1828408 by Amitaibu: Fixed Re-add addTag() and AddMetaData() to EFQ.
|
2012-11-07 01:16:21 -08:00 |
webchick
|
b6af60e11d
|
Issue #1833678 by nod_: Fixed Ajax is messing with overlay.
|
2012-11-07 00:50:15 -08:00 |
catch
|
4964fd2989
|
Issue #1635394 by djdevin, droplet, webflo, floretan: Fixed Fatal error when filtering the content admin page by language.
|
2012-11-06 17:10:38 +00:00 |
catch
|
6f38f5333d
|
Issue #1823348 by asaal, webflo, Albert Volkman: Convert user_block() variables to cmi.
|
2012-11-06 16:52:01 +00:00 |
catch
|
e941b168f3
|
Issue #1831202 by yched: Fixed wrong param for field_read_field().
|
2012-11-06 16:48:09 +00:00 |
catch
|
b51ca44710
|
Issue #1817996 by dead_arm: Added sane default styles for table <caption>.
|
2012-11-06 16:47:12 +00:00 |
catch
|
5e705b891f
|
Issue #1794754 by rootatwc, Lars Toomre: Convert ban_boot() to an event listener.
|
2012-11-06 15:33:11 +00:00 |
catch
|
cb812fcd66
|
Issue #1748176 by tim.plunkett: HEAD BROKEN: follow up for test coverage for Views user integration.
|
2012-11-06 15:31:09 +00:00 |
catch
|
570818447a
|
Issue #1663044 by Manuel Garcia, barraponto: Clean up css in Image.
|
2012-11-06 14:08:15 +00:00 |
catch
|
d7db017490
|
Issue #1588422 by andypost, sun, disasm, dawehner, vasi1186, alexpott, tim.plunkett, larowlan: Convert contact categories to configuration system.
|
2012-11-06 14:03:05 +00:00 |
catch
|
a8650951b9
|
Issue #1790920 by alexpott, japicoder, LinL, heyrocker: Move cron_last(), node_cron_last() and common_test_cron() to state system.
|
2012-11-06 13:57:02 +00:00 |
catch
|
76ea278187
|
Issue #200344 by Pancho, pillarsdotnet, pdrake: Remove user_module_invoke() and rename user_login_block() to user_login_block_form().
|
2012-11-06 13:52:45 +00:00 |
catch
|
7f45c50c5e
|
Issue #1830848 by mtunay: Convert the 'translation_language_type()' variable to CMI.
|
2012-11-06 13:46:54 +00:00 |
catch
|
b75a02832a
|
Issue #1488962 by mcjim, lewisnyman, Fr0s7, jtwalters, JohnAlbin, edward_or, chellman: Increase touch target size of admin menu lists.
|
2012-11-06 13:42:12 +00:00 |
catch
|
d736cc1a1b
|
Issue #1748176 by dawehner, fastangel, amateescu, damiankloip: Add test coverage for Views user integration.
|
2012-11-06 13:40:54 +00:00 |
webchick
|
be7209c9c9
|
Issue #1816920 by sjbassett, droplet: Fixed dropbutton arrow alignment.
|
2012-11-06 01:47:08 -08:00 |
webchick
|
26bd9acba1
|
Issue #1802278 by KarenS, andypost: Added a Date component to core.
|
2012-11-06 01:45:17 -08:00 |
webchick
|
58ed8c89c7
|
Issue #1811510 by linclark: Added Enable JSON-LD entity serialization.
|
2012-11-06 01:41:54 -08:00 |
webchick
|
99bef1de6c
|
Issue #1814864 by linclark, effulgentsia: Added Provide way to register serialization classes.
|
2012-11-06 01:18:39 -08:00 |
webchick
|
876bcaeb5d
|
Issue #1816136 by Berdir, David_Rothstein, ubercomp, c960657, wojtha, fgm, pwolanin, Damien Tournoud, Heine: Fixed OpenID vulnerability from SA-CORE-2012-003 (and backport anything to 7.x-dev as necessary).
|
2012-11-06 01:15:23 -08:00 |
webchick
|
c004427719
|
Issue #1816124 by Berdir, Damien Tournoud, David_Rothstein, pwolanin, chx: Fixed installer PHP code execution issues from SA-CORE-2012-003 (and backport anything to 7.x-dev as necessary).
|
2012-11-06 01:11:05 -08:00 |
webchick
|
d65270d499
|
Issue #1832932 by tstoeckler, attiks: Fixed translation_entity_entity_insert() assumes entity IDs are integers.
|
2012-11-06 01:08:25 -08:00 |
webchick
|
7b88ea7ccf
|
Issue #1808200 by sun: Fixed Unit test performance significantly decreased since system list config conversion.
|
2012-11-06 00:51:18 -08:00 |
catch
|
a41da4e30f
|
Issue #1822384 by Hanspolo: Don't replace ->extra on the JoinPlugin with adjusted.
|
2012-11-04 23:31:01 +00:00 |
webchick
|
4e1287e693
|
Issue #1775530 follow-up by attiks: Minor tweaks to picture module.
|
2012-11-04 14:44:43 -08:00 |
catch
|
00613c9009
|
Issue #1770172 by netsensei, webflo, sun, linclark: Convert email module widgets and formatters to Plugin system.
|
2012-11-04 21:56:28 +00:00 |
catch
|
6a56a907d3
|
Issue #1751244 by pcambra, zuuperman: Convert taxonomy module widgets to Plugin system.
|
2012-11-04 21:33:49 +00:00 |
catch
|
ab459f8762
|
Issue #492720 by pivica, seutje, nod_, JamesAn, sun: Refactor system.js file and use Drupal form states and form ajax.
|
2012-11-04 21:32:20 +00:00 |
catch
|
11cfa543be
|
Issue #1778356 by dawehner: Unify and standardize the init() method for the query plugin.
|
2012-11-04 21:10:57 +00:00 |
catch
|
3f48765271
|
Issue #1798732: Revert convert install_task() variable to use state system - breaks the installer.
|
2012-11-04 09:53:56 +00:00 |
webchick
|
60aaaaea8c
|
Issue #1830934 by Carsten Müller, Berdir: Fixed Wrong test class name.
|
2012-11-04 00:46:05 -07:00 |
webchick
|
265fe4e751
|
Issue #1697256 by heyrocker, alexpott, sun, xjm, webchick: Create a UI for importing new configuration.
|
2012-11-03 21:48:01 -07:00 |
webchick
|
12993dd636
|
Issue #1188388 by plach, peximo, YesCT | Gábor Hojtsy, fago, webchick, Bojhan, podarok, cosmicdreams, Berdir, aspilicious, bforchhammer, penyaskito: Added Entity translation UI in core.
|
2012-11-03 19:38:49 -07:00 |
webchick
|
eb599cd5dc
|
Issue #1814520 follow-up by seutje: Remove reference to RTL.
|
2012-11-03 19:36:06 -07:00 |
catch
|
9d4d0e2b0a
|
Issue #1820526 by damiankloip, pdrake: Remove UUID generation code from load() method in ViewStorageController.
|
2012-11-03 20:39:56 +00:00 |
catch
|
f05404655a
|
Issue #1824180 by fubhy: Fixed Undefined variable () in Field UI module.
|
2012-11-03 20:02:47 +00:00 |
catch
|
a115f08397
|
Issue #1826294 by Berdir: Remove cache_locale().
|
2012-11-03 19:44:51 +00:00 |
catch
|
eb74241cf1
|
Issue #1830170 by fubhy: Fixed module_list() doesn't register namespaces with the classloader when given a fixed module list.
|
2012-11-03 19:42:32 +00:00 |
catch
|
669eaa291e
|
Issue #1829942 by amateescu: Fixed Cloning an entity query doesn't clone its conditions.
|
2012-11-03 19:40:52 +00:00 |
catch
|
92804b4c46
|
Issue #1446650 by superspring: After installing module display link to 'install another module'.
|
2012-11-03 19:15:08 +00:00 |
Dries
|
ee2acd68cc
|
Issue #1696786 by Fabianx, jenlampton, stevector, steveoliver, jwilson3, amateescu, chx: Integrate Twig into core: Implementation issue.
|
2012-11-03 10:36:10 -07:00 |
webchick
|
d57d4e2491
|
Issue #1775530 by attiks: Added Move picture into core.
|
2012-11-02 18:26:15 -07:00 |
webchick
|
99e6cef6d1
|
Issue #1814520 by seutje, DesignDolphin, Stalski, JohnAlbin, jenlampton, swentel: Create 2 basic sample layouts: 1-col and 2-col.
|
2012-11-02 18:25:55 -07:00 |
catch
|
2a7bf62f20
|
Issue #1828924 by pfrenssen: Convert the Image Style Preview Image to CMI.
|
2012-11-03 01:18:07 +00:00 |
catch
|
a7ab8ebcf8
|
Issue #1825446 by sun, barraponto: Simplify and remove stone-age CSS styling for tabs.
|
2012-11-03 00:48:16 +00:00 |
catch
|
12eefe56c6
|
Issue #1664602 by quicksketch, Wim Leers, sun, webchick, nrussell: Fixed drupal_add_js() defer and async options break when aggregation is enabled (Replace with universal attributes array).
|
2012-11-03 00:44:03 +00:00 |
webchick
|
489c6f7579
|
Issue #1828498 by dawehner: Fixed Query settings aren't saved.
|
2012-11-02 15:07:57 -07:00 |
webchick
|
5cf538e43a
|
Issue #1826574 by dawehner, dead_arm, tim.plunkett: Move Views theme-specific CSS to their respective themes.
|
2012-11-02 15:07:57 -07:00 |
webchick
|
15c6ef599f
|
Issue #1829424 by damiankloip, dawehner: Added Allow area plugins to be disabled for displays.
|
2012-11-02 15:07:57 -07:00 |
webchick
|
dd60468d59
|
Issue #1828414 by tim.plunkett: Fixed Allow Views to be deleted.
|
2012-11-02 15:07:56 -07:00 |
webchick
|
6b17f09e17
|
Issue #1812732 by xjm, tim.plunkett: Use constants instead of integers in drupalCreateNode() and improve its documentation.
|
2012-11-02 15:07:56 -07:00 |
catch
|
5a71644ae0
|
Revert "- Issue #1829400 by pfrenssen: Convert the 'maximum_replication_lag()' variable to CMI."
This reverts commit 405c5fbd35 .
|
2012-11-02 20:11:20 +00:00 |
catch
|
7df65c4bdd
|
Issue #1826244 by dawehner, damiankloip: Replace variable_get() usage in the tests with state().
|
2012-11-02 19:51:51 +00:00 |
catch
|
4cdc1cc1bb
|
Issue #1809222 by dawehner: Replace specific cache behavior in viewExecuteable::execute with None cache plugin.
|
2012-11-02 19:45:17 +00:00 |
webchick
|
a93b6375b8
|
Issue #1829822 by tim.plunkett, dawehner, damiankloip: Write a test which tests the UI for all of the handlers.
|
2012-11-02 12:37:25 -07:00 |
webchick
|
566ccd6344
|
Issue #1828482 by xjm: Make views HandlerAllTest message more useful for debugging.
|
2012-11-02 12:36:49 -07:00 |
webchick
|
16e40c7550
|
Issue #1788084 by andyceo, dawehner: Convert actions variable(s) to CMI.
|
2012-11-02 12:36:49 -07:00 |
Dries
|
0a9ed3f86b
|
Issue #1798880 by andyceo, LinL, mtunay: Convert teaser_length() to use configuration system.
|
2012-11-02 10:56:58 -07:00 |
Dries
|
405c5fbd35
|
- Issue #1829400 by pfrenssen: Convert the 'maximum_replication_lag()' variable to CMI.
|
2012-11-02 10:52:19 -07:00 |
Dries
|
bfee59685f
|
Issue #1829308 by aspilicious: Convert variables in menu.inc to config and state.
|
2012-11-02 10:45:46 -07:00 |
Dries
|
0791edc2fd
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-11-02 10:41:16 -07:00 |
Dries
|
567ec7deef
|
- Issue #1817684 by damiankloip, dawehner, tim.plunkett: Use state() instead of variable_set() and remove redundant saveBlockCache() method in Block.php display plugin.
|
2012-11-02 10:41:07 -07:00 |
Dries
|
be488fb299
|
Issue #1814558 by LinL: Convert user_password_reset_timeout() variable to use config system.
|
2012-11-02 10:35:51 -07:00 |
Dries
|
19ad9669ba
|
- Issue #1751328 by linclark, Hanspolo: requests for JSON result in fatal error.
|
2012-11-02 10:25:59 -07:00 |
Dries
|
86ef492969
|
Issue #1829308 by aspilicious: Convert variables in menu.inc to config and state.
|
2012-11-02 10:23:40 -07:00 |
catch
|
d798223e32
|
Issue #1794754 by rootatwc, Lars Toomre: Convert ban_boot() to an event listener.
|
2012-11-02 16:54:42 +00:00 |
webchick
|
7bd2274ba4
|
Issue #1811372 by sdboyer: Fixed FileStorage should utilize late static binding for inheritance friendliness.
|
2012-11-01 23:41:10 -07:00 |
webchick
|
3c698fb736
|
Issue #723392 by ry5n, seutje, Jeff Burnz, JohnAlbin, sun: Tame seven's reset.css.
|
2012-11-01 23:28:14 -07:00 |
webchick
|
9c58d0d390
|
Oops. Update function.
|
2012-11-01 23:13:22 -07:00 |
webchick
|
bb316983a6
|
Issue #1798804 by Albert Volkman, tayzlor, alexpott: Convert node_access_needs_rebuild() to state system .
|
2012-11-01 23:07:16 -07:00 |
webchick
|
49d6255e3a
|
Issue #1818082 by damiankloip, dawehner, Bojhan, yoroy: People miss view name field.
|
2012-11-01 22:51:39 -07:00 |
webchick
|
238ffe4f74
|
Issue #1828790 by plach, chx, pfrenssen: Fixed Entity count query not working with fields shared among different entity types.
|
2012-11-01 22:33:10 -07:00 |
webchick
|
6bfcc56a31
|
Issue #1272870 by scor, mgifford, xjm: Fixed No semantics for nested comments / bad for screen-readers.
|
2012-11-01 21:52:01 -07:00 |
webchick
|
74c7f8cf97
|
Issue #1799498 follow-up by tim.plunkett: Fix views UI after dropbutton improvement patch.
|
2012-11-01 21:35:54 -07:00 |
webchick
|
5ebcfb1ae3
|
Issue #1798868 by Luukyb, Albert Volkman: Convert node_test_node_access_all_uid() to state system .
|
2012-11-01 19:07:27 -07:00 |
webchick
|
f42515e281
|
Issue #1798574 by tim.plunkett: Refactor Views UI to be a form controller.
|
2012-11-01 16:30:09 -07:00 |
webchick
|
a213f3102a
|
Issue #1816582 by klausi, Crell: Fixed Fatal error in exception handler on 405 HTML responses.
|
2012-11-01 15:15:56 -07:00 |
Dries
|
3e790105d7
|
Issue #1799498 by seutje, tim.plunkett, delmarr, jessebeach: improve dropbutton.
|
2012-11-01 15:11:30 -07:00 |
webchick
|
e76af8e7a0
|
Issue #1774388 follow-up by tim.plunkett: Fixed broken 8.x tests.
|
2012-10-31 20:52:43 -07:00 |
catch
|
d6075b5f91
|
Issue #1822150 by sun: Fixed EntityStorageControllerInterface::delete() should accept an array of entities, not IDs.
|
2012-10-31 23:19:29 +00:00 |
catch
|
84e4e29a24
|
Issue #1798724 by andreiashu, Albert Volkman, alexpott: Convert drupal_js_cache_files() to State system.
|
2012-10-31 22:59:30 +00:00 |
catch
|
4d15b638da
|
Issue #1774388 by sun, chx: Unit Tests Remastered™.
|
2012-10-31 22:57:03 +00:00 |
catch
|
d2699d34ad
|
Adding a file missed in a previous commit.
|
2012-10-31 22:56:26 +00:00 |
catch
|
5f4e5d8d26
|
Issue #1824834 by vijaycs85, Albert Volkman: Covert default_nodes_main() variable to CMI system.
|
2012-10-31 22:55:19 +00:00 |
catch
|
871e6bd282
|
Issue #1824854 by cam8001: Convert variable drupal_stale_file_threshold() to CMI system.
|
2012-10-31 20:11:12 +00:00 |
catch
|
adf2518b9f
|
Issue #1824926 by vijaycs85: Convert image_module_test_file_download() variable to CMI system.
|
2012-10-31 20:10:16 +00:00 |
webchick
|
6b8d66b5b1
|
Issue #1821654 by damiankloip, dawehner: Refactor Page based display plugin classes.
|
2012-10-31 10:08:47 -07:00 |
webchick
|
881edb14c9
|
Issue #1827436 by chx: Fixed EFQ sort test is broken.
|
2012-10-30 13:43:21 -07:00 |
webchick
|
76a157fe32
|
Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins.
|
2012-10-30 13:37:18 -07:00 |
webchick
|
a61f62b4c6
|
Issue #1798944 by kbasarab, sun, tim.plunkett, andypost: Convert config_test() entity forms to EntityFormController.
|
2012-10-30 12:05:58 -07:00 |
catch
|
0142ce1f40
|
Issue #1809206 by katbailey, chx, sun, Berdir: Fixed KeyValueFactory hard-codes DatabaseStorage.
|
2012-10-30 11:00:41 +00:00 |
catch
|
b9c4744e02
|
Issue #1801726 by chx, bojanz, plach: EntityFieldQuery v2.
|
2012-10-30 10:41:42 +00:00 |
catch
|
a598aa4654
|
Issue #1821312 by Berdir, alexpott: Fixed Manual upgrade path from 7.x to 8.x does not work.
|
2012-10-30 10:08:53 +00:00 |
webchick
|
c1f84e6355
|
Issue #1820332 by dawehner, tim.plunkett, msonnabaum: Fixed Views preview uses the wrong query class name.
|
2012-10-29 19:52:28 -07:00 |
webchick
|
0d1d57fbf0
|
Issue #1440662 by sun, marthinal, nod_, larowlan: Fixed Prevent links in node preview from being clicked.
|
2012-10-29 19:15:21 -07:00 |
webchick
|
c2874bbce6
|
Issue #1817180 by zuuperman, tstoeckler, amateescu: Fixed Tests: hook_widget_info_alter() is not called anymore.
|
2012-10-29 19:00:06 -07:00 |
catch
|
3816847005
|
Issue #1807266 by cam8001, barbun: Convert user_cancel_method() variable to CMI system.
|
2012-10-29 23:09:48 +00:00 |
catch
|
1fd08e5809
|
Issue #1410574 by tim.plunkett, sun, bleen18, danillonunes: Make l() respect the URL query string before adding the 'active' CSS class.
|
2012-10-29 22:55:17 +00:00 |
catch
|
b938b575f0
|
Issue #892344 by LaurentAjdnik, pcambra: Fixed Wrong schema description for {cache_field()}.
|
2012-10-29 22:52:36 +00:00 |
catch
|
17288d55b5
|
Issue #736172 by fizk: Fixed drupal_goto() should allow absolute destinations that are within the same domain.
|
2012-10-29 22:46:16 +00:00 |
catch
|
2d22def9cf
|
Issue #1808712 by kevin.dutra, krishworks: Fixed Redundant token processing.
|
2012-10-29 22:44:16 +00:00 |
webchick
|
1336f0876c
|
Issue follow-up #1815602 by attiks: Polyfill tweak for IE.
|
2012-10-29 14:02:05 -07:00 |
webchick
|
3b4548f90a
|
Issue #1825568 by alexpott, fago, Berdir: Fixed Random test failure in Drupal\system\Tests\Entity\EntityFormTest.
|
2012-10-29 12:38:10 -07:00 |
webchick
|
933b67c4f8
|
Issue #1808648 by damiankloip, fastangel: Move tokenization form code into AreaPluginBase.
|
2012-10-29 12:27:03 -07:00 |
webchick
|
17abb703ce
|
Issue #1807020 by tim.plunkett: Add Views and Views UI to the standard install profile.
|
2012-10-29 12:05:13 -07:00 |
webchick
|
145044ace8
|
Issue #1824484 by tim.plunkett: Allow config storage controllers to define their own properties.
|
2012-10-29 11:57:57 -07:00 |
catch
|
97b5c6d732
|
Issue #1817698 by andyceo: Move contextual links field handler out of views.views.inc and put it into contextual_links() module.
|
2012-10-29 15:37:46 +00:00 |
catch
|
b2ca0f4148
|
Issue #1825568 by alexpott: Fixed Random test failure in Drupal\system\Tests\Entity\EntityFormTest.
|
2012-10-29 11:57:49 +00:00 |
webchick
|
1943fb6167
|
Issue #1815602 by jessebeach, attiks, Jelle_S, gmclelland, Wim Leers: Introduce a polyfill for matchMedia.
|
2012-10-28 14:40:07 -07:00 |
webchick
|
fce50c0bd4
|
Issue #1716790 by attiks, sun, chx, mcjim: Fixed iOS 4 and Android 2.3 and below (webkit based browsers) return 'Unsupported Media Type' on XML in stock 8.x.
|
2012-10-28 13:15:50 -07:00 |
webchick
|
8deaba40a2
|
Issue #1714462 by n3or, sun, Gábor Hojtsy: Convert language negotiation settings to configuration system.
|
2012-10-27 15:27:04 -07:00 |
webchick
|
8f7d8e9647
|
Issue #1021738 by fietserwin, rasmusluckow: Fixed image object should not be passed by reference.
|
2012-10-27 15:23:54 -07:00 |
webchick
|
dc1d491b6b
|
Revert "git commit -m Issue"
Messed up commit message. Let's try again.
This reverts commit 2784b6a89c .
|
2012-10-27 15:23:15 -07:00 |
webchick
|
37241af9eb
|
Issue #1824400 by gapple, katbailey: Rename the service tag 'kernel.event_subscriber()' to just 'event_subscriber()'.
|
2012-10-27 15:20:35 -07:00 |
webchick
|
2784b6a89c
|
git commit -m Issue
|
2012-10-27 14:39:29 -07:00 |
webchick
|
93569c859c
|
Issue #1813792 by sun: Remove ugly default CSS styles for table.
|
2012-10-27 14:34:18 -07:00 |
webchick
|
0c44c89686
|
Issue #1824712 by cam8001, alexpott: Convert xri_proxy_resolver() variable to CMI config system.
|
2012-10-27 14:28:43 -07:00 |
webchick
|
a2c97c9b7f
|
Issue #1824768 by vijaycs85: Convert drupal_test_email_collector() variable to CMI system.
|
2012-10-27 14:25:45 -07:00 |
webchick
|
d029eeb5d5
|
Issue #1810880 by Albert Volkman, vijaycs85, barbun, alexpott: Convert update_last_check() and update_last_email_notification() variables to CMI system.
|
2012-10-27 14:15:15 -07:00 |
webchick
|
cda3ffb1a4
|
Issue #1691438 follow-up by Devin Carlson: Remove 8.x update function for {file_managed()}.filename should NOT be binary (and case-sensitive by default), which was added in 7.x.
|
2012-10-27 14:10:10 -07:00 |
webchick
|
b94bb8d824
|
Issue #1821906 by Wim Leers: Allow more Field API public API functions to act on a single field within an entity.
|
2012-10-27 13:01:08 -07:00 |
webchick
|
a755ea6bd1
|
Issue #1723892 follow-up by mitchell: Support for revisions for entity save and delete operations.
|
2012-10-27 12:59:37 -07:00 |
webchick
|
6c7fa21356
|
Issue #1272870 by mvc, mgifford, xjm, Drupali, Everett Zufelt: Fixed No semantics for nested comments / bad for screen-readers.
|
2012-10-27 12:41:47 -07:00 |
webchick
|
95ce944803
|
Issue #1708692 by xjm, effulgentsia, tim.plunkett, fubhy, Berdir, chx: Fixed Bundle services aren't available in the request that enables the module.
|
2012-10-27 12:20:50 -07:00 |
webchick
|
1606d2f525
|
Issue #1821172 by spearhead93: Hash the config directory name, unhash the active and staging directory names.
|
2012-10-27 12:03:25 -07:00 |
webchick
|
d6a62b0571
|
Issue #1824732 by rcross: Add webchick to Maintainers.txt.
|
2012-10-27 11:39:58 -07:00 |
webchick
|
10b47a4dad
|
Issue #843114 follow-up by Berdir, sun: Make tests for too many connections failure run on MySQL only.
|
2012-10-27 11:38:23 -07:00 |
webchick
|
86cb1278c1
|
Issue #1824016 by scuts, jhodgdon: Fixed Confusing name for test method in NodeBlockTest.
|
2012-10-26 22:26:40 -07:00 |
webchick
|
cc38404bcd
|
Issue #1792844 by tim.plunkett: Change more public properties to protected in ViewExecutable and ViewStorage.
|
2012-10-26 22:19:41 -07:00 |
webchick
|
805fa869d9
|
Issue #1810826 by dawehner, tim.plunkett, xjm, fastangel: Fixed Remove obsolete form code from views_ui()/admin.inc.
|
2012-10-26 21:46:39 -07:00 |
catch
|
fa38430066
|
Issue #1798724 by andreiashu, Albert Volkman, alexpott: Convert drupal_js_cache_files() to State system.
|
2012-10-26 20:31:26 +01:00 |
webchick
|
0bba5d0643
|
Issue #1798222 by Berdir: Fixed Use lock around router rebuild to avoid race condition.
|
2012-10-26 09:11:19 -07:00 |
webchick
|
366698784c
|
Issue #594660 follow-up by sun: Fixes for upgrade path for rename default menu names.
|
2012-10-26 09:07:34 -07:00 |
Jennifer Hodgdon
|
968df7e295
|
Issue #1326600 by Lars Toomre: More docs cleanup in dblog module
|
2012-10-26 09:04:02 -07:00 |
Jennifer Hodgdon
|
a569729602
|
Issue #1802280 by mbrett5062: fix documentation of drupal_system_listing()
|
2012-10-26 09:00:28 -07:00 |
Jennifer Hodgdon
|
a9723d317b
|
Issue #1818016 by attiks, amitgoyal: Make Breakpoint module pass Coder review
|
2012-10-26 08:55:08 -07:00 |
Jennifer Hodgdon
|
7e233e6daf
|
Issue #1797920 by Lars Toomre: Remove t() from more System tests
|
2012-10-26 08:51:18 -07:00 |
Jennifer Hodgdon
|
958ff6ff7e
|
Issue #1797926 by Lars Toomre: Remove t() from test asserts in System tests
|
2012-10-26 08:48:08 -07:00 |