Commit Graph

28 Commits

Author SHA1 Message Date
Madhura Jayaratne
2b36ae1c4c Fix comment. Add spaces for clarity
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-06 09:08:02 +05:30
Madhura Jayaratne
957ab5ad2b A better way to export multiple RTE
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-06 08:47:19 +05:30
Madhura Jayaratne
a272cde287 Multiple export
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-05 13:43:28 +05:30
Chirayu Chiripal
70d5c7ab0d Fix coding style in libraries/rte/*
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2015-03-07 20:36:51 +05:30
Marc Delisle
f59fcfa8c0 Removal of dead code was incomplete
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-14 08:57:29 -05:00
Marc Delisle
583901988f Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-14 06:48:20 -05: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
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
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
Madhura Jayaratne
949c458427 Add missing return types 2012-09-22 23:03:50 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Michal Čihař
e6cca75875 Cleanup spacing after @param 2012-04-27 11:32:47 +02:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Rouslan Placella
e03dcf7669 Removed some unused variables 2011-10-13 22:06:52 +01:00
Rouslan Placella
8f1aca4818 MySQL allows a function and a procedure with the same name in the same db. This case was unhandled. 2011-08-16 14:02:16 +01:00
Rouslan Placella
4df98e9e62 Coding guidelines for code common to Routines, Triggers and Events. 2011-07-12 12:02:12 +01:00
Rouslan Placella
5a35754d0b Reverted to fetching lists by row instead of by cell, also implemented better control over some localized strings 2011-07-07 15:27:48 +01:00
Rouslan Placella
b03249f64a Do not export the delimiter for triggers 2011-07-06 18:01:51 +01:00
Rouslan Placella
ccd1cc3f9e Simplified code for 'export' functionality of Routines, Triggers and Events 2011-07-06 14:29:46 +01:00
Rouslan Placella
b4b56ed461 Merge branch 'master' into rte
Conflicts:
	db_routines.php
	libraries/db_events.inc.php
	libraries/rte/rte_routines.lib.php
2011-06-30 11:42:16 +01:00
Rouslan Placella
cbafdb9a1f Refactored some routine, trigger and event manipulation code 2011-06-28 17:11:53 +01:00