Attention: This commit messes with the language filed. All language files in the repository have been adjusted, but some texts still need to be slightly updated (see comments in language files)
This required a new language text "ques_primarykey_add" that is currently only translated in German (and English)
- the "back" links after some action was confirmed mostly let to the database page. Now they lead back to the place where the user came from, mostly column_view or row_view actions. This touches issue #230.
git-svn-id: https://phpliteadmin.googlecode.com/svn/source/trunk@444 c054f44c-0d31-6418-e286-147a9414beb1
- added the following new types: "NUMERIC","BOOLEAN","DATETIME"
- Default values can now be stuff like CURRENT_TIMESTAMP and can even be expressions like strftime('%d-%m-%Y')
- if adding columns with non-constant values like CURRENT_TIMESTAMP, the alterTable-workaround is used because SQLite3 does not support adding columns with default values that are not constant
- when creating a new table, the headings were still hard coded in English
- added some new language texts for this stuff that still need to be translated in all languages except German
git-svn-id: https://phpliteadmin.googlecode.com/svn/source/trunk@435 c054f44c-0d31-6418-e286-147a9414beb1
This introduced the new language text counting_skipped that still needs to be translated into all languages except German.
This fixes issue #226.
Note that we should fix issue #79 so the user has a chance to add a primay key.
git-svn-id: https://phpliteadmin.googlecode.com/svn/source/trunk@424 c054f44c-0d31-6418-e286-147a9414beb1