Commit Graph

4543 Commits

Author SHA1 Message Date
Michal Čihař
8f25926174 Need to fill in all things as associative array, otherwise user prefs fail 2011-02-08 13:56:27 +01:00
Michal Čihař
874e0ab8da Make some strings in preferences translatable 2011-02-08 13:30:58 +01:00
Michal Čihař
cd74e9fa5d bug #3175227 [auth] Reset user cache on login. 2011-02-08 13:15:01 +01:00
Michal Čihař
143b830a7d Make copy separate column 2011-02-08 11:54:02 +01:00
Jan Prachař
a63532c666 Add direct link to copy row of the displayed table. 2011-02-08 11:43:55 +01:00
Dieter Adriaenssens
03cb652cef use correct variable name 2011-02-08 10:19:50 +01:00
Michal Čihař
33b4d9fb5c Use correct arrow for rtl languages 2011-02-08 09:45:07 +01:00
Michal Čihař
fca6631236 Replace manual <script> tag with common code. 2011-02-08 09:27:40 +01:00
Michal Čihař
1208ed935f Factor out code for generating JS inclusion. 2011-02-08 09:27:40 +01:00
Michal Čihař
148e35da06 This might not be defined when login fails 2011-02-07 18:49:58 +01:00
Marc Delisle
9443d6efc2 Conditional Ajax on display Options 2011-02-05 07:57:30 -05:00
Marc Delisle
3be1863606 Conditional Ajax on sorting results 2011-02-05 07:34:56 -05:00
Michal Čihař
d296a5222b Avoid new lines between elements as this can lead to spaces 2011-02-02 22:55:10 +01:00
Marc Delisle
7b73bd180c Conditional Ajax for change password form 2011-02-02 12:59:02 -05:00
Marc Delisle
a3e0bc0223 Conditional Ajax for create db 2011-02-02 12:42:46 -05:00
Michal Čihař
a0d08a3321 Move javascript for sliders to functions.js. 2011-02-02 16:04:22 +01:00
Michal Čihař
3cb9916d8b Do not go to the anchor after expanding slider. 2011-02-02 15:36:41 +01:00
Michal Čihař
daf7891943 Make this translatable 2011-02-02 15:32:49 +01:00
Michal Čihař
08f2042a2d Do not hardcode image size
This allows better theming.
2011-02-02 15:31:02 +01:00
Michal Čihař
9c0aedd744 Whitespace cleanup 2011-02-02 15:17:32 +01:00
Michal Čihař
2b451c279b Allow separate styling of navigtaion bar 2011-02-02 15:17:22 +01:00
Michal Čihař
f11509d5b5 Add table caption and move documentation link there.
Otherwise the separate documentation link looks little strange.
2011-02-02 14:52:56 +01:00
Michal Čihař
b1fe08fa92 Add version check to vendor configuration.
This is something what most Linux distributions will want to disable, so
give it to place where this customisation should happen.
2011-02-02 14:38:10 +01:00
Michal Čihař
42c8e65139 Make version check configurable. 2011-02-02 14:32:46 +01:00
Michal Čihař
599492943d This should clear possible floats 2011-02-02 14:12:54 +01:00
Michal Čihař
5a2835ec86 Readd redirect login to top frame 2011-02-02 11:44:56 +01:00
Michal Čihař
685e199c16 Use standard javascript loading on login page. 2011-02-01 17:52:14 +01:00
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