Chanaka Indrajith
4465c287c1
Fixed an issue related to multiquery statements and routines modifications
2012-07-26 23:06:29 +05:30
Chanaka Indrajith
d5acfed0e8
Multiple results support for SQL executions
2012-07-20 23:13:04 +05:30
Chanaka Indrajith
106265a7f8
Resolve conflicts
2012-06-30 11:30:39 +05:30
Chanaka Indrajith
766466135e
Implement class behavior of common.lib.php file
2012-06-22 23:38:33 +05:30
Alex Marin
0899d6722e
oop: merge master
2012-06-17 11:40:11 +03:00
Rouslan Placella
a16e723048
Dropped PMA_ajaxResponse()
2012-06-11 17:58:35 +01:00
Rouslan Placella
ae6e50a8a8
Drop display() from Header and Footer classes. The Response class will do all the rendering.
2012-06-11 14:06:04 +01:00
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
Alex Marin
0ff6393062
plugins and OOP: merge master, fix conflicts
2012-06-04 12:14:32 +03:00
Madhura Jayaratne
6f9253b59e
Various coding style improvements
2012-06-03 20:40:47 +05:30
Alex Marin
a87f283a23
plugins and OOP: create general class structure and ExportXML
2012-05-28 00:21:14 +03:00
Michal Čihař
a5839a3813
Fix spacing before tags
2012-04-27 11:25:37 +02:00
Alex Marin
4de7d3c83d
bookmark sql query after checking errors
2012-04-20 17:21:06 +03:00
Alex Marin
621280ec78
remove spaces around the not operator
2012-04-20 16:47:24 +03:00
Jo Michael
b2fd866d87
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
Jo Michael
0326405d00
Don't rely on grab_globals for import.php
2012-03-16 20:14:27 +01:00
Marc Delisle
ed8a498bde
$_POST and bookmark actions
2012-03-11 08:25:34 -04:00
Marc Delisle
1fa9416291
No longer depend on grab_globals.lib.php for $_GET variables
2012-03-04 06:59:57 -05:00
Marc Delisle
69e1b68c23
No longer globalize $_FILES
2012-02-26 07:21:43 -05:00
Marc Delisle
a7ea657625
Merge branch 'QA_3_4'
2011-11-05 10:33:45 -04:00
Gabor Gyorvari
8721f7b160
patch #3430291 [import] Handle conflicts in some open_basedir situations
2011-11-05 10:33:19 -04: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
13adb5adf7
Use lower case for true, false and null
2011-09-23 11:11:41 +05:30
Marc Delisle
369c9c550a
Ajax and bookmark delete
2011-09-20 12:45:19 -04:00
Marc Delisle
516891a6b8
View only bookmark did not work with CodeMirror
2011-09-20 08:47:18 -04:00
Dieter Adriaenssens
87459a5cf6
use include() instead of require() when including file conditionally
2011-09-06 22:04:51 +02:00
Piotr Przybylski
a7c0c55c7f
Merge remote-tracking branch 'origin/master' into drizzle
...
Conflicts:
js/server_status.js
libraries/common.lib.php
tbl_printview.php
tbl_select.php
tbl_structure.php
2011-08-12 22:02:40 +02:00
Dieter Adriaenssens
45aac8dbf4
coding style
2011-08-11 21:37:36 +02:00
Piotr Przybylski
f36b2e5441
Merge remote-tracking branch 'origin/master' into drizzle
...
Conflicts:
libraries/db_links.inc.php
libraries/server_links.inc.php
tbl_structure.php
themes/pmahomme/css/theme_right.css.php
2011-07-21 16:21:16 +02:00
Michal Čihař
06ba6d36c0
Remove tabs
2011-07-21 16:08:11 +02:00
Piotr Przybylski
3bde595666
Merge remote-tracking branch 'origin/master' into drizzle
2011-06-27 23:55:32 +02:00
Michal Čihař
c9c9fdf49d
Consistent capitalisation of PMA_sqlAddSlashes
2011-06-27 14:48:15 +02:00
Michal Čihař
e57f27e50b
Remove @uses tags from docblocks
2011-06-27 11:20:20 +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ř
103aed54d9
Merge remote-tracking branch 'origin/QA_3_4'
2011-06-21 12:10:29 +02:00
Michal Čihař
dc6c1e8b5c
I think htmlspecialchars should be used here
2011-06-21 12:08:48 +02:00
Piotr Przybylski
e8b144da11
File import - Drizzle has no SET NAMES so charset conversion without any PHP conversion library is impossible - throw an error
2011-06-10 21:09:50 +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
Michal Čihař
8f54092c2d
Remove forgotten references to $charset
2011-06-03 15:41:59 +02:00
Marc Delisle
13b31956ae
For easier reading, replace "!isset" with "! isset"
2011-05-09 12:49:05 -04:00
Michal Čihař
ac58a3d9f3
Merge branch 'QA_3_3'
2011-02-11 14:54:06 +01:00
Michal Čihař
7f975c8107
Force bookmark ID to be integer
2011-02-11 14:53:47 +01: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
Marc Delisle
084c0dbcf5
functions.js included automatically
2010-07-24 08:11:48 -04: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
Michal Čihař
11e53fb141
[core] Dropped AllowAnywhereRecoding configuration variable.
...
It really does not make sense these days, now the recoding of
export/import is available when the necessary extensions are loaded and
it is possible to disable it using RecodingEngine directive.
2010-07-20 12:05:07 +02:00