Commit Graph

41 Commits

Author SHA1 Message Date
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Marc Delisle
d45bd5bbaf feature #1520222, calendar in Search 2006-08-13 16:40:29 +00:00
Marc Delisle
ca2445ce7d bug #1490569, search with LIKE on numeric fields 2006-06-09 19:32:20 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
d9f741c9cb XHTML 2005-12-08 16:06:50 +00:00
Sebastian Mendel
8344198c10 moved tbl_properties_common.php into libraries 2005-12-08 13:19:25 +00:00
Michal Čihař
75a16f45f8 Use same script tag, use CDATA for scripts (RFE #995065). 2005-12-04 23:14:41 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00
Michal Čihař
c40b663969 Move tbl_properties{.inc,_links,_table_info}.php to libraries folder as it does not require direct access. 2005-11-24 08:55:33 +00:00
Sebastian Mendel
161f320f6e - moved styles into css
- minor code improvements
2005-11-23 18:48:37 +00:00
Sebastian Mendel
fcf387bc70 common.lib.php should REALLY REALLY and ALWAYS be the first include 2005-11-18 12:50:49 +00:00
Michal Čihař
5e1ddad64e Fix documentation links (bug #1341676). 2005-10-29 19:37:45 +00:00
Michal Čihař
3649d901ec Use more require_once to avoid acquiring table info several times. 2005-10-08 18:14:09 +00:00
Robin Johnson
131866b448 Support for customizing foreign-key dropdown, take #2, now very customizable,
incl max item limit.
2005-06-23 14:16:33 +00:00
Marc Delisle
096a1afa72 bug #1204235, searching on a VARBINARY field 2005-05-19 10:28:13 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Michal Čihař
3f258cfb45 Cleanup of message displaying and navigation reloading. 2004-10-21 10:18:12 +00:00
Alexander M. Turek
751404c428 bug #1033388 and optimizations 2004-10-12 21:08:49 +00:00
Garvin Hicking
9392a58483 removed superfluous spaces, introduced more CSS ID attributes 2004-10-08 11:14:08 +00:00
Garvin Hicking
ed5c160745 correctly fix browse foreigners popup for search page 2004-09-16 10:01:12 +00:00
Alexander M. Turek
4425027c74 Table search is now independant from the connection charset. 2004-09-04 17:42:57 +00:00
Marc Delisle
2102df6073 move search operators to config 2004-08-17 12:37:37 +00:00
Marc Delisle
919bfd6646 redesign phase 4 2004-06-18 20:02:27 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Marc Delisle
4aaaca64bb bug 956137 2004-05-19 13:36:13 +00:00
Marc Delisle
46a0e882be Patch 939197 2004-05-05 17:24:52 +00:00
Michal Čihař
0d5e5ddd3b drop unneeded margins 2004-04-27 13:42:07 +00:00
Michal Čihař
04229e997f Be valid XHTML. 2004-04-27 11:54:54 +00:00
Garvin Hicking
534cb1f08a RFE #940194 - Added REGEXP to search options 2004-04-27 11:10:31 +00:00
Michal Čihař
7ddd5e4352 Fixed undefined variable warning. 2004-04-14 12:09:03 +00:00
Marcel Tschopp
4e62f7658f Changed some queries to use MYSQLI_STORE_RESULT.
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Marc Delisle
58c3cb6d6a feature 788608 search page 2004-04-10 15:08:31 +00:00
Alexander M. Turek
d2debd7c20 bug #887505 2004-02-29 22:22:36 +00:00
Garvin Hicking
b8df10e41e Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli
compatibility and bandwidth saving.

Memory issues by caching should not arise, as the used cache will (in our
previously used cases) only cache index fields and max. 200 relation rows.

I tested performance on my machine: By fetching 400kb of data twice via
mysql_fetch_row() -> mysql_data_seek() -> mysql_fetch_row() this was
performed in 0.25 seconds. By fetching it once and caching in a PHP array
via mysql_fetch_row -> foreach this is performed in 0.32 seconds.

With usual data as used in PMA (10kb) I could only detect a performance
change of 0.009 seconds, which is respectable I think.

By not using mysql_data_seek we are later able to use global mysqli
USE_RESULT options to fetch rows singly. I discussed that yesterday with
Rabus, and if there are any objections we can surely discuss that further on
the list.
2004-01-28 11:23:38 +00:00
Alexander M. Turek
2915b5c3ce Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
Marc Delisle
f8d049ace5 use PMA_DBI function 2004-01-20 20:24:00 +00:00
Marc Delisle
28a5d0476e PMA_DBI_num_rows 2004-01-20 19:35:37 +00:00
Marc Delisle
5e9411e18d bug 867320 2003-12-30 12:23:58 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
Garvin Hicking
c2b46ac945 Final batch of PHP3-Compatibility fixes. Please test. :-) 2003-11-22 20:57:48 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00