Commit Graph

4233 Commits

Author SHA1 Message Date
Martynas Mickevicius
e3736762ae cleaned JS for tooltips 2010-07-22 14:30:02 +03:00
Adnan
a7e3c0475c Merge Origin: Conflicts in js/functions.js 2010-07-22 16:03:50 +05:00
Crack
7ac7e24d8c more styling for disabled options
new "Developer" tab (by default all options are disabled, users can't modify them)
fixed UserprefsDisallow export in setup script
2010-07-22 01:29:36 +02:00
Martynas Mickevicius
557eb2096b added tooltips for radar charts. 2010-07-21 19:32:17 +03:00
Crack
7b0135ed6a fix port number validation
correct naming mistake (authentication != authorization)
setup script: move server authentication settings to new tab
2010-07-21 16:11:02 +02:00
Crack
600bdbd57e Setup script: AllowThirdPartyFraming
User preferences and setup script: new tab - Warnings, with options to disable mcrypt, Suhosin and pmadb warnings
2010-07-21 14:01:53 +02:00
Michal Čihař
06cf763358 [interface] Better formatting for SQL validator results. 2010-07-21 13:45:32 +02:00
Michal Čihař
2490329af1 Remove obsolete comments. 2010-07-21 13:40:40 +02:00
Michal Čihař
43d5ad370a Use real version when talking to validator. 2010-07-21 13:35:43 +02:00
Michal Čihař
f5aa40b02f Catch error when connection to validator service fails. 2010-07-21 13:32:26 +02:00
Michal Čihař
ec18488499 Fix documentation. 2010-07-21 13:20:58 +02:00
Michal Čihař
49a3bf45b7 Coding style. 2010-07-21 13:20:29 +02:00
Michal Čihař
7d9bdc4754 Make sure sqlvalidator_error is always defined. 2010-07-21 13:19:19 +02:00
Michal Čihař
1faec011d0 SQL validator works also with SOAP PHP extension. 2010-07-21 13:17:15 +02:00
Adnan
14b26e314a TCPDF Class: Clean output buffer before downloading file 2010-07-21 16:12:49 +05:00
Adnan
9595dce3b8 PDF + SVG + Dia Schema: Notices Fix + Prompt User for Download Files 2010-07-21 16:11:08 +05:00
Michal Čihař
e5e340e525 Proper propagating of overrided values. 2010-07-21 10:16:30 +02:00
Michal Čihař
cb6716c481 Documentation in LaTeX format strings. 2010-07-21 10:11:35 +02:00
Michal Čihař
b1cf628bd7 Support for phpMyAdmin documentation in plugin library. 2010-07-21 10:10:06 +02:00
Michal Čihař
38171b9e23 Move documentation link to better place. 2010-07-21 10:08:48 +02:00
Michal Čihař
7a788a52b9 Document why __VAR__ is there. 2010-07-21 10:07:03 +02:00
Michal Čihař
906d7bc632 By default use new format strings. 2010-07-21 10:06:16 +02:00
Michal Čihař
2040be9611 Documentation. 2010-07-21 09:56:05 +02:00
Michal Čihař
9b2aa3c40d Indentation. 2010-07-21 09:55:13 +02:00
Michal Čihař
715f2f04f6 Move messages to place where they are used. 2010-07-21 09:54:04 +02:00
Michal Čihař
7415caa4e4 LaTeX export uses PMA_expandUserString. 2010-07-21 09:51:24 +02:00
Michal Čihař
32910a9b28 Cleanup in PMA_expandUserString. 2010-07-21 09:43:38 +02:00
Michal Čihař
b24a566eba Export uses same expanding as title. 2010-07-21 09:36:28 +02:00
Michal Čihař
40aaa768dd Factor out variable expanding. 2010-07-21 09:30:31 +02:00
Michal Čihař
ce9e7a9462 Not used anywhere. 2010-07-21 09:26:00 +02:00
Michal Čihař
eeae8bec21 Get rid of inline javascript in login form. 2010-07-21 09:21:58 +02:00
Michal Čihař
4252011c93 Another occurence of message. 2010-07-21 08:57:34 +02:00
Michal Čihař
31244e29d5 Better message for missing extension. 2010-07-21 08:52:35 +02:00
Crack
cc9b5c9028 mark fields that user can disable in setup script 2010-07-21 01:21:32 +02:00
lorilee
db9527b4c6 Merging with master 2010-07-20 15:30:36 -07:00
lorilee
d621c84dbf Merging from master 2010-07-20 15:28:21 -07:00
lorilee
aa49b85fad Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
Conflicts:
	libraries/display_export.lib.php
2010-07-20 15:23:12 -07:00
lorilee
6ed0cb3726 Corrected syntax for checking if a checkbox is checked 2010-07-20 13:56:28 -07:00
Martynas Mickevicius
2f78d2d147 tooltip on the pie working. Now only on the query results chart. 2010-07-20 23:29:13 +03:00
lorilee
d229f6ca24 ACcidentally deleted these files 2010-07-20 13:10:34 -07:00
lorilee
2ebf96d242 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/display_export.lib.php
	libraries/display_import.lib.php
2010-07-20 13:04:03 -07:00
Crack
43a7629da9 Users can disable: AllowUserDropDatabase, UseDbSearch, QueryHistoryDB, ShowPhpInfo, ShowChgPassword
Users can change: QueryHistoryMax (must be lower than value from file config)
2010-07-20 21:57:05 +02:00
lorilee
b8022422f7 Updated enum/set editor (submit button has only one function, escapes special characters, has more instructions for formatting 2010-07-20 12:22:39 -07:00
Martynas Mickevicius
c40e145597 added JS tooltips to the bar and line charts. Other types generate warnings for now. 2010-07-20 20:29:19 +03:00
Crack
a8ed8e6123 SQL Validator forms 2010-07-20 16:36:22 +02:00
Michal Čihař
0b86b981bb This comment looks totally irellevant. 2010-07-20 15:29:06 +02:00
Michal Čihař
3e57a8eca9 No @uses __('Something'). 2010-07-20 15:06:34 +02:00
Michal Čihař
60b2d5a3a4 Merge branch 'QA_3_3'
Conflicts:
	Documentation.html
	README
	libraries/Config.class.php
	translators.html
2010-07-20 14:39:46 +02:00
Michal Čihař
ef500cd23f bug #3031705 [core] Do not use CONCAT for DECIMAL fields. 2010-07-20 14:37:53 +02:00
Michal Čihař
59428bb433 Whitespace cleanup. 2010-07-20 14:36:44 +02:00