Commit Graph

76 Commits

Author SHA1 Message Date
Piotr Przybylski
a3b1000b43 Fix database search 2011-06-28 18:36:51 +02:00
Piotr Przybylski
713bf22079 Drizzle has no CONVERT and everything is utf-8 2011-06-28 17:47:47 +02:00
Piotr Przybylski
3bde595666 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-27 23:55:32 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Michal Čihař
e57f27e50b Remove @uses tags from docblocks 2011-06-27 11:20:20 +02:00
Piotr Przybylski
e38b5cd4ff Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_structure.php
	libraries/common.lib.php
	libraries/database_interface.lib.php
	tbl_structure.php
2011-06-23 14:02:58 +02:00
Michal Čihař
cf905b6afe Avoid using (s), there can be always multiple choices 2011-06-22 09:14:48 +02:00
Piotr Przybylski
12f70e8938 Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_columns_sql()
Fix PMA_DBI_get_columns() in Drizzle when $full == false
2011-06-17 00:22:25 +02:00
Aris Feryanto
d28d7daba1 Fix merge conflict with origin/master 2011-06-15 07:23:06 +07:00
Michal Čihař
8cebaca19b bug #3315720 [search] Fix search in non unicode tables
We need to convert field to unicode because the connection is in utf-8
and we might give utf-8 input as well.
2011-06-14 09:15:07 +02:00
Aris Feryanto
770b1c7dd3 Fix: column resizing & reordering under db_search.php (also enable inline edit support) 2011-06-14 11:55:35 +07:00
Madhura Jayaratne
326f13827b Do not highlight rows of these tables 2011-03-15 20:35:53 +05:30
Michal Čihař
7d5efb58dc Escape html 2011-03-03 07:13:49 +01:00
Michal Čihař
85ca9c02c3 Fix translated string 2011-03-03 07:12:17 +01:00
Thilanka
a994e13c33 Ajaxify browse and delete criteria in DB search 2011-02-28 12:44:44 -05:00
Michal Čihař
290d448b9a No need to explicitely add jquery 2011-02-01 17:50:14 +01:00
Marc Delisle
6b51fd57ad Conditional Ajax on db Search
Remove extra wrapping of jQuery object
Avoid extra generation of hidden field
Add vim modeline
2011-01-27 06:46:17 -05:00
Marc Delisle
b923bb3fbb Upgrade to jQuery 1.4.4 2011-01-02 08:00:25 -05:00
Herman van Rink
15e3837850 removed quotes from translated string, messed up in JS. And fixed to sprintf. 2010-11-28 14:44:50 +01:00
Herman van Rink
fff3afc08e bug #3115519: Prevent long queries from being shown in confirmation popup 2010-11-26 20:55:58 +01: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
c9253c0a0e Merge conflict resolved for Lori's tree merge to main 2010-08-22 12:42:54 +05:30
Michal Čihař
862e3ca2a7 Merge branch 'QA_3_3'
Conflicts:
	libraries/core.lib.php
	server_databases.php
	server_privileges.php
2010-08-20 13:40:37 +02:00
Michal Čihař
6d548f7d44 Fix XSS on field_str in db_search.php. 2010-08-18 11:30:19 +02:00
ninadsp
6a3d0a7f58 Added documentation, fixed some minor bugs/typos 2010-08-13 23:34:10 +05:30
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
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
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
Marc Delisle
6fb9c5bb14 more plural forms 2010-07-19 13:22:42 -04:00
ninadsp
4767612d3c Added a division to include the search results in, suppressed some
output in an ajax request.
2010-07-02 03:34:44 +05:30
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
Marc Delisle
a3b034eacd gettext conversion 2010-05-07 13:02:26 -04: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
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
8480ffb665 improve function names 2009-06-07 11:09:13 +00:00
Marc Delisle
fba0302bd1 patch #2506831 [privileges] Create user for existing database 2009-01-17 22:22:52 +00:00
Marc Delisle
bd3595f7cb patch #2498350 [cleanup] XHTML cleanup 2009-01-13 22:55:44 +00:00
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00
Marc Delisle
7a5f951c64 use PMA_generate_html_radio() 2008-02-10 13:04:35 +00:00
Sebastian Mendel
e3672d6a5f removed use charset_connection 2008-01-21 10:05:36 +00:00
Marc Delisle
a3c39b0749 patch #1847534 [interface] New "Inside field" in db search 2007-12-31 14:58:20 +00:00
Marc Delisle
d3f7911ded bug #1807816 [search] regular expression search does not work with backslashes 2007-12-04 18:07:16 +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
Sebastian Mendel
b4c5dda95d bug #1699772 Visual space bug in table name (in browser) 2007-05-14 12:13:44 +00:00