Commit Graph

40285 Commits

Author SHA1 Message Date
Rouslan Placella
a63b2188be When issuing warning about routine execution check for presence of mysql, not the absence of mysqli extentions. 2011-06-17 13:57:15 +01:00
Rouslan Placella
8410e8e520 Fixed casing of messages in routines functionality 2011-06-17 13:56:10 +01:00
Rouslan Placella
c2fb87aff5 Expand the routine editor to use all available space. 2011-06-17 13:44:14 +01:00
Rouslan Placella
8d5cc0bbbc Added an extra sanity check for query creation in routine editor 2011-06-17 13:36:26 +01:00
Rouslan Placella
c0ceb2d75c Added more animations to routine functionalities 2011-06-17 13:16:05 +01:00
Rouslan Placella
f8c3da7885 Introduced JavaScript function PMA_slidingMessage() 2011-06-17 13:15:34 +01:00
Rouslan Placella
16185ac4f5 Fixe whitespaces in db_routines.php 2011-06-16 13:11:26 +01:00
Rouslan Placella
657cbc8672 Fixed incorrect escaping of NULL results in routine execution. 2011-06-16 13:10:06 +01:00
Rouslan Placella
a8f8d3e7a8 Animate the insertion of new routines into the list 2011-06-16 11:44:06 +01:00
Rouslan Placella
4047020d78 Refactored code that generated the dropdown list of MySQL functions. 2011-06-15 12:45:50 +01:00
Rouslan Placella
2cd59139ec Marged table headers in lists of Routines, Triggers and Events. 2011-06-15 11:28:56 +01:00
Rouslan Placella
dda7ce9c39 Merge branch 'master' into rte 2011-06-14 19:44:09 +01:00
Rouslan Placella
6c39191b03 Merge remote-tracking branch 'origin/master' 2011-06-14 19:43:21 +01:00
Michal Čihař
25dc50a5dd Update po files 2011-06-14 17:23:07 +02:00
Michal Čihař
d404fd72d6 Merge remote-tracking branch 'tyron/master'
Conflicts:
	server_status.php
2011-06-14 17:21:30 +02:00
Tyron Madlener
d7fc94529c Fix for Live charting stopping when changing tabs in Firefox 2011-06-14 17:08:15 +02:00
Rouslan Placella
58c4ab431f Fixed bug where with JS disabled sql.php did not redirect the user back to list of routines after a DROP operation. 2011-06-14 15:51:25 +01:00
Rouslan Placella
279ef37298 Warn the user if the definition of a stored function does not contain a return statement. 2011-06-14 15:45:39 +01:00
Rouslan Placella
48681dfd81 Hide the parameter "length" for datatypes that do not support this in the routine editor. 2011-06-14 15:32:44 +01:00
Rouslan Placella
cde93fe949 Refactored code that generates parameter rows for the Routine Editor. 2011-06-14 15:24:40 +01:00
Rouslan Placella
31b42160d8 Moved all arbitrary code from routines.inc.php and renamed this file to routines.lib.php 2011-06-14 15:00:02 +01:00
Rouslan Placella
1c019d785f Renamed Routine functions to more meaningful names. 2011-06-14 14:29:01 +01:00
Rouslan Placella
041d5bd9d4 Moved PMA_getSupportedCharsets() to common.lib.php 2011-06-14 14:05:37 +01:00
Rouslan Placella
c220bb4e13 Moved PMA_getSupportedDatatypes() to common.lib.php 2011-06-14 13:56:00 +01:00
Michal Čihař
4b73c39775 Always use long <?php tags 2011-06-14 14:21:48 +02:00
Michal Čihař
b2651b53a3 Changelog entries 2011-06-14 14:04:27 +02:00
Michal Čihař
9ac6131328 Update po files 2011-06-14 13:57:37 +02:00
Michal Čihař
1f45e851f7 Merge remote-tracking branch 'tyron/master' 2011-06-14 13:49:12 +02:00
Rouslan Placella
e2834cd49d Generate the type dropdown for Routine editor in PHP, not JavaScript. 2011-06-14 12:02:10 +01:00
Rouslan Placella
889cce8583 Fixed inconsistent escaping of special characters in Routines functionalities. 2011-06-14 11:38:35 +01:00
Michal Čihař
8cd155d2e3 Merge remote-tracking branch 'origin/QA_3_4' 2011-06-14 09:16:28 +02: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
Michal Čihař
c4c8fcb2b5 Merge changes from master 2011-06-14 08:57:20 +02:00
stoyanster
36cb783d8d Translation update done using Pootle. 2011-06-14 08:31:41 +02:00
stoyanster
d6057b37f3 Translation update done using Pootle. 2011-06-14 08:26:43 +02:00
stoyanster
1cbbeecd8f Translation update done using Pootle. 2011-06-14 08:23:43 +02:00
stoyanster
574a7d75c9 Translation update done using Pootle. 2011-06-14 08:23:18 +02:00
Tyron Madlener
d26cace15b Traffic charting for traffic tab on status page 2011-06-13 23:36:07 +02:00
Tyron Madlener
c9ea04a046 Status variables refresh link once again broken 2011-06-13 21:28:27 +02:00
Rouslan Placella
ebfa1dd506 Fixed "Commands out of sync" error when calling a stored routine from sql.php 2011-06-13 18:10:22 +01:00
Tyron Madlener
e6874ce0c7 Clearer comment on PMA_formatNumber() 2011-06-13 18:53:45 +02:00
Tyron Madlener
5ee9a1fe1a Assures that process table is below traffic/connection tables, not beside 2011-06-13 18:14:57 +02:00
Tyron Madlener
f08b7d52ff 3 more bugfixes 2011-06-13 18:00:33 +02:00
Tyron Madlener
5d5285e289 When exporting a chart as png, canvg renders hidden elements. In the case of pie chart it renders overlapping texts.
This patch fixes this for text and path elements. This bug is also reported to the original canv author.
2011-06-13 17:59:58 +02:00
Tyron Madlener
21246070fa Some style fixes mostly for original theme 2011-06-13 16:55:49 +02:00
Tyron Madlener
9db1342b2a Bug Fixes 2011-06-13 16:45:31 +02:00
Rouslan Placella
8db8527337 Show the sql_query to the user when dropping Routines, Events and triggers and fix classes in the list. 2011-06-13 15:14:31 +01:00
Tyron Madlener
8d887f8dff git being a pain in the... 2011-06-13 15:29:45 +02:00
Tyron Madlener
b3c575d443 Merge remote-tracking branch 'origin/master'
Conflicts:
	tbl_chart.php
2011-06-13 15:27:09 +02:00
Tyron Madlener
2816b427ab Merge remote-tracking branch 'origin/master' 2011-06-13 15:00:11 +02:00