From d442e29e22e7cdb8a36f2bf3d2ad7cfc8910a0e9 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 20 Dec 2010 09:48:22 +0000 Subject: =?UTF-8?q?=E2=80=A2=20preparations=20for=20managing=20default=20B?= =?UTF-8?q?undles=20which=20will=20ship=20with=20SP=20=E2=80=A2=20improved?= =?UTF-8?q?=20Bundle=20Editor=20to=20store=20only=20modified=20Bundles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Plists/PreferenceDefaults.plist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Resources') diff --git a/Resources/Plists/PreferenceDefaults.plist b/Resources/Plists/PreferenceDefaults.plist index 093174a2..591bb967 100644 --- a/Resources/Plists/PreferenceDefaults.plist +++ b/Resources/Plists/PreferenceDefaults.plist @@ -175,5 +175,9 @@ LIKE '%@%' WebKitDeveloperExtras + deletedDefaultBundles + + updatedDefaultBundles + -- cgit v1.2.3 From 55fb563d473c25c0ea917898001b7ab4c4e09633 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 22 Dec 2010 01:40:36 +0000 Subject: - Fix issues with user management and GRANT OPTION - when applying all privileges (or removing all privileges) at once, the server treated the list of all options as 'GRANT ALL', instead of GRANT ALL WITH GRANT OPTION. - Update localisable strings files --- Resources/English.lproj/BundleEditor.strings | Bin 18482 -> 18258 bytes Resources/English.lproj/Localizable.strings | Bin 200956 -> 203690 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'Resources') diff --git a/Resources/English.lproj/BundleEditor.strings b/Resources/English.lproj/BundleEditor.strings index 70fce557..a37c760c 100644 Binary files a/Resources/English.lproj/BundleEditor.strings and b/Resources/English.lproj/BundleEditor.strings differ diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings index 15ffd56a..2d9b24c9 100644 Binary files a/Resources/English.lproj/Localizable.strings and b/Resources/English.lproj/Localizable.strings differ -- cgit v1.2.3 From f873d9c10f5023be4c14114db009a6467c7dcc92 Mon Sep 17 00:00:00 2001 From: dmoagx Date: Sun, 26 Dec 2010 00:59:22 +0000 Subject: * Provide more context for Bundle Editor localizable messages (leaves one issue with genstrings, might need to set "-q") --- Resources/English.lproj/BundleEditor.strings | Bin 18258 -> 19640 bytes Resources/English.lproj/Localizable.strings | Bin 203690 -> 211058 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'Resources') diff --git a/Resources/English.lproj/BundleEditor.strings b/Resources/English.lproj/BundleEditor.strings index a37c760c..17be5976 100644 Binary files a/Resources/English.lproj/BundleEditor.strings and b/Resources/English.lproj/BundleEditor.strings differ diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings index 2d9b24c9..18431777 100644 Binary files a/Resources/English.lproj/Localizable.strings and b/Resources/English.lproj/Localizable.strings differ -- cgit v1.2.3