DSB
1f39ccc76a
Update for language pack sk
2011-10-20 18:40:39 +00:00
Harald-Innetzberger
7deb0249dd
MSD-15: If the mysql user is changed in the database panel (tab database) the menu shows the right list of databases now.
2011-10-06 18:00:19 +00:00
DSB
870fdc667d
Update for language pack hu_HU
2011-09-22 19:49:47 +00:00
Harald-Innetzberger
b9754277c9
Solved the problem when the option sendEmail is set to no and the field validation. Now, if the option is set to no, the validation of the fields is deactivated. If is set to yes, the validation is activated.
2011-09-08 15:27:02 +00:00
DSB
d8c714ce28
Config / E-Mail:
...
- added delete message when deleting an e-mail recipient
2011-09-04 10:45:52 +00:00
Harald-Innetzberger
6072297b26
MSD-8:
...
- Fixed the main problem with the CC-Recipients (now the recipients are still there after reloading the page etc. incl. the right setting in mysqldumper.ini with dots instead of underscores)
- Add required validators to the E-Mail-Input-Fields
- Changed the misspelling Reciptient to Recipient in E-Mail-jQuery and E-Mail-PHP-Functions
- Fixed the problem with the E-Mail programs (identically with the CC-Recipients. After reloading the page etc. the data was lost)
2011-09-03 16:29:27 +00:00
DSB
9ab6601ee3
SQL-Browser/ Show tables:
...
- removed line break after first paginator
2011-08-28 10:23:00 +00:00
DSB
c523c74f91
MSD-7
...
Configuration: added method that adds non visible configuration params to the config array that is used to create the config.ini file.
2011-08-28 10:17:37 +00:00
Harald-Innetzberger
6093094d2e
Solved the problem with the unclosed table data. Merged the solutions.
2011-08-23 15:08:40 +00:00
DSB
fa559edcdf
MSD-12
...
Changed name of a variable to reflect its real meaning.
2011-08-22 16:59:22 +00:00
Harald-Innetzberger
dd584f2d16
Checkstyle Warning (Jenkins) solved.
2011-08-22 10:39:57 +00:00
Harald-Innetzberger
a144084c6d
Ftp-DeleteButton is shown dynamically now.
2011-08-22 08:36:28 +00:00
DSB
99555f092d
MSD-12
...
W3C fix
2011-08-09 19:43:48 +00:00
DSB
2e5ac861c7
MSD-12
...
Added: if only one ftp connection is set up hide delete button no matter whether it is active or not. This way "undefined index"-notices should be prevented.
2011-08-09 19:23:29 +00:00
DSB
19aa858b45
QA
2011-08-08 17:34:43 +00:00
Harald-Innetzberger
2ad817f925
Warning messages fix:
...
Warning: array_keys() expects parameter 1 to be array, null given in ...\Ftp.php on line 44
Warning: Invalid argument supplied for foreach() in ...\Ftp.php on line 45
Now the last and only form of ftp-connection forms can't delete any more. This will solve this problem.
2011-08-08 11:04:43 +00:00
Harald-Innetzberger
13307b5334
Wasted linebreaks deleted
2011-08-05 17:04:06 +00:00
DSB
13c7c2fcf2
Update for language pack el
2011-07-24 21:54:23 +00:00
DSB
7403a94f43
Update for language pack zh_CN
2011-07-24 12:09:45 +00:00
DSB
a98f98ee23
Update for language pack zh_CN
2011-07-24 12:07:50 +00:00
DSB
1a68bd4913
TranslationCenter update for zh_CN
2011-07-24 12:00:12 +00:00
DSB
48e002feff
Renamed language Chinese Simplified to more specific iso code
2011-07-24 11:44:54 +00:00
DSB
7c92d86447
Uploaded correct flag for simplified chinese
2011-07-24 11:01:47 +00:00
DSB
771cf4e4a8
Added sub folder for language pack Chinese Simplified
2011-07-24 09:41:57 +00:00
DSB
de076c2066
Update for language pack sv_SE
2011-07-23 18:31:09 +00:00
DSB
b5bc6f81a0
MSD-10
...
Fixed button state when using mass selectors
2011-07-17 09:32:30 +00:00
DSB
754e6e6aea
Update for language pack en
2011-07-17 09:10:04 +00:00
JanRei
65bfb9743b
- No hover effects for disabled elements
...
- Use full table width for notice about empty database
2011-07-15 17:23:08 +00:00
DSB
cb41169a1f
Update for language packs
2011-07-04 18:33:55 +00:00
DSB
eb6c5d5eb7
Update for language packs
2011-07-04 17:49:39 +00:00
DSB
080e056811
Update for language packs
2011-07-03 18:50:26 +00:00
DSB
5b1924d8cd
Update for language pack fa
2011-07-03 18:44:53 +00:00
DSB
9246cc9533
Update for language pack sk
2011-07-02 10:08:19 +00:00
DSB
42fc6f3243
Update for language packs
2011-06-27 14:48:45 +00:00
DSB
3bb862caa8
Removed debug output
2011-06-20 19:11:37 +00:00
DSB
2e379d8647
SQL-Box:
...
- added detection if one or more queries have to be executed
- added output summary fro multiple queries
2011-06-20 17:56:36 +00:00
DSB
22ad2d7768
Update for language packs
2011-06-20 17:47:44 +00:00
DSB
d961834665
Update for language packs
2011-06-20 17:42:14 +00:00
DSB
3d1c6c6798
SQL-Parser / SQL-Box:
...
- enabled execution of queries in SQL-Box
2011-06-20 14:00:02 +00:00
DSB
76b02c64e7
SQl-Parser:
...
- changes error output if statement is unknown
- QA
2011-06-20 13:55:10 +00:00
DSB
e95ab08945
SQl-Parser:
...
- changes and fixes for parsing statements
- QA
SQl-Browser / SQL-Box:
- added semicolon to table select box
2011-06-20 13:39:03 +00:00
DSB
2a46539fe5
SQl-Parser:
...
- optionally set pointer behind matches
- added detection for incomplete statements
SQl-Browser / SQL-Box:
- output error message if query is incomplete
2011-06-20 09:13:45 +00:00
DSB
6efd866311
Update for language packs
2011-06-20 09:11:01 +00:00
DSB
44b6c1b314
Update for language packs
2011-06-20 09:07:45 +00:00
DSB
f9e395e7d2
Update for language packs
2011-06-20 09:00:03 +00:00
DSB
eef38cec0c
SQL-Parser:
...
- implemented a new sql-object that can be handed over to the statement parsing classes (Implemented only for select for now)
QA
Added library path constant to public/index.php
2011-06-19 21:26:17 +00:00
DSB
2d8e59b0b2
SQL-Box:
...
- prepared parsing of more than one query
2011-06-19 15:43:36 +00:00
DSB
1d1da03450
Update for language pack hu_HU
2011-06-19 15:27:55 +00:00
DSB
e7bc0d0b0a
Added new parser to SQL-Browser / SQL-Box
...
Removed require_once in parser classes
Added debug possibility to parser
2011-06-19 14:42:30 +00:00
DSB
06f53ae5f2
Added language pack Hungarian
2011-06-19 10:46:09 +00:00