Is it happening?

CommentFileSizeAuthor
#5 port-to-d7-1129276-2.patch18.88 KBpguillard

Comments

Mark Theunissen’s picture

Subscribe

pguillard’s picture

I 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?

toemaz’s picture

Simply make a patch and post it in here.

chymz’s picture

sub

pguillard’s picture

Status: Active » Needs review
StatusFileSize
new18.88 KB

Here 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)

yang_yi_cn’s picture

Status: Needs review » Fixed

I 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 .

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

gurtner’s picture

Well, is there a 7.x-1.x version yet? Is there anything I can do to help move it along?