Commit Graph

141 Commits (88dcf91f2fb8d6dd5745eeb9df6001eb07aac37f)

Author SHA1 Message Date
Alex Pott 4f49087b71 Issue #2277103 by tim.plunkett, pwolanin, Wim Leers, dawehner, hotpizzas: Switch Drupal::l() and LinkGenerator to expect a Url object. 2014-09-29 15:41:29 +02:00
webchick a6492ce9d9 Issue #2343651 by xjm, tim.plunkett, Wim Leers, dinarcon, dawehner: Remove most remaining l() calls. 2014-09-28 00:21:34 -07:00
webchick 0eda196d46 Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls. 2014-09-27 00:03:46 -07:00
Nathaniel Catchpole 0f28b515f8 Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks. 2014-09-17 15:39:29 +01:00
Alex Pott 8d594b5540 Issue #2068331 by roderik, slashrsm, pcambra, Sharique, piyuesh23, vijaycs85 | plach: Convert comment SQL queries to the Entity Query API. 2014-09-08 23:56:50 +01:00
Alex Pott 0463b81a08 Issue #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected. 2014-08-18 16:50:50 +01:00
Alex Pott b428eda79c Issue #2291829 by kgoel, dawehner | Crell: Standardize user route names. 2014-08-13 20:39:40 -07:00
Alex Pott 36675eaafc Issue #2280861 by roderik, pcambra: CommentStatistics service followup. 2014-08-12 17:40:09 -07:00
Alex Pott 9eac446013 Issue #1676910 by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName(). 2014-08-06 09:50:23 +01:00
Alex Pott 022163f539 Issue #140363 by synth3tk, makemineatriple, realityloop, yoroy, YesCT, Niklas Fiekas, Schnitzel, corbacho | Jao: In user profiles, "Track" tab should be renamed "Activity". 2014-08-05 15:03:05 +01:00
Alex Pott 8f04acbb77 Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter. 2014-08-05 11:39:21 +01:00
Alex Pott 5783e08f16 Issue #2149197 by penyaskito, mikey_p, vijaycs85, herom: Replace format_interval with \Drupal::service('date')->formatInterval(). 2014-07-24 15:54:28 +01:00
Nathaniel Catchpole 5dad0b8606 Issue #597236 by Berdir, catch, msonnabaum, Xano, Wim Leers, jhedstrom, amateescu, corvus_ch, swentel, moshe weitzman, Gábor Hojtsy, riccardoR, killes@www.drop.org, et al: Add entity caching to core. 2014-07-18 11:53:52 +01:00
Alex Pott b560f348bd Issue #2303605 by cilefen: Rename *.menu_links.yml to *.links.menu.yml files to improve DX. 2014-07-16 23:39:40 +01:00
Alex Pott f2b6aa7a75 Issue #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX. 2014-07-15 12:29:14 +01:00
Alex Pott b7959a1d45 Issue #2292821 by andypost, larowlan: Use widget for comment subject field. 2014-07-14 09:47:03 +01:00
Alex Pott 5ffb1d3cfe Issue #2216535 by jhodgdon, Berdir: Replace Node overview topic and Node API topic with Entity Hooks topic. 2014-07-11 13:04:53 +01:00
Alex Pott 837d726fea Issue #1498662 by andypost, larowlan | dawehner: Refactor comment entity properties to multilingual. 2014-07-11 11:37:14 +01:00
webchick 30c2afed20 Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit). 2014-07-10 20:50:37 -07:00
Alex Pott ddaba8bf70 Issue #2294375 by jhodgdon: Fixed Comment publish/unpublish hooks are not invoked correctly. 2014-07-07 16:16:38 +01:00
Alex Pott 6e70062d78 Issue #2097123 by andypost, roderik, slashrsm, das-peter, mgifford, pfrenssen, YesCT | larowlan: Deprecate comment_num_new() in favour of method on CommentManager. 2014-07-03 13:05:51 +01:00
webchick 94e0188a10 Issue #2294129 by xjm, tim.plunkett: Switch hook_help() to use RouteMatch instead of Request. 2014-06-29 20:33:08 -07:00
Alex Pott f0d4b5ad9c Revert "Issue #2097123 by slashrsm, roderik, mgifford, pfrenssen, andypost, das-peter | larowlan: Deprecate comment_num_new() in favour of method on CommentManager."
This reverts commit 6532718c08.
2014-06-26 20:35:06 +01:00
webchick 6532718c08 Issue #2097123 by slashrsm, roderik, mgifford, pfrenssen, andypost, das-peter | larowlan: Deprecate comment_num_new() in favour of method on CommentManager. 2014-06-26 12:03:19 -07:00
webchick 04bf43bb92 Issue #2272467 by ParisLiakos: Remove usages of watchdog() from procedural code. 2014-06-26 11:55:12 -07:00
webchick b1b3b2b886 Issue #2275877 by Mixologic, duellj, Les Lim, Xano, David Strauss: Replace master/slave terminology with primary/replica. 2014-06-13 19:31:56 -07:00
webchick 3a42e91de1 Issue #2089331 by grom358 | thedavidmeister: [meta] Replace calls to check_plain() with Drupal\Component\Utility\String::checkPlain(). 2014-06-12 19:33:48 -07:00
webchick 49a900460d Issue #2246665 by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language. 2014-06-10 09:53:32 -07:00
Alex Pott d084d2d271 Issue #2224917 by m1r1k, drumm, Steven Jones: Fixed Tracker page doesn't order results properly. 2014-06-06 17:15:05 -05:00
Jennifer Hodgdon 8ee9b1d0ce Issue #2091429 by amitgoyal, mparker17, batigolix, Mark Conroy: Update hook_help for Tracker module 2014-06-02 10:12:35 -07:00
webchick d0d3e53361 Issue #2247991 by xjm, typhonius, donquixote: [May 27] Move all module code to PSR-4. 2014-05-27 19:43:20 -07:00
Nathaniel Catchpole 4eeda371cf Issue #2100369 by joelpittet, ashepherd, alexpott, Xano: Don't support RDFa in tracker listings. 2014-05-23 11:44:04 +01:00
Dries 809b361f20 Issue #2222719 by effulgentsia, tim.plunkett, xjm, dawehner: Use parameter matching via reflection for access checks instead of pulling variables from request attributes. 2014-05-16 12:45:50 -04:00
Nathaniel Catchpole bf3ba52fa0 Issue #2209337 by tstoeckler: Remove hidden property from test extensions. 2014-05-13 17:55:52 +01:00
Nathaniel Catchpole 69fb5dc7f7 Issue #2226933 by cs_shadow, tim.plunkett, mandar.harkare, mortendk: Remove odd, even, first & last classes from views-view-unformatted.html.twig. 2014-05-12 10:38:06 +01:00
webchick eef067b5a5 Issue #2183113 by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path. 2014-05-06 19:04:53 -07:00
webchick f0bed14de3 Issue #2233787 by alexpott, xjm | tim.plunkett: Move default configuration into extension/config/install to clarify its purpose. 2014-04-16 15:00:30 -07:00
webchick f923acdb79 Issue #2130461 by Alan D.: Tracker pager is inconsistent with every other pager in core. 2014-04-03 10:10:03 -07:00
webchick 4ac79a1366 Issue #2226903 by pwolanin, dawehner, tvn, martin107, jessebeach: Step 1: Move static menu links to yml files. 2014-03-28 16:27:34 -07:00
catch 53852c25df Issue #2211235 by damiankloip: Add specific annotations for Views handlers. 2014-03-25 20:16:43 +01:00
Alex Pott fa51d2e5bd Issue #2178725 by pwolanin, crowdcg, effulgentsia, Sutharsan: Make all core menu link machine names and the corresponding route names match. 2014-03-24 11:34:32 +01:00
Nathaniel Catchpole 8cbab1493b Issue #2080823 by alexpott, swentel, Wim Leers: Create API to discover content or config entities' soft dependencies and use this to present a confirm form on module uninstall. 2014-03-21 11:53:32 +00:00
webchick 77123f3f1b Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, alexpott, tstoeckler, Xano, tim.plunkett, BassistJimmyJam | beejeebus: Make modules and installation profiles only require .info.yml files. 2014-03-17 07:43:29 -07:00
Alex Pott eba0b71872 Revert "Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files."
This reverts commit b4c561d0d5.
2014-03-17 13:02:04 +00:00
Nathaniel Catchpole b4c561d0d5 Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files. 2014-03-17 11:57:35 +00:00
webchick 9d3a228020 Issue #2171071 by jessebeach, dawehner, chakrapani, longwave, Gábor Hojtsy, xjm, Wim Leers: Rename drupal_add_library() to _drupal_add_library() and remove its uses. 2014-03-12 08:47:01 -07:00
Nathaniel Catchpole 6dc4d08c1f Issue #2208165 by longwave, damiankloip: Replace usage of views deprecated functions in views. 2014-03-10 13:11:58 +00:00
Alex Pott fd2613d287 Issue #2169361 by plopesc: Convert COMMENT_HIDDEN & COMMENT_CLOSED & COMMENT_OPEN to a constant on the comment field interface. 2014-03-10 12:25:21 +00:00
Dries 4638a0048d Issue #2194897 by sun: Rename Database\Query\Merge::key() to keys(), retain a BC alias for key(). 2014-03-05 14:57:36 -05:00
Alex Pott f3732c6862 Issue #2028025 by David Hernández, Berdir, larowlan, ceng, YesCT, a_thakur: Expand CommentInterface to provide methods. 2014-02-16 07:20:53 +00:00