Commit Graph

4516 Commits

Author SHA1 Message Date
Marc Delisle
15fd805b80 Conditional Ajax for DROP TRIGGER 2011-02-01 07:42:36 -05:00
Michal Čihař
ae572c0791 This should be translated as well. 2011-01-31 15:47:23 +01:00
Michal Čihař
700b5d985a Simplify HTML 2011-01-31 15:45:42 +01:00
Michal Čihař
d5d329850e Make strings translatable. 2011-01-31 15:43:08 +01:00
Michal Čihař
acc405e3fa Wrap URL in transformation as well 2011-01-31 15:35:08 +01:00
Michal Čihař
67e4994490 Single place to handle redirection. 2011-01-31 15:22:25 +01:00
Marc Delisle
b0fcd264a9 Conditional Ajax parameter in user preferences 2011-01-29 15:08:38 -05:00
Marc Delisle
0b7d8e5bf4 Conditional Ajax parameter in setup 2011-01-29 15:04:08 -05:00
Marc Delisle
dea96e2e5a Conditional Ajax for db Structure and Tracking 2011-01-29 11:15:35 -05:00
Michal Čihař
cc8e3849cf The decodeBB did not escape <>, keep this functionality. 2011-01-28 23:12:18 +01:00
Marc Delisle
e0c0d21380 Conditional Ajax on SQL query form 2011-01-28 12:47:19 -05:00
Michal Čihař
67a8a06c1a [interface] Default to not count tables in database.
This gives big performance penalty in case there is many databases and
the number of tables is not that much useful to justify it.
2011-01-28 14:29:44 +01:00
Michal Čihař
5ceb7bc817 Drop duplicate implementation of same thing. 2011-01-28 13:28:02 +01:00
Michal Čihař
dc0c6938b2 [security] Redirect external links to avoid Referer leakage. 2011-01-28 13:22:41 +01:00
Michal Čihař
a6baca6d77 Remove stray </div> 2011-01-28 10:52:04 +01:00
Michal Čihař
1fc9371c6c input element can not be under tr
Confirmation for DROP index did not work.
2011-01-28 10:49:20 +01:00
Michal Čihař
85ab22ddc0 input element can not be under tr
This prevented the JS confirmation to work with Chromium, because it
moved the element outside the table.
2011-01-28 10:40:23 +01:00
Michal Čihař
701268fb57 No javascript footer in AJAX requests. 2011-01-28 10:29:47 +01:00
Michal Čihař
b2fa59876b Avoid showing open in new window for AJAX requests. 2011-01-28 10:24:34 +01:00
Marc Delisle
5b900ead54 Conditional Ajax on table Structure 2011-01-27 13:08:33 -05:00
Michal Čihař
03b648ff46 Merge remote branch 'origin/master' 2011-01-27 10:02:03 +01:00
Michal Čihař
3d54060945 Generate reload params on place where they are used.
This fixes reloading navigation frame when database is selected.
2011-01-27 10:01:17 +01:00
Herman van Rink
f57daa0a59 Fix XSS problem, regression in the 3.4 branch.
Dev releases until -beta2 are vulnerable.
Thanks to Aung Khant from YGN Ethical Hacker Group (http://yehg.net/) for reporting this issue.
2011-01-26 11:36:10 +01:00
Marc Delisle
e311848262 Conditional Ajax on table create 2011-01-25 13:06:17 -05:00
Madhura Jayaratne
e3870e938e Avoid current page being reset to initial page when an empty table is encountered. 2011-01-25 08:10:54 +05:30
Madhura Jayaratne
cc7cd4eca8 To avoid php notices on undefined variables 2011-01-25 00:28:52 +05:30
Madhura Jayaratne
dec8229eae bug #3164338 [pdf] Exporting database to PDF incomplete 2011-01-24 08:41:29 +05:30
Marc Delisle
8cbee94e5d Change a function definition to fit with newest TCPDF version 2011-01-22 10:09:49 -05:00
Marc Delisle
5464b54e17 Start implementing conditional Ajax (in results page) 2011-01-22 09:50:12 -05:00
madhuracj
8fd3359cf9 Code formatting. 2011-01-21 18:53:27 +05:30
madhuracj
3081456e1f bug #3163331 [pdf] Grid not adjusted to paper size and orientation 2011-01-21 18:32:55 +05:30
madhuracj
bb0229fc07 Schema export to PDF functionality made compatible with TCPDF 5.9 2011-01-21 09:00:01 +05:30
madhuracj
8a39a95993 cache folder, fonts added and images deleted as per the instructions by TCPDF author 2011-01-19 22:47:23 +05:30
madhuracj
0ac7bda8da Deleted unused files.
These files were used only in examples that comes with the TCPDF library
2011-01-19 18:39:12 +05:30
madhuracj
ca55e59e6b TCPDF upgraded to version 5.9 2011-01-19 17:55:41 +05:30
Michal Čihař
eeea3d6845 [export] Better handling of export to PHP array.
There is no need for own logic here, we can use var_export.
2011-01-13 13:42:24 +01:00
Michal Čihař
bf3da02992 Merge branch 'QA_3_3' 2011-01-13 13:28:07 +01:00
Jacob Middag
df97b1d2c0 Changed yaml export to double quotes for strings 2011-01-13 13:27:21 +01:00
Marc Delisle
b34b104a30 Improve function naming and remove vulgar term 2011-01-12 08:53:06 -05:00
Marc Delisle
cc9f99d303 Typo "choosen" -> "chosen" 2011-01-12 08:40:54 -05:00
Marc Delisle
89552c74c4 Merge branch 'QA_3_3' 2011-01-12 08:05:40 -05:00
Marc Delisle
31cd4bdd6a bug #3155842 [core] Edit relational page and page number 2011-01-12 08:04:57 -05:00
Piotr Przybylski
51684a8362 Upper bounds for user prefs were read from already modified settings 2011-01-11 00:12:47 +01:00
Marc Delisle
6094e6c644 - Bug #3151925 Page selector dropdown broken with ORDER BY query
- PMA_pageselector() had an unused parameter
2011-01-08 15:14:00 -05:00
Marc Delisle
45eb47fe14 Merge branch 'QA_3_3' 2011-01-08 13:45:40 -05:00
Marc Delisle
8244589813 Bug #3153409 [core] 0 row(s) affected 2011-01-08 13:44:28 -05:00
Marc Delisle
44f99c2f47 Working on 3.4.0-beta3 2011-01-07 11:16:29 -05:00
Marc Delisle
c46844e4ae 3.4.0-beta2 2011-01-07 10:41:07 -05:00
Marc Delisle
a0ce9830fb Messages not under gettext 2011-01-07 07:50:48 -05:00
Michal Čihař
9ebd401b0e Remove error.php
Redirecting to other script introduces possibility of inject custom
messages to it. Though there is no clear security issue in this, it
might confuse users and mistake them to go to external site as it allows
to include links.

Conflicts:

	error.php
	libraries/core.lib.php
2011-01-06 09:36:30 +01:00