Commit Graph

3605 Commits

Author SHA1 Message Date
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
91dee4238c revert fix for bug #2931216 2010-01-21 00:36:27 +00:00
Marc Delisle
c343434849 revert fix for bug #2931216 2010-01-21 00:36:27 +00:00
Marc Delisle
eacec1d091 bug #2931216 Relations settings not updated on config change 2010-01-20 18:10:37 +00:00
Marc Delisle
ba66e07181 bug #2931216 Relations settings not updated on config change 2010-01-20 18:10:37 +00:00
Marc Delisle
a04da7df12 new option DisplayBinaryAsHex (was used but no default had been defined) 2010-01-19 12:49:06 +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ř
cf3f73f5d0 Use X-Frame-Options header to protect against ClickJacking. 2010-01-13 13:03:56 +00:00
Michal Čihař
88af8f2779 Use X-Frame-Options header to protect against ClickJacking. 2010-01-13 13:03:56 +00:00
Marc Delisle
bf7b74e941 bug #2929958 Cannot import (French interface) 2010-01-11 17:56:53 +00:00
Marc Delisle
e8ce440fb7 bug #2929958 Cannot import (French interface) 2010-01-11 17:56:53 +00:00
Marc Delisle
e596726312 "Show BLOB contents" should display HTML code that is present in a BLOB 2010-01-05 23:46:39 +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
4e4e40188f bug #2924357 [operations] Cannot rename a database that has foreign key constraints 2010-01-01 22:41:29 +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
73275fc4de advance version numbers 2009-12-31 13:27:55 +00:00
Marc Delisle
8ed383bf13 advance version numbers 2009-12-31 13:27:55 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +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
Marc Delisle
078eedae6e code cleanup 2009-12-30 13:28:30 +00:00
Marc Delisle
6c6d5a5177 some newlines are needed 2009-12-29 18:24:48 +00:00
Marc Delisle
0a217b9b62 undefined variables 2009-12-29 17:58:07 +00:00
Marc Delisle
e7d20c38bf XHTML improvements 2009-12-29 17:45:15 +00:00
Marc Delisle
2519dd3855 code cleanup 2009-12-29 15:21:05 +00:00
Marc Delisle
f1f04a1b3b code cleanup; add a TODO about importing an XML export into a database different than the original one 2009-12-29 15:11:06 +00:00
Marc Delisle
7b3c21b599 code cleanup 2009-12-29 14:04:05 +00:00
Marc Delisle
2eba839c33 new sub-feature: possibility of removing all tracking data for a table (useful for older tables that have been deleted from this database) 2009-12-27 23:05:45 +00:00
Marc Delisle
46826be014 permit to see tracking info even for deleted tables; code cleanup 2009-12-27 21:52:21 +00:00
Herman van Rink
195165c2ae Code cleanup 2009-12-27 13:59:08 +00:00
Marc Delisle
20208dceb2 better to set tracking to false by default to avoid overhead 2009-12-27 13:17:37 +00:00
Marc Delisle
2572a03033 code cleanup 2009-12-27 13:15:18 +00:00