Closed (fixed)
Project:
Translation Access
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2011 at 13:01 UTC
Updated:
5 Jul 2020 at 11:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Mark Theunissen commentedSubscribe
Comment #2
pguillard commentedI made a D7 port of i18n_access. I can't find that information : Should I create patches for that, or a git branch, or maybe could i be granted access as co-maintainer?
Comment #3
toemaz commentedSimply make a patch and post it in here.
Comment #4
chymz commentedsub
Comment #5
pguillard commentedHere it is.
In short (Drupal 7 API Changes):
- i18n_access_user => i18n_access_user_insert, i18n_access_user_update
- i18n_access_perm => i18n_access_permission
- added hook_form_FORM_ID_alter
- Removed drupal_install_schema('i18n_access'); and drupal_uninstall_schema('i18n_access');
Other things :
- i18n_access_load_permissions($account = NULL) => i18n_access_load_permissions($uid = NULL)
Comment #6
yang_yi_cn commentedI just had branched 6.x and 7.x set up. And 7.x-1.x has been initialized using the patch provided by #5.
Please check if it all works.
If @pguillard is interested in maintaining the D7 release, maybe you can follow "Obtaining Git access" http://drupal.org/node/1047190 .
Comment #8
gurtner commentedWell, is there a 7.x-1.x version yet? Is there anything I can do to help move it along?