-
Dokeos Integration: February 25, 2011 2:09
Commit 4cb1c51 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Dokeos Integration: February 25, 2011 2:09
Commit c98f7b2 on master, committed by Drupal Git User (LDAP)Removing translation directories
-
Dokeos Integration: February 25, 2011 2:09
Commit 136b966 on 7.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Dokeos Integration: February 25, 2011 2:09
Commit 0a3e93e on 6.x-1.x, committed by Drupal Git User (LDAP)Removing translation directories
-
Dokeos Integration: February 25, 2011 2:09
Commit 7f1dd68 on 5.x-1.x, committed by Drupal Git User (LDAP)Removing translation directories
-
Dokeos Integration: February 25, 2011 2:09
Commit a9249de on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Dokeos Integration: February 25, 2011 2:09
Commit 3f589f9 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
minor: convert query to dbtng It seems like it too much for a simple query. We can use the removed previous way, but this let other modules change the query dynamically. No really required, but a result of reading new database api :-p
-
fix drupal 7.x api changes - hook_user() now is splitted in hook_user_login(), hook_user_load(), hook_user_update(). - no more hook_user_form(), now it's a general hook_form_alter(). - hook_block_list() is now hook_block_info(). - change args on hook_block_save(). - avoid hardcodes .. grhh - fix theme() calls, now we have to pass __only__ one array parameter. - hook_perm() is now hook_permission().
-
Sync DRUPAL 6.x Branch