Commit Graph

167 Commits

Author SHA1 Message Date
Dieter Adriaenssens
f62c4a1809 coding style : control structures 2011-11-24 15:32:30 +01: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
Piotr Przybylski
4a5cb00df5 Fix jQuery UI version number
It's 1.8.16, not 1.8.6
2011-10-11 02:00:45 +02:00
Piotr Przybylski
ac365e0262 Upgrade jQuery UI to 1.8.6 2011-10-10 22:35:36 +02:00
Marc Delisle
b5e63b56a9 Fix merge conflicts 2011-10-10 08:54:44 -04:00
Marc Delisle
a6fc7ac928 bug [navi] Wrong icon for view (MySQL 5.5) 2011-10-10 08:49:41 -04:00
Marc Delisle
8945a2a614 Convert footnotes to tooltips in Create table dialog
- works when called from main panel
- from navi panel, this commit fixed a js error but the tooltips do
  not appear yet
2011-10-09 07:42:10 -04:00
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Rouslan Placella
1431d02c8f Made PMA aware of the presence of sprites + added a script for generating sprites from icons 2011-09-26 20:46:28 +01:00
Madhura Jayaratne
e67a0a2531 Spaces between parameters in function calls 2011-09-23 08:43:41 +05:30
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
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
Michal Čihař
b0a8c5a20d Use longer text for title 2011-08-11 09:33:05 +02:00
Piotr Przybylski
7f1fa1bab0 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	js/server_status.js
	libraries/database_interface.lib.php
	libraries/mysql_charsets.lib.php
2011-08-05 17:17:47 +02:00
Michal Čihař
4afb63d08f Upgrade to jQuery 1.6.2
This should be compatible with 1.6.1 and my tests show no problems.
2011-08-05 15:31:38 +02:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Michal Čihař
73fb08d3d8 Revert "Feature idea: Collapsible navigation frame"
This reverts commit 5fb7f9cd17.

Conflicts:

	js/common.js
2011-08-04 14:41:29 +02:00
Tyron Madlener
5fb7f9cd17 Feature idea: Collapsible navigation frame 2011-07-27 12:56:40 +03: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ř
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Michal Čihař
9405dbb82a Fix spacing after @param 2011-07-22 09:21:55 +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
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Piotr Przybylski
3bde595666 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-27 23:55:32 +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
Aris Feryanto
7e5fddf4ae Recent table: Add support for browser without javascript 2011-06-20 13:21:07 +07:00
Piotr Przybylski
17f8e16141 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	server_processlist.php
2011-06-15 15:38:04 +02:00
Tyron Madlener
5e09426666 Merge 2011-06-06 14:38:56 +02:00
Piotr Przybylski
a56d77fb67 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-06 12:12:42 +02:00
Aris Feryanto
1a66a483cf Merge remote-tracking branch 'origin/master' into aris 2011-06-06 14:58:24 +07:00
Michal Čihař
bbbf2c49ed Drop $GLOBALS['charset'].
It was anyway always set to utf-8 so it does not make sense to keep it
as a variable.
2011-06-03 14:04:29 +02:00
Michal Čihař
4841ee9d5f Use standard mechanism for loading javascript to prevent multiple requests to server 2011-06-03 13:32:53 +02:00
Aris Feryanto
159696ba69 Merge remote-tracking branch 'origin/master' into aris 2011-05-31 13:13:23 +07:00
Piotr Przybylski
bd543f90e8 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into drizzle
Conflicts:
	navigation.php
2011-05-27 20:25:47 +02:00
Aris Feryanto
ad6e109e0e Fix RecentTable class -> PMA_RecentTable, some fix on documentation 2011-05-27 19:03:47 +07:00
Thilanka Kaushalya
07f553f3f2 Added the PMA_createTableDialog function in functions js file 2011-05-25 23:32:43 +05:30
Thilanka Kaushalya
f0c56fd49a merged chages in navigation.js 2011-05-25 22:29:17 +05:30
Thilanka Kaushalya
42c36b1fb8 Bug fixed the create table option in navigation panel 2011-05-25 21:03:13 +05:30
Piotr Przybylski
83b81dc242 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/common.lib.php
2011-05-24 15:13:41 +02:00
Marc Delisle
8f2a040f41 Merge commit 'ab6d16ed2f4728c9f066353a851621a352ef969f' 2011-05-24 08:18:25 -04:00
Thilanka Kaushalya
0598d99925 Ajaxify the create table option in navigation panel - have bugs 2011-05-21 16:45:51 +05:30
Piotr Przybylski
be748a7d84 Case insensitive comparisons to check for I_S, tread D_D as I_S 2011-05-17 00:00:21 +02:00
Marc Delisle
5f4a8e6a97 Update to jQuery 1.6.1 2011-05-14 08:26:00 -04:00
Aris Feryanto
456640c457 Some fix for ajaxification 2011-05-14 12:21:49 +07:00
Aris Feryanto
963d77e3be Ajaxification of recent tables list 2011-05-14 02:46:15 +07:00
Aris Feryanto
c468705538 Add PMA_addRecentTable function, jQuery for recent tables 'onchange' event 2011-05-10 01:55:02 +07:00
Aris Feryanto
23021911b1 Recently used tables (class, configuration, remember in pma database) 2011-05-08 02:42:38 +07:00