1
0
Fork 0
Commit-Graph

123 Commits

Autor SHA1 Nachricht Datum
DSB
c3c11151c2 Update for language pack sk 2011-10-22 09:59:40 +00:00
DSB
fda53da988 Update for language pack sk 2011-10-22 09:53:02 +00:00
DSB
c6cc302474 Update for language pack sk 2011-10-22 09:48:20 +00:00
DSB
56ea49440d Update for language pack sk 2011-10-22 00:48:47 +00:00
DSB
808bcab4c2 Update for language pack sk 2011-10-22 00:44:29 +00:00
DSB
228bf1297f Update for language pack sk 2011-10-22 00:35:53 +00:00
DSB
ffd4aba4ca Update for language pack sk 2011-10-22 00:31:14 +00:00
DSB
d486577d15 Update for language pack sk 2011-10-22 00:27:42 +00:00
DSB
10bb0d1db8 Update for language pack sk 2011-10-22 00:21:54 +00:00
DSB
828cb5a1bb Update for language pack sk 2011-10-22 00:13:14 +00:00
DSB
2652a5cb72 Update for language pack sk 2011-10-22 00:06:01 +00:00
DSB
e1d47263ca Update for language pack sk 2011-10-22 00:01:05 +00:00
DSB
2824df2e10 Update for language pack sk 2011-10-21 23:58:35 +00:00
DSB
46b1817293 Update for language pack sk 2011-10-21 23:57:13 +00:00
DSB
baa0f5a032 Update for language pack sk 2011-10-21 23:48:21 +00:00
DSB
cf69ffb1cb Update for language pack sk 2011-10-21 23:11:27 +00:00
DSB
76c2323fde Update for language pack sk 2011-10-21 17:12:23 +00:00
DSB
f23f51c530 Update for language pack sk 2011-10-21 17:09:21 +00:00
DSB
e197335c11 Update for language pack sk 2011-10-21 16:57:48 +00:00
DSB
afbf97deed Update for language pack sk 2011-10-21 16:26:09 +00:00
DSB
2a8cf85dac Update for language pack sk 2011-10-21 06:49:19 +00:00
DSB
a02b784b4a Update for language pack sk 2011-10-20 21:40:35 +00:00
DSB
38900dbdcb Update for language pack sk 2011-10-20 21:19:47 +00:00
DSB
5315681e9f Update for language pack sk 2011-10-20 21:16:53 +00:00
DSB
4081c0385e Update for language pack sk 2011-10-20 21:05:53 +00:00
DSB
bba1759231 Update for language pack sk 2011-10-20 20:59:09 +00:00
DSB
9aad86e74d Update for language pack sk 2011-10-20 20:49:38 +00:00
DSB
657097d288 Update for language pack sk 2011-10-20 20:22:01 +00:00
DSB
ad90f07d20 Update for language pack sk 2011-10-20 18:47:13 +00:00
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
DSB
481c4b2f7a Bug fix:
- removed RewriteBase that is not working on all systems 
- re-added explaining comment in .htaccess
2011-09-08 16:43:31 +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
f9f5a75a7b Removed unused variables 2011-08-09 19:28:13 +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