Commit Graph

125 Commits

Author SHA1 Message Date
Madhura Jayaratne
74aebe629b Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 18:06:02 +05:30
Dieter Adriaenssens
8b77c7c119 cleanup mixed php and html 2013-09-27 13:21:54 +02:00
Dieter Adriaenssens
410c484933 cleanup mixed php and html 2013-09-27 13:08:06 +02:00
Dieter Adriaenssens
e33ce3dcb3 wrap long lines 2013-09-27 13:08:06 +02:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
6bfecf8e94 Construct filename once 2013-08-06 15:27:25 +02:00
Michal Čihař
7a97781c23 Share code for checking whether to show icons 2013-07-30 14:54:21 +02:00
Michal Čihař
175f181968 Add missing parenthesis 2013-07-19 17:01:12 +02:00
Michal Čihař
d5ee852ab9 Better class generating in schema export
- test whether file exists
- use new instead of eval
2013-07-19 08:55:20 +02:00
Michal Čihař
bb92cb2a26 Share schema export code 2013-07-19 08:55:20 +02:00
adamgsoc2013
ad726ccb94 split output from constructor for Schema classes
remove "exit" which is unneeded action
2013-07-10 17:10:13 +08:00
Michal Čihař
d7b9ffbb18 Better description of a checkbox
Previous wording lead many translators to using question, which does not
look nice on checkbox.
2013-06-24 16:08:52 +02:00
Michal Čihař
bebba32337 Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
	libraries/config.values.php
	libraries/sql_query_form.lib.php
	server_binlog.php
	server_databases.php
	tbl_structure.php
	test/classes/PMA_DisplayResults_test.php
2013-06-24 10:41:54 +02:00
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
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
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
a242ed1ae5 PMA_DBI_fetch_row --> PMA_DBI_fetchRow 2013-05-04 08:31:22 +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
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +05:30
Kasun Chathuranga
bee0134b1f PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull 2013-04-30 23:27:27 +05:30
Madhura Jayaratne
2007eb7ff7 Space after exclamation mark 2013-04-12 22:09:26 +05:30
Marc Delisle
84e8341abb Fix merge conflicts 2013-02-01 07:49:33 -05:00
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Dieter Adriaenssens
bbcf7c176e cleanup code : remove debug code 2013-01-23 14:32:58 +01:00
Dieter Adriaenssens
ce856f772e improve coding style : remove mixed php and html 2013-01-23 14:32:09 +01:00
Dieter Adriaenssens
093d6f94ea wrap long lines 2013-01-23 14:30:26 +01:00
Dieter Adriaenssens
e8bee402e3 remove unused variable : is not used 2013-01-23 14:13:36 +01:00
Michal Čihař
1495dc0a6a Add missing label tag 2013-01-03 14:30:38 +01:00
Michal Čihař
aad6318b53 Correctly remember showing of fields 2013-01-03 14:28:52 +01:00
Michal Čihař
aa010110ee Avoid off by one error 2013-01-03 14:27:05 +01:00
Michal Čihař
96f5cdc712 Improve cleanup dialog look 2013-01-03 14:26:21 +01:00
Michal Čihař
86cdd9890c Code cleanup 2013-01-03 14:23:45 +01:00
Michal Čihař
e312159db1 Drop dom-drag.js and implement the functionality using jQuery (rfe#3597853) 2013-01-03 13:59:21 +01:00
Michal Čihař
9f5cde6c73 No inline javascript for control buttons for scratchboard 2013-01-03 13:26:24 +01:00
Michal Čihař
f3b931fdf9 Paper change no longer uses inline javascript 2013-01-03 13:22:35 +01:00
Michal Čihař
70fe323a23 Replace inline javascript with jQuery handler 2013-01-03 12:24:31 +01:00
Rouslan Placella
1cb588b797 Fixed export of relational schema 2012-10-30 20:24:00 +00:00
Chanaka Indrajith
0ff571a128 Modify classes with property 2012-09-16 15:29:56 +05:30
Michal Čihař
8b3756a8d9 Various coding style improvements 2012-09-03 14:51:13 +02:00
Rouslan Placella
6bfa855fcb Revert "Fixed submission of Export Schema form"
This reverts commit 3b75241fa9.
2012-07-22 11:35:46 +01:00
Rouslan Placella
3b75241fa9 Fixed submission of Export Schema form 2012-07-21 18:17:19 +01:00
Marc Delisle
865d06ff7f Could not add a table to a relational schema 2012-07-21 13:13:39 -04:00
Marc Delisle
02af4bcf4c Could not delete a relational schema page 2012-07-21 12:58:24 -04:00
Marc Delisle
03f34c4ef0 Unused method: setCommonFunctions() 2012-07-10 12:36:27 -04:00