Commit Graph

62 Commits (193aae307933d0c734b4855ceb0240410ec9fb29)

Author SHA1 Message Date
Nathaniel Catchpole d262018e7c Issue #2777451 by markdorison, er.pushpinderrana, alexpott: @see references not forming links in documentation 2016-08-29 08:44:55 +01:00
xjm 5250997d47 Issue #2311219 by Mile23, a_thakur, vadim.hirbu, undertext, xjm, cilefen, damiankloip, daffie: Remove references to function user_format_name() from documentation 2016-07-16 23:55:17 +02:00
Alex Pott 1de7ae28e0 Issue #2594377 by krknth: Undefined variable 'user' in user.api.php change to 'account' ? 2015-10-16 17:50:16 +01:00
Nathaniel Catchpole 8b65164c5a Issue #2533800 by alexpott: Remove all unused use statements from core 2015-10-08 20:46:26 +01: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 6bfdc3bd5e Issue #2570355 by Sutharsan, stefan.r, kgoel, josephdpurcell, joelpittet, justAChris, dawehner, pfrenssen, pwolanin, David_Rothstein, catch: Replace remaining !placeholder and @placeholder with :placeholder for URLs 2015-09-22 08:16:37 +02:00
Alex Pott 30ac20be7b Issue #2572023 by swentel: Remove !placeholder in modules/user/user.api.php 2015-09-21 16:22:55 +02:00
webchick b3cd848705 Issue #1800174 by Mile23, Lars Toomre, rishikant05, YesCT, idebr, Jalandhar, jhodgdon, dawehner: Add missing type hinting to User module docblocks 2015-05-02 16:08:41 -07:00
Alex Pott d48d9c9271 Issue #2448605 by martin107, willzyx, tim.plunkett, klausi, dpopdan: Replace usages of drupal_get_destination() with the redirect destination service 2015-04-09 15:56:37 +01: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
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 69c64630f5 Issue #2281699 by er.pushpinderrana, joshi.rohit100, esod | mirie: Fixed Update @see user_cancel_form() comments. 2014-07-08 19:29:13 +01:00
Alex Pott 310065c31c Issue #1120440 by er.pushpinderrana | skwashd: Fixed user.api.php hook summary lines should be more consistent with other entity hooks. 2014-07-06 17:43:32 +01:00
Dries 99b367da46 Issue #2099131 by jessebeach, Wim Leers, catch, Berdir, benjifisher, martin107, andypost: Use #pre_render pattern for entity render caching. 2014-05-02 17:43:59 -04:00
Alex Pott fee6ae0e0f Issue #2225629 by Xano: Move hook_field_extra_fields() to the entity API. 2014-03-28 11:30:44 +01:00
catch 2f959b9693 Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +01: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
Nathaniel Catchpole a840af8381 Issue #2173655 by Cottser, xjm, jessebeach, alexpott, rlmumford: Refactor theme() to _theme(); make it a private API to discourage module developers from circumventing the renderable build system. 2014-02-18 10:54:10 +00:00
Alex Pott 655f5a0316 Issue #2165835 by yched, tstoeckler: Rename EntityDisplay to EntityViewDisplay in accordance with its interface. 2014-02-09 00:54:32 +00:00
Alex Pott 0f704ad962 Issue #2068329 by peximo, plach, LinL, marcingy, Désiré, penyaskito, herom, chx: Convert user SQL queries to the Entity Query API. 2014-01-25 20:18:28 +01:00
webchick 354ff8f7d3 Issue #2062039 by InternetDevels, Xano, h3rj4n: Replace user_access() calls with ->hasPermission() in user module. 2014-01-24 21:52:17 -08:00
Alex Pott dd663c405e Issue #2031725 by fgm, fago, vladan.me, Nebel54, Berdir: Move all entity display interfaces to the core component. 2013-12-12 23:34:44 +00:00
webchick 4f59f9746f Issue #2049207 by dlu, blakehall, janstoeckler, ramlev, Moderate | Cottser: Replace .tpl.php with .html.twig in documentation. 2013-10-03 15:08:29 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
Nathaniel Catchpole c7994001cc Issue #1497374 by yched, chx, amateescu, plach, Damien Tournoud, fago, swentel: Switch from Field-based storage to Entity-based storage. 2013-09-01 07:20:49 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Nathaniel Catchpole 42fcb35676 Issue #1934712 by dlu, alexpott, pplantinga, rbayliss, s_leu, Gaelan: Fixed Merge system.timezone config object into system.date. 2013-08-01 14:46:05 +01:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Alex Pott 83f9d583ef Issue #1895160 by tim.plunkett: Convert admin/content to a View, keep a non-views fallback with no bulk operations. 2013-06-11 17:49:20 +01:00
Alex Pott 4d85fa44a3 Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user. 2013-06-11 15:04:34 +01:00
Alex Pott b0cf1be964 Issue #1846172 by tim.plunkett, damiankloip: Replace the actions API. 2013-06-06 20:10:20 +01:00
Alex Pott 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +01:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
webchick 0b17f26aa7 Issue #1479454 by Hugo Wetterberg, galooph, andypost, marcingy, heyrocker, larowlan, alexpott, tim.plunkett, fubhy, sun, dawehner: Convert user roles to configurables. 2013-01-19 13:53:56 -08:00
webchick d729e6be8a Revert "Issue #1479454 by Hugo Wetterberg, galooph, dawehner, andypost, marcingy, heyrocker, larowlan, alexpott, tim.plunkett, fubhy, sun: Change notice: Convert user roles to configurables."
Broke testbot. :(

This reverts commit 2ae1597227.
2013-01-18 23:46:12 -08:00
webchick 2ae1597227 Issue #1479454 by Hugo Wetterberg, galooph, dawehner, andypost, marcingy, heyrocker, larowlan, alexpott, tim.plunkett, fubhy, sun: Change notice: Convert user roles to configurables. 2013-01-18 21:16:28 -08:00
webchick 62c93ff8d4 Issue #1253820 by yched, zserno, tim.plunkett, xjm, effulgentsia, plach: Fixed It's impossible to submit no value for a field that has a default value. 2013-01-16 09:37:23 -08:00
webchick 97c3ee2be9 Issue #1875970 by yched, swentel: Pass EntityDisplay objects to the whole entity_view() callstack. 2013-01-08 11:16:16 -08:00
catch f5f88298a5 Issue #200344 by Pancho, pillarsdotnet, pdrake, sun: Remove user_module_invoke() and rename user_login_block() to user_login_block_form(). 2013-01-07 11:11:52 +00:00
catch 23c83da4fa Issue #1857324 by Berdir, tim.plunkett: Use default theme name and entity key in $build for user entity. 2012-12-13 12:11:18 +00:00
catch ab200662bc Issue #1858984 by berdir: Split system date formats from timezone settings. 2012-12-06 16:19:03 +00:00
webchick e4bd0c4537 Issue #1848874 by sun: Clean up and simplify user cancel methods and processing. 2012-12-02 07:33:15 -08:00
webchick be694ba944 Issue #1571632 by cosmicdreams, marcingy, justafish, chx, KarenS, aspilicious, disasm, swentel, dawehner, rvilar: Convert regional settings to configuration system. 2012-11-28 23:37:55 -08:00
catch 4d0d5c5712 Issue #347988 by sun, Berdir, dawehner, Damien Tournoud, moshe weitzman: Move $user->data into own table. 2012-11-27 22:26:22 +00: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
Dries 465d86e2ec Issue #1120928 by dagmar, sun, rootatwc, catch: Move 'history' table into separate History module. 2012-11-19 21:33:19 -05: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
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