Marc Delisle
8fb1f3ce4c
bug #1374753 , Language change on login panel not propagated
2005-12-06 19:57:42 +00:00
Sebastian Mendel
a7b7f0bd11
- make use of new PMA_Theme and PMA_Theme_Manager classes
...
- remove libraries/select_theme.lib.php
2005-11-29 12:25:31 +00:00
Michal Čihař
319cabce52
Display PMA_errors on login form.
2005-11-28 13:54:45 +00:00
Michal Čihař
8fb8197346
Fix undefined indexes.
2005-11-27 21:54:53 +00:00
Sebastian Mendel
42feed2cca
use PMA_sendHeaderLocation() and new functionality of PMA_generate_common_url()
2005-11-25 10:25:27 +00:00
Michal Čihař
562c710eed
Do not create URLs like index.php?&.
2005-11-25 09:12:13 +00:00
Michal Čihař
ab9aef8977
Header and footer per themes (RFE #984152 ), config.{header,footer}.inc.php files are now optional.
2005-11-25 08:37:54 +00:00
Michal Čihař
c82587ab32
Remember selected page when login time outs.
2005-11-23 20:31:47 +00:00
Michal Čihař
fef607cd64
Move error message on top of page.
2005-11-23 16:45:13 +00:00
Michal Čihař
8996ff60a1
Functionalised server selection and use it in cookie auth (RFE #1362727 ).
2005-11-23 15:03:57 +00:00
Sebastian Mendel
8fc4a4ce05
moved styles into css
2005-11-23 15:01:29 +00:00
Michal Čihař
d6391f6346
Use fieldsets on login form (RFE #1364546 ).
2005-11-23 14:43:55 +00:00
Michal Čihař
8ddefe075b
Use notice box for cookie information.
2005-11-23 14:29:12 +00:00
Michal Čihař
331fb423ef
Use fieldsets on login form (RFE #1364546 ).
2005-11-23 14:25:08 +00:00
Sebastian Mendel
0567bfe215
drop PMA_setFontSizes()
2005-11-23 14:17:53 +00:00
Michal Čihař
ccb2e11f67
Try to load mcrypt extension.
2005-11-23 12:14:39 +00:00
Michal Čihař
23167de8bf
Common code for language selection form.
2005-11-23 11:12:58 +00:00
Michal Čihař
bee36e92a8
Escape verbose server name (bug #1362671 ).
2005-11-21 12:03:12 +00:00
Sebastian Mendel
a51f2533ea
unified message boxes (error, warning, confirmation)
2005-10-26 17:32:19 +00:00
Michal Čihař
52bb3fd79b
Use common header.
2005-10-13 15:01:19 +00:00
Michal Čihař
b64dccc2ae
Removed unused code parts.
2005-10-08 14:59:56 +00:00
Michal Čihař
81d01ac2ce
Keep database and table selection over login, needed for RFE #1278312 .
2005-10-08 13:07:27 +00:00
Sebastian Mendel
87764fc859
introducing sessions
2005-09-27 16:26:18 +00:00
Michal Čihař
64bd56dfba
Support for browsing selected columns (RFE #1275909 ).
2005-09-26 19:03:11 +00:00
Marc Delisle
0191fc3c33
bug #1240880 , XSS on the cookie-based login panel
2005-07-21 11:55:25 +00:00
Michal Čihař
a9aedbe951
Unified cookie path handling, added / to end of path (bug #1155373 ).
2005-03-06 21:10:53 +00:00
Marc Delisle
296c925db6
but #1149373 , error when blowfish_secret is empty
2005-02-23 16:13:24 +00:00
Michal Čihař
f1f39b8ed1
added infou about UFPDF to documentation
2004-12-29 14:16:51 +00:00
Michal Čihař
aca8292833
Allow simple blocking of root login (RFE #1012971 ), show just Access denied in case we denied it.
2004-10-20 15:50:52 +00:00
Alexander M. Turek
6f96840173
use Traditional Chinese for Hong Kong users
2004-10-12 21:29:08 +00:00
Michal Čihař
a5d9f7d1d9
Remember database when using cookie login (bug #1027873 ).
2004-09-14 14:42:47 +00:00
Marc Delisle
783defa2a9
bug 939531 undefined offset in blowfish.php
2004-09-01 16:16:42 +00:00
Marc Delisle
fed720adcb
remove /images
2004-06-23 14:29:01 +00:00
Marc Delisle
b1a600d1d4
forgot this one for redesign
2004-06-14 12:32:05 +00:00
Michal Čihař
1aaa89fa54
Little code reorganistaion (RFE #957308 ), removed some remaining php3 compatibility code in SQL parser.
2004-05-20 16:14:13 +00:00
Michal Čihař
7ddc4f69bb
Show login form in top frame.
2004-05-19 12:57:17 +00:00
Michal Čihař
22b5117239
Use one cookie set for each server, not just one global (patch #952917 , bug #687009 ).
2004-05-14 10:05:15 +00:00
Marc Delisle
ac10dc4aff
about PMA_sendHeaderLocation
2004-05-11 14:38:02 +00:00
Michal Čihař
98d5498fe5
Do not double frames on login (bug #944870 ).
2004-04-30 09:53:58 +00:00
Michal Čihař
bc9ecc3962
Fix LoginCookieValidity behaviour.
2004-04-18 10:00:44 +00:00
Michal Čihař
519e32afbe
Fix possible undefined variable use.
2004-04-15 16:19:14 +00:00
Michal Čihař
ab6f25e097
Support for site configurable header and footer (patch #893477 ).
2004-03-09 17:07:43 +00:00
Michal Čihař
36bb7a6acf
more secure cookie login
2004-02-27 13:56:34 +00:00
Alexander M. Turek
2915b5c3ce
Added MySQLi library; Removed calls to old mysql_wrappers library.
2004-01-22 02:13:48 +00:00
Alexander M. Turek
7eced930bc
database abstraction, part I
2004-01-17 01:47:36 +00:00
Alexander M. Turek
37d50c1822
Huge set of optimizations, please test!
2003-11-26 22:52:25 +00:00
Garvin Hicking
f0da471ec3
/libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
...
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Garvin Hicking
d3f84bca94
First batch of PHP4/MySQL compatibility/performance changes.
...
Everything should be non-intrusive for installations meeting our new 4.1.0/3.23.32 specs.
I will commit my files every now and then for easier code review and to let you see which constructs I replace. Jump in if there are any objections. The basic thing I'm doing is documented in the changelog.
I'll continue with files in the libraries/ subdirectory and will move to the root-level files in last instance.
2003-11-20 10:34:35 +00:00
Michal Čihař
6884f9701a
no more support for php3
2003-11-18 15:20:45 +00:00