Alex Pott
|
db2d92e7cb
|
Issue #2003482 by pwolanin, jhodgdon, kim.pepper, Nick_vh, tim.plunkett, jibran, Berdir, effulgentsia, alexpott: Convert hook_search_info() to plugin system.
|
2013-09-06 10:26:26 +02:00 |
Alex Pott
|
73c2194b9f
|
Issue #366950 by amontero, boombatower, brianV, univate, hefox, stpaultim, EllaTheHarpy, babruix: Fixed 'Administer Users' permission should be separate from 'Administer Account Settings'.
|
2013-09-05 22:29:45 +02:00 |
Nathaniel Catchpole
|
085a24e07f
|
Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants.
|
2013-09-05 10:48:11 +01:00 |
webchick
|
d4da27e5fa
|
Issue #1987692 by becw, cbiggins, tim.plunkett | vijaycs85: Convert all references to entity_get_form() as page callbacks to _entity_form() w/ corresponding routing.yml entries.
|
2013-09-04 23:52:31 -07:00 |
webchick
|
0893c0e6f3
|
Issue #1987814 by juampy, tim.plunkett, lliss, kushrohra: Convert system_admin_menu_block_page() to a new style controller.
|
2013-09-04 23:36:51 -07:00 |
Nathaniel Catchpole
|
fe0fd73a2f
|
Issue #2002162 by klausi, eugene.ilyin: Convert form validation of users to entity validation.
|
2013-09-01 14:13:28 +01:00 |
Nathaniel Catchpole
|
b00eeb7df8
|
Revert "Issue #2002162 by klausi, eugene.ilyin: Convert form validation of users to entity validation."
This reverts commit 5b41b6f82f .
|
2013-09-01 14:13:28 +01:00 |
Nathaniel Catchpole
|
5b41b6f82f
|
Issue #2002162 by klausi, eugene.ilyin: Convert form validation of users to entity validation.
|
2013-09-01 12:41:41 +01:00 |
webchick
|
341e8396b6
|
Issue #1963886 by ry5n, jessebeach, dcrocks, Wim Leers: Use HiDPI icons in the toolbar to support scaling on different devices.
|
2013-08-28 01:49:00 -07: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 |
Dries
|
dd95e4bae3
|
Issue #2049039 by Berdir: Convert node properties to methods.
|
2013-08-16 12:13:11 -05:00 |
webchick
|
21226ab1b1
|
Issue #2001044 by alexander.ilivanov, ebeyrent, DmitryDrozdik, jlbellido, aitiba, alexpott, alvar0hurtad0, ayelet_Cr: Replace drupal_container() with Drupal::service() in the user module.
|
2013-08-16 08:05:02 -07:00 |
webchick
|
3cf100dfcd
|
Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config().
|
2013-08-14 09:54:28 -07:00 |
Alex Pott
|
251c8d8573
|
Issue #2057137 by legolasbo: Remove Unused local variable $user from /core/modules/user/user.module.
|
2013-08-03 23:06:57 +02: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
|
e33ddd1b74
|
Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code.
|
2013-08-01 10:10:33 +02:00 |
Alex Pott
|
57dc876717
|
Issue #2017207 by Berdir, marcingy: Complete conversion of users to Entity Field API.
|
2013-07-29 09:52:14 +02:00 |
Alex Pott
|
926a067758
|
Issue #2043781 by pwolanin: Fixed Drupal::request()->attributes->get('account') may conflict with an account object loaded from the path.
|
2013-07-27 23:11:14 +02:00 |
Nathaniel Catchpole
|
d3c5919d17
|
Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls.
|
2013-07-27 15:30:10 +01:00 |
Nathaniel Catchpole
|
29c09effc3
|
Issue #1843650 by Mark Carver, jenlampton, Cottser: Remove the process layer (hook_process() and hook_process_HOOK).
|
2013-07-27 15:26:33 +01:00 |
Alex Pott
|
d3d54f170b
|
Issue #1938888 by tim.plunkett, ayelet_Cr, amateescu: Convert user_admin_permissions() to a new-style Form object.
|
2013-07-24 22:56:59 +02:00 |
Alex Pott
|
8e23b465a6
|
Issue #2045275 by Berdir: Convert user properties to methods.
|
2013-07-24 21:40:03 +02:00 |
Alex Pott
|
b3149b25b7
|
Issue #2045361 by dawehner, fubhy: Mark user_access() as deprecated.
|
2013-07-20 21:54:56 +01:00 |
Alex Pott
|
c874593f07
|
Issue #1938938 by duellj, Risse: Convert theme_user_admin_permissions() to table #type.
|
2013-07-20 01:39:52 +01:00 |
Dries
|
edcd8df4bd
|
Issue #1966334 by Alan Evans, fubhy, dawehner, ParisLiakos: Convert user_access() to User::hasPermission().
|
2013-07-18 14:31:35 -04:00 |
Nathaniel Catchpole
|
788cb06d60
|
Issue #1938044 by hass, jessebeach, Dragan Eror: Fixed Prefix all toolbar classes to prevent theme clashes.
|
2013-07-18 11:28:54 +01:00 |
Nathaniel Catchpole
|
45418a7ca0
|
Issue #1987896 by tim.plunkett: Follow-up to Convert user_page() to a new style controller.
|
2013-07-10 23:18:09 +01:00 |
Alex Pott
|
45a9e859d6
|
Issue #2026347 by Berdir: Adding methods to UserInterface/AccountInterface.
|
2013-07-09 15:39:11 +01:00 |
Dries
|
58de5374c4
|
Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers.
|
2013-06-30 20:09:38 -04:00 |
Alex Pott
|
aa9c2ccc85
|
Issue #1890878 by corvus_ch, ygerasimov, berenddeboer, Crell, fubhy the cat, effulgentsia: Add modular authentication system, including Http Basic; deprecate global .
|
2013-06-29 17:26:55 +01:00 |
Alex Pott
|
4c357934c2
|
Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities.
|
2013-06-29 11:56:53 +01:00 |
Alex Pott
|
4586ea128d
|
Issue #2014821 by amateescu, swentel: Introduce form modes UI and their configuration entity.
|
2013-06-27 22:24:39 +01:00 |
Alex Pott
|
0b8c586069
|
Issue #1987896 by tim.plunkett, kgoel, vijaycs85: Convert user_page() to a new style controller.
|
2013-06-27 09:23:39 +01:00 |
Nathaniel Catchpole
|
2c4e8fe672
|
Issue #2024985 by tim.plunkett: Remove obsolete user_build_filter_query().
|
2013-06-26 10:30:41 +01:00 |
Dries
|
b4655c58f6
|
Issue #1869600 by linclark, scor, jesse.d: Refactor RDF mappings to be inline with the new Entity Field API.
|
2013-06-24 18:21:37 -04:00 |
Nathaniel Catchpole
|
195849b2a4
|
Issue #1872876 by chx, fubhy, dawehner, alexpott, tim.plunkett: Turn role permission assignments into configuration.
|
2013-06-24 17:38:32 +01:00 |
Dries
|
98b6331e1e
|
Issue #1984610 by Albert Volkman, dawehner, tim.plunkett: Convert user_pass() to a new-style Form object.
|
2013-06-20 15:02:06 -04:00 |
Nathaniel Catchpole
|
00cb147e14
|
Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse.
|
2013-06-19 17:07:30 +01:00 |
webchick
|
aca11af903
|
Issue #2020403 by hardik.patel99 | thedavidmeister: Typo in docblock for template_preprocess_username() 'insure'.
|
2013-06-17 01:46:04 -05:00 |
Alex Pott
|
757d39e2dd
|
Issue #1843788 followup by Eric_A: Remove template_process_username().
|
2013-06-15 11:10:01 +02:00 |
Alex Pott
|
fa9c197e57
|
Issue #1843788 by scor, jenlampton, tyjamessmith: Remove template_process_username().
|
2013-06-15 00:27:57 +02:00 |
Alex Pott
|
27bd89be14
|
Issue #1998228 by ParisLiakos, dawehner: Remove hook_menu_site_status_alter() in favor of request listeners.
|
2013-06-14 00:53:50 +02:00 |
Alex Pott
|
e5774f5b1b
|
Issue #1851086 by tim.plunkett, damiankloip, dawehner, alimac: Replace admin/people with a View.
|
2013-06-13 21:57:33 +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
|
2432c02138
|
Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention.
|
2013-06-07 11:48:55 +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
|
ba5c2c4dca
|
Issue #1955282 by LewisNyman: Disable Autocapitalize and Autocorrect on user login forms.
|
2013-05-26 12:39:57 -07:00 |
Alex Pott
|
e21c1a135f
|
Issue #1987894 by ParisLiakos, vijaycs85: Convert user_logout() to a new style controller.
|
2013-05-25 19:46:09 -07:00 |
Alex Pott
|
8cc75202e7
|
Issue #1996644 by abghosh82 | joachim: Fixed user_login_name_validate() uses isset() where other user login form validation handlers use !empty().
|
2013-05-25 12:57:04 -07:00 |