7 Commits

Author SHA1 Message Date
Christopher Kramer
edcf2d3a45 ! New feature: Delete multiple tables / views. This fixes issue #380.
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)
2019-10-04 19:17:54 +02:00
Christopher Kramer
471b947a4e Language string warn_dumbass removed, as it is not necessary, not used anymore and people might not understand the humour (see Issue #97). 2017-01-28 22:46:17 +01:00
Christopher Kramer
e1932f5210 Replaced google code links with bitbucket links.
Removed README.txt, readme.md is the new readme.
2015-06-28 11:12:23 +02:00
crazy4chrissi@gmail.com
a547e84176 - ALTER TABLE now supports ADD PRIMARY KEY(), so you can now add primary keys. This is also possible in column_view. NOTE: This is currently only possible if the table has no primary key yet. There is no possibility to drop or change primary keys so far. This is related to issue #12, issue #158 and issue #79, although not completely fixing any of these.
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
2013-12-29 22:59:34 +00:00
crazy4chrissi@gmail.com
adbe6c2fd5 Fixed issue #76: can't create a time/date field in graphical mode
- 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
2013-12-25 20:28:35 +00:00
crazy4chrissi@gmail.com
2b4c4c6ee3 Explained why records do not get counted when the db is big and table has no primary key. Also added option to force counting anyway.
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
2013-12-23 23:22:21 +00:00
crazy4chrissi@gmail.com
61f5cdfc2f Added Italian translation.
Thanks to Franco Tassi for the translation!
Source: https://groups.google.com/forum/?fromgroups=#!topic/phpliteadmin/doEJinhq4lA

git-svn-id: https://phpliteadmin.googlecode.com/svn/source/trunk@408 c054f44c-0d31-6418-e286-147a9414beb1
2013-04-25 16:05:30 +00:00