From 12c773ff7f06a240e66a264b23261f0436e56175 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 4 Jan 2011 02:31:18 +0000 Subject: - Rework the Add Index indexes menu and the auto_increment index required menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$ - Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible. - Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs - Fix exceptions when adding indexes to a table where every field is already indexed - Fix initialField/indexedFieldNames check to improve on r3061 - Fix toggling advanced index view after closing the sheet with the view open - Update localisable strings --- Resources/English.lproj/DBView.strings | Bin 100620 -> 100436 bytes Resources/English.lproj/IndexesView.strings | Bin 6390 -> 6592 bytes Resources/English.lproj/Localizable.strings | Bin 211058 -> 211178 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'Resources') diff --git a/Resources/English.lproj/DBView.strings b/Resources/English.lproj/DBView.strings index b2b0b4b9..f7096605 100644 Binary files a/Resources/English.lproj/DBView.strings and b/Resources/English.lproj/DBView.strings differ diff --git a/Resources/English.lproj/IndexesView.strings b/Resources/English.lproj/IndexesView.strings index ebbaab67..a2c1a5d7 100644 Binary files a/Resources/English.lproj/IndexesView.strings and b/Resources/English.lproj/IndexesView.strings differ diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings index 18431777..345a08ee 100644 Binary files a/Resources/English.lproj/Localizable.strings and b/Resources/English.lproj/Localizable.strings differ -- cgit v1.2.3