Commit Graph

141 Commits

Author SHA1 Message Date
Sebastian Mendel
caf61599cf $cfg['PropertiesIconic'] is checked inside PMA_buttonOrImage() 2007-09-27 14:48:12 +00:00
Sebastian Mendel
b890e4075b make use of PMA_getIcon() 2007-09-27 12:40:29 +00:00
Sebastian Mendel
780bc2873f description for the page level docblock 2007-09-27 11:12:55 +00:00
Sebastian Mendel
b2817d4e50 make better use of PMA_generate_common_url() 2007-09-27 11:08:07 +00:00
Sebastian Mendel
e0b45f38e8 do not urlencode form data (browser is responsible for doing required stuff) 2007-09-27 07:37:42 +00:00
Marc Delisle
9c30e4420f use better image for CREATE VIEW, thanks to Michael Keck 2007-09-02 19:27:05 +00:00
Marc Delisle
452c8645f3 move "Query results operations" lower 2007-07-24 11:39:54 +00:00
Marc Delisle
f90b0f3f24 bug #1748633 Incorrect parameter validation for VIEWs 2007-07-10 15:01:45 +00:00
Marc Delisle
53e65cdf89 missing "Page number" prompt when browsing 2007-06-24 12:30:34 +00:00
Marc Delisle
0c03c102b0 bug #1729027 Sorting results of VIEW browsing 2007-06-22 19:17:56 +00:00
Marc Delisle
84cf7d66b2 problems with accented characters in a query 2007-06-16 13:26:51 +00:00
Marc Delisle
f25e786f7d "Show all" does not work 2007-06-15 18:31:58 +00:00
Marc Delisle
cd347f3058 patch #1726500 Wrong position of </tbody> 2007-05-28 16:48:39 +00:00
Marc Delisle
b8b8d3649e bug #1724401 Column truncation in repair table output 2007-05-27 12:34:30 +00:00
Marc Delisle
318f827774 do not unset $total (and remove dead code in trunk) 2007-05-23 12:38:41 +00:00
Sebastian Mendel
2c814ac548 bug #1719339 Browse: Full/Partial Texts not working 2007-05-15 15:01:50 +00:00
Sebastian Mendel
fa30ac8c33 store browse state in session per query 2007-05-15 11:16:10 +00:00
Sebastian Mendel
4b368f8b42 do not URL-encode form values 2007-05-15 09:09:54 +00:00
Sebastian Mendel
6cab26e3d1 typos 2007-05-15 09:02:29 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Marc Delisle
8da1b5a730 bug #1690718 Can't edit if BLOB and no PK 2007-03-31 13:08:50 +00:00
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Sebastian Mendel
a190872f0a bug #1689931 unnecessary innodb hint when browsing myisam tables 2007-03-29 06:50:12 +00:00
Sebastian Mendel
c2d495c530 bug #1523747 [innodb] make warning about row count more visible 2007-03-20 18:10:53 +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
d01f9977fb remove uva prefix 2006-12-10 12:32:41 +00:00
Marc Delisle
5dd2f3696d patch #1605032, undefined index 2006-11-29 11:04:16 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Marc Delisle
d37cd40945 bug #1519799, imagelink error 2006-08-13 15:43:37 +00:00
Sebastian Mendel
ee9fffce47 bug #1524387 incorrectly detects table name for result field 2006-08-02 15:40:12 +00:00
Michal Čihař
7d156b3f62 Do not check for VIEW if no table name (eg. SELECT 1) (bug #1473484). 2006-04-27 09:25:55 +00:00
Sebastian Mendel
3151948bea style upgrade 2006-04-25 14:30:27 +00:00
Marc Delisle
ff30327b2c bug #1444417 blobs are centered 2006-03-23 10:40:30 +00:00
Marc Delisle
9dde64b3bf undefined variable when a BLOB is NULL 2006-03-16 18:16:44 +00:00
Marc Delisle
6b1fbf7a24 reactivate in-line image display 2006-03-10 13:38:08 +00:00
Michal Čihař
a6f407c343 Fix parameter to transformation (bug #1440926). 2006-03-02 15:58:00 +00:00
Marc Delisle
1a55a28a2a bug #1435303, error on empty BLOB transformation 2006-02-22 12:52:30 +00:00
Michal Čihař
7b96b58417 Better message for query export, move operation above query results into one fieldset (bug #1431420). 2006-02-22 12:42:35 +00:00
Sebastian Mendel
cd340d8496 moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table 2006-02-21 11:07:46 +00:00
Marc Delisle
29b387b350 add strViewMaxExactCount when browsing 2006-02-17 21:47:09 +00:00
Marc Delisle
541fb3f4b2 bug #1425522, warning when calling a stored procedure 2006-02-13 17:54:07 +00:00
Sebastian Mendel
6b4f751e41 fixed bug #1409972 PHP 5.1.2 compatibility 2006-01-19 15:39:29 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Michal Čihař
f420e85a67 Fix XHTML. 2005-12-08 16:15:48 +00:00