Commit Graph

273 Commits

Author SHA1 Message Date
Michal Čihař
3cf4830bbb Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Ammar Yasir
a4fda9e8f9 Merge remote branch 'phpmyadmin/master' 2011-06-06 04:16:55 +05:30
Gábor Kövesdán
4294f8ea41 patch #3271804 New DisableMultiTableMaintenance directive 2011-06-05 06:53:34 -04:00
Ammar Yasir
459b57ca57 Merge remote branch 'phpmyadmin/master' 2011-05-27 17:46:30 +05:30
Ammar Yasir
ae44636606 Made some changes on the tbl_select.php page to add a link for Zoom Search.
Please dont mind the coding, I just coded very quickly to get back comments. If the flow of the interface is ok I'll code it properly.
2011-05-23 21:26:07 +05:30
Piotr Przybylski
5ef58661f1 Count rows for PBMS tables when PMA_DBI_get_tables_full returned NULL 2011-05-22 14:50:59 +02:00
Rouslan
6547444673 Removed references to Routines, Triggers and Events from *_structute.php files 2011-05-21 17:39:09 +01:00
Piotr Przybylski
05b987cff0 Fix notices for undefined $row_count_pre and $show_superscript when displaying database structure for I_S and D_D 2011-05-20 16:59:03 +02:00
root
aac58fd425 testing for push 2011-05-18 22:40:33 +05:30
Piotr Przybylski
7d3cd879a4 Enable exact row counts for views in I_S and D_D. They map to in-memory data, so this shouldn't pose a performance problem 2011-05-18 11:51:08 +02:00
Piotr Przybylski
abd6b3b5cc Merge branch 'master' into drizzle 2011-05-16 23:37:29 +02:00
ayax88
3222d3a43d Add support for mass prefix change (rfe#2021981). 2011-05-11 13:33:29 +02:00
Piotr Przybylski
0f49267fd7 Don't show "0 B" as InnoDB table size when DBMS doesn't provide this data (Drizzle) 2011-05-09 19:46:37 +02:00
Piotr Przybylski
7ac599da26 Make Browse and Search always active for views in db structure view 2011-05-09 19:46:36 +02:00
Piotr Przybylski
397a44fee9 Properly detect Drizzle system views 2011-05-09 19:46:34 +02:00
Michal Čihař
5f1f0a8bdb Forgotten use of translated string 2011-03-18 14:53:05 +01:00
Michal Čihař
fc965daabd Do not pass translated strings as parameter.
This can cause problem for non ascii languages and breaks if user
meanwhile switches language.
2011-03-18 14:32:36 +01:00
Marc Delisle
dea96e2e5a Conditional Ajax for db Structure and Tracking 2011-01-29 11:15:35 -05:00
Marc Delisle
b41947d46e Page selector in navi panel and in db Structure did not trigger on change 2011-01-09 07:52:30 -05:00
erickoh75
3fc7fc55ee patch #3147400 [structure] Aria table size printed as unknown 2010-12-29 08:31:51 -05:00
Marc Delisle
e161824418 adjust totals when emptying a table; also use classes for more precise handling of td 2010-11-14 07:37:14 -05:00
Marc Delisle
9f4dc04691 no need to have a separate file for this 2010-11-05 06:30:21 -04:00
Marc Delisle
7f41f94a0e gettext-style message 2010-10-07 15:12:45 -04:00
Dieter Adriaenssens
90c48f8696 Merge branch 'QA_3_3' 2010-10-07 20:51:08 +02:00
Dieter Adriaenssens
8c34269e52 bug #3062454, Display routines/events also when no tables are defined 2010-10-07 20:32:07 +02:00
Marc Delisle
67aefea2be remove author names as per our policy 2010-09-26 08:40:58 -04:00
Marc Delisle
eef35043dd bug #3072502 Text not shown for icons after creating table 2010-09-26 08:39:28 -04:00
Marc Delisle
98a5ba7317 misleading variable name 2010-09-04 07:01:30 -04:00
Herman van Rink
7aa4aa62dc bug #3056610 [interface] Removed modification options for information_schema 2010-09-02 11:53:53 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
3910ce6121 Remove explicit inclusion of Table.class.php as it is included in common.inc anyway. 2010-07-26 16:35:52 +02:00
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Marc Delisle
56ebe05af7 blob streaming code cleanup (work in progress) 2010-07-22 13:15:27 -04:00
Barry Leslie
f8653e5803 Update blob streaming to match the current API and use the PBMS PHP extension. 2010-07-22 11:23:37 -04:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
9dd93987ca Reverted po files changes. 2010-07-15 00:17:49 +05:30
ninadsp
f0f5358ede Added an id to one of the tbody elements in tablesForm, so that jQuery
can append to the appropriate one.
2010-07-14 01:08:27 +05:30
ninadsp
a180017106 Moved Ajax handlers of db_structure.php to a dedicated file js/db_structure.js from js/functions.js 2010-07-11 22:33:52 +05:30
Marc Delisle
90ce4c77b3 clarify code 2010-07-08 08:29:27 -04:00
Marc Delisle
c1be602a1e fix merge conflicts 2010-07-08 07:52:47 -04:00
Marc Delisle
20d4c3a894 bug #3026400 [PHP] ereg functions are deprecated 2010-07-08 07:49:11 -04:00
ninadsp
0f081a8437 Removed inline JavaScript calls to confirmLink for truncate and drop
table actions
2010-06-15 15:06:56 +05:30
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Michal Čihař
5dd82ed484 Use ngettext. 2010-05-25 14:26:05 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
2586524b03 gettext conversion; clarify code 2010-05-06 07:48:38 -04:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
c2de4dd8d9 Add full uncompressed version of jquery ui. 2010-04-15 09:34:52 +02:00
Marc Delisle
3ca82375d5 continue removing author names in code 2010-04-05 09:16:36 -04:00
Michal Čihař
a2a0d9bb38 Avoid multiple loading of jQuery. 2010-04-01 17:19:37 +02:00
Marc Delisle
58ebfd4591 jquery in subdirectory of js; trying jquery-ui toggle effect 2010-03-23 17:08:47 -04:00
bhdouglass
16886bc3fb Patch #2974341 In db Structure, clicking on table name should Browse if possible 2010-03-22 17:40:04 -04:00
Marc Delisle
f8fa3b4ede jQuery and slider effect 2010-03-21 07:36:39 -04:00
Marc Delisle
87dd6b3cee Merge branch 'QA_3_3' 2010-03-12 17:16:58 -05:00
Dieter Adriaenssens
7c818d046a patch #2969449 Name for MERGE engine varies depending on the MySQL version 2010-03-12 17:16:05 -05:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Herman van Rink
f72d740553 Removed useless label tag 2010-03-02 11:40:29 +00:00
Herman van Rink
bfff0d94dd Removed useless label tag 2010-03-02 11:40:29 +00:00
Marc Delisle
a7fe9f32fc XHTML compliance 2010-02-28 12:16:14 +00:00
Marc Delisle
ca708fee37 XHTML compliance 2010-02-28 12:16:14 +00:00
Herman van Rink
a82cc85f04 Code cleanup done during Fosdem2010 2010-02-09 19:57:06 +00:00
Michal Čihař
201d0e892c Load mootools in every page. 2010-01-25 11:49:46 +00:00
Michal Čihař
94c2f864ae [core] Remove config data from session as it brings chicken-egg problem.
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Michal Čihař
78b00824eb [core] Updated mootools to fix some glitches with Safari.
Mootools are now in separate files as distributed upstream.
2010-01-04 15:35:23 +00:00
Marc Delisle
512975e91c bug #869006 Ignore number of records for MRG_MyISAM 2010-01-03 16:27:46 +00:00
Marc Delisle
fbe2db84f1 bug #869006 Ignore number of records for MRG_MyISAM 2010-01-03 16:27:46 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
68ac557446 tracking icon had disappeared; improve XHTML compliance 2009-12-26 18:16:46 +00:00
Marc Delisle
9385885515 bug 2910568 [structure] Table size for ARCHIVE tables is not displayed 2009-12-13 14:06:19 +00:00
Marc Delisle
1419fcf3c2 remove deprecated parameter of PMA_Table::countRecords() 2009-10-23 10:02:09 +00:00
Marc Delisle
8ec5434999 [security] XSS and SQL injection 2009-10-12 21:47:40 +00:00
Marc Delisle
7c128e09fd bug [structure] "In use" table incorrectly reported as "view" 2009-10-05 20:00:30 +00:00
Herman van Rink
2f05ebc6b9 Patch #2868465 Fixedtable footer, thanks to Virsacer 2009-09-28 07:48:38 +00:00
Herman van Rink
3af3745260 Fixed table footer and alt for replication column 2009-09-24 13:10:25 +00:00
Herman van Rink
d972ed5d03 Fix indentation for gsoc replication code
make it match the included modeline, and fixed some other spacing issues
2009-09-07 15:00:22 +00:00
Marc Delisle
07b13c5f5a "deactive" is not an English word 2009-09-07 13:03:33 +00:00
Tomas Srnka
feb562e77b Replication support - tomas_zahra branch merged 2009-08-30 14:54:36 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
Herman van Rink
c6c39d2b2e rfe #2726479 [export] Export tables preselect 2009-06-12 12:35:18 +00:00
Marc Delisle
f6c347a775 variable could be not set at this point 2009-05-27 17:36:57 +00:00
Marc Delisle
95372a094f bug #2794840 [core] Cannot redeclare pma_tableheader() 2009-05-27 17:29:08 +00:00
Marc Delisle
de126075ef patch #2596230 [XHTML] View table headers/footers completely 2009-02-20 09:22:20 +00:00
Marc Delisle
6170758147 patch #2358861 [navi] Row count tooltip wrong for information_schema 2009-02-16 10:56:11 +00:00
Marc Delisle
f53c233277 patch #2561433 [structure] Display true number of rows in a view if it contains less than MaxExactCountViews 2009-02-04 21:24:13 +00:00
Marc Delisle
bd3595f7cb patch #2498350 [cleanup] XHTML cleanup 2009-01-13 22:55:44 +00:00
Marc Delisle
06d6fc75ae patch #2356575 part 5 2008-12-16 17:13:12 +00:00
Marc Delisle
ec4549f994 patch #2356575 [display] Sortable database columns 2008-12-15 17:27:43 +00:00
Marc Delisle
2851902824 bug #2363919 [display] Incorrect size for view 2008-11-30 12:28:57 +00:00
Raj Kissu Rajandran
4a0c232707 Temporary fix applied for issue regarding BLOBStreaming support requiring SUPER privilege 2008-11-28 18:55:28 +00:00
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00
Marc Delisle
179279f08e patch #2067462 [lang] link FAQ references in messages 2008-08-26 16:50:07 +00:00
Marc Delisle
e77938bb20 BLOBstreaming support (Google Summer of Code 2008, Raj Kissu Rajandran) -- work in progress 2008-08-20 17:04:37 +00:00
Marc Delisle
9d739fdd46 bug #2050068 [gui] "Check tables having overhead" selects wrong tables 2008-08-16 13:04:44 +00:00
Marc Delisle
2ac75d4591 upgrade to mootools 1.2; temporarily deactivate the color picker that does not work with this mootools version 2008-07-14 19:52:16 +00:00
Marc Delisle
0a18e3e005 bug #1989813 [interface] Deleting multiple views (space in name) 2008-06-24 17:33:50 +00:00
Marc Delisle
050406d7f6 view row counting: better logic and message 2008-05-10 13:27:38 +00:00
Sebastian Mendel
1536decef8 no need to check for VIEW if we already know 2008-05-08 05:36:57 +00:00
Marc Delisle
12980f5454 patch #1957998 [display] No tilde for InnoDB row counter when we know it for sure; also, fix in trunk a problem where "In use" was always displayed for views 2008-05-08 01:30:22 +00:00
Marc Delisle
719c19825b undefined $tbl_url_query 2008-02-26 18:00:36 +00:00
Marc Delisle
2ffa06dfd6 [gui] Events management: minimal support on db structure page 2008-02-25 22:10:53 +00:00
Marc Delisle
4b25f91359 slider for Routines 2008-01-17 14:11:54 +00:00
Sebastian Mendel
2179a190c2 improved speed of processing database structure view 2007-12-13 14:09:40 +00:00
Sebastian Mendel
f8b5b6e94a make use of PMA_Message
preserver already defined message from mult_submits.inc.php
2007-10-12 08:16:25 +00:00
Sebastian Mendel
872cadf60d make use of PMA_showHint() in more places 2007-10-05 14:06:27 +00:00
Sebastian Mendel
e1fd395631 removed MySQL < 5 code 2007-10-02 09:53:43 +00:00
Marc Delisle
0ce5b86923 display table list navigator also under the list 2007-08-11 13:34:20 +00:00
Marc Delisle
09b1ea0646 Navigator for the table list in the content panel 2007-06-25 14:00:35 +00:00
Sebastian Mendel
b4c5dda95d bug #1699772 Visual space bug in table name (in browser) 2007-05-14 12:13:44 +00:00
Marc Delisle
1c6358c1bd do not show an empty Routines fieldset 2007-04-06 13:31:52 +00:00
Sebastian Mendel
d0ac1f2bbb XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
Marc Delisle
43882c2968 patch #1685481, undefined var, thanks to Arpad Borsos 2007-03-22 16:32:36 +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
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
1f388161f4 from patch 1649881, support procedures and functions (work in progress) 2007-03-17 15:09:37 +00:00
Marc Delisle
252ef1b15a RFE #1548637, option to not display record counts for views 2006-12-31 17:15:56 +00:00
Marc Delisle
8ff15cb214 missing HTML tag 2006-12-04 18:24:12 +00:00
Michal Čihař
cac4247057 Rename db_* files to drop useless _details part. 2006-10-25 12:25:01 +00:00