Chanaka Indrajith
|
ae6a1d6511
|
Remove issue with un expected string in table relation view
|
2012-11-12 21:59:18 +05:30 |
|
Madhura Jayaratne
|
66fadb0a82
|
Proper function naming
|
2012-10-28 16:37:39 +05:30 |
|
Madhura Jayaratne
|
9e710f8cfb
|
Minimize PHP, HTML mix
|
2012-10-28 14:43:21 +05:30 |
|
Madhura Jayaratne
|
911841924c
|
Coding style improvements
|
2012-10-28 14:14:23 +05:30 |
|
Chanaka Indrajith
|
6971295e96
|
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
|
2012-09-16 14:41:47 +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 |
|
Madhura Jayaratne
|
9a47688dc6
|
Various coding style improvements
|
2012-07-29 19:25:52 +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
|
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 |
|
Thilina Buddika
|
51ea088549
|
merge upstream master
|
2012-05-23 18:18:16 +05:30 |
|
Thilina Buddika
|
5fe1b0e3e7
|
change variable names
|
2012-05-22 01:08:35 +05:30 |
|
Chanaka Indrajith
|
dd237eb924
|
Resolve conflicts due to changes in method names of common.lib.php
|
2012-05-13 12:39:31 +05:30 |
|
Madhura Jayaratne
|
67c68ba7ca
|
Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported
|
2012-05-11 22:11:24 +05:30 |
|
Chanaka Indrajith
|
bf15800089
|
Remove HTML rendering inside the functions in display_tbl.lib.php file itselves
|
2012-05-11 16:05:55 +05:30 |
|
Rouslan Placella
|
28923b496e
|
Renamed tbl_common.php to tbl_common.inc.php for better consistency
|
2012-05-05 16:44:27 +01:00 |
|
Rouslan Placella
|
2c805ade8b
|
Dropped tbl_links.inc.php
|
2012-05-05 16:44:27 +01:00 |
|
Michal Čihař
|
397b6fd00e
|
Cleanup spacing after @return
|
2012-04-27 11:33:26 +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 |
|
Marc Delisle
|
1a5adbb7e2
|
Table type is an older term for storage engine
|
2012-04-08 10:56:06 -04:00 |
|
Marc Delisle
|
cdaa0ff3a0
|
Missing handling of POST variables
|
2012-03-30 12:32:16 -04:00 |
|
Jo Michael
|
c36a9113e0
|
Replaced td[align] with td[class] due to HTML5
|
2012-03-18 19:53:43 +01:00 |
|
Jo Michael
|
b2fd866d87
|
Leading ./ paths for includes can be omitted, part 2
|
2012-03-16 23:11:57 +01:00 |
|
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
|
1101e13a6a
|
coding style improvements and fixing some doc blocks
|
2011-09-27 21:19:57 +05:30 |
|
Madhura Jayaratne
|
2aec106b90
|
Merge branch 'QA_3_4'
Conflicts:
tbl_relation.php
|
2011-09-27 21:11:10 +05:30 |
|
Madhura Jayaratne
|
2e101cc733
|
bug #3412862 [relation] Relations/constraints are dropped/created on every change
|
2011-09-27 21:06:21 +05:30 |
|
Dieter Adriaenssens
|
94c6836f8b
|
fix coding style : control structures
|
2011-09-05 14:28:17 +02:00 |
|
Michal Čihař
|
76fe197e4b
|
Use PMA_DBI_get_columns
|
2011-08-04 16:26:10 +02:00 |
|
Michal Čihař
|
e86a65d0c2
|
Whitespace cleanup
|
2011-08-04 16:26:03 +02:00 |
|
Michal Čihař
|
9405dbb82a
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
Michal Čihař
|
c9c9fdf49d
|
Consistent capitalisation of PMA_sqlAddSlashes
|
2011-06-27 14:48:15 +02:00 |
|
Michal Čihař
|
3cf4830bbb
|
Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
|
2011-06-06 11:55:09 +02:00 |
|
Marc Delisle
|
13b31956ae
|
For easier reading, replace "!isset" with "! isset"
|
2011-05-09 12:49:05 -04:00 |
|
Marc Delisle
|
b2b1953db1
|
Start to replace warning level with error level
|
2011-05-03 18:52:37 -04:00 |
|
Michal Čihař
|
d17fba309c
|
Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
|
2010-08-30 09:53:37 +02:00 |
|
ninadsp
|
a2f78a6d38
|
Resolve merge conflicts for upstream merge
|
2010-07-29 19:17:25 +05:30 |
|
Michal Čihař
|
d291827444
|
No need to require_once footer
It is the last thing executed anyway (ends with exit).
|
2010-07-26 16:20:24 +02:00 |
|
Michal Čihař
|
ee767e2d3d
|
No need to explicitely include relation.lib its anyway included in common.inc
|
2010-07-26 16:17:59 +02:00 |
|
ninadsp
|
e646a2760c
|
Fixed conflict due to upstream merge
|
2010-07-23 21:59:15 +05:30 |
|
Michal Čihař
|
318dc4b650
|
Drop @version tag from docblocks.
|
2010-07-20 13:59:17 +02:00 |
|
ninadsp
|
160f4314eb
|
Merge remote branch 'origin/master'
|
2010-06-03 22:34:52 +05:30 |
|
Marc Delisle
|
caa98445d8
|
conform to relational terminology regarding columns and rows
|
2010-05-31 14:33:21 -04:00 |
|
ninadsp
|
38ac78e3ba
|
merging changes from origin
|
2010-05-24 18:32:42 +05:30 |
|
Marc Delisle
|
b4598190d0
|
style is already in theme CSS
|
2010-05-23 08:44:58 -04:00 |
|
ninadsp
|
bed1948d04
|
testing git setup - no major change made in code yet
only added a few comments
|
2010-05-23 01:22:01 +05:30 |
|