66 Commits

Author SHA1 Message Date
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
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
Marc Delisle
ecf0f14884 Array to string conversion, this is probably a typo 2007-05-10 17:25:25 +00:00
Marc Delisle
ca0247d660 undefined num_tables in db_links.inc.php and collision with 2 different $tables 2007-05-10 17:15:23 +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
Marc Delisle
b800466c91 avoid vim error on loading 2007-03-19 16:55:30 +00:00
Sebastian Mendel
9b81e50548 more sanitation on input vars;
source documentation;
some smaller tweaks;
2007-03-13 12:34:32 +00:00
Michal Čihař
cac4247057 Rename db_* files to drop useless _details part. 2006-10-25 12:25:01 +00:00
Marc Delisle
ee90fc123c use PMA_countRecordsi where possible 2006-01-25 14:23:26 +00:00
Sebastian Mendel
9518c45bdf fixed bug: Undefined variable: num_tables 2006-01-17 13:00:23 +00:00
Sebastian Mendel
aa7136b7a6 revised 2005-12-12 18:56:31 +00:00
Sebastian Mendel
fe8553fa7b removed PMA_isInto(), deprecated by in_array() 2005-12-08 12:37:38 +00:00