Round 2.
Patch includes:
- #628582: Neutral Language only for admin user - conflict between Language select and Translation Access
- #1512032: function i18n_node_language_list() undefined
- #1427502: Call to undefined function i18n_node_translation_link() in /sites/all/modules/i18n_access/i18n_access.module on line 256
- More tests!!
- Clean-ups.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | i18n_access.2298475-6.patch | 25.51 KB | jamesquinton |
| #6 | i18n_access.2298475.interdiff.txt | 907 bytes | jamesquinton |
| #1 | i18n_access.2298475.patch | 25.29 KB | tobiasb |
Comments
Comment #1
tobiasbComment #2
tobiasbComment #3
simon georges commentedShould this patch apply on 7.x-1.x-dev version ?
Drush make is reporting that it cannot patch. Did you previously apply other patchs?
Comment #4
tobiasbYes this is for the latest 7.x-1.x branch.
Comment #5
simon georges commentedNever mind, I don't know why drush make is complying, a "git apply" of your patch on the -dev branch works perfectly.
Comment #6
jamesquinton commentedHi,
I'm hoping to use this module on a D7 project. Language neutral is shown in the language select list on the add node form. This is also causing the tests to fail.
Inspired by https://www.drupal.org/node/1734568, attached patch moves the unset language from i18n_access_form_node_form_alter to #after_build.
Comment #7
danepowell commentedThis is a huge patch that rolls up a ton of other issues (more even than listed in the ticket description). Can we please get it committed before folks open duplicate issues and it gets even bigger?
Comment #8
danepowell commentedComment #9
SirPali commentedIf anyone could pick this issue up that would be great. This module seems to do exactly what I'm looking for a for a project, but is unusable in it's current state. It looks like this patch would fix these issues but trying to apply the patch (using TortoiseGit, might be the culprit) returns a "Fatal: Corrupt patch on line 605" error.
Comment #10
darren ohThe patch can only be applied to the code cloned with Git. The Drupal packaging script adds some lines that prevent the patch from applying to the packaged release.