Commit Graph

157 Commits

Author SHA1 Message Date
Dieter Adriaenssens
f6474b0231 check if value exists 2013-09-26 10:53:50 +02:00
Dieter Adriaenssens
3a47225e84 first check if REQUEST var exists 2013-09-25 19:48:30 +02:00
Dieter Adriaenssens
3397300ee7 refactoring : cleanup code, wrap long lines 2013-09-25 18:12:05 +02:00
Marc Delisle
a17c161e6b Fix codestyle 2013-09-19 06:26:20 -04:00
Madhura Jayaratne
5d7aca3140 Use type="button" for add parameter button 2013-08-25 21:51:02 +05:30
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
d1bb142e87 Remove unused param from PMA_Util::showMySQLDocu 2013-08-07 08:48:50 +02:00
Madhura Jayaratne
2baf473ad7 Merge branch 'master' into OOP_DBI
Conflicts:
	libraries/database_interface.lib.php
2013-05-26 21:43:33 +05:30
Marc Delisle
b8e4f346a5 Clarify function name 2013-05-26 11:34:43 -04:00
Marc Delisle
fc851a2222 Use CodeMirror highlight for routines execution 2013-05-26 11:25:01 -04:00
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Michal Čihař
16febdbd87 There should be message variable as well 2013-05-16 20:25:57 +02:00
Michal Čihař
0486cc71b1 Fix variable name 2013-05-16 19:37:48 +02:00
Kasun Chathuranga
9d7c6e141b PMA_DBI_store_result --> PMA_DBI_storeResult 2013-05-04 08:47:49 +05:30
Kasun Chathuranga
2f0d55b708 PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta 2013-05-04 08:43:23 +05:30
Kasun Chathuranga
556bcb9f9d PMA_DBI_num_rows --> PMA_DBI_numRows 2013-05-04 08:39:43 +05:30
Kasun Chathuranga
5d9f92f7bc PMA_DBI_next_result --> PMA_DBI_nextResult 2013-05-04 08:35:16 +05:30
Kasun Chathuranga
f92627ed88 PMA_DBI_more_results --> PMA_DBI_moreResults 2013-05-04 08:34:30 +05:30
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +05:30
Kasun Chathuranga
6b1f6ae046 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	libraries/database_interface.lib.php
	libraries/db_table_exists.lib.php
	libraries/relation.lib.php
	libraries/rte/rte_triggers.lib.php
	libraries/schema/Dia_Relation_Schema.class.php
	libraries/schema/Visio_Relation_Schema.class.php
	tbl_addfield.php
2013-05-01 00:51:15 +05:30
Kasun Chathuranga
b8c764a86e PMA_DBI_get_triggers --> PMA_DBI_getTriggers 2013-05-01 00:09:36 +05:30
Kasun Chathuranga
4f4853ce1e PMA_DBI_get_definition --> PMA_DBI_getDefinition 2013-05-01 00:08:44 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
7f56c8504d PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow 2013-05-01 00:03:03 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
a85d9eaa2c PMA_DBI_get_tables --> PMA_DBI_getTables 2013-04-30 23:29:55 +05:30
Kasun Chathuranga
928823a029 PMA_DBI_try_multi_query --> PMA_DBI_tryMultiQuery 2013-04-30 23:10:03 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
Michal Čihař
2fbb4cee0d Consistently include colon in strings to translate
In some languages this makes difference in translating, so it's better
to give translators full context.
2013-04-25 14:22:31 +02:00
Michal Čihař
cf3b086e7e Various coding style improvements 2013-04-16 13:29:03 +02:00
Rouslan Placella
67da3c14eb Merge pull request #221 from Rupreht/patch-1
Update rte_triggers.lib.php
2013-03-29 03:43:55 -07:00
Nikolay Ermolovich
5d40cb1af0 Update rte_triggers.lib.php
Editing a trigger with special characters
2013-03-29 16:29:14 +06:00
Dieter Adriaenssens
ecf055cad3 wrap long lines 2013-01-22 11:19:17 +01:00
Dieter Adriaenssens
7b0d46818c fix wrong/unused variable name 2013-01-22 10:37:37 +01:00
Marc Delisle
03ce30ac07 bug #3598736 [routines] Editing a procedure with special characters 2012-12-29 08:29:21 -05:00
Marc Delisle
927831bc5a bug #3598736 [routines] Editing a procedure with special characters 2012-12-29 08:20:29 -05:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Marc Delisle
88b0f56fd1 bug #3544366 [events] Event comments not saved 2012-12-12 15:23:14 -05:00
Rouslan Placella
27afaf290b Fixed missing token 2012-11-25 16:30:36 +00:00
Michal Čihař
c023df1fe0 Use context for all "New" strings
Otherwise it is impossible to properly translate it in languages which
use different word form for different gender.
2012-10-31 09:52:58 +01:00
Rouslan Placella
76d65f3235 Fixed ajax-loaded RTE pages 2012-10-30 20:04:52 +00:00
Rouslan Placella
8dfe3acc46 Use an "ajax" class on ajaxified links in RTE 2012-10-30 20:04:52 +00:00
Madhura Jayaratne
74f2044c17 Wrap some long lines 2012-10-28 22:16:40 +05:30
Madhura Jayaratne
266227903b Merge branch 'QA_3_5'
Conflicts:
	po/lt.po
	po/pt.po
	po/pt_BR.po
2012-10-04 21:47:18 +05:30
Madhura Jayaratne
6ea8fad3f9 triggers, routines, events : escape drop sql 2012-10-04 21:41:22 +05:30
Dieter Adriaenssens
97f8db7086 Merge branch 'QA_3_5'
Conflicts:
	libraries/rte/rte_events.lib.php
	libraries/rte/rte_routines.lib.php
	libraries/rte/rte_triggers.lib.php
	po/ru.po
2012-10-03 20:44:59 +02:00
Dieter Adriaenssens
cfd688d251 triggers, routines, events : escape sql queries in error messages 2012-10-03 20:22:25 +02:00
Madhura Jayaratne
8382a70cc1 Various coding style improvements 2012-09-22 23:14:38 +05:30