Commit Graph

273 Commits

Author SHA1 Message Date
Marc Delisle
b2d7a78012 rfe #3111455 [interface] Column highlighting and marking in table view 2010-11-18 17:11:04 -05:00
Marc Delisle
6ffa3e7f9c The second word should not start with uppercase 2010-11-03 07:57:52 -04:00
Marc Delisle
2f580bb085 vertical marker and pointer for AJAX-reached results 2010-10-30 19:23:36 -04:00
Marc Delisle
7a23316314 for all data pages including AJAX-reached, handle clicking of the companion checkbox and the shift-clicking 2010-10-28 13:11:46 -04:00
Marc Delisle
49b6510b95 jQuery-fy the auto-checking of the other checkbox 2010-10-24 13:55:53 -04:00
Marc Delisle
d3d149c360 refactoring for checkbox and links in Browse mode (vertical) 2010-10-22 07:40:20 -04:00
Marc Delisle
1394cc65e8 refactoring for checkbox and links in Browse mode (horizontal) 2010-10-21 09:22:06 -04:00
Marc Delisle
0f156b19dd other fixes for inline edit links in vertical mode 2010-10-17 09:40:15 -04:00
Marc Delisle
634db1c81d Inline edit in vertical mode 2010-10-15 13:21:27 -04:00
Marc Delisle
da339cd5ff refactor 2010-10-10 08:32:44 -04:00
Marc Delisle
111faf4009 bug 3055906 error when running SQL query over AJAX 2010-10-05 08:04:59 -04:00
Marc Delisle
76a864be5c bug 3056712 Two inline edit links when browsing pma_bookmark; I removed this minor feature of seeing a link to execute a bookmark when browsing this table 2010-10-04 12:39:20 -04:00
Marc Delisle
d1bebc67f6 fix merge conflicts 2010-10-03 09:42:40 -04:00
Marc Delisle
1623c7e065 Browsing a table containing geometry columns 2010-10-03 09:20:32 -04:00
Michal Čihař
35cf83bc12 Merge remote branch 'knittl/inline-edit-xss' 2010-09-21 10:30:19 +02:00
Daniel Knittl-Frank
4b313daa7a Fix persistent XSS in table browsing mode
$where_clause was used instead of escaped $where_clause_html. This would
only come into play when a string field was contained in the index (and
thus used in the where clause).

Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
2010-09-20 18:16:10 +02:00
Marc Delisle
98a5ba7317 misleading variable name 2010-09-04 07:01:30 -04:00
Michal Čihař
1d67babd52 Do not fail on non analyzed query (eg. because of parser failure). 2010-08-30 16:11:46 +02:00
Michal Čihař
61fe92976f This variable does not seem to be used. 2010-08-30 16:10:51 +02:00
ninadsp
d304002fc0 Re-initialize for each data field. It was being cleared in a BLOB field, which caused inline editing to fail for all further fields in that row 2010-08-30 08:36:18 -04: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
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
ninadsp
6a2445ccf2 Fixed the error caused due to a missing index , relocated the code that sets the null class for a null element 2010-08-22 12:59:25 +05:30
ninadsp
0b2b21712e Added documentation to PHP files 2010-08-15 01:50:47 +05:30
ninadsp
2ba0095ab5 We can now edit NULL fields and set fields to NULL in inline editing. 2010-08-09 00:49:11 +05:30
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
ninadsp
2bec345a46 Trying to improve jQuery's behaviour for transformed field inline editing 2010-07-29 19:07:18 +05:30
Martynas Mickevicius
b0888714b6 Merge commit 'origin/master' into local
Conflicts:
	server_status.php
2010-07-29 14:14:26 +03:00
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
ninadsp
fd4b33de85 Added handling of enum values to inline editing 2010-07-26 01:21:52 +05:30
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
ninadsp
f7076ab686 Added classes and hidden input fields for inline edit 2010-07-21 00:11:54 +05:30
Michal Čihař
3e57a8eca9 No @uses __('Something'). 2010-07-20 15:06:34 +02:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
ec38092bde Added classes to data fields that are truncated/transformed/relation keys so that they can be distinguished while handling ajax inline edit 2010-07-15 22:21:57 +05:30
ninadsp
57fa27e22e Added classes to the edit link and data fields that allow for inline editing 2010-07-15 15:48:10 +05:30
ninadsp
94a911a623 Removed inline call in libraries/display_tbl.lib.php to confirmAction()
for 'Calculate Real End' action on large InnoDB tables.
2010-07-11 22:23:57 +05:30
Martynas Mickevicius
12d875dadc early code to show a chart for query results 2010-06-21 17:35:42 +03:00
Martynas Mickevicius
f9d20c8c7a added chart button. Will be used later to draw a chart of the query results. 2010-06-17 19:04:59 +03:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04: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
Michal Čihař
b22daddbb7 Merge branch 'QA_3_3' 2010-05-11 11:56:31 +02:00
Michal Čihař
bc5d816449 [browse] Fix handling of sort order if only column is specified. 2010-05-11 11:56:25 +02:00
Marc Delisle
632211d065 gettext conversion 2010-05-09 16:24:32 -04:00
Marc Delisle
f8f475419d gettext conversion 2010-05-06 12:49:07 -04:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
bd90d40def bug #2974067 non-binary fields shown as hex 2010-04-23 14:07:03 -04:00