Alex Pott
|
a1d3a681f6
|
Issue #2572693 by Mile23, andriyun, andypost, attiks: Fix 'Drupal.ControlStructures.ControlSignature' coding standard
|
2016-05-05 11:07:32 +01:00 |
Alex Pott
|
6dce6c2a9f
|
Issue #2697909 by pguillard, himanshugautam, snehi, aburrows, jhodgdon: Fix "login (noun/adjective)" vs. "log in (verb)" in comments (and logout/log out)
|
2016-04-27 16:16:19 +01:00 |
Alex Pott
|
c74f0424f2
|
Issue #2678822 by DamienMcKenna, David_Rothstein, stefan.r, Berdir: Drupal 7.43 / 8.0.4 regression: When an anonymous user submits a form with an un-uploaded file that leads to a validation error, the file is lost on the next correct submission
|
2016-04-26 14:11:10 +01:00 |
Alex Pott
|
904b0de0d3
|
Issue #2700661 by anoopjohn: Ensure core compliance to Drupal.Commenting.FunctionComment.ParamCommentIndentation (part 1).
|
2016-04-16 13:17:32 +01:00 |
Alex Pott
|
bfde6d3423
|
Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits
|
2016-04-09 15:48:39 +01:00 |
Alex Pott
|
47febbf60a
|
Issue #2694009 by heddn: MigrationInterface doesn't include get()
|
2016-03-30 13:03:34 +01:00 |
Alex Pott
|
0db5b13892
|
Issue #2686207 by Berdir: Convert simpletest kernel tests in modules A-I to phpunit
|
2016-03-28 19:36:47 +01:00 |
Alex Pott
|
4202cdd04b
|
Issue #2684141 by benjy, dawehner: Convert migrate kernel tests to KernelTestBaseTNG
|
2016-03-21 09:31:08 +00:00 |
Alex Pott
|
ee9f19cf98
|
Issue #2553655 by dawehner, Berdir, martin107: Convert ViewKernelTestBase to use KernelTestBaseTNG
|
2016-03-15 14:54:15 +00:00 |
Nathaniel Catchpole
|
1cc137f372
|
Issue #2676222 by alexpott, johnrosswvsu: Move MigrationInterface out of the migrate\Entity namspace now they are plugins
|
2016-03-15 08:52:48 +09:00 |
Nathaniel Catchpole
|
732300b86d
|
Issue #2625696 by chx, benjy, alexpott, catch, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities
|
2016-03-14 21:23:43 +09:00 |
Nathaniel Catchpole
|
4d185faff1
|
Issue #2674408 by alexpott, dawehner: Fix Drupal.Classes.UnusedUseStatement standard in core
|
2016-03-14 09:22:44 +09:00 |
Alex Pott
|
daa52e9f1a
|
Issue #2684095 by dawehner, amateescu: Convert field kernel tests to KernelTestBaseTNG
|
2016-03-10 15:54:24 +00:00 |
xjm
|
73f91709fb
|
Revert "Issue #2625696 by chx, alexpott, benjy, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities"
This reverts commit 694994fe9b .
|
2016-02-29 13:14:52 -06:00 |
Alex Pott
|
694994fe9b
|
Issue #2625696 by chx, alexpott, benjy, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities
|
2016-02-27 08:23:44 +00:00 |
Nathaniel Catchpole
|
eb0ed47ef9
|
Issue #2672442 by rakesh.gectcr, dimaro, aditya_anurag, jhodgdon: In the documentation, change all instances of "an URL" to "a URL"
|
2016-02-26 12:51:33 +09:00 |
xjm
|
83236a7d61
|
Drupal 8.0.4, SA-CORE-2016-001 by Alan Evans, benjy, berdir, catch, DamienMcKenna, Dave Reid, David_Rothstein, dsnopek, FengWen, fnqgpc, greggles, Gábor Hojtsy, klausi, larowlan, Pere Orga, plach, pwolanin, quicksketch, stefan.r, StryKaizer, YesCT
(cherry picked from commit f25feddd5c )
Conflicts:
core/lib/Drupal.php
|
2016-02-24 19:11:11 +00:00 |
Nathaniel Catchpole
|
c051385d7b
|
Issue #2600576 by droplet: MIME, not Mime / mime
|
2016-02-22 21:30:26 +09:00 |
Alex Pott
|
98d39d1bdb
|
Issue #2669400 by jungle, dimaro, rakesh.gectcr, lluvigne, Mile23: Replace deprecated usages of entity_create('type') with a direct call to <EntityType>::create()
|
2016-02-20 10:55:26 +05:30 |
Nathaniel Catchpole
|
dc111b405e
|
Issue #2641588 by naveenvalecha, Mac_Weber, dimaro, heykarthikwithu: Replace deprecated usage of entity_create('file') with a direct call to File::create()
|
2016-02-17 15:25:46 +09:00 |
Nathaniel Catchpole
|
8e4fe5c0f9
|
Issue #2641584 by Mac_Weber, heykarthikwithu, legovaer: Replace deprecated usage of entity_create('field_config') with a direct call to FieldConfig::create()
|
2016-02-16 20:13:36 +09:00 |
Nathaniel Catchpole
|
854649c923
|
Issue #2641624 by heykarthikwithu, Mac_Weber, kostyashupenko: Replace deprecated usage of entity_create('user') with a direct call to User::create()
|
2016-02-16 16:54:49 +09:00 |
Nathaniel Catchpole
|
6872eec3a7
|
Issue #2642674 by swentel, hussainweb: Tokens not replaced in file/widget field descriptions
|
2016-02-16 13:02:06 +09:00 |
Nathaniel Catchpole
|
55e3b42546
|
Issue #2667346 by mohit_aghera: EntityViewsData extending classes should use $this->t() but many use t()
|
2016-02-15 20:45:25 +09:00 |
Nathaniel Catchpole
|
de27f1970a
|
Issue #2587755 by aerozeppelin, NickWilde, swentel: AJAX error when using progress bar on file field widget
|
2016-02-09 16:22:48 +09:00 |
Nathaniel Catchpole
|
d4e7281f28
|
Issue #2641586 by Mac_Weber, marvin_B8: Replace deprecated usage of entity_create('field_storage_config') with a direct call to FieldStorageConfig::create()
|
2016-02-09 08:52:18 +09:00 |
Alex Pott
|
53b7b92400
|
Issue #2604484 by quietone, dobe, drclaw, skyredwang, mikeryan, grahl: Migrate Drupal 7 image and file fields
|
2016-01-26 11:18:59 +00:00 |
Nathaniel Catchpole
|
585087f5fe
|
Issue #2639796 by swentel: file widget duplicate code
|
2016-01-26 11:09:45 +09:00 |
Nathaniel Catchpole
|
a5db9246e7
|
Issue #2639352 by tduong, swentel, Berdir: File records, files themselves lost in translation
|
2016-01-21 23:34:49 +09:00 |
Nathaniel Catchpole
|
4a320ea0d1
|
Issue #1494670 by Liam Morland, jhedstrom, Wim Leers, mfb: References to CSS, JS, and similar files should be root-relative URLs: avoids mixed content warnings & fewer bytes to send
|
2016-01-15 13:20:55 +09:00 |
Alex Pott
|
ec96369100
|
Issue #2598178 by krknth, xjm: Remove unneeded settings in core/modules/file/src/Tests/FileFieldRSSContentTest.php
|
2016-01-05 16:34:37 +00:00 |
Alex Pott
|
9067206883
|
Issue #2571845 by drupal.ninja03, hussainweb, anil280988, snehi, jhodgdon, GoZ, stefan.r: Links to wikipedia/php.net should be part of the actual t() string so they can be localized
|
2016-01-05 14:31:39 +00:00 |
Alex Pott
|
9f4034ac98
|
Issue #2642236 by TR: Various setUp() and tearDown() methods are not protected (the sequel)
|
2016-01-05 10:53:08 +00:00 |
Alex Pott
|
1546d71f80
|
Issue #2605214 by Gábor Hojtsy, ChuChuNaKu, EclipseGc, dawehner: Views InOperator::getValueOptions() children do not return values like InOperator::getValueOptions()
|
2016-01-04 11:58:51 +00:00 |
Alex Pott
|
2c03b9f0ff
|
Issue #2572789 by attiks, andriyun: Fix 'Drupal.WhiteSpace.Comma' coding standard
|
2015-12-23 14:28:29 +00:00 |
Alex Pott
|
dfe0926912
|
Issue #2617568 by amateescu, cilefen, Fabianx: Rename apc_* functions with apcu_*
|
2015-12-09 12:40:26 +00:00 |
Jennifer Hodgdon
|
c5eb4480bb
|
Issue #2607870 by Lars Toomre: Some docblock fixes for PHP type 'integer'
(cherry picked from commit e0516e391a )
|
2015-12-08 09:48:25 -08:00 |
Jennifer Hodgdon
|
aaabb05c3d
|
Issue #2627018 by Lars Toomre: Some fixes for 'e.g.' in docblocks and code comments
|
2015-12-03 11:04:31 -08:00 |
effulgentsia
|
2090a96a21
|
Issue #2382675 by plach, yched, alexpott: hook_entity_create() affects the data of new translations of existing entities in unexpected and undocumented ways
|
2015-11-18 13:17:37 -08:00 |
Alex Pott
|
84214e86bc
|
Issue #2615450 by webflo: Fix random test failure caused by EntityFile::processStubRow
|
2015-11-15 15:31:12 +00:00 |
Alex Pott
|
fbe0991b98
|
Issue #2577963 by yched, amateescu, klausi: Let entity_ref Selection handlers be in charge of the field validation
|
2015-11-12 22:41:33 +00:00 |
webchick
|
de14b6d199
|
Issue #2590993 by mikeryan, webflo, svendecabooter, dixon_, phenaproxima: Create stub entities with proper default values
|
2015-11-12 12:34:55 -08:00 |
Nathaniel Catchpole
|
5bd9271872
|
Issue #2025707 by joelpittet: Remove unused #theme "file_widget"
|
2015-11-10 11:30:35 +00:00 |
Alex Pott
|
e4b6c4d5e4
|
Issue #2594565 by klausi, marthinal, dawehner, Berdir, yched: File extension + max_filesize should be validated using a Constraint on file fields
|
2015-11-04 13:35:04 +00:00 |
webchick
|
828b769e4e
|
Issue #2324649 by phenaproxima, svendecabooter, benjy, Berdir: Migrate text fields correctly based on their text_processing setting
|
2015-11-02 10:03:04 -08:00 |
Alex Pott
|
0a8d97ec91
|
Issue #2600538 by rakesh.gectcr, anil280988, justAChris, jhodgdon: Incorrect @file description in core/ classes - wrong namespace or class name
|
2015-10-27 15:28:29 +00:00 |
xjm
|
639272360e
|
Issue #2502621 by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag
|
2015-10-23 13:59:43 -07:00 |
effulgentsia
|
f081fa811f
|
Issue #2128055 by slashrsm, anavarre, timhilliard, estoyausente, nielsvm, effulgentsia, rteijeiro, rootwork, stijntilleman, jonhattan, Crell, webchick, Dave Reid, attiks, meba, Fidelix, Pls, toamit, brantwynn, YesCT, erwangel: Files should be uploaded to directories based on tokens by default
|
2015-10-20 13:17:55 -07:00 |
webchick
|
5f5c6a488b
|
Issue #2550755 by webflo, phenaproxima, zniki.ru: Migrate plugin for filefields should handle alt and title attributes
|
2015-10-13 12:16:05 -07:00 |
Nathaniel Catchpole
|
8b65164c5a
|
Issue #2533800 by alexpott: Remove all unused use statements from core
|
2015-10-08 20:46:26 +01:00 |
effulgentsia
|
190032b775
|
Issue #2072945 by Berdir, plach, effulgentsia, Schnitzel, andypost, Wim Leers: Remove the $langcode parameter in EntityAccessControllerInterface::access() and friends
|
2015-10-07 12:30:24 -07:00 |
Alex Pott
|
97823b5a54
|
Issue #2429191 by claudiu.cristea, amateescu, yched, nlisgo, Berdir, alexpott, klausi, Wim Leers, xjm, catch: Deprecate entity_reference.module and move its functionality to core
|
2015-10-06 12:02:22 +01:00 |
webchick
|
e55a7d8dc3
|
Issue #2578561 by tim.plunkett, joelpittet, Bojhan, Fabianx, xjm, cilefen, David_Rothstein, DamienMcKenna: Move "Inline Form Errors" functionality to optional module and restore D7-style form errors by default
|
2015-10-05 22:32:45 -07:00 |
Alex Pott
|
4ea2fc71c0
|
Issue #2578559 by yched: Have ViewsSelection no longer extend SelectionBase
|
2015-10-06 03:15:38 +01:00 |
webchick
|
89c69496c6
|
Issue #2504815 by neclimdul, phenaproxima, mikeryan: d6 to d8 migration throws integrity contraint warning with duplicate file paths
|
2015-10-05 15:06:15 -07:00 |
Alex Pott
|
60b75a2da1
|
Issue #2578249 by yched: Some e_r fields get the wrong Selection handler
|
2015-10-05 21:46:40 +01:00 |
Nathaniel Catchpole
|
6e0225e304
|
Issue #2520540 by alexpott: Enforced configuration dependencies shouldn't have to be repeated in the calculated dependencies
|
2015-10-05 16:26:08 +01:00 |
Alex Pott
|
0e6abffd18
|
Issue #2557367 by davidhernandez, joelpittet, madhavvyas, alexpott, nikkyR, Studiographene, emma.maria, xjm: Fix inline list CSS
|
2015-10-05 11:46:59 +01:00 |
webchick
|
c118040c77
|
Issue #2554003 by mikeryan, benjy, phenaproxima: isComplete() should not rely on RESULT_COMPLETED
|
2015-10-02 14:21:13 -07:00 |
effulgentsia
|
c1316d6957
|
Issue #2522008 by pwolanin, nlisgo, Wim Leers, jplopezy: Provide a setting to override base url when creating links to public files
|
2015-10-02 11:49:01 -07:00 |
webchick
|
807e5682ce
|
Issue #2547125 by phenaproxima, mikeryan: D7 file migration should allow selecting public/private/all files
|
2015-10-02 11:47:16 -07:00 |
Alex Pott
|
5c0eb9b7a5
|
Issue #2090983 by plach, Berdir, yched: ContentEntityInterface::getTranslation() should throw an exception when an invalid language is specified
|
2015-10-02 12:23:54 +01:00 |
effulgentsia
|
708ce0a998
|
Issue #2576533 by alexpott, stefan.r, Wim Leers, dawehner, xjm, effulgentsia, catch: Rename SafeStringInterface to MarkupInterface and move related classes
|
2015-10-01 16:25:03 -07:00 |
Alex Pott
|
10626d87a3
|
Issue #2567257 followup by dawehner: hook_tokens() $sanitize option incompatible with Html sanitisation requirements
|
2015-10-01 17:27:54 +01:00 |
Alex Pott
|
6b4e81ad57
|
Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements
|
2015-10-01 14:01:21 +01:00 |
Alex Pott
|
de0bbdd952
|
Revert "Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements"
This reverts commit 542a1663cf .
|
2015-10-01 12:45:11 +01:00 |
Alex Pott
|
542a1663cf
|
Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements
|
2015-10-01 12:42:36 +01:00 |
webchick
|
5cb07837f8
|
Issue #2566771 by Cottser, mortendk, jstoller, LewisNyman, mdrummond, Gints Ērglis, sqndr, Chernous_dn, Manjit.Singh, axe312, emma.maria, davidhernandez, lauriii, jaxxed, akalata: [Voltron patch] Move all remaining *.theme.css to Classy
|
2015-09-30 13:56:54 -07:00 |
webchick
|
9fc8bba35e
|
Issue #2573559 by phenaproxima, mikeryan: Remove MigrateDrupalTestBase::testSourcePlugin()
|
2015-09-30 11:43:24 -07:00 |
Nathaniel Catchpole
|
a6c2e2b1c5
|
Issue #2506213 by hchonov, mkalkbrenner: Update content entity changed timestamp on UI save
|
2015-09-28 22:08:45 +01:00 |
webchick
|
8477f6b786
|
Issue #2554321 by phenaproxima, mikeryan, quietone, neclimdul, benjy: Clean up Migrate's test suite
|
2015-09-28 10:19:56 -07:00 |
Alex Pott
|
d0c13760c6
|
Issue #2543258 by LKS90, hchonov, tassilogroeper, sasanikolic, Berdir, yched, plach: Entity references of untranslatable fields are not displayed in the correct translation
|
2015-09-27 13:13:18 +02:00 |
Alex Pott
|
08b1d335b1
|
Issue #2511036 by martins.kajins, mdrummond, Cottser: image-widget.html.twig never gets used (image_widget gets overridden by FieldWidget::process)
|
2015-09-26 15:43:39 +02:00 |
webchick
|
1d1fe19702
|
Issue #2112679 by Berdir, damiankloip, nlisgo, krlucas, lokapujya, m1r1k, piyuesh23, blueminds, stefan.r, subhojit777, dawehner, kerby70, Dustin LeBlanc, znerol, JeroenT, borisson_, scor, amitgoyal, s_leu: getUsername() should return the username getDisplayName() for the formatted user name
|
2015-09-23 17:26:38 -07:00 |
Alex Pott
|
84a99b301f
|
Issue #2571943 by pwolanin, nevergone: Remove !placeholder in file.module
|
2015-09-21 17:54:28 +02:00 |
xjm
|
cead42ce15
|
Issue #2569289 by lauriii, dawehner, stefan.r: Replace remaining !placeholder for Non-URL HTML outputs only in #title in file widgets
|
2015-09-18 15:27:03 -04:00 |
xjm
|
497ebcd2e3
|
Issue #2506445 by joelpittet, Ryan Weal, Sutharsan, alexpott, subhojit777, justAChris, nlisgo, effulgentsia, rpayanm, larowlan, chx, xjm, dawehner, geertvd, lauriii, izus, andypost, borisson_, Sharique: Replace !placeholder with @placeholder in t() and format_string() for non-URLs in tests
|
2015-09-14 17:50:07 -05:00 |
Alex Pott
|
852a07d56b
|
Issue #2532280 by mr.baileys, DuaelFr: Fatal error while trying to use \Drupal\file\Plugin\Field\FieldType\FileItem::generateSampleValue()
|
2015-09-11 23:49:25 +01:00 |
Nathaniel Catchpole
|
56bcfe4ece
|
Issue #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk, olli: Remove all usages SafeMarkup::checkPlain() from render arrays
|
2015-09-03 23:37:10 +01:00 |
Nathaniel Catchpole
|
f13b2d59bd
|
Revert "Issue #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk: Remove all usages SafeMarkup::checkPlain() from render arrays"
This reverts commit 3100760954 .
|
2015-09-03 23:36:44 +01:00 |
Nathaniel Catchpole
|
3100760954
|
Issue #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk: Remove all usages SafeMarkup::checkPlain() from render arrays
|
2015-09-03 23:36:26 +01:00 |
Nathaniel Catchpole
|
9210d05cc6
|
Issue #2560751 by lauriii, alexpott: Remove all usages SafeMarkup::checkPlain() from Views titleQuery()
|
2015-09-03 16:43:05 +01:00 |
Alex Pott
|
c2b35b06a1
|
Issue #2457793 by claudiu.cristea, webflo: UX Regression in File- and ImageWidget, Table is always visible
|
2015-08-31 12:25:27 +01:00 |
Alex Pott
|
dcd5951318
|
Issue #2554233 by pwolanin, tim.plunkett, amateescu, dawehner, Wim Leers, catch, effulgentsia, larowlan, Abdullah Hussam, greggles, David_Rothstein: Port Cross-site Request Forgery - Form API fixes from SA-CORE-2015-003 to Drupal 8
|
2015-08-30 22:55:50 +01:00 |
webchick
|
f72ef07766
|
Issue #2522012 by phenaproxima, mikeryan, chx, benjy: Remove broken idlist handling, replace with more robust exception handling
|
2015-08-28 14:00:47 -07:00 |
webchick
|
b302b65718
|
Issue #2549013 by phenaproxima, mikeryan, benjy: Remove load plugins
|
2015-08-27 13:37:44 -07:00 |
Nathaniel Catchpole
|
a7fc1a2728
|
Issue #2557871 by alexpott: Remove all usages SafeMarkup::checkPlain() from template preprocess functions and attributes
|
2015-08-27 15:43:18 +01:00 |
xjm
|
248506e196
|
Issue #2550981 by alexpott, stefan.r, davidhernandez, joelpittet, Wim Leers, xjm, josephdpurcell, akalata, dawehner: Remove SafeMarkup::set in FormErrorHandler::displayErrorMessages()
|
2015-08-27 15:03:43 +01:00 |
Nathaniel Catchpole
|
97ea6b5612
|
Issue #2551511 by alexpott, stefan.r, RavindraSingh, pjonckiere, JeroenT, Mariano: Remove SafeMarkup::set() from AllowedTagsXssTrait
|
2015-08-27 10:53:01 +01:00 |
Nathaniel Catchpole
|
f384961721
|
Issue #2557519 by alexpott, joelpittet: Remove many usages SafeMarkup::checkPlain() and replace with Html::escape()
|
2015-08-26 11:34:29 +01:00 |
webchick
|
8aee36fd83
|
Issue #2557253 by phenaproxima, neclimdul: MigrateFullDrupalTestBase test discovery gobbles all the memory
|
2015-08-25 10:04:11 -07:00 |
effulgentsia
|
764890d629
|
Issue #2349819 by amateescu, swentel, Leksat, larowlan, dawehner, Gábor Hojtsy, mpdonadio, benjy, jmuzz, yched, jibran, marthinal, dmsmidt: String field type doesn't consider empty string as empty value
|
2015-08-20 12:15:48 -07:00 |
Alex Pott
|
7b91c7fec2
|
Issue #2533978 by Denchev, Dave Reid, legolasbo, Berdir: $entity->access('view|download') for unattached public files returns FALSE
|
2015-08-19 00:50:50 +01:00 |
Alex Pott
|
3d73a39c2c
|
Issue #2546416 by borisson_, lauriii: Rename ViewUnitTestBase to ViewKernelTestBase
|
2015-08-18 15:36:01 +01:00 |
webchick
|
d2404bee75
|
Issue #2550823 by phenaproxima, neclimdul: Migrate Drupal integration tests should load all dump files
|
2015-08-15 11:25:18 -07:00 |
webchick
|
c737410a9e
|
Issue #2546993 by mikeryan, phenaproxima: Move last stragglers of module-specific migrations into the appropriate modules
|
2015-08-10 07:04:14 -07:00 |
webchick
|
8bf9a8c556
|
Issue #2534012 by phenaproxima, hussainweb, mikeryan: Move module-specific migration support into the file module
|
2015-08-06 09:31:18 -07:00 |
webchick
|
de94d5e20b
|
Issue #2503861 by phenaproxima, benjy, alexpott, mikeryan: Migrate file_managed table to file entities
|
2015-08-05 15:40:00 -07:00 |
Alex Pott
|
341f0e4c92
|
Issue #2535302 by mbaynton, Berdir, kgoel, claudiu.cristea, tim.plunkett, RavindraSingh, cilefen, dawehner: Selecting too many files with JS off causes WSOD with data loss
|
2015-07-23 09:51:00 +01:00 |
effulgentsia
|
1a0cdcd32c
|
Issue #2525910 by dawehner, effulgentsia, Berdir, lauriii, larowlan, timmillwood, Wim Leers, chx, arlinsandbulte, Fabianx, Gábor Hojtsy, Dave Reid, alexpott, catch: Ensure token replacements have cacheability + attachments metadata and that it is bubbled in any case
|
2015-07-22 07:16:01 -07:00 |
Alex Pott
|
73585ec182
|
Issue #2392559 by mondrake, mitrpaka, JeroenT, rpayanm, adci_contributor, ianthomas_uk: Remove all uses of file_stream_wrapper_get_* and file_get_stream_wrappers
|
2015-07-14 08:24:29 +01:00 |
Alex Pott
|
7eb616f14c
|
Issue #2502785 by dawehner, effulgentsia, tim.plunkett, amateescu, Fabianx, Wim Leers, catch, dsnopek, EclipseGc, yched, Berdir, larowlan, mondrake, olli: Remove support for $form_state->setCached() for GET requests
|
2015-07-13 13:06:28 +01:00 |
Alex Pott
|
faada60f3d
|
Issue #2321969 by rpayanm, subhojit777, prics, LinL, JeroenT, Temoor, prashantgoel, Mile23, pcambra, Sumi: Replace all instances of file_load(), file_load_multiple(), entity_load('file') and entity_load_multiple('file') with static method calls
|
2015-07-13 12:56:25 +01:00 |
Alex Pott
|
ebb21d2804
|
Issue #2450993 by Wim Leers, Fabianx, Crell, dawehner, effulgentsia: Rendered Cache Metadata created during the main controller request gets lost
|
2015-07-05 19:00:05 +01:00 |
Alex Pott
|
883c209fb6
|
Issue #2478459 by plach, mkalkbrenner, chx, yched, Berdir, dawehner, benjy: FieldItemInterface methods are only invoked for SQL storage and are inconsistent with hooks
|
2015-07-05 15:29:22 +01:00 |
Alex Pott
|
1f53649bfb
|
Issue #1392754 by tss, justAChris, jhodgdon: Comply with new documentation standards for @file for namespaced class files
|
2015-06-26 21:53:33 +01:00 |
Alex Pott
|
68d4f0be10
|
Issue #2511472 by Wim Leers, Fabianx, dawehner: Refactor all usages of drupal_render()/Renderer::render() that break #2450993
|
2015-06-24 16:31:20 -05:00 |
Nathaniel Catchpole
|
8b4bc7df8f
|
Issue #2500527 by dawehner, tim.plunkett, effulgentsia: Rewrite \Drupal\file\Controller\FileWidgetAjaxController::upload() to not rely on form cache
|
2015-06-24 12:17:01 +01:00 |
Nathaniel Catchpole
|
a1bc737216
|
Issue #1305882 by dawehner, nod_, Fabianx, Steven Jones, sun, nlisgo: drupal_html_id() considered harmful; remove ajax_html_ids to use GET (not POST) AJAX requests
|
2015-06-22 14:16:58 +01:00 |
Nathaniel Catchpole
|
d579f51362
|
Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, kbasarab, Tor Arne Thune, basic, pfrenssen, yannickoo, simolokid, fietserwin, bzrudi71: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)
|
2015-06-18 15:36:24 +01:00 |
effulgentsia
|
287d1e197e
|
Issue #2263569 by tim.plunkett, effulgentsia, Fabianx, dawehner, Wim Leers, larowlan: Bypass form caching by default for forms using #ajax.
|
2015-06-13 15:22:53 -07:00 |
Alex Pott
|
ac7ba212c2
|
Issue #1811858 by Mile23, deepakaryan1988: Add missing type hinting to File module docblocks
|
2015-06-12 15:46:25 +01:00 |
Alex Pott
|
215b967a44
|
Issue #1493324 by tim.plunkett, dmsmidt, mgifford, bleen18, davidhernandez, crasx, mparker17, stefan.r, YesCT, joelpittet, tstoeckler, larowlan, vijaycs85, swentel, rpayanm, Bojhan, LewisNyman, emma.maria, BarisW, njbarrett, rteijeiro, nod_, sun, joshtaylor, mrjmd, webchick, marcvangend, kattekrab, SKAUGHT, bowersox, andrewmacpherson, Manjit.Singh, RavindraSingh, Wim Leers, BLadwin, aspilicious, mortendk, mausolos, jessebeach, Gábor Hojtsy, anandps, falcon03, franz, andypost, rooby, rootwork, Cottser, Xano: Inline form errors for accessibility and UX
|
2015-06-12 14:54:11 +01:00 |
Alex Pott
|
de2858cf5b
|
Issue #2504147 by mikeryan: Copypasta error with FileInterface::getCreatedTime() doc
|
2015-06-12 00:04:27 +01:00 |
Alex Pott
|
e1c240183c
|
Issue #2350683 by rjacobs, Berdir: File field "Enable Description field" setting cannot be saved via instance settings in UI
|
2015-06-08 23:23:55 +01:00 |
Nathaniel Catchpole
|
537da55a56
|
Revert "Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)"
This reverts commit b105158ab7 .
|
2015-06-02 17:06:45 +01:00 |
Nathaniel Catchpole
|
b105158ab7
|
Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)
|
2015-06-02 10:13:37 +01:00 |
Alex Pott
|
dd0712a49d
|
Issue #2461845 by Fabianx, Berdir, larowlan, David_Rothstein, Gábor Hojtsy: Private files that are no longer attached to an entity should not suddenly become accessible to people who couldn't see them before
|
2015-05-16 12:56:34 -07:00 |
Alex Pott
|
a451002a2c
|
Issue #2428795 by mkalkbrenner, plach, yched, catch, hchonov, webchick, tstoeckler, pjonckiere, miro_dietiker, Schnitzel, klausi: Translatable entity 'changed' timestamps are not working at all
|
2015-05-15 11:09:40 -07:00 |
Alex Pott
|
90433ce295
|
Issue #2296885 by mikeker, dawehner: Remove format_xml_elements()
|
2015-05-15 08:42:43 -07:00 |
Alex Pott
|
d57ee5f9a3
|
Issue #1923406 by stefan.r, yannickoo, catch, Crell, amateescu, pwolanin, morgantocker, Damien Tournoud, sun: Use ASCII character set on alphanumeric fields so we can index all 255 characters
|
2015-05-05 09:42:09 -07:00 |
Nathaniel Catchpole
|
1d2f9e9368
|
Revert "Issue #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters"
This reverts commit ac4e35ce01 .
|
2015-05-05 15:50:36 +01:00 |
Alex Pott
|
f8f024e3aa
|
Issue #2030637 by yched, Mile23, daffie, Alumei, tidrif, chertzog, Berdir, swentel, ofry: Expand FieldConfig/BaseFieldOverride/FieldConfigBase with methods
|
2015-05-04 17:22:30 -07:00 |
Nathaniel Catchpole
|
ac4e35ce01
|
Issue #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters
|
2015-05-04 11:39:11 +01:00 |
Alex Pott
|
7e8d2129c4
|
Issue #2099137 by Wim Leers, amateescu, rteijeiro, larowlan, effulgentsia: Entity/field access and node grants not taken into account with core cache contexts
|
2015-04-18 18:26:45 +02:00 |
Nathaniel Catchpole
|
b986c827fb
|
Issue #2368987 by Wim Leers, Berdir, Schnitzel, epari.siva, bircher, vijaycs85, likin: Move internal page caching to a module to avoid relying on config get on runtime
|
2015-04-17 11:54:56 +01:00 |
Alex Pott
|
9def61241e
|
Issue #2388023 by GoZ: File/Image field formatters don't add a cache tag for the file they display
|
2015-04-16 14:36:07 +02:00 |
Alex Pott
|
6ffc4cd8ba
|
Issue #2226621 by JeroenT, ianthomas_uk, lokapujya, pjonckiere, marcingy, LinL, Xano, rpayanm, piyuesh23: Remove usage of element_info(), element_child() and element_children(). Deprecate element_info_property()
|
2015-04-09 15:52:29 +01:00 |
Alex Pott
|
f2fdaeba50
|
Issue #2450153 by josephleon, damiankloip, joshi.rohit100, anksy: Add a default_formatter to UUIDs fields
|
2015-04-09 14:41:35 +01:00 |
Alex Pott
|
7f90ee63ab
|
Issue #2456709 by dawehner, rteijeiro: File views handlers need to be replaced with entity-aware formatters
|
2015-04-09 12:29:20 +01:00 |
webchick
|
24738eb523
|
Issue #2462589 by dawehner, jhodgdon: Provide test coverage for access checking of all views fields
|
2015-04-06 23:40:30 -07:00 |
Alex Pott
|
fdc1c3daf8
|
Issue #2383863 by rpayanm, mgifford, maximpodorov, Valentine94: Spellchecking Drupal - Comments
|
2015-04-02 11:59:11 +01:00 |
Alex Pott
|
b58ab8cef8
|
Issue #2451789 by olli, jibran: Entity reference joins to the wrong base table in views
|
2015-04-02 10:43:32 +01:00 |
Alex Pott
|
030f536c0c
|
Issue #2446869 by amateescu: Convert the "Field storage edit" form to an actual entity form
|
2015-03-31 16:46:22 +01:00 |
webchick
|
70f8ac6f31
|
Issue #2457887 by prateekMehta, stefan.r, rpayanm, alexpott: Use Utility\SafeMarkup class instead of Utility\String for placeholder(), checkPlain(),format() functions
|
2015-03-29 15:13:25 -07:00 |
Alex Pott
|
e53131ddd1
|
Issue #2394419 by hussainweb, cilefen, sachinwable: Clean-up file module test members - ensure property definition and use of camelCase naming convention
|
2015-03-22 15:40:34 +00:00 |
Alex Pott
|
e5d6c142ff
|
Issue #2455415 by rteijeiro, hussainweb, rpayanm, baisong: Rename Views plugin classes to support PHP 7
|
2015-03-22 11:20:34 +00:00 |
webchick
|
5cbaf8cca5
|
Issue #2452499 by arpitr: Remove deprecated function definition for entity_load_by_uuid() and its references
|
2015-03-16 13:42:45 -07:00 |
Alex Pott
|
59388d8c46
|
Issue #2433281 by neclimdul, mrjmd: Move Role Constants on to a Class/Interface
|
2015-03-14 21:50:47 +00:00 |
Alex Pott
|
d89c1f708d
|
Issue #2289917 by Wim Leers, mdrummond, lauriii, Manuel Garcia, emma.maria, Scionar, davidhernandez: Convert "messages" page element into blocks
|
2015-03-13 09:54:28 +00:00 |
Alex Pott
|
6fe3616fc1
|
Issue #2446483 by Anushka-mp: Viewing fields requires a view builder
|
2015-03-10 12:46:19 +00:00 |
webchick
|
d583b740d1
|
Issue #2322639 by hussainweb, LinL, Temoor, oenie, MKorostoff, mglaman, kyuubi, unstatu, omers, pcambra, legolasbo, benjy, JeroenT: Replace all instances of node_type_load(), node_type_get_types(), entity_load('node_type') and entity_load_multiple('node_type') with static method calls from DRUPAL SOUTH WOOOO!
|
2015-03-07 16:48:27 +11:00 |
Nathaniel Catchpole
|
6ba9484cee
|
Issue #2373491 by amateescu, jibran: Categorize field type plugins
|
2015-03-06 11:40:26 +00:00 |
webchick
|
ebcca481ee
|
Issue #2429447 by dawehner, jhodgdon, xjm, jibran: Use data table as views base table, if available
|
2015-03-06 08:46:35 +11:00 |
Alex Pott
|
729966c495
|
Issue #2432257 by alvar0hurtad0, pjbaert: Cleanup FileViewsData
|
2015-02-28 12:22:17 +00:00 |
Alex Pott
|
ef0cb6e091
|
Issue #2405469 by yched, googletorp, amateescu, larowlan, Berdir: FileFormatterBase should extend EntityReferenceFormatterBase
|
2015-02-27 11:47:51 +00:00 |
Alex Pott
|
2f1345a9ec
|
Issue #2421699 by JeroenT: Remove usage of deprecated functions of WebTestBase
|
2015-02-18 12:39:20 +00:00 |
webchick
|
da571c5aa3
|
Issue #2419943 by martin107: Add inheritdoc to FieldPluginBase extending classes
|
2015-02-11 14:49:56 -08:00 |
Alex Pott
|
7b5e5a95e9
|
Issue #2404603 by mpdonadio, dawehner, larowlan, RavindraSingh: Add proper support for Url objects in FieldPluginBase::renderAsLink(), so we can remove EntityInterface::getSystemPath()
|
2015-02-11 13:49:32 +00:00 |
Alex Pott
|
2d714fbef2
|
Issue #2357199 by andypost, naiduharish: Consider CommentManagerInterface::addDefaultField() as deprecated and remove in favour of CommentTestTrait
|
2015-02-09 14:17:47 +00:00 |
Alex Pott
|
4210a02bea
|
Issue #2417625 by geertvd, yannickoo: "Column not found" when adding file relationship
|
2015-02-09 10:42:38 +00:00 |
Alex Pott
|
03b7423abc
|
Issue #2421849 by amateescu: Make SelectionBase::buildEntityQuery() protected
|
2015-02-07 11:12:27 +00:00 |
Alex Pott
|
0509fbe789
|
Issue #2164601 by yched, jibran, amateescu, pfrenssen: Stop auto-creating FieldItems on mere reading of $entity->field[N]
|
2015-02-05 08:58:52 +00:00 |
Alex Pott
|
923527b7f4
|
Issue #2415757 by chintan.vyas: Remove all uses of file_get_mimetype
|
2015-02-03 10:46:16 +00:00 |
Alex Pott
|
f46d6ad949
|
Issue #2358079 by pwolanin, Berdir: Require a specific placeholder format in db_query() in order to trigger argument expansion, and require explicit 'IN' parameter for conditions
|
2015-02-03 09:42:28 +00:00 |
Alex Pott
|
d6be512c0e
|
Issue #1520716 by lokapujya, cwells, David Lesieur: "Files displayed by default" not respected
|
2015-02-02 12:00:18 +00:00 |
Nathaniel Catchpole
|
8c517bf37f
|
Issue #2306407 by lauriii, penyaskito, mortendk, pakmanlh, Wim Leers, ypogue: Remove breadcrumb from page template
|
2015-01-30 11:48:30 +00:00 |
webchick
|
0fb9bb5474
|
Issue #2364157 by mpdonadio, dawehner, martin107, Berdir, pcambra, naveenvalecha, tim.plunkett: Replace most existing _url calls with Url objects
|
2015-01-29 20:56:19 -08:00 |
Nathaniel Catchpole
|
5bf651dabf
|
Revert "Issue #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported"
This reverts commit 4dae1d994e .
|
2015-01-28 10:55:26 +00:00 |
Nathaniel Catchpole
|
4dae1d994e
|
Issue #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported
|
2015-01-27 11:09:27 +00:00 |
Alex Pott
|
17df2c5cf9
|
Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields
|
2015-01-25 12:03:16 +00:00 |
Alex Pott
|
c15cf7d234
|
Revert "Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields"
This reverts commit 920382d4ea .
|
2015-01-25 12:02:54 +00:00 |
Alex Pott
|
920382d4ea
|
Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields
|
2015-01-25 11:54:14 +00:00 |
Alex Pott
|
5d20c57be1
|
Issue #2107243 by amateescu, jibran, larowlan, Xano: Decouple entity reference selection plugins from field definitions
|
2015-01-23 13:02:31 +00:00 |
Alex Pott
|
0c1276b68f
|
Issue #2155245 by ChristianAdamski, scor, areke: Use proper methods instead of directly calling $file->filename and $file->uri
|
2015-01-22 15:11:19 +00:00 |
Nathaniel Catchpole
|
dd3a59762d
|
Issue #2368797 by Wim Leers, dawehner, rteijeiro: Optimize ajaxPageState to keep Drupal 8 sites fast on high-latency networks, prevent CSS/JS aggregation from taking down sites and use HTTP GET for AJAX requests
|
2015-01-21 15:21:06 +00:00 |
Alex Pott
|
a746c55bf7
|
Issue #2406069 by martin107: Incorrect @file docs in file module
|
2015-01-14 08:36:29 +00:00 |
Alex Pott
|
d3ccfcd5b8
|
Issue #2403669 by Berdir: FileSelection::buildEntityQuery() does not return $query
|
2015-01-12 12:04:54 +00:00 |
webchick
|
fc3381e1b1
|
Issue #2403873 by larowlan: FileFormatterBase does not retain unsaved entities (files)
|
2015-01-11 13:54:01 -08:00 |
Alex Pott
|
aff95777ed
|
Issue #2309737 by rpayanm, hussainweb, max-kuzomko, herom, millerbennett, ianthomas_uk, quietone, Sutharsan, sumitmadan, toddmbloom: Remove deprecated format_plural usage
|
2015-01-10 13:56:47 +00:00 |
Alex Pott
|
057b0cabaf
|
Issue #2232477 by plach, yched, tstoeckler, amateescu: Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities
|
2015-01-02 21:39:42 +00:00 |
Alex Pott
|
b778bfd1ec
|
Issue #2143729 by tstoeckler, plach, jsbalsera, Berdir, mauzeh, damiankloip, andypost: Entity definitions miss a language entity key
|
2014-12-29 22:15:19 +00:00 |
Nathaniel Catchpole
|
95d4c594b0
|
Issue #2395395 by alexpott, effulgentsia, Gábor Hojtsy: TestBase lacks a config method to be used consistently in tests
|
2014-12-23 15:11:54 +00:00 |
Alex Pott
|
a6dcf1be88
|
Issue #2392887 by droplet: Update JS lib: jQuery to 2.1.3
|
2014-12-23 11:10:43 +01:00 |
Alex Pott
|
88a46ae942
|
Issue #2068655 by Berdir, chx, martin107, longwave, webflo, damiankloip, lokapujya, JacobSanford: Entity fields do not support case sensitive queries
|
2014-12-16 09:03:13 +00:00 |
Alex Pott
|
7cd91c92c0
|
Issue #2349553 by dawehner, pfrenssen, damiankloip: Store entity field information in the views data
|
2014-12-14 13:10:29 +01:00 |
Alex Pott
|
fdec77fca1
|
Issue #2382543 by rpayanm, ianthomas_uk: Remove usage of drupal_html_class() and drupal_clean_css_identifier()
|
2014-12-12 10:08:12 +01:00 |
Alex Pott
|
0bb57ed2f5
|
Issue #2347999 by Mile23, daffie, cs_shadow, cosmicdreams: DrupalUnitTestBase is deprecated, replace with KernelTestBase
|
2014-12-05 14:42:56 +00:00 |
Alex Pott
|
0df31af2b8
|
Issue #2384357 by amateescu: Simplify Field UI testing
|
2014-12-04 12:53:51 +00:00 |
Nathaniel Catchpole
|
4ecc4ead39
|
Issue #2382557 by Wim Leers: Change JS settings into a separate asset type
|
2014-12-04 11:37:59 +00:00 |
Alex Pott
|
2ec3fbcb5b
|
Issue #2335673 by ashutoshsngh, oenie, rudins, er.pushpinderrana: Remove usage of drupal_process_form()
|
2014-12-02 17:40:55 +00:00 |
Alex Pott
|
34c1da088f
|
Issue #2383667 by Gábor Hojtsy: pathField and pathFieldsSupplemental is not used in Views wizards
|
2014-12-01 13:24:45 +00:00 |
Alex Pott
|
58480ee670
|
Issue #2362227 by dawehner, mpdonadio, znerol, tim.plunkett, skipyT: Replace all instances of current_path()
|
2014-11-28 13:38:17 +00:00 |
Alex Pott
|
bbcc4623a5
|
Issue #2381973 by Gábor Hojtsy, vijaycs85, dawehner: View wizard creates 'invalid' views out of the box, missing plugin_ids, insecure permissions
|
2014-11-28 09:52:27 +00:00 |
Nathaniel Catchpole
|
29817e452a
|
Issue #2267453 by alexpott, dawehner, damiankloip: Fixed Views plugins do not store additional dependencies.
|
2014-11-11 13:04:05 +00:00 |
Nathaniel Catchpole
|
0413834556
|
Issue #2236855 by rachel_norfolk, stefank, ngocketit, lauriii, LewisNyman, alexpott, yuki77, rteijeiro | mortendk: Use CSS for file icons in file fields.
|
2014-11-10 14:30:41 +00:00 |
Nathaniel Catchpole
|
92493af712
|
Revert "Issue"
This reverts commit 354b6647f3 .
|
2014-11-10 14:30:21 +00:00 |
Nathaniel Catchpole
|
354b6647f3
|
Issue
|
2014-11-10 13:36:23 +00:00 |
Alex Pott
|
5c3a1c67ad
|
Issue #2322509 by prics, cilefen, gaurav.goyal, harijari, Temoor: Replace all instances of node_load(), node_load_multiple(), entity_load('node') and entity_load_multiple('node') with static method calls.
|
2014-11-09 23:40:48 -08:00 |
Alex Pott
|
789de472d0
|
Issue #2354597 by esod, YesCT, vadim.hirbu, ashutoshsngh: Remove usage of form_set_value().
|
2014-11-07 12:05:32 -08:00 |
Alex Pott
|
c6742dd9f0
|
Issue #2215507 by Devin Carlson, pfrenssen, SiliconMind: Fixed Downloads broken for translated private files.
|
2014-11-06 16:34:53 -08:00 |
Alex Pott
|
69be11ebad
|
Issue #2326875 by tim.plunkett, iMiksu | almaudoh: Convert file_element_info() to Element classes.
|
2014-10-22 09:57:33 +01:00 |
Alex Pott
|
8f3f79ad34
|
Issue #2304969 by pwolanin, cilefen, Berdir, Devin Carlson, klausi: Fixed Port private files access bypass from SA-CORE-2014-003.
|
2014-10-15 11:24:55 +01:00 |
Nathaniel Catchpole
|
bf49837832
|
Issue #2028109 by tim.plunkett, almaudoh, twistor, larowlan, slashrsm, Berdir, Arla, neclimdul, Cottser: Convert hook_stream_wrappers() to tagged services.
|
2014-10-14 12:06:10 +01:00 |
Nathaniel Catchpole
|
66762a5361
|
Issue #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId().
|
2014-10-13 10:10:32 +01:00 |
Alex Pott
|
3fb2ec3fe6
|
Issue #2242749 by znerol, torotil, rszrama, larowlan, dawehner, penyaskito, tim.plunkett, sun, Damien Tournoud, David_Rothstein, effulgentsia: Fixed Port Form API security fix SA-CORE-2014-002 to Drupal 8.
|
2014-10-12 11:00:04 +01:00 |
Alex Pott
|
046bf09b43
|
Issue #1922966 by jibran, damiankloip: Remove 'bool' and 'translatable' key from option definitions.
|
2014-10-07 17:23:15 +01:00 |
Alex Pott
|
82d059aaef
|
Issue #2248505 by leevingo, Berdir: Improve property definition labels.
|
2014-10-04 13:54:49 +02:00 |
Alex Pott
|
3bb1ac5885
|
Issue #2183421 by alimac, Crisz, InternetDevels, schnippy, evilehk, bender404 | bohart: In InOperator Rename Views properties to core standards.
|
2014-10-02 14:22:38 +02:00 |
Alex Pott
|
002ae719c9
|
Issue #2343661 by larowlan, tim.plunkett | xjm: Rename l() to _l() and url() to _url(), and document replacements.
|
2014-09-30 10:10:00 +02:00 |