Commit Graph

142 Commits

Author SHA1 Message Date
Marc Delisle
852d1509b8 undefined scheme in config mode 2003-06-11 13:54:25 +00:00
Michal Čihař
c430dc8a95 export rework 2003-06-10 12:35:36 +00:00
Michal Čihař
1badc1477a Add server to phpinfo link to avoid relogin with more servers.
Replace target="_new" with target="_blank" as it should be.
2003-06-02 13:36:30 +00:00
Garvin Hicking
e497149a93 Wrong escaping, uh. I'm sorry, should better go to bed. :) 2003-05-02 20:42:00 +00:00
Garvin Hicking
bcc7d8d9f3 Still have to propagate $hash to the left frame... 2003-05-02 20:18:24 +00:00
Garvin Hicking
b2e5dfc23c Should be the fix for Bug #730718. Moved the hashform from the
"nav"-frame to the "queryframe"-frame,      altered the way the form is
submitted in LeftFrameLight mode to      keep the queryframe. Only if
JavaScript is usable, otherwise it's      not necessary to keep the 'opener'
pointer.
2003-05-02 19:56:45 +00:00
Garvin Hicking
97f979da4d Propagate hash value 2003-04-22 16:50:43 +00:00
Marc Delisle
70acc9454f MySQL4 global privs and USE mysql 2003-03-25 11:29:20 +00:00
Alexander M. Turek
543d11c0ad Drop multiple databases. 2003-02-09 16:03:20 +00:00
Alexander M. Turek
fabbd13c46 Removed the old user management 2003-01-30 10:33:04 +00:00
Robin Johnson
a16bacea19 header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3: Code changes for PNG images (feature #458895) 2003-01-23 06:19:41 +00:00
Michal Čihař
c54073dafc fixed URL generation where needed only & and not & 2003-01-08 14:43:55 +00:00
Michal Čihař
1e8447e111 New URL and hidden input generating stuff. 2003-01-08 13:50:30 +00:00
Marc Delisle
5b6d5f9871 strOriginalInterface 2002-12-28 13:23:35 +00:00
Alexander M. Turek
2b91a86dcf Started rewriting the user administration 2002-12-18 17:08:33 +00:00
Michal Čihař
2c4edaa7b1 set is_process_priv to TRUE as default 2002-12-18 16:12:33 +00:00
Alexander M. Turek
f4fd138a7e 'SHOW PROCESSLIST' interface 2002-12-10 00:15:53 +00:00
Alexander M. Turek
e1079bee2a Started working on a new interface to server related pages. 2002-12-08 20:41:58 +00:00
Alexander M. Turek
7e224cd827 bug #649641 2002-12-06 18:47:19 +00:00
Marc Delisle
0f38c9b6b7 warning only if needed 2002-11-28 11:14:12 +00:00
Marc Delisle
85cdbbf15c no priv messages for db creation 2002-11-05 11:01:38 +00:00
Marc Delisle
118215a0f8 PHP 4.2.3 warning 2002-11-02 10:44:44 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +00:00
Marc Delisle
3af24d5e22 warning for all modes 2002-10-15 20:54:04 +00:00
Loïc Chapeaux
ad976d1d8b PHP3 fix and bug #571409 2002-09-13 11:07:01 +00:00
Robin Johnson
2c2fc2b4f2 libraries/common.lib.php3, main.php3:
- Final solution to bug #582890
 lang/*:
  - String for localization used in auto-generation of names
2002-09-11 02:09:45 +00:00
Alexander M. Turek
c40a779212 bug #596019 2002-08-17 07:13:41 +00:00
Michal Čihař
15eed4df54 Implemented feature #545379 - phpMyAdmin has now support for all MySQL manuals available. 2002-08-15 11:52:26 +00:00
Alexander M. Turek
b70b4e2552 Undefined variable 2002-08-15 10:35:51 +00:00
Alexander M. Turek
6cf355e256 for Lo�c 2002-08-14 08:15:33 +00:00
Marc Delisle
eb82e0f8bd InsecureMySQL 2002-08-13 12:46:50 +00:00
Robin Johnson
c28a9175ec * db_details.php3, db_stats.php3, main.php3, sql.php3
tbl_change.php3, tbl_query_box.php3, user_details.php3
libraries/common.lib.php3:
- changed show_query to use 1/0 instead of 'y'/'n'
* sql.php3, libraries/common.lib.php3:
- Improved logic of edit, show_as_php, explain and validator
in the SQL query box
2002-08-03 21:34:20 +00:00
Alexander M. Turek
d938e6fe95 bug #568174 2002-07-12 21:56:01 +00:00
Loïc Chapeaux
b93a2a2650 Codding standards 2002-07-06 22:10:32 +00:00
Olivier Müller
b244b04316 * config.inc.php3, main.php3, docs: added cfg['SuggestDBName'] flag 2002-06-23 00:22:54 +00:00
Olivier Müller
9172958f7c 2002-06-21 Olivier L. M�ller <om@omnis.ch>
* libraries/common.lib.php3, main.php3: be more tolerant with lazy
      sysadmins or users by letting them having an empty
      $cfg['PmaAbsoluteUri']. A default value (which should work according
      to the docs...) will be set and a warning displayed on main.php3.
2002-06-21 21:38:15 +00:00
Robin Johnson
eb81d83b9d * libraries/charset_conversion.lib.php3,
libraries/common.lib.php3,
      main.php3
        - added isset() before some configuration variables
2002-06-19 08:07:03 +00:00
Marc Delisle
9bd9a44a67 charset patch 2002-06-14 12:07:18 +00:00
Loïc Chapeaux
333dda4c7c Feature request #539644: Translation feedback link 2002-06-02 19:37:54 +00:00
Loïc Chapeaux
2e28add87b Optimization - do not call "mysql_numrows", "mysql_results" and "mysql_fetch_array" on invalid queries 2002-05-01 12:03:21 +00:00
Robin Johnson
a80446dd11 *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes. 2002-04-24 18:31:26 +00:00
Loïc Chapeaux
946250778d Codding standards 2002-04-22 19:16:30 +00:00
Alexander M. Turek
cb1f0b967f get users priv. with SHOW GRANTS (patch #538740) 2002-04-21 21:40:21 +00:00
Loïc Chapeaux
f418ac91a6 Add comments to clarify a bit changes 2002-04-13 08:18:41 +00:00
Loïc Chapeaux
cb97b5c43e Improved fix against bug with privileges containing escaped wilcards in database names 2002-04-13 07:36:03 +00:00
Loïc Chapeaux
1a4817fb85 Fixed a bug with privileges with escaped wilcards in database names 2002-04-13 06:57:31 +00:00
Loïc Chapeaux
688b76d67c CSS fixes 2002-04-10 20:23:52 +00:00
Olivier Müller
0209f1b94c activated www.phpmyadmin.net as project homepage: updated links & urls 2002-04-03 20:49:07 +00:00
Loïc Chapeaux
99bfd938fa The '' is now required 2002-03-16 10:08:36 +00:00
Steve Alberty
f080b71dae fix warning with undefined cfgPmaAbsoluteUri 2002-03-14 14:07:33 +00:00