Commit Graph

43233 Commits

Author SHA1 Message Date
Rouslan Placella
d47e01e7ef Tabs -> Spaces 2011-07-05 16:06:37 +01:00
Rouslan Placella
7857a05de3 Removed pointless constant 'ITEM' 2011-07-05 16:04:08 +01:00
Rouslan Placella
9c11b373fb Added '---' to otherwise empty table cells in the routines editor. 2011-07-05 15:45:43 +01:00
Rouslan Placella
8e8a5e54f0 Bolded the labels in the editor for Routines, Triggers and Events 2011-07-05 14:48:40 +01:00
Rouslan Placella
a2751ee65b LINTed the JavaScript for Routines, Triggers and Events. 2011-07-05 14:18:31 +01:00
Rouslan Placella
bc2cd16c4c Moved code common to Routines, Triggers and Events from "functions.js" to "rte/common.js" 2011-07-05 13:19:58 +01:00
Rouslan Placella
357d84e52f Merge branch 'master' into rte
Conflicts:
	js/db_routines.js
2011-07-05 13:13:31 +01:00
Rouslan Placella
70c70db139 Fix for bug #3353856 - AJAX dialogs use wrong font-size 2011-07-05 13:03:08 +01:00
Rouslan Placella
e947712358 Do not insert not preserved events from the past into the list of events. Also use same logic for other items. 2011-07-05 12:53:49 +01:00
Rouslan Placella
3b19b53934 Move JS code for Routines, Triggers and Events into a separate folder 2011-07-05 12:40:33 +01:00
Rouslan Placella
5769a2143c Moved more item-specific code out of rte_common.js 2011-07-05 12:28:25 +01:00
Rouslan Placella
15ad6605b1 Set 'maxlength' of input fields in HTML, instead of validating against a maximum length in JS. 2011-07-05 11:38:46 +01:00
Rouslan Placella
55d2358359 Factored out the JS for the editor of Routines, Triggers and Events and moved it into a namespace. 2011-07-05 11:30:22 +01:00
Rouslan Placella
a88054dae9 Merge branch 'QA_3_4' 2011-07-04 19:04:29 +01:00
Rouslan Placella
39cb4d4798 Fix for bug #3353811 - Info message has "error" class 2011-07-04 19:04:04 +01:00
Rouslan Placella
1bbb2ea37e Merge branch 'master' into rte 2011-07-04 15:36:27 +01:00
Rouslan Placella
064d399d87 Merge branch 'QA_3_4'
Conflicts:
	tbl_indexes.php
2011-07-04 13:03:14 +01:00
Rouslan Placella
2ec0de3a9f Fix for bug #3350790 - JS error in Table->Structure->Index->Edit 2011-07-04 12:51:17 +01:00
Rouslan Placella
9e8e70f0a1 Merge branch 'QA_3_4' 2011-07-04 12:32:23 +01:00
Rouslan Placella
c4ecddb5a2 Fix for bug #3353649 - "Create an index on X columns" form not validated 2011-07-04 12:31:14 +01:00
Marc Delisle
bc828427c7 Missing ChangeLog entry 2011-07-04 07:28:36 -04:00
Marc Delisle
64e4f9fe0e Refresh .po files 2011-07-03 07:37:43 -04:00
Marc Delisle
b2ab078c71 ChangeLog entries for new features 2011-07-03 07:35:49 -04:00
Marc Delisle
3c0853dc68 Merge commit '61ea5e765db6c9382ef8fba9ab27737664b2d6cc' 2011-07-03 07:29:03 -04:00
Piotr Przybylski
cfdf3aa7c3 Whitespace cleanup
Removed @uses and fixed broken PHPDoc comments
2011-07-03 13:21:13 +02:00
Marc Delisle
5560ad53e0 ChangeLog entries for new features 2011-07-03 06:24:29 -04:00
Thilanka Kaushalya
56883ec0c5 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2011-07-03 10:52:56 +05:30
Thilanka Kaushalya
311804dd72 Removed the modification for the multi row Export in Table Browse 2011-07-03 10:52:16 +05:30
Marc Delisle
12fcc270f2 Merge branch 'QA_3_4' 2011-07-02 20:52:10 -04:00
Marc Delisle
041cd7e7d2 3.4.3.1 release 2011-07-02 20:51:34 -04:00
Marc Delisle
58d86350c4 Merge branch 'MAINT_3_4_3' into QA_3_4 2011-07-02 20:49:29 -04:00
Marc Delisle
e214683f9f 3.4.3.1 release 2011-07-02 20:49:01 -04:00
Thilanka Kaushalya
05519a2bca Changed the link name in show hide indexes 2011-07-02 21:17:37 +05:30
Thilanka Kaushalya
232b2a72c6 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2011-07-02 15:19:45 +05:30
Thilanka Kaushalya
71bb5415d8 Added show hide option for index table in table structure 2011-07-02 15:16:00 +05:30
Madhura Jayaratne
a45a11f4e8 Merge branch 'QA_3_4' 2011-07-02 07:12:39 +05:30
Madhura Jayaratne
5217946601 bug #3340151 [export] Working SQL query exports error page 2011-07-02 07:05:54 +05:30
Piotr Przybylski
6d88345404 Remove DBI from moved functions' names 2011-07-02 00:48:14 +02:00
Piotr Przybylski
e6b1d479cf Move PMA_DBI_get_column_values and PMA_DBI_get_table_indexes to server_synchronize.lib.php
They are used only there, no need to parse 1,5 KB of code on every page load
2011-07-02 00:45:08 +02:00
Piotr Przybylski
5021bae02f Remove unused PMA_DBI_get_table_data 2011-07-02 00:34:25 +02:00
Piotr Przybylski
b232941976 Whitespace and comments 2011-07-02 00:30:09 +02:00
Piotr Przybylski
d5dd8a2d37 Fix PMA_DBI_get_columns 2011-07-01 20:37:58 +02:00
Piotr Przybylski
a28d43abf3 Updated MySQL function list 2011-07-01 20:37:57 +02:00
Piotr Przybylski
56d4b081a0 Remove STDDEV_* and VAR_*
Standard deviation and variance make no sense when called with one argument
2011-07-01 20:37:56 +02:00
Piotr Przybylski
f53f5d7647 Changed background color for invalid inputs 2011-07-01 20:37:56 +02:00
Thilanka Kaushalya
d33590a544 Resolved conflicts 2011-07-01 23:50:58 +05:30
Thilanka Kaushalya
0cb77d14ba Ajaxify Index edit in table structure 2011-07-01 23:39:23 +05:30
Madhura Jayaratne
9fde1b5b23 Merge branch 'QA_3_4' 2011-07-01 23:00:57 +05:30
Madhura Jayaratne
4d1540cc1c bug #3348995 [config] $cfg['Export']['asfile'] set to false does not select asText option 2011-07-01 22:58:35 +05:30
Rouslan Placella
79e7544c3d Merge branch 'master' into rte
Conflicts:
	db_routines.php
	libraries/database_interface.lib.php
	libraries/db_events.inc.php
	libraries/rte/rte_routines.lib.php
2011-07-01 16:51:42 +01:00