Marc Delisle
e28f3c064d
Merge branch 'QA_4_0'
2013-05-14 12:19:58 -04:00
Marc Delisle
be4f24265b
Fix typo
2013-05-14 12:19:20 -04:00
Marc Delisle
f8e90174a0
Merge pull request #375 from Chanaka/QA_4_0
...
Fixed #3902 : Cannot browse when table name contains keyword 'call'
2013-05-14 09:18:21 -07:00
Marc Delisle
e1078c38ee
Fix merge conflicts
2013-05-13 16:33:21 -04:00
Kasun Chathuranga
a24b4ae33a
PMA_Table::analyzeStructure() method to centralize the analysis of the structure of a view/table
2013-05-13 23:11:30 +05:30
Chanaka Indrajith
3caafb302d
Fixed #3902 : Cannot browse when table name contains keyword 'call'
2013-05-12 22:54:23 +05:30
Kasun Chathuranga
839b1a606e
Fix bug #3926 View is not updatable
2013-05-12 21:42:48 +05:30
Kasun Chathuranga
03fc9b9256
PMA_is_system_schema --> PMA_isSystemSchema
2013-05-12 08:51:54 +05:30
Michal Čihař
308ec40a8c
Shorter name for a parameter
2013-05-10 10:28:24 +02:00
Michal Čihař
0c2832ca04
Consistent function naming in Kanji support module
2013-05-10 09:53:41 +02:00
Mohamed Ashraf
02efceb918
Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into refactor
2013-05-08 19:36:42 +02:00
Mohamed Ashraf
02076ada31
Fixing errors
2013-05-08 18:59:49 +02:00
Mohamed Ashraf
9c63a2b5f3
Moved code that creates the profiling chart in to a method
2013-05-08 18:50:34 +02:00
Mohamed Ashraf
28a91c941d
Moved code that creates the header for the print view in to method
2013-05-08 18:49:17 +02:00
Marc Delisle
5257ac476e
Fix merge conflicts
2013-05-08 09:51:16 -04:00
Marc Delisle
0f766fc5f5
Fix merge conflicts
2013-05-08 09:46:46 -04:00
Jan Brejcha
60db2bdb9c
Added spacing before "{".
2013-05-08 09:45:35 -04:00
Jan Brejcha
1bcb4a281b
Changed coding style to the project coding style.
2013-05-08 09:45:25 -04:00
Jan Brejcha
64cb3de415
- Updated variable goto - set to empty string when the table is empty (line 330)
...
- When the result is empty, we want to show only message, that the result was empty. So when $goto is set to empty (see above) I will echo one space and exit. In other cases just show the set goto as before this change. (lines 995 to 1002)
2013-05-08 09:44:34 -04:00
Marc Delisle
f9766dc57b
Fix merge conflicts
2013-05-07 12:59:24 -04:00
Michal Čihař
87f98e4d84
Fix function name
2013-05-06 15:24:34 +02:00
Kasun Chathuranga
53d7c5829b
Fix more instances of naming style violations related to PMA_DBI functions
2013-05-05 21:06:57 +05:30
ibennetch
9b94f71974
Merge pull request #296 from scnakandala/Refactoring
...
Refactoring the SQL Executor and Table's Structure Manipulators
2013-05-04 07:45:15 -07:00
Spun Nakandala
d09597c86f
libraries/sql.lib.php file added. Functions in the sql.php transfered into sql.lib.php
2013-05-03 00:04:51 +05:30
Michal Čihař
025e931586
Merge pull request #301 from m0hamed/fix_echo_in_sql_php
...
Fixed old echo statements to new addHTML way
2013-05-02 01:53:06 -07:00
Mohamed Ashraf
3fc89813af
Added missing semi colons
2013-05-02 02:32:04 +02:00
Mohamed Ashraf
59adbac2de
Fixed old echo statements to new addHTML way
2013-05-01 09:51:16 +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
fbe4438628
PMA_DBI_fetch_result --> PMA_DBI_fetchResult
2013-05-01 00:05:16 +05:30
Kasun Chathuranga
bc4bfaa6d5
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
2013-05-01 00:02:00 +05:30
Kasun Chathuranga
618a37403a
PMA_DBI_get_columns_sql --> PMA_DBI_getColumnsSql
2013-04-30 23:34:39 +05:30
Kasun Chathuranga
ecb1e4f038
PMA_DBI_get_databases_full --> PMA_DBI_getDatabasesFull
2013-04-30 23:31:44 +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
ayusun
eec791dc04
Edited changelog and applied PEAR standard. Feature Request 1412
2013-04-28 23:01:45 +05:30
ayusun
3d9de55aef
Implementation of feature Request 1412 with Reduced Code duplication
2013-04-28 20:48:14 +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
Mohamed Ashraf
4a04dfb404
Add missing ! to return value
2013-03-23 05:38:36 +02:00
Marc Delisle
b48affc999
Merge pull request #216 from ayushchd/reserved_words_issue
...
Reserved words issue
2013-03-21 09:45:57 -07:00
Dieter Adriaenssens
4787c4d6fe
improve DocBlock
2013-03-14 11:40:33 +01:00
Dieter Adriaenssens
9bc66ab52b
fix coding style : remove spaces after arguments
2013-03-14 11:40:33 +01:00
Dieter Adriaenssens
40564564a4
wrap long lines
2013-03-14 11:40:33 +01:00
Dieter Adriaenssens
19a0a406b5
fix coding style : remove tab characters
2013-03-14 11:40:33 +01:00
ayushchd
665ffd4b4c
Reserved word warning config
...
This commit removes reserved word warning from the Browse pages and the
warning on structure page can be switched on/off using the config
variable $cfg['ReservedWordWarning']
2013-03-10 19:45:19 +05:30
Marc Delisle
7984845749
Merge pull request #195 from scnakandala/Contest-3
...
Contest-3 Bug fixed
2013-03-06 05:13:56 -08:00
Spun Nakandala
a0dc226332
Contest-3 bug fixed
2013-03-06 14:51:27 +05:30
Marc Delisle
b7b77d108c
Wrap long line
2013-03-03 13:40:57 -05:00
Marc Delisle
32d42dfdde
XHTML compliance
2013-03-03 13:39:47 -05:00
Marc Delisle
18926ed404
Code cleanup
2013-03-03 13:37:06 -05:00