Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Oct 2012 at 05:00 UTC
Updated:
29 Jul 2014 at 21:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
cosmicdreams commentedHere's the our last patch from the previous issue.
Comment #2
cosmicdreams commentedset to review to see if we get the same number of fails (~20)
Comment #4
cosmicdreams commentednot only did the patch not apply, but if it had it wouldn't install. Here's the rerolled patch:
* fixed the broken update function name
* fixed improper use of the date format save.
Comment #5
cosmicdreams commentedWow, I was having frustrating internet connectivity issues last night and didn't think this actually posted. setting to review to see if this can at least be applied.
Comment #7
cosmicdreams commentedHere's where we'll modify the config of formats to store format strings that support the legacy system and IntlDateFormatter
Allow the regional config patch to handle this.
I think this patch has most of this working so I'm leaving this in for now until the regional config patch diverges.
Also, we previously discussed how using ConfigEntities / Configurables could benefit this patch. I'm not sure if that effort should be tackled with this patch or a follow up.
Comment #8
cosmicdreams commentedAh, looks like my previous patch was uploaded twice. ok, here's the patch I really meant to test.
Comment #10
cosmicdreams commentedMy previous fixes weren't included in that patch. This one fixes:
Comment #12
cosmicdreams commentedI've run a test locally and I'm passing it. The funny thing is I've only cleaned up some stray code that seem to have been misplaced after I rerolled that patch. I'm posting this patch to see how many other things are now magically fixed.
Comment #13
cosmicdreams commentedI've run a test locally and I'm passing it. The funny thing is I've only cleaned up some stray code that seem to have been misplaced after I rerolled that patch. I'm posting this patch to see how many other things are now magically fixed.
Comment #14
cosmicdreams commentedComment #16
cosmicdreams commentedI've fixed a few of the fails here but I don't know how many. This patch seems to fail when saving "custom" date formats.
Comment #18
larowlan+1 for config entities and list controller.
Comment #19
marcingy commentedMaking as postponed lets work on a simple port in #1571632: Convert regional settings to configuration system first. While this might be nice lets keep it simple and kill some tables and not divide effort.
Comment #20
cosmicdreams commented@marcingy
I think it's fine if you want to mark this issue postponed. I've mainly opened this issue up so that I can do everything I can to not block the work you are planning to do on the regional CMI issue. I plan to continue to post patches here until we can have a code-level discussion about the merits of our two designs. Please don't take that action as a rejection of your involvement. I just don't want to stop working on a solution.
I have very little time to work on core now that my day-job has intensified. I hope the extra load is resolved soon (once we hire a few more Drupal devs). Even after then, I hope to make the most of my time. If you want we can collaborate over irc, Skype, Google+ Hangouts, or whatever would be beneficial to help this issue come to a close.
Please let me know what is feasible.
Comment #21
karens commentedNow that #1571632: Convert regional settings to configuration system has landed, is there still something else to do here or is this now unneeded?
Comment #22
cosmicdreams commentedYou're right this one is finished as a result of that other issue.