Commit Graph

109 Commits

Author SHA1 Message Date
Piotr Przybylski
8cd8760256 Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema 2011-08-23 22:48:14 +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ř
219ec73d69 Spacing around if 2011-07-22 09:10:37 +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
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Piotr Przybylski
4b344cb40b Don't load replication.inc.php for Drizzle 2011-06-08 00:20:00 +02:00
Piotr Przybylski
dc2a298b7a Add 'noclick' class for I_S and D_D in database list (Drizzle) 2011-05-27 21:05:11 +02:00
Piotr Przybylski
1220eafa89 Merge remote-tracking branch 'origin/master' into drizzle 2011-05-25 23:31:17 +02:00
Piotr Przybylski
46ba122b8f Add 'nockick' class to databases that can't be dropped in server database list 2011-05-25 23:29:57 +02:00
Piotr Przybylski
8259510361 Database list for Drizzle: treat 'mysql' as normal table, don't show 'Check Privileges' link 2011-05-25 18:54:09 +02:00
Piotr Przybylski
1835d93534 Indentation fixes 2011-05-24 15:03:17 +02:00
Marc Delisle
5f85bb0e83 Remove redundancy from message 2011-05-18 07:45:58 -04:00
Marc Delisle
ac9d911c3f bug #3303869 [interface] Unnecessary scrolling on Databases page 2011-05-18 07:39:42 -04:00
Marc Delisle
76483d6b4d Page selector in Databases tab did not trigger on change 2011-01-09 08:01:05 -05:00
Dieter Adriaenssens
e69bbb4ec1 Use less noisy message and remove disable link on database statistics 2010-12-08 20:21:51 +01:00
Marc Delisle
81d61125cc bug #3072495 Creating new database on Databases tab messed layout 2010-10-11 09:34:51 -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
Michal Čihař
862e3ca2a7 Merge branch 'QA_3_3'
Conflicts:
	libraries/core.lib.php
	server_databases.php
	server_privileges.php
2010-08-20 13:40:37 +02:00
Marc Delisle
c75e41d5d8 Limit list of correct values for sort order. 2010-08-18 11:30:19 +02:00
Michal Čihař
ea3b718fc3 Secure handling of sort_by and sort_order in server_databases.php. 2010-08-18 11:30:19 +02:00
ninadsp
b99bad8cdd Almost completed appending of newly created database to the database table. Still need to get db statistics 2010-08-03 23:28:31 +05:30
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
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
ninadsp
834b36bd6a Merge remote branch 'origin/master' 2010-06-09 22:49:38 +05:30
Michal Čihař
58ee5d4bd2 Make it possible to translate this. 2010-06-08 10:40:43 +02:00
Michal Čihař
017c8c4221 Name is already a message. 2010-06-08 10:38:26 +02:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
62556cb5b6 Merge branch 'QA_3_3' 2010-05-28 13:07:29 -04:00
Marc Delisle
f483cdb123 bug #3008411 Last dropped database remains active in navi 2010-05-28 13:06:06 -04:00
ninadsp
38ac78e3ba merging changes from origin 2010-05-24 18:32:42 +05:30
Michal Čihař
bb36ae46a1 Convert replication to gettext. 2010-05-24 11:28:58 +02: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
632211d065 gettext conversion 2010-05-09 16:24:32 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Herman van Rink
3af3745260 Fixed table footer and alt for replication column 2009-09-24 13:10:25 +00:00
Herman van Rink
d972ed5d03 Fix indentation for gsoc replication code
make it match the included modeline, and fixed some other spacing issues
2009-09-07 15:00:22 +00:00
Tomas Srnka
feb562e77b Replication support - tomas_zahra branch merged 2009-08-30 14:54:36 +00:00
Marc Delisle
de126075ef patch #2596230 [XHTML] View table headers/footers completely 2009-02-20 09:22:20 +00:00
Marc Delisle
eb74324b59 XHTML other fixes 2009-02-16 10:13:51 +00:00
Marc Delisle
0f317b5c65 patch #2550323 [XHTML] in server_databases.php 2009-02-12 11:21:24 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
8a4d1084d3 patch #2099962 [js] fix js error without frameset 2008-09-09 17:05:58 +00:00
Marc Delisle
e55679c962 remove work in progress 2008-05-11 21:46:07 +00:00
Sebastian Mendel
fa21fe3ea5 make the database list more magic:
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00