Commit Graph

12074 Commits (677116e1497a2ee4141878ce09cf13a2ef9ebb00)

Author SHA1 Message Date
Alex Pott 677116e149 Issue #2718697 by damiankloip, dawehner: EntityAutocomplete element cannot handle GET input values 2016-05-08 12:55:05 -05:00
Alex Pott 853202a000 Issue #2572619 by attiks, andypost, pfrenssen, vprocessor, tatarbj, andriyun, alexpott: Fix 'Drupal.Classes.ClassDeclaration' coding standard 2016-05-08 12:33:57 -05:00
Alex Pott 49e2b0ea88 Issue #2378617 by jhedstrom, dagmar, eosrei, mgifford: Add test for Log Details links 2016-05-08 12:06:07 -05:00
Alex Pott b5969b69bd Issue #2708185 by anoopjohn: Fix 'Drupal.Commenting.FunctionComment' coding standard - Issues related to spacing and styling 2016-05-08 11:29:19 -05:00
Alex Pott 56ebb39a70 Issue #2630578 by mikeryan, jonhattan, Matt B: Formats duplicated in D6 upgrade 2016-05-08 11:27:17 -05:00
Alex Pott 05da917b88 Issue #2667358 by twistor: CheckboxTest doesn't test what it thinks it's testing 2016-05-08 11:17:22 -05:00
Alex Pott 8f138ab1a6 Issue #2719701 by jhedstrom: BrowserTestBase::drupalGet() incompatible with WebTestBase::drupalGet() 2016-05-08 11:04:52 -05:00
Alex Pott ffcbce2ccc Issue #2716073 by moonray: Improve cron logging 2016-05-08 11:02:27 -05:00
Alex Pott 133c212ed9 Issue #2719695 by alexpott, Mile23: Fix 'Drupal.Classes.ClassDeclaration.CloseBraceAfterBody' coding standard 2016-05-08 10:05:38 -05:00
Alex Pott 94c628a9ca Issue #2572633 by vprocessor, andypost, attiks, andriyun: Fix 'Drupal.Commenting.ClassComment' coding standard 2016-05-08 08:57:21 -05:00
Nathaniel Catchpole 0b1a646ff7 Issue #2714375 by kiamlaluno, malavya: hook_form_alter() implementations are still commented with a reference to a form builder that doesn't exist anymore 2016-05-06 13:54:45 +01:00
Nathaniel Catchpole c36ddb4ff5 Issue #2157963 by lokapujya, alexpott, biguzis, zniki.ru, dimaro, benjf, themic8, jenlampton, subhojit777, thtas, kpv, Noe_, Berdir, thijsvdanker, Cottser, dcam, jhodgdon: Allow + symbol in usernames 2016-05-06 13:52:40 +01:00
Nathaniel Catchpole 0e2962cb2f Issue #2489382 by Bojhan, yoroy: Reduce duplication from label to description in pager options 2016-05-05 14:30:54 +01:00
Alex Pott 524dc283d5 Issue #2715965 by alexpott: Fix 'Drupal.Commenting.FunctionComment.IncorrectParamVarName' coding standard 2016-05-05 12:33:36 +01:00
Alex Pott 70f58860c8 Issue #2716685 by Mile23: Part 2: Fix several errors in the 'Drupal.Commenting.DocComment' coding standard 2016-05-05 12:32:19 +01:00
Alex Pott c26745da88 Issue #2706753 by Mile23: Fix 'PSR2.Classes.PropertyDeclaration.ScopeMissing/VarUsed' coding standard 2016-05-05 12:21:09 +01:00
Alex Pott d5d0d6ce87 Issue #2572777 by andypost, alexpott, attiks, andriyun: Fix 'Squiz.Strings.ConcatenationSpacing' coding standard 2016-05-05 12:07:19 +01:00
Alex Pott e0c2d965af Issue #2714585 by neclimdul: Avoid definition constants in SearchMatchTest 2016-05-05 11:13:37 +01:00
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 e46929c511 Issue #2717723 by gargsuchi: NodeSearch::__construct() has an undocumented parameter ($renderer) 2016-05-05 10:07:58 +01:00
Nathaniel Catchpole 2be39c7387 Issue #2718583 by alexpott: Remove deprecated usages of Node::setRevisionAuthorId() and Node::getRevisionAuthor() 2016-05-04 14:11:49 +01:00
Nathaniel Catchpole a39876b9f4 Issue #2693725 by chx, alexpott: Add <nolink> to allow for non-link links 2016-05-04 14:03:08 +01:00
Alex Pott 0dd68abecb Issue #2682723 by thpoul, jagjitsingh_drupal, avinashm, maggo: Allow ckeditor_stylesheets to refer to external URL, for e.g. webfonts 2016-05-04 09:48:21 +01:00
Alex Pott f8fd764711 Issue #2705433 by timmillwood: Node should implement RevisionLogInterface 2016-05-04 09:37:35 +01:00
Nathaniel Catchpole 0d9f0580f4 Issue #2620212 by aaronbauman: "Use a relative path" is not an accurate instruction for url alias 2016-05-03 13:36:11 +01:00
Alex Pott 395cb8bad6 Issue #2671344 by jwilson3: Better documentation for suspicious encoded string in dblog tests 2016-05-03 11:51:48 +01:00
Alex Pott 53e541da14 Issue #2716991 by mpdonadio: Incorrect ISO datetime attribute for date-only fields w/ default formatter 2016-05-03 11:25:37 +01:00
Alex Pott b95360626d Issue #2717401 by Boobaa: Link with in-page fragment only is rendered improperly 2016-05-03 11:18:05 +01:00
Alex Pott 79f17dcb02 Issue #2696353 by mpdonadio, dpovshed: Bad dates in Select List widget throw an exception 2016-05-03 11:04:58 +01:00
Alex Pott ef39eed7f3 Issue #2613178 by mikeryan, heddn: default_value: null in static map skips empty rows 2016-05-02 21:38:59 +01:00
Alex Pott e8322e4f21 Issue #2647916 by Lendude, dawehner: Views ajax modals stop working in certain scenarios 2016-05-02 15:58:05 +01:00
Nathaniel Catchpole 82f9f8c590 Issue #2407853 by alexpott, aerozeppelin, Berdir, vladan.me, dawehner: TaxonomyIndexTid Views plugin stores selected terms with the ID instead of UUID 2016-05-02 13:14:28 +01:00
Alex Pott 6ab5a3aaa1 Issue #2715741 by Mile23, pfrenssen: Fix 'Drupal.Classes.FullyQualifiedNamespace' coding standard 2016-04-30 15:11:15 +01:00
Alex Pott 3eeaeb6490 Issue #2707371 by Mile23: Fix several errors in the 'Drupal.Commenting.DocComment' coding standard 2016-04-30 14:52:19 +01:00
Alex Pott 6098437ef5 Issue #2572793 by attiks, andypost: Fix 'Drupal.WhiteSpace.OperatorSpacing' coding standard 2016-04-29 12:02:20 +01:00
Alex Pott 5c386edc35 Issue #2664880 by vasi, dawehner, clemens.tolboom: DataEntityRow doesn't respect translations 2016-04-29 10:35:29 +01:00
Alex Pott c2cbf73364 Issue #2626676 by neclimdul: Fix coversDefaultClass annotations to be FQSEN 2016-04-29 10:07:59 +01:00
Alex Pott b864a3a55f Issue #2710201 by alexpott, andypost: Fix Drupal.Semantics.FunctionT.WhiteSpace and Drupal.Semantics.FunctionT.Concat 2016-04-29 10:05:19 +01:00
Alex Pott b13374f2b1 Issue #2707641 by alexpott, anoopjohn: Ensure core compliance to Drupal.Commenting.FunctionComment.ParamCommentIndentation (part 2) 2016-04-29 09:53:52 +01:00
Nathaniel Catchpole 1003490b99 Issue #2707261 by alexpott, jhodgdon: Calling moduleInvokeAll in Help block is wrong 2016-04-28 21:46:32 +01:00
Alex Pott 942c1cff1b Issue #2572307 by vprocessor, attiks, andriyun, alexpott, pfrenssen: Fix 'Generic.PHP.UpperCaseConstant' coding standard 2016-04-28 17:18:08 +01:00
Nathaniel Catchpole 0fcef5bd60 Issue #2702609 by Wim Leers, Berdir, Fabianx: Disable placeholdering (and BigPipe) on unsafe requests to help find forms as fast as possible (to allow EnforcedResponses to work) 2016-04-28 15:04:17 +01:00
Nathaniel Catchpole 747be3174d Issue #2582475 by alexpott: Installation fails if a valid config sync directory is defined 2016-04-28 14:16:47 +01:00
Nathaniel Catchpole c655b16803 Issue #2711645 by alexpott, dawehner: ConfigInstaller::isSyncing() should return true always during a config sync 2016-04-28 11:58:55 +01:00
Alex Pott 4376b33cb3 Issue #2714829 by Mile23: Fix 'Generic.Functions.FunctionCallArgumentSpacing' coding standard 2016-04-28 09:42:12 +01:00
Alex Pott 4c11b7a9d0 Issue #2702001 by olafkarsten, Wim Leers: Inject config factory for BigPipe (including in exception handlers) 2016-04-27 17:12:18 +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 0c24732ceb Issue #2711973 by Berdir: buildRenderable() does not work with display plugin embed 2016-04-27 15:15:41 +01:00
Alex Pott ef6c84db6f Issue #2702281 by edurenye, dpopdan, larowlan, alexpott, dawehner: Move Drupal\simpletest\RandomGeneratorTrait, Drupal\simpletest\WebAssert and Drupal\simpletest\SessionTestTrait into Drupal\Tests namespace 2016-04-27 11:42:15 +01:00
Alex Pott e62a2c7e08 Issue #2572601 by attiks, alexpott, tatarbj: Fix 'Drupal.Classes.ClassCreateInstance' coding standard 2016-04-27 11:18:44 +01:00