Commit Graph

50 Commits

Author SHA1 Message Date
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
e6cca75875 Cleanup spacing after @param 2012-04-27 11:32:47 +02:00
Jo Michael
13644d8591 Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
Marc Delisle
7fb054554c Put back jQuery 1.6.2 due to conflicts with Highcharts 2.1.5 (tried to upgrade Highcharts but faced other problems) 2012-04-10 18:08:58 -04:00
Jo Michael
6ba62e1b2d Replaced "seperator" with "separator" 2012-04-07 20:23:22 +02:00
Marc Delisle
1fd405d20e Update to jQuery 1.7.2 2012-04-07 09:29:47 -04:00
Madhura Jayaratne
604039279d Use non-minified jquery.event.drag-2.0.js during development 2012-04-04 21:43:27 +05:30
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
Piotr Przybylski
ceee608237 Tablesorter: don't apply widget twice during initialization 2011-08-18 15:21:17 +02:00
Aris Feryanto
88f3796f1e Grid edit: add datetimepicker support for date, datetime, and timestamp field 2011-08-17 13:12:31 +08:00
Aris Feryanto
a9cd487f0f Fix merge conflict with origin/master 2011-08-10 21:27:31 +08: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
Aris Feryanto
0d19760308 Fix bug in qTip when updating content using qTip API in IE 2011-07-29 18:18:30 +08:00
Tyron Madlener
6d7244eeea - Live charting: Error message on invalid server response
- Fixed bugged CPU chart not displaying anything
2011-07-25 22:10:52 +03:00
Tyron Madlener
9ee8ff38c3 Replaced qtTip js library with non-minified version. 2011-07-22 11:41:13 +03:00
Tyron Madlener
9f343e6ead Merge remote-tracking branch 'origin/master'
Conflicts:
	js/functions.js
	libraries/common.lib.php
	libraries/header.inc.php
	server_status.php
2011-07-21 17:41:06 +03:00
Tyron Madlener
c30d209146 Query Analyzer Dialog v0.1 2011-07-21 13:38:51 +03:00
Michal Čihař
dce30ddee1 Merge branch 'master' into integration 2011-07-19 14:23:11 +02:00
Aris Feryanto
2dfd913e2b Fix bug in qTip when updating content using qTip API in IE 2011-07-15 10:21:42 +07:00
Tyron Madlener
7c1bebd2ec Fix: Toolbar clickable in edit mode 2011-07-13 16:57:20 +03:00
Tyron Madlener
86f24ec280 Chart ordering is now also saved. 2011-07-13 16:29:04 +03:00
Tyron Madlener
564150bd52 some fixes 2011-07-13 13:47:55 +03:00
Tyron Madlener
a46d881e82 more fixes 2011-07-13 11:22:23 +03:00
Tyron Madlener
39ad135dca sortableTable: Fixed misplaced elements bug 2011-07-13 10:33:47 +03:00
Tyron Madlener
cc279ff982 Some bugfixes for the new sortable table system 2011-07-12 21:39:35 +03:00
Tyron Madlener
1c6a388ca0 Programmed jQuery plugin 'sortableTable'. This allows for way better arrangement of the chart grid on the Monitor tab, once fully supported (use columns as width measure instead of chart width/height). 2011-07-12 21:04:08 +03:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Madhura Jayaratne
db06c5a912 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS 2011-06-14 18:52:52 +05:30
Tyron Madlener
6938866d81 +source version, -minified version 2011-05-31 15:50:03 +02:00
Tyron Madlener
3d62f95c89 Revert "timepicker.js is redundant, its already in the jquery ui js file"
This reverts commit a0302c666c.
2011-05-30 22:57:08 +02:00
Madhura Jayaratne
abb988ceb5 Add jquery.svg.js, jquery.mousewheel.js jquery.event.drag-2.0.min.js libraries 2011-05-31 00:50:12 +05:30
tyron
a0302c666c timepicker.js is redundant, its already in the jquery ui js file 2011-05-24 15:56:55 +02:00
tyron
58f6523c57 - Server variable Filtering by category
- Some fixes and style improvements
- Tablesorting (sorting indicators are currently missing though)
2011-05-19 23:19:59 +02:00
tyron
00515b13ba Added for cookie persistence on jquery ui tabs 2011-05-19 23:15:53 +02:00
Marc Delisle
5f4a8e6a97 Update to jQuery 1.6.1 2011-05-14 08:26:00 -04:00
Michal Čihař
5b28e356aa Display notification if newer version is available.
This is done using asynchronous javascript so it should not block any
actions.
2011-02-02 14:22:11 +01:00
Marc Delisle
59f561b450 To fix this jQuery 1.4.4 error:
tds[0] is undefined
  jQuery.support.reliableHiddenOffsets = tds[0].offsetHeight === 0;

I merged this commit that is planned to appear in jQuery 1.5:
ad0ebf00ab
2011-01-28 13:08:20 -05:00
Marc Delisle
b923bb3fbb Upgrade to jQuery 1.4.4 2011-01-02 08:00:25 -05:00
Michal Čihař
58bd49327d Avoid comma at the end which causes problems with MSIE. 2010-11-23 10:26:28 +01:00
Marc Delisle
9187f5abe2 jquery components should be under js/jquery 2010-09-13 13:03:45 -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
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
45b62e3620 Support for translating time part of datetime editor. 2010-05-03 15:02:33 +02:00
Michal Čihař
f984f0c888 Add seconds to time editor. 2010-04-21 15:04:37 +02:00
Muhammad Adnan
378094ac30 [interface] Use jQuery calendar dialog.
rfe #2983207, patch #2988715
2010-04-20 10:08:41 +02:00
Michal Čihař
c2de4dd8d9 Add full uncompressed version of jquery ui. 2010-04-15 09:34:52 +02:00
Michal Čihař
71ff89c2fe Include non minified version in Git.
The JS compression will happen on release.
2010-04-13 11:52:33 +02:00
Crack
5603e1a683 Setup script: migrate MooTools code to jQuery 2010-04-09 11:11:39 +02:00
Marc Delisle
58ebfd4591 jquery in subdirectory of js; trying jquery-ui toggle effect 2010-03-23 17:08:47 -04:00