Marc Delisle
839d40b5fe
bug #1864468 [display] Theme does not switch to darkblue_orange
2008-01-05 13:33:05 +00:00
Marc Delisle
63ed2e0731
better function thanks to Sebastian Mendel
2007-10-03 16:34:12 +00:00
Marc Delisle
337ac72d4d
bug #1805773 [relations] browse foreign values: return values not escaped
2007-10-02 16:49:32 +00:00
Marc Delisle
51bb4a6e4a
foreign key browser: encoding mixups, thanks to Thijs Kinkhorst
2007-08-15 16:46:47 +00:00
Marc Delisle
609d38a9cd
start QA_11
2007-07-18 15:55:11 +00:00
Marc Delisle
e2599e32c5
start QA_2_11
2007-07-18 15:54:09 +00:00
Marc Delisle
8b94c4cf83
bug #1739253 about the new page number in navi, thanks to Juergen Wind for the suggestions
2007-06-20 12:14:18 +00:00
Sebastian Mendel
573a6161bd
fixed code indention
2007-05-09 12:18:57 +00:00
Sebastian Mendel
d0ac1f2bbb
XHTML standard: no language attribute in <script>
2007-04-01 11:13:46 +00:00
Sebastian Mendel
cfeb306526
coding standard: no spaces inside braces
2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc
coding standard: no braces around include
2007-04-01 09:51:41 +00:00
Sebastian Mendel
3626acdb24
improved out buffer function handling;
...
bug #1690064 headers already sent error if OBGzip = 0
2007-03-29 07:10:15 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173
fixed/added page level docblock
2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00
Marc Delisle
42ac66ad74
get rid of propicon
2007-02-10 15:58:46 +00:00
Marc Delisle
c06c96f317
patch #1611684 part 2, other issues with the caching of phpmyadmin.css.php
2006-12-21 01:22:03 +00:00
Marc Delisle
506e938ff0
bug #1525393 , no page selector in foreign key browse page
2006-07-19 15:59:26 +00:00
Michal Čihař
8cdb8fb2aa
Drop <base href=".." />, it should not be needed at all.
2005-12-11 20:20:14 +00:00
Michal Čihař
618f2d7408
Move javascript stuff out of libraries folder.
2005-11-23 19:10:30 +00:00
Sebastian Mendel
8fc4a4ce05
moved styles into css
2005-11-23 15:01:29 +00:00
Sebastian Mendel
0567bfe215
drop PMA_setFontSizes()
2005-11-23 14:17:53 +00:00
Marc Delisle
3885bb6bd7
dbh becomes controllink
2005-11-20 14:00:49 +00:00
Sebastian Mendel
131d56cf90
- replaced $cfg['Bgcolor*'] with classes
...
- make use of fieldset
2005-11-02 16:30:06 +00:00
Sebastian Mendel
82e144529b
bug #1334963 Per-server themes - left frame colors unthemed
2005-10-27 08:57:00 +00:00
Michal Čihař
f25a50a9be
Support for searching in foreign keys (RFE #871091 ).
2005-10-09 12:49:22 +00:00
Marc Delisle
72502eca64
bug #1242805 , Show all does not work while browsing foreign values
2005-07-22 17:22:31 +00:00
Michal Čihař
f1f39b8ed1
added infou about UFPDF to documentation
2004-12-29 14:16:51 +00:00
Garvin Hicking
2a3da9f8f6
RFE #925817 , better page selector with flexible jumping/pagination controls
2004-11-02 15:47:19 +00:00
Garvin Hicking
ed5c160745
correctly fix browse foreigners popup for search page
2004-09-16 10:01:12 +00:00
Garvin Hicking
20c5dd53f2
make foreign key browser work from within search panel. thanks, marc, for
...
spotting this. :)
2004-09-15 08:54:33 +00:00
Garvin Hicking
3b9fad6607
bug #1027204 - paging for browse_foreigners did not work, because '&'
...
appendix was missing to the GoToUrl-parameter.
2004-09-13 12:49:24 +00:00
Michal Čihař
ca5b16f654
Change look of adding fields into table (bug #991095 ).
...
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
2004-08-12 15:13:20 +00:00
Marc Delisle
cc62865df0
remove /images
2004-06-23 14:11:53 +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
Garvin Hicking
6d2d9f6421
Bug #928328 - Use correct urlencoding() of the primary key reference.
2004-04-29 16:25:02 +00:00
Michal Čihař
88dc344cdb
Use charset aware substr and strlen functions (bugs #854755 and #910575 ).
2004-03-09 15:02:28 +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
b0cc4dbb23
use PMA_DBI function
2004-01-20 19:53:53 +00:00
Garvin Hicking
e1a7b0d74c
Improved browsing foreign windows as discussed in 868396. Please see my entry there, there is a known limitation to the new way of sorting we may need to straighten out.
2004-01-05 16:56:46 +00:00
Marc Delisle
0644a19bec
foreigners window and RepeatCells
2004-01-02 13:21:38 +00:00
Marc Delisle
0a712c59bf
foreigners window and paging
2004-01-02 13:03:02 +00:00
Garvin Hicking
398b7a9f4a
Editing of multiple records at once.
...
This is a hook-in to the 'delete multiple records' and basically just wraps all data in some kind of Ueber-Array. It should be compatible with single records editing. I tried various combinations already and it seems to work. But this can heavily break stuff, so expect this to be EXPERIMENTAL! We should only release RC1 after this has been thoroughly tested (will do so in the next days by myself).
What maybe needs fixing is the way of evaluating $goto/ $err_url and similars. As I am not much into that redirection stuff, maybe one can see if I did something wrong in the area.
2003-12-04 16:09:13 +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