142 Commits

Author SHA1 Message Date
Madhura Jayaratne
5f78897bc8 bug #3306875 [edit] Can't rename a database that contains views 2011-12-06 18:41:04 +05:30
Marc Delisle
36c0339eb0 Remove misleading comment on the "Rename database" interface 2011-07-21 10:55:10 -04:00
Madhura Jayaratne
f25945b8be DB Operations tab adjusted for low resolution browsers 2011-05-02 01:45:14 +05:30
Herman van Rink
0c39177753 add operations_full_width div to avoid overlapping boxes
introduced in be14efaa75
2011-04-25 13:54:00 +02:00
Madhura Jayaratne
be14efaa75 Database operations tab made more compact. Table operations altered to use classes for styling. 2011-04-24 18:05:18 +05:30
Michal Čihař
a0e72168ef Whitespace cleanup 2011-02-02 16:40:52 +01:00
Marc Delisle
728d5a1558 Conditional Ajax for DROP DATABASE
Remove duplicate logic for confirmations
2011-02-01 13:02:51 -05:00
Marc Delisle
3c573fc82e Conditional Ajax for other db operations 2011-01-29 10:32:56 -05:00
Marc Delisle
21fd381c84 Conditional Ajax on db rename
Remove extra wrapping of jQuery object
Avoid extra generation of hidden field
Improve confirmation message on db rename
2011-01-29 08:22:26 -05:00
Marc Delisle
871a474a97 Avoid notice for undefined global 2011-01-11 08:03:06 -05:00
Marc Delisle
5ea6683d0e Avoid notice for undefined global 2011-01-11 07:53:30 -05:00
Marc Delisle
54a37aee2d Tab characters should be 4 spaces 2011-01-11 07:48:12 -05:00
Dieter Adriaenssens
65fcab4122 Merge branch 'QA_3_3' 2010-11-14 21:08:28 +01:00
Dieter Adriaenssens
63aec5b328 bug #1762306, Copy database with view of a view 2010-11-14 21:03:13 +01:00
Dieter Adriaenssens
57c5abf579 Merge branch 'QA_3_3' 2010-11-14 18:28:10 +01:00
Dieter Adriaenssens
8277c92e25 bug #3077463, Events were not copied when copying/renaming database 2010-11-14 18:27:10 +01:00
Dieter Adriaenssens
1fe6e59d73 Merge branch 'QA_3_3' 2010-09-28 20:07:00 +02:00
Dieter Adriaenssens
c0d1c7a2ae export/copy procedures and routines before tables 2010-09-28 19:37:03 +02:00
Marc Delisle
ddc99a3dee renaming mysql db does not make sense 2010-09-26 07:39:37 -04:00
Marc Delisle
98a5ba7317 misleading variable name 2010-09-04 07:01:30 -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
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
Michal Čihař
ada2a9e80f Better title for edit/export link. 2010-08-23 11:27:51 +02:00
Michal Čihař
f84659efcb Better file name for schema edit page. 2010-08-23 10:55:19 +02:00
Adnan
03d37b45f1 Removing previous schema generation code which was duplicating 2010-08-17 15:23:06 +05:00
ninadsp
6a3d0a7f58 Added documentation, fixed some minor bugs/typos 2010-08-13 23:34:10 +05:30
Adnan
bdf033115b Merge remote branch 'origin/master' into export_branch 2010-08-02 10:46:50 +05:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
1c17bfc121 Add drop link to the database operations tab. 2010-07-27 09:41:21 +02:00
Michal Čihař
cfc7fd7a2d The linked-tables infrastructure is now called phpMyAdmin configuration storage. 2010-07-26 17:16:55 +02:00
Michal Čihař
3910ce6121 Remove explicit inclusion of Table.class.php as it is included in common.inc anyway. 2010-07-26 16:35:52 +02:00
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
Leslie
b6349cd626 Removed unused code from db_operations.php. Changed blobstreaming.lib.php so that it check to see if blob streaming is enabled before doing anything and also uses an indirect method to create the 'pbms' database if it doesn't exist. 2010-07-22 11:23:48 -04:00
Barry Leslie
f8653e5803 Update blob streaming to match the current API and use the PBMS PHP extension. 2010-07-22 11:23:37 -04:00
Adnan
a7e3c0475c Merge Origin: Conflicts in js/functions.js 2010-07-22 16:03:50 +05:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
5677d17722 Include the query too if we are in an ajax request. 2010-06-30 01:16:49 +05:30
ninadsp
a968b58d5c Now shows the sql query too when renaming a database. 2010-06-27 23:04:18 +05:30
Adnan
9befa3965e Schema Classes structure 2010-06-24 20:37:39 +05:00
Adnan
0e9f6247e4 Revert "schema classes structure"
This reverts commit 589eef3280.
2010-06-24 20:26:14 +05:00
Adnan
589eef3280 schema classes structure 2010-06-24 18:31:42 +05:00
ninadsp
c3d2d0fed4 Return the new name of the database in a rename, or the name of the
copied database, so that we can switch to the database if the user wants
to.
2010-06-23 10:50:54 +05:30
ninadsp
e9ffc7c5d5 Added id's for copy database and change database charset forms.
Hooked in the PMA_ajaxResponse function for change/copying a database
2010-06-21 01:51:44 +05:30
ninadsp
2986a7b1a0 Removed inline JavaScript calls to confirmLink for renaming the
database, added an id to the form and submit button
2010-06-15 14:58:48 +05:30
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Michal Čihař
5a3ebdec93 Place link into fieldset to have consistent look with other pages. 2010-05-31 14:25:58 +02:00
Michal Čihař
168824b38f Standard look to all forms on database properties page. 2010-05-31 14:17:50 +02:00
Michal Čihař
c6a28b42e6 Single place to define PDF schema form. 2010-05-31 14:05:41 +02:00