Piotr Przybylski
|
92be06e6e9
|
Better comment
|
2011-08-23 22:25:14 +02:00 |
|
Piotr Przybylski
|
57bea0630a
|
Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cases use PMA_DBI_get_table_indexes()
|
2011-08-23 22:14:15 +02:00 |
|
Piotr Przybylski
|
a31b30ba57
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-23 21:56:33 +02:00 |
|
Madhura Jayaratne
|
b072a8d47c
|
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
|
2011-08-23 19:37:07 +05:30 |
|
Madhura Jayaratne
|
b0465744fb
|
Coding style improvements
|
2011-08-23 19:20:22 +05:30 |
|
Michal Čihař
|
b99420e2ae
|
Remove some unused variables
|
2011-08-23 15:02:18 +02:00 |
|
Michal Čihař
|
4b83f0bc0d
|
Clarify
|
2011-08-23 12:36:36 +02:00 |
|
Michal Čihař
|
1433b4c331
|
Fixed and simplified type detection on editing
Fixes bug#3392824 and cleans up the code.
|
2011-08-23 11:59:43 +02:00 |
|
Michal Čihař
|
93255067eb
|
Clarify comment for translators, avoid duplicating message context
|
2011-08-23 10:37:31 +02:00 |
|
Aris Feryanto
|
de3ac00227
|
Fix printing JS arrays
|
2011-08-23 08:09:55 +02:00 |
|
Michal Čihař
|
9cda17487c
|
Fix CSS rule
|
2011-08-22 15:56:01 +02:00 |
|
Michal Čihař
|
19ab72bf85
|
One place to generate CodeMirror CSS
|
2011-08-22 15:52:35 +02:00 |
|
Michal Čihař
|
e898b1ec19
|
Move theme helpers to theme class
|
2011-08-22 15:42:37 +02:00 |
|
Michal Čihař
|
85e778ffc8
|
Should not be called anymore
|
2011-08-22 15:36:54 +02:00 |
|
Michal Čihař
|
a0309eb384
|
Fix function name
|
2011-08-22 15:35:46 +02:00 |
|
Michal Čihař
|
d15abfb25b
|
Fold PMA_ieFilter into PMA_css_Gradied
|
2011-08-22 15:35:32 +02:00 |
|
Piotr Przybylski
|
d2255fb9ae
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-22 15:19:50 +02:00 |
|
Michal Čihař
|
ccbefbb5ef
|
Adjust calling convention, do not include # in color
|
2011-08-22 15:09:21 +02:00 |
|
Michal Čihař
|
5b8bb36168
|
Add forgotten file
|
2011-08-22 15:01:54 +02:00 |
|
Madhura Jayaratne
|
cc367fad58
|
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
|
2011-08-22 15:01:26 +05:30 |
|
Madhura Jayaratne
|
966716ec68
|
More coding style improvements
|
2011-08-22 14:51:56 +05:30 |
|
Piotr Przybylski
|
1c2dbf0cbb
|
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
libraries/advisory_rules.txt
|
2011-08-22 11:18:26 +02:00 |
|
Michal Čihař
|
ef1fe35f37
|
Merge branch 'tyron'
|
2011-08-22 09:25:02 +02:00 |
|
Michal Čihař
|
f1b4c72e41
|
Revert "Fix: Monitor broken from a change by michal"
This reverts commit 6f20ebf5cf.
|
2011-08-22 09:24:53 +02:00 |
|
Michal Čihař
|
ef80b78991
|
Docblocks
|
2011-08-22 09:10:39 +02:00 |
|
Michal Čihař
|
863d8f2e52
|
Support for not escaped js code
|
2011-08-22 09:06:31 +02:00 |
|
Madhura Jayaratne
|
adbdb71e60
|
Coding style improvements
|
2011-08-22 07:42:24 +05:30 |
|
Madhura Jayaratne
|
ea30c016c8
|
Opening braces should be on a new line
|
2011-08-22 07:30:29 +05:30 |
|
Madhura Jayaratne
|
c726d423fe
|
Fix doc blocks
|
2011-08-22 07:28:37 +05:30 |
|
Madhura Jayaratne
|
05e78b2778
|
Proper coding style for multi line if statements
|
2011-08-22 06:46:39 +05:30 |
|
Dieter Adriaenssens
|
e82d3c7136
|
require/include are statements not functions; no parentheses are required
|
2011-08-21 23:36:10 +02:00 |
|
Dieter Adriaenssens
|
0c6dbb530d
|
coding style
|
2011-08-21 23:19:30 +02:00 |
|
Dieter Adriaenssens
|
20a6232173
|
remove unused code
|
2011-08-21 22:57:23 +02:00 |
|
Dieter Adriaenssens
|
2f1443c637
|
fix typo
|
2011-08-21 22:54:38 +02:00 |
|
Dieter Adriaenssens
|
ded7b7065c
|
coding style, wrapping long lines
|
2011-08-21 22:53:43 +02:00 |
|
Madhura Jayaratne
|
4d77e95640
|
Coding style improvements for Svg_Relation_Schema
|
2011-08-22 00:44:51 +05:30 |
|
Tyron Madlener
|
6f20ebf5cf
|
Fix: Monitor broken from a change by michal
|
2011-08-21 17:58:30 +03:00 |
|
Marc Delisle
|
0eb8f28a06
|
Merge commit '4f4ab7dc6951ad3537c9e3578cf0601effa4c688'
|
2011-08-21 07:32:39 -04:00 |
|
Ammar Yasir
|
4f4ab7dc69
|
Fixed: 'Browse foreign values' not working properly
|
2011-08-21 10:47:20 +05:30 |
|
Madhura Jayaratne
|
c052a0203b
|
More instances of coding style violations in Eps_Relation_Schema
|
2011-08-21 00:47:29 +05:30 |
|
Madhura Jayaratne
|
efbbc52568
|
Coding style improvements for Pdf_Relation_Schema
|
2011-08-21 00:45:47 +05:30 |
|
Madhura Jayaratne
|
d5c3cbf42a
|
Style improvements for Export_Relation_Schema
|
2011-08-20 23:38:22 +05:30 |
|
Tyron Madlener
|
5b5344dca7
|
Merge remote-tracking branch 'origin/master'
|
2011-08-20 20:33:24 +03:00 |
|
Piotr Przybylski
|
b0ed51d8cd
|
Remove todo item
|
2011-08-20 13:51:06 +02:00 |
|
Tyron Madlener
|
08604d7f08
|
duplicate rule name
|
2011-08-20 14:18:53 +03:00 |
|
Madhura Jayaratne
|
249a1d5c8c
|
Coding style improvements to Eps_Relation_Schema
|
2011-08-20 07:30:11 +05:30 |
|
Madhura Jayaratne
|
c5b108b716
|
Coding style improvements to Dia_Relation_Schema
|
2011-08-20 07:29:53 +05:30 |
|
Madhura Jayaratne
|
e3a3e26146
|
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
|
2011-08-20 07:22:16 +05:30 |
|
Madhura Jayaratne
|
4db9c176b3
|
bug #3385954 - unknown table status:Create_time on dispalying view (again)
|
2011-08-20 07:19:17 +05:30 |
|
Piotr Przybylski
|
e5157838e5
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-20 01:03:11 +02:00 |
|