webchick
|
df1a669b77
|
Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global.
|
2013-11-23 12:57:04 -08:00 |
webchick
|
53804ea11d
|
Revert "Issue #2104229 by claudiu.cristea: Deprecate file_usage()."
Temporary rollback since it conflicts with a critical issue.
This reverts commit ce08ea737c .
|
2013-11-23 12:42:58 -08:00 |
webchick
|
ce08ea737c
|
Issue #2104229 by claudiu.cristea: Deprecate file_usage().
|
2013-11-23 11:37:46 -08:00 |
Nathaniel Catchpole
|
172cd2652a
|
Revert "Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system."
This reverts commit fc04601c35 .
|
2013-11-22 13:56:50 +00:00 |
Nathaniel Catchpole
|
fc04601c35
|
Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system.
|
2013-11-19 12:24:14 +00:00 |
Jennifer Hodgdon
|
30e56c5d84
|
Issue #2084535 by sivaji: Fix constants in file_copy docs
|
2013-11-13 09:39:02 -08:00 |
Alex Pott
|
82eb2924cf
|
Issue #2112807 by tim.plunkett: Move the form builder functions in form.inc to a form service.
|
2013-10-25 15:54:34 -07:00 |
Jennifer Hodgdon
|
31227acf31
|
Issue #2084535 by mErilainen, tankerjoe, DanielFbrg: Fix file_copy documentation around the case when source and destination are the same
|
2013-10-09 08:39:34 -07:00 |
Alex Pott
|
bcc5763239
|
Issue #1953408 by swentel, aspilicious, andypost, yched: Remove ArrayAccess BC layer from field config entities.
|
2013-10-04 08:55:32 +01:00 |
Alex Pott
|
3cee107ce5
|
Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy.
|
2013-10-03 12:26:25 +01:00 |
Alex Pott
|
691a576259
|
Issue #1994140 by Berdir, yched, fgm, smiletrl: Unify entity field access and Field API access.
|
2013-09-30 15:14:06 +02:00 |
Alex Pott
|
156bdc4349
|
Issue #2066219 by claudiu.cristea, fietserwin: Decouple image type from image extension.
|
2013-09-28 18:43:17 +02:00 |
Nathaniel Catchpole
|
9e5def44b7
|
Issue #1778122 by scor, linclark, effulgentsia: Fixed Enable modules to inject attributes into field formatters, so that RDF attributes get output on the appropriate elements.
|
2013-09-20 10:59:23 +01:00 |
webchick
|
5bb0d5e667
|
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
|
2013-09-15 20:58:10 -07:00 |
webchick
|
99670f0847
|
Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention.
|
2013-09-15 12:59:49 -07:00 |
Nathaniel Catchpole
|
085a24e07f
|
Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants.
|
2013-09-05 10:48:11 +01:00 |
Nathaniel Catchpole
|
fb38555e50
|
Issue #2079011 by Berdir, alexpott: Move field.module constants related to storage to EntityStorageControllerInterface.
|
2013-09-05 10:41:02 +01:00 |
Alex Pott
|
5fc858b205
|
Issue #297209 by nod_, dwees, bdone: Remove 'Attach' button.
|
2013-09-03 22:27:16 +01:00 |
webchick
|
7ecaaeb3db
|
Issue #2078885 by Letharion: Fixed The file/progress hook menu item is not necessary.
|
2013-09-02 13:38:58 -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
|
7625696dba
|
Issue #2072549 by legolasbo, phiit: Remove Unused local variable () from /core/modules/file/file.module.
|
2013-08-29 08:00:26 -07:00 |
Alex Pott
|
aafee284b6
|
Issue #2061895 by sergeypavlenko: Remove calls to deprecated global $user in file module.
|
2013-08-29 03:12:12 +01:00 |
Alex Pott
|
0e47ce3293
|
Revert "Issue #2060405 by Wim Leers: Fixed Impossible to uninstall any module using the file usage service, because it is impossible to delete all file usages by a module."
This reverts commit 858674f0d1 .
|
2013-08-22 11:19:04 +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 |
Alex Pott
|
858674f0d1
|
Issue #2060405 by Wim Leers: Fixed Impossible to uninstall any module using the file usage service, because it is impossible to delete all file usages by a module.
|
2013-08-14 07:54:05 -05:00 |
Alex Pott
|
4ca797aa8c
|
Revert "Issue #2054187 by juampy: Restrict authentication provider for REST resources."
This reverts commit a567be3ee0 .
|
2013-08-13 16:12:07 -05:00 |
Dries
|
a567be3ee0
|
Issue #2054187 by juampy: Restrict authentication provider for REST resources.
|
2013-08-13 14:57:21 -04:00 |
Alex Pott
|
8cfc089e26
|
Issue #2033669 by tim.plunkett, larowlan: Image file objects should be classed.
|
2013-08-11 00:57:37 +01:00 |
Alex Pott
|
8b7bc0c7b1
|
Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module.
|
2013-08-04 21:30:57 +02:00 |
Alex Pott
|
9614f73399
|
Revert "Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module."
This reverts commit f4aead7805 .
|
2013-08-04 21:26:52 +02:00 |
webchick
|
f4aead7805
|
Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module.
|
2013-08-03 23:25:44 -07:00 |
Nathaniel Catchpole
|
63d299d9d2
|
Issue #2051721 by yched: Get rid of field_get_items().
|
2013-08-01 13:46:59 +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 |
webchick
|
06e1dd8b0f
|
Issue #1987602 by glennpratt, juampy, pwieck, vijaycs85, dawehner, tim.plunkett, effulgentsia: Convert ajax_form_callback() to a new style controller.
|
2013-07-31 22:21:45 -07:00 |
Nathaniel Catchpole
|
d3c5919d17
|
Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls.
|
2013-07-27 15:30:10 +01:00 |
Alex Pott
|
bc65847d68
|
Issue #2009014 by c4rl, hussainweb, Samvel, jenlampton, benjifisher: Replace theme() with drupal_render() in file module.
|
2013-07-26 07:44:30 +02:00 |
Nathaniel Catchpole
|
988abc27f8
|
Issue #2045189 by jlindsey15: Move file entity dependent code in includes/file.inc and system.module to file.module.
|
2013-07-24 13:00:06 +01:00 |
Alex Pott
|
8cf78305af
|
Issue #2005166 by slashrsm, dawehner: Create simple file listing under admin/content/file.
|
2013-07-21 09:17:17 +01:00 |
Alex Pott
|
36d647e61b
|
Issue #1987712 by dawehner, claudiu.cristea, damiankloip, andypost: Convert file_download() to a new style controller.
|
2013-07-20 13:25:28 +01:00 |
Dries
|
c02ba60087
|
Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated().
|
2013-07-11 13:29:02 -04: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
|
9873c74069
|
Issue #2012818 by thedavidmeister: Remove #type 'markup'.
|
2013-06-24 10:46:21 +01:00 |
Dries
|
23faf5a2a2
|
Issue #1999370 by chertzog, kim.pepper: Use Symfony Request for file module.
|
2013-06-20 14:34:34 -04:00 |
webchick
|
f5cc5ac72c
|
Issue #2011084 by jiff | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the file module.
|
2013-06-17 01:12:16 -05:00 |
Alex Pott
|
6d54ed7ac1
|
Issue #1818568 by Berdir, das-peter: Convert files to the new Entity Field API.
|
2013-06-15 10:46:11 +02: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
|
2e63868616
|
Issue #625958 followup by slashrsm, chx, andypost, yched: [Follow up] Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute.
|
2013-06-03 20:37:59 +01:00 |
Alex Pott
|
ff1eea3386
|
Issue #1792032 by balsama, bjorpe | lxs: Fixed File validation error message not removed after subsequent upload of valid file.
|
2013-05-27 15:41:52 -07:00 |
Alex Pott
|
b4eaea2765
|
Issue #1468210 followup by David_Rothstein: Fixed Remove special ->uid == 1 check in file_validate_size().
|
2013-05-26 16:29:18 -07:00 |