FreeBSD Bugzilla – Attachment 87217 Details for
Bug 123789
maintainer update: www/drupal5-i18n 2.1 -> 2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.56 KB, created by
Nick Hilliard
on 2008-05-18 12:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Nick Hilliard
Created:
2008-05-18 12:30:01 UTC
Size:
2.56 KB
patch
obsolete
>diff -urNb drupal5-i18n-old/Makefile drupal5-i18n/Makefile >--- drupal5-i18n-old/Makefile 2007-07-07 16:28:32.000000000 +0100 >+++ drupal5-i18n/Makefile 2008-05-18 12:20:26.000000000 +0100 >@@ -6,9 +6,8 @@ > # > > PORTNAME= i18n >-DISTVERSION= 5.x-2.1 >+DISTVERSION= 5.x-2.3 > CATEGORIES= www >-MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/ > > MAINTAINER= nick@foobar.org > COMMENT= An internationalisation module for the Drupal CMS >diff -urNb drupal5-i18n-old/distinfo drupal5-i18n/distinfo >--- drupal5-i18n-old/distinfo 2007-07-07 16:28:32.000000000 +0100 >+++ drupal5-i18n/distinfo 2008-05-18 12:20:26.000000000 +0100 >@@ -1,3 +1,3 @@ >-MD5 (drupal/i18n-5.x-2.1.tar.gz) = 7c884e2240e7b55c360a3ff7f527171f >-SHA256 (drupal/i18n-5.x-2.1.tar.gz) = 7799d1fbd2437a0f1fe8a300d5e7e647b4f395baad18d1dbf428f616a76eed7b >-SIZE (drupal/i18n-5.x-2.1.tar.gz) = 71684 >+MD5 (drupal/i18n-5.x-2.3.tar.gz) = cc92b18b7a0a758fe2637e1365bf6d9e >+SHA256 (drupal/i18n-5.x-2.3.tar.gz) = 2b15a2f73e930fc13229da4aafbf1611625e50ecead72fe78a3c95e0a8679cba >+SIZE (drupal/i18n-5.x-2.3.tar.gz) = 89618 >diff -urNb drupal5-i18n-old/files/patch-i18n.module drupal5-i18n/files/patch-i18n.module >--- drupal5-i18n-old/files/patch-i18n.module 2007-07-07 16:28:33.000000000 +0100 >+++ drupal5-i18n/files/patch-i18n.module 1970-01-01 01:00:00.000000000 +0100 >@@ -1,15 +0,0 @@ >---- i18n.module 2007/05/03 13:48:57 1.36.2.12 >-+++ i18n.module 2007/05/16 17:43:10 1.36.2.13 >-@@ -187,10 +187,10 @@ >- if (isset($node->menu) && !$node->menu['delete'] && $node->menu['title']) { >- $item = $node->menu; >- $item['path'] = ($item['path']) ? $item['path'] : "node/$node->nid"; >-- >-+ $item['type'] = $item['type'] | MENU_MODIFIED_BY_ADMIN; >- if ($item['mid']) { >- // Update menu item >-- db_query("UPDATE {menu} SET pid = %d, path = '%s', title = '%s', description = '%s', weight = %d, type = %d, language = '%s' WHERE mid = %d", $item['pid'], $item['path'], $item['title'], $item['description'], $item['weight'], $item['type'], $item['mid'], $node->language); >-+ db_query("UPDATE {menu} SET pid = %d, path = '%s', title = '%s', description = '%s', weight = %d, type = %d, language = '%s' WHERE mid = %d", $item['pid'], $item['path'], $item['title'], $item['description'], $item['weight'], $item['type'], $node->language, $item['mid']); >- drupal_set_message(t('The menu item %title has been updated with node language.', array('%title' => $item['title']))); >- } elseif(SAVED_NEW == menu_save_item($item)) { >- // Creating new menu item with node language
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123789
: 87217