Commit Graph

43 Commits

Author SHA1 Message Date
Madhura Jayaratne
7cf1a744a7 Fix coding style
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-18 11:22:58 +05:30
Hugues Peccatte
d3601abf96 Global PHPDoc update. 2013-11-10 12:29:55 +01:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Marc Delisle
269d0c89fe Fix merge conflicts 2013-07-28 06:17:38 -04:00
Marc Delisle
1293e9b6e9 [security] Fix self-XSS in schema export, see PMASA-2013-14 2013-07-23 11:05:10 -04:00
adamgsoc2013
9d8e88bbb1 Add UT to validate that the data is set correctly on the sub class of Schema 2013-07-10 00:26:24 +08:00
Kasun Chathuranga
0eb45c7a60 Add missing package names, align comments 2013-06-11 22:02:07 +05:30
Michal Čihař
67543568b1 Merge commit 'f414eb577b13f908f4bea09d69ddc944b7f4629c'
Conflicts:
	libraries/schema/Visio_Relation_Schema.class.php
2013-06-11 13:33:25 +02:00
Michal Čihař
f414eb577b bug #3631 Drop not working Visio schema export. 2013-06-11 13:31:33 +02:00
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Kasun Chathuranga
556bcb9f9d PMA_DBI_num_rows --> PMA_DBI_numRows 2013-05-04 08:39:43 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Madhura Jayaratne
2007eb7ff7 Space after exclamation mark 2013-04-12 22:09:26 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Madhura Jayaratne
ec046f7d11 Use camel case for function names (PMA_query_as_controluser => PMA_queryAsControlUser) 2012-06-23 23:06:29 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
ae6e50a8a8 Drop display() from Header and Footer classes. The Response class will do all the rendering. 2012-06-11 14:06:04 +01:00
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
4a740376c8 Dropped header.inc.php in favor of the PMA_Header class 2012-06-11 14:06:02 +01:00
Dieter Adriaenssens
7cb39d038a remove unused variables 2012-05-05 23:18:03 +02:00
Marc Delisle
8cad88ecf8 Improve method name 2012-04-30 11:43:00 -04:00
Dieter Adriaenssens
0f772aa173 check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
Madhura Jayaratne
d5d3d2bba4 Use 'void' if nothing is returned 2012-03-18 10:04:39 +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
Madhura Jayaratne
d5c3cbf42a Style improvements for Export_Relation_Schema 2011-08-20 23:38:22 +05:30
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Michal Čihař
ae8935acf3 Remove some useless doctags 2011-06-22 08:58:18 +02:00
Michal Čihař
bbbf2c49ed Drop $GLOBALS['charset'].
It was anyway always set to utf-8 so it does not make sense to keep it
as a variable.
2011-06-03 14:04:29 +02:00
Marc Delisle
cc9f99d303 Typo "choosen" -> "chosen" 2011-01-12 08:40:54 -05:00
Michal Čihař
0430c92b76 Better error message. 2010-11-01 14:46:36 +01:00
Michal Čihař
101fd96200 Fix error handling when no tables are found. 2010-11-01 14:41:40 +01:00
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
Marc Delisle
7ca0657ff0 remove author names as per our policy 2010-08-29 08:54:12 -04:00
Michal Čihař
f84659efcb Better file name for schema edit page. 2010-08-23 10:55:19 +02:00
Adnan
d6c630c64e Proper Error handling of Schema 2010-08-18 15:58:24 +05:00
Adnan
2ca3d4d8f4 Export Relation Schema Class: Improved documentation + handling requests 2010-07-14 22:46:51 +05:00
Adnan
79c6f847fd Pdf Schema Class: Reduce global variables + added attributes in Export Relation Schema 2010-07-09 15:15:49 +05:00
Adnan
39db171819 because of changes in User Schema etc PDF Schema wasn't working, It is fixed now 2010-07-03 23:50:13 +05:00
Adnan
dd217e8dff Export Relation Schema: renaming files + renaming classes according to pear standards 2010-06-25 19:14:47 +05:00