Commit Graph

3417 Commits

Author SHA1 Message Date
Michal Čihař
ecc4913a8c Reenable bookmarking code.
Just disable it for webkit based browsers, because they do not allow to
update any part of location without reload.

bug#2937481
2010-01-25 11:50:48 +00:00
Michal Čihař
df1671d1c4 Include mootools as first script. 2010-01-25 11:50:14 +00:00
Michal Čihař
201d0e892c Load mootools in every page. 2010-01-25 11:49:46 +00:00
Marc Delisle
fa83f17fc1 bug #2938492 information_schema sorting order 2010-01-24 10:52:30 +00:00
Herman van Rink
cac4384a8c Minor cleanup 2010-01-23 11:34:43 +00:00
Michal Čihař
608ad9b147 bug #2936482 [core] Fix SSL detection. 2010-01-22 21:52:30 +00:00
Michal Čihař
94007b6705 Disable hash loading code for now.
I'll try to fix this properly, but probably not earlier than on Monday.
2010-01-22 21:48:04 +00:00
Michal Čihař
b6a7def809 Reloading also on login page. 2010-01-22 21:45:49 +00:00
Michal Čihař
ddbffcd5bd [interface] It is now possible to bookmark most pages in JS capable browser. 2010-01-22 19:15:47 +00:00
Michal Čihař
a26d2f0934 Add documentation links to types. 2010-01-22 18:36:07 +00:00
Michal Čihař
46a2a4e0ba [interface] Provide links to documentation in highlighted SQL. 2010-01-22 18:35:38 +00:00
Michal Čihař
7f9126fde9 rfe #1379201 [core] Add option to configure session_save_path. 2010-01-22 17:46:55 +00:00
Michal Čihař
e532069912 rfe #1516803 [edit] Allow to set BLOB to/from NULL with ProtectBinary. 2010-01-22 17:20:35 +00:00
Michal Čihař
596bb4812d [browse] Properly display NULL value for BLOB. 2010-01-22 17:19:07 +00:00
Michal Čihař
0051be2540 Do not fail on editing existing table. 2010-01-22 16:44:32 +00:00
Marc Delisle
443fa4db58 undefined variable 2010-01-22 16:27:36 +00:00
Michal Čihař
bdaedd3f83 rfe #1025696 [browse] Add direct download of binary fields. 2010-01-22 16:17:41 +00:00
Michal Čihař
ae03cd3b5f Show functional link when creating new table, not to the name of future table. 2010-01-22 15:42:36 +00:00
Michal Čihař
2fc3f1beba Allow to edit table name when creating new one. 2010-01-22 15:40:45 +00:00
Marc Delisle
be348f66cc rfe #854911 [interface] Grey out non applicable actions in structure 2010-01-21 21:29:10 +00:00
Michal Čihař
1a6e594442 rfe #2835109 [interface] Move ^1 to the end of message. 2010-01-21 16:27:26 +00:00
Michal Čihař
bee928cb75 Fix indentation. 2010-01-21 15:29:35 +00:00
Michal Čihař
ebf948d840 Cleare session error message before login. 2010-01-21 15:24:35 +00:00
Michal Čihař
ac9d23f535 rfe #2936156 [auth] Signon authentication forwards error message through session data. 2010-01-21 15:22:34 +00:00
Michal Čihař
67ae2130e7 rfe #1721189 [core] Force reload js on code change. 2010-01-21 13:37:08 +00:00
Michal Čihař
5a5bbbe055 Make the code for getThemeUniqueValue at least a bit readable. 2010-01-21 13:08:40 +00:00
Michal Čihař
b29ef818d9 Properly initialize session cookie params.
This was mistakenly commented out. We can also use httponly parameter
instead of injecting it manually because PHP >= 5.2.0 supports it.
2010-01-21 13:01:27 +00:00
Michal Čihař
0b15e478d7 PmaAbsoluteUri is now checked at the beginning
This way we don't have to care in all other places whether it is correct
or not.
2010-01-21 12:49:49 +00:00
Michal Čihař
6ca77a8b5e Simplify https condition as we already know this. 2010-01-21 12:49:09 +00:00
Michal Čihař
7c4eb67e13 We don't need __wakeup in PMA_Config as it is no longer in session. 2010-01-21 12:35:05 +00:00
Michal Čihař
dd58fce29c Fix more occurences of $_SESSION['PMA_Config']. 2010-01-21 12:33:30 +00:00
Michal Čihař
c33ffe8138 rfe #1778337 [core] Try moving tables by RENAME and fail to CREATE/INSERT if that fails. 2010-01-21 11:22:52 +00:00
Michal Čihař
3235e026a5 rfe #2393597 [core] phpMyAdmin honors https in PmaAbsoluteUri.
Add function to detect current https state in addition the one which
checks what user has configured. Then we do not rewrite configured URL
if protocol differs, because we hope user has made the right thing.
2010-01-21 11:21:50 +00:00
Michal Čihař
3c5c7f3630 [core] Cookie path now honors PmaAbsoluteUri. 2010-01-21 11:20:42 +00:00
Michal Čihař
58d9b034f7 Cache results of checkPmaAbsoluteUri. 2010-01-21 11:19:49 +00:00
Michal Čihař
94c2f864ae [core] Remove config data from session as it brings chicken-egg problem.
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Michal Čihař
f7dda75cd7 Separate ?> to avoid confusing syntax highlighters. 2010-01-21 11:13:04 +00:00
Michal Čihař
1243d870e7 rfe #2420684 [export] Allow export of timestamps in UTC. 2010-01-21 11:10:33 +00:00
Marc Delisle
c343434849 revert fix for bug #2931216 2010-01-21 00:36:27 +00:00
Marc Delisle
ba66e07181 bug #2931216 Relations settings not updated on config change 2010-01-20 18:10:37 +00:00
Marc Delisle
3c449953a2 new option DisplayBinaryAsHex (was used but no default had been defined) 2010-01-19 12:49:06 +00:00
Michal Čihař
2c5f033a0d rfe #2816943 [interface] Add REGEXP ^...$ to select dialog. 2010-01-13 13:31:33 +00:00
Michal Čihař
88af8f2779 Use X-Frame-Options header to protect against ClickJacking. 2010-01-13 13:03:56 +00:00
Marc Delisle
e8ce440fb7 bug #2929958 Cannot import (French interface) 2010-01-11 17:56:53 +00:00
Marc Delisle
8623017145 "Show BLOB contents" should display HTML code that is present in a BLOB 2010-01-05 23:46:39 +00:00
Marc Delisle
6f9d95970b rfe #2890226 [view] enable VIEW rename 2010-01-02 13:34:47 +00:00
Marc Delisle
d3892fdbff bug #2924357 [operations] Cannot rename a database that has foreign key constraints 2010-01-01 22:41:29 +00:00
Marc Delisle
8ed383bf13 advance version numbers 2009-12-31 13:27:55 +00:00
Marc Delisle
87b994743b primary_key is really a WHERE clause (that works also on tables where no PK is defined) 2009-12-30 15:27:27 +00:00
Marc Delisle
d63ed916fc code cleanup 2009-12-30 13:46:17 +00:00