Dieter Adriaenssens
|
8078441519
|
typo
|
2011-12-30 19:53:11 +01:00 |
|
Madhura Jayaratne
|
173e5926a0
|
More coding style improvements
|
2011-12-08 00:01:02 +05:30 |
|
Madhura Jayaratne
|
35b18e57a2
|
Coding style improvements - Multiline assignments
|
2011-12-07 23:28:50 +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
|
13adb5adf7
|
Use lower case for true, false and null
|
2011-09-23 11:11:41 +05:30 |
|
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
|
66665f326a
|
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
db_qbe.php
js/server_status.js
libraries/export/xml.php
libraries/schema/Pdf_Relation_Schema.class.php
tbl_printview.php
tbl_structure.php
|
2011-08-04 20:19:43 +02:00 |
|
Michal Čihař
|
b7b7fe3920
|
Properly handle special cases
|
2011-08-04 16:46:45 +02:00 |
|
Michal Čihař
|
d29cf3227d
|
Use PMA_extractFieldSpec instead of own code in export plugins
|
2011-08-04 16:41:30 +02:00 |
|
Michal Čihař
|
5e2a467f6f
|
$GLOBALS[use_backquotes] is apparently not set anywhere
|
2011-08-04 15:30:02 +02:00 |
|
Piotr Przybylski
|
ce7e6feaf5
|
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
libraries/export/htmlword.php
libraries/export/latex.php
libraries/export/odt.php
libraries/export/sql.php
libraries/export/texytext.php
libraries/export/xml.php
|
2011-08-03 00:25:43 +02:00 |
|
Michal Čihař
|
8cb1f3a1cc
|
Fix indentation
|
2011-08-02 15:25:27 +02:00 |
|
Piotr Przybylski
|
3586bb992f
|
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
db_structure.php
libraries/database_interface.lib.php
libraries/server_synchronize.lib.php
server_status.php
sql.php
|
2011-07-22 11:07:04 +02:00 |
|
Michal Čihař
|
9405dbb82a
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
Piotr Przybylski
|
a0a4628b11
|
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
libraries/export/latex.php
libraries/export/odt.php
libraries/export/texytext.php
libraries/export/xml.php
|
2011-07-14 22:38:20 +02:00 |
|
Piotr Przybylski
|
f1bcbb500a
|
Use PMA_DBI_get_columns in latex export
|
2011-07-14 21:31:45 +02:00 |
|
Piotr Przybylski
|
bf9469ec18
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-07-13 12:25:06 +02:00 |
|
Piotr Przybylski
|
2c0d2aca16
|
Use PMA_MYSQL_STR_VERSION instead of reconstructing it from PMA_MYSQL_INT_VERSION
|
2011-07-12 18:16:01 +02:00 |
|
Piotr Przybylski
|
ced22c9c22
|
Remove unused function from most export plugins: PMA_exportComment
It's used only locally in SQL export
|
2011-07-12 17:50:46 +02:00 |
|
Piotr Przybylski
|
f14a4e567f
|
Unify comments for export plugins
|
2011-07-12 17:50:46 +02:00 |
|
Piotr Przybylski
|
e38b5cd4ff
|
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
db_structure.php
libraries/common.lib.php
libraries/database_interface.lib.php
tbl_structure.php
|
2011-06-23 14:02:58 +02:00 |
|
Michal Čihař
|
76d4046858
|
Use subpackages for export formats
|
2011-06-21 11:39:21 +02:00 |
|
Michal Čihař
|
40ddb5031e
|
Docblocks and whitespace cleanup in export modules
|
2011-06-21 11:31:42 +02:00 |
|
Piotr Przybylski
|
2e01d01b32
|
Change all calls of SHOW KEYS/INDEX that use MySQL-specific fields to use query generation function
|
2011-06-18 00:15:43 +02:00 |
|
Piotr Przybylski
|
12f70e8938
|
Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_columns_sql()
Fix PMA_DBI_get_columns() in Drizzle when $full == false
|
2011-06-17 00:22:25 +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
|
ae0af9e5c6
|
Remove author name
|
2011-05-28 08:29:38 -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
|
c9253c0a0e
|
Merge conflict resolved for Lori's tree merge to main
|
2010-08-22 12:42:54 +05:30 |
|
lorilee
|
89b0a3082e
|
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
Conflicts:
libraries/display_export.lib.php
|
2010-07-23 21:06:46 -07:00 |
|
lorilee
|
723a71c014
|
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
libraries/export/latex.php
themes/darkblue_orange/css/theme_right.css.php
themes/original/css/theme_right.css.php
|
2010-07-23 20:43:35 -07:00 |
|
ninadsp
|
e646a2760c
|
Fixed conflict due to upstream merge
|
2010-07-23 21:59:15 +05:30 |
|
Michal Čihař
|
e5e340e525
|
Proper propagating of overrided values.
|
2010-07-21 10:16:30 +02:00 |
|
Michal Čihař
|
cb6716c481
|
Documentation in LaTeX format strings.
|
2010-07-21 10:11:35 +02:00 |
|
Michal Čihař
|
906d7bc632
|
By default use new format strings.
|
2010-07-21 10:06:16 +02:00 |
|
Michal Čihař
|
9b2aa3c40d
|
Indentation.
|
2010-07-21 09:55:13 +02:00 |
|
Michal Čihař
|
715f2f04f6
|
Move messages to place where they are used.
|
2010-07-21 09:54:04 +02:00 |
|
Michal Čihař
|
7415caa4e4
|
LaTeX export uses PMA_expandUserString.
|
2010-07-21 09:51:24 +02:00 |
|
lorilee
|
2ebf96d242
|
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
libraries/display_export.lib.php
libraries/display_import.lib.php
|
2010-07-20 13:04:03 -07:00 |
|
Michal Čihař
|
318dc4b650
|
Drop @version tag from docblocks.
|
2010-07-20 13:59:17 +02:00 |
|
lorilee
|
3ba5c8e0f4
|
Fixed XHTML syntax problems
|
2010-06-18 16:11:52 -04:00 |
|
lorilee
|
8238111537
|
Updated hidden structure/data field name, Modified label text, Modified formatting
|
2010-06-09 20:29:44 -04: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
|
bed1948d04
|
testing git setup - no major change made in code yet
only added a few comments
|
2010-05-23 01:22:01 +05:30 |
|
Marc Delisle
|
b05a903dc3
|
gettext conversion
|
2010-05-14 07:47:50 -04:00 |
|
Marc Delisle
|
2182098af6
|
strings to gettext, second batch
|
2010-05-04 20:07:19 -04:00 |
|
Marc Delisle
|
f55823f47f
|
strings to gettext, first batch
|
2010-05-03 12:57:46 -04:00 |
|
Marc Delisle
|
819324ede6
|
remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software
|
2010-03-06 18:04:17 +00:00 |
|
Herman van Rink
|
5f4f2e8f3f
|
bug #2687046 [export] Structure export: Null always YES
|
2009-04-14 13:34:20 +00:00 |
|