View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
07981 | Bug reports | Survey taking | public | 2013-07-08 16:21 | 2013-09-24 14:20 |
Reporter | mlhess | Assigned To | mfaber | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05 RC | ||||
Fixed in Version | 2.05 RC | ||||
Summary | 07981: Back and forth button in JS calendar does not work. | ||||
Description | Pressing back and forth does not work in the JS calendar widget | ||||
Steps To Reproduce | Create a new survey with a date question. take the survey, press back and forth to move the calendar. Nothing happens. | ||||
Additional Information | See screenshot This is using head from 2.05 as of this morning. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 10 | ||||
Complete LimeSurvey version number (& build) | 123456 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Chrome, and IE | ||||
Database type & version | mysql | ||||
Server OS (if known) | linux | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | 5.3 | ||||
This is a confirmed bug in jquery's datepicker, which has alread been fixed in new versions of jquery. I was able to reproduce mlhess' bug report and when (for testing) I removed the daterange option from date.js, everything works as expected. DEVS: Would it be possible to update jquery or the datepicker code in Limesurvey? |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12751 |
|
Updated to jquery 1.10. c_schmitz, i'd like to go to jquery 2 for 2.10 -- that will greatly improve speed but will drop ie8 compatibility. --> Note that 2.0 and 1.10 are API compatible so a final decision on this can wait until we put 2.1 in beta; at that time let's pray ie8 is also dead! |
|
I don't see how to reopen this, but jquery UI needs to be updated. |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12755 |
|
Updated jquery ui to 1.10.3 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12862 |
|
2.05RC1 released |
|
LimeSurvey: 2.05 28be180d 2013-07-13 23:58 Committer: unknown Details Diff |
New feature #7810 Implement max/min date for date question DEV: implemented min/max dates for datepicker in Date question DEV: supported formats/dates: DEV: - fixed dates in format YYYY-MM-DD (e.g. 2013-08-24) DEV: - {qcode}: reference to another datefield DEV: - supported on same (dynamic, JS) and on previous pages (PHP) DEV: - honors survey date format and date formats in DEV: - advanced attributes of a date question (mixing date DEV: - formats in one survey should be no problem) DEV: - {expressions}: only on following page DEV: - Things like date from previous answer+3 days as min DEV: - for another question is possible using eg. DEV: - {date("Y-m-d",strtotime(departure)+3*60*60*24)} DEV: - on a following page DEV: DEV: I recycled the dropdown_dates_year_min/max fields DEV: to avoid cluttering up the user interface. The fields still DEV: take fixed years in format YYYY for backward compatibility, DEV: so old survey will work as they used to. DEV: DEV: This also fixes 07981 (bug in jquery UI) because we do not use DEV: the yearrange function of the datepicker anymore, DEV: which is affected by this bug. DEV: DEV: Tested in FF and Chrome |
Affected Issues 07981 |
|
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - scripts/date.js | Diff File | ||
LimeSurvey: 2.05 e589e1ef 2013-07-17 22:52 Details Diff |
Fixed issue 07981: Back and forth button in JS calendar does not work. Dev Updated to jquery 1.10 |
Affected Issues 07981 |
|
mod - application/config/third_party.php | Diff File | ||
add - third_party/jquery/jquery-1.10.2.min.js | Diff File | ||
rm - third_party/jquery/jquery-1.9.1.min.js | Diff | ||
LimeSurvey: 2.05 15ba6dad 2013-07-22 14:02 Details Diff |
Fixed issue 07981: Calendar not working. Dev updated jquery ui. |
Affected Issues 07981 |
|
mod - application/config/third_party.php | Diff File | ||
add - third_party/jqueryui/css/smoothness/images/animated-overlay.gif | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-icons_222222_256x240.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-icons_2e83ff_256x240.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-icons_454545_256x240.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-icons_888888_256x240.png | Diff File | ||
mod - third_party/jqueryui/css/smoothness/images/ui-icons_cd0a0a_256x240.png | Diff File | ||
rm - third_party/jqueryui/css/smoothness/jquery-ui-1.10.0.custom.min.css | Diff | ||
add - third_party/jqueryui/css/smoothness/jquery-ui-1.10.3.custom.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/AUTHORS.txt | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/accordion/collapsible.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/accordion/custom-icons.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/accordion/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/accordion/fillspace.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/accordion/hoverintent.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/accordion/no-auto-height.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/accordion/sortable.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/categories.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/combobox.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/custom-data.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/folding.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/maxheight.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/multiple-remote.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/multiple.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/remote-jsonp.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/remote-with-cache.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/remote.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/autocomplete/xml.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/button/checkbox.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/button/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/button/icons.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/button/radio.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/button/splitbutton.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/button/toolbar.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/alt-field.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/animation.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/buttonbar.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/date-formats.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/date-range.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/dropdown-month-year.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/icon-trigger.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/inline.html | Diff File | ||
add - third_party/jqueryui/development-bundle/demos/datepicker/jquery.ui.datepicker-ar.js | Diff File | ||
add - third_party/jqueryui/development-bundle/demos/datepicker/jquery.ui.datepicker-fr.js | Diff File | ||
add - third_party/jqueryui/development-bundle/demos/datepicker/jquery.ui.datepicker-he.js | Diff File | ||
add - third_party/jqueryui/development-bundle/demos/datepicker/jquery.ui.datepicker-zh-TW.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/localization.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/min-max.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/multiple-calendars.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/other-months.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/datepicker/show-week.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/dialog/animated.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/dialog/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/dialog/modal-confirmation.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/dialog/modal-form.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/dialog/modal-message.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/dialog/modal.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/constrain-movement.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/cursor-style.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/delay-start.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/events.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/handle.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/revert.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/scroll.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/snap-to.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/sortable.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/draggable/visual-feedback.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/droppable/accepted-elements.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/droppable/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/droppable/photo-manager.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/droppable/propagation.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/droppable/revert.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/droppable/shopping-cart.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/droppable/visual-feedback.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/effect/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/effect/easing.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/menu/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/menu/icons.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/position/cycler.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/position/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/progressbar/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/progressbar/indeterminate.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/progressbar/label.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/animate.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/aspect-ratio.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/constrain-area.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/delay-start.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/helper.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/max-min.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/snap-to-grid.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/synchronous-resize.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/textarea.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/resizable/visual-feedback.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/selectable/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/selectable/display-grid.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/selectable/serialize.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/colorpicker.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/hotelrooms.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/multiple-vertical.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/range-vertical.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/range.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/rangemax.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/rangemin.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/side-scroll.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/slider-vertical.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/slider/steps.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/connect-lists-through-tabs.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/connect-lists.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/delay-start.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/display-grid.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/empty-lists.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/items.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/placeholder.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/sortable/portlets.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/spinner/currency.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/spinner/decimal.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/spinner/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/spinner/latlong.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/spinner/overflow.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/spinner/time.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/ajax.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/bottom.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/collapsible.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/manipulation.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/mouseover.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/sortable.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tabs/vertical.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tooltip/custom-animation.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tooltip/custom-content.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tooltip/custom-style.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tooltip/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tooltip/forms.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tooltip/tracking.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/tooltip/video-player.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/demos/widget/default.html | Diff File | ||
mod - third_party/jqueryui/development-bundle/external/globalize.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/external/jquery.mousewheel.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/external/qunit.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/external/qunit.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/package.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery-ui.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.accordion.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.all.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.autocomplete.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.base.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.button.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.core.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.datepicker.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.dialog.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.menu.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.progressbar.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.resizable.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.selectable.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.slider.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.spinner.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.tabs.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.theme.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/jquery.ui.tooltip.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery-ui.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.accordion.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.button.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.core.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.dialog.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.menu.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.resizable.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.selectable.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.slider.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.spinner.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.tabs.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.theme.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css | Diff File | ||
add - third_party/jqueryui/development-bundle/themes/smoothness/images/animated-overlay.gif | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery-ui.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.accordion.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.all.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.autocomplete.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.base.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.button.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.core.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.datepicker.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.dialog.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.menu.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.progressbar.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.resizable.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.selectable.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.slider.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.spinner.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.tabs.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.theme.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/jquery.ui.tooltip.css | Diff File | ||
add - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/animated-overlay.gif | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery-ui.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.accordion.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.autocomplete.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.button.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.datepicker.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.dialog.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.menu.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.progressbar.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.slider.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.spinner.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.tabs.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/themes/smoothness/minified/jquery.ui.tooltip.min.css | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.accordion.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.autocomplete.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.button.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.core.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.datepicker.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.dialog.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.draggable.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.droppable.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-blind.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-bounce.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-clip.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-drop.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-explode.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-fade.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-fold.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-highlight.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-pulsate.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-scale.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-shake.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-slide.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect-transfer.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.effect.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.menu.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.mouse.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.position.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.progressbar.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.resizable.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.selectable.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.slider.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.sortable.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.spinner.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.tabs.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.tooltip.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui.widget.jquery.json | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/i18n/jquery-ui-i18n.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery-ui.custom.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.accordion.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.autocomplete.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.button.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.core.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.datepicker.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.dialog.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.draggable.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.droppable.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-blind.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-bounce.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-clip.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-drop.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-explode.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-fade.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-fold.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-highlight.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-pulsate.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-scale.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-shake.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-slide.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect-transfer.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.effect.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.menu.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.mouse.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.position.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.progressbar.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.resizable.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.selectable.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.slider.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.sortable.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.spinner.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.tabs.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.tooltip.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/jquery.ui.widget.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-be.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ky.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nb.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nn.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery-ui.custom.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.accordion.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.button.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.core.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.datepicker.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.dialog.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.draggable.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.droppable.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-blind.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-clip.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-drop.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-explode.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-fade.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-fold.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-scale.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-shake.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-slide.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.effect.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.menu.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.mouse.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.position.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.progressbar.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.resizable.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.selectable.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.slider.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.sortable.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.spinner.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.tabs.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.tooltip.min.js | Diff File | ||
mod - third_party/jqueryui/development-bundle/ui/minified/jquery.ui.widget.min.js | Diff File | ||
mod - third_party/jqueryui/index.html | Diff File | ||
rm - third_party/jqueryui/js/jquery-ui-1.10.0.custom.min.js | Diff | ||
add - third_party/jqueryui/js/jquery-ui-1.10.3.custom.min.js | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-08 16:21 | mlhess | New Issue | |
2013-07-08 16:21 | mlhess | File Added: Screen Shot 2013-07-08 at 10.19.44 AM.png | |
2013-07-08 17:30 | mfaber | Note Added: 25739 | |
2013-07-08 17:31 | mfaber | Status | new => confirmed |
2013-07-08 17:31 | mfaber | Issue Monitored: mfaber | |
2013-07-17 22:53 | sammousa | Changeset attached | => LimeSurvey 2.05 e589e1ef |
2013-07-17 22:53 | sammousa | Note Added: 25808 | |
2013-07-17 22:53 | sammousa | Assigned To | => sammousa |
2013-07-17 22:53 | sammousa | Resolution | open => fixed |
2013-07-17 23:01 | sammousa | Note Added: 25809 | |
2013-07-17 23:02 | sammousa | Status | confirmed => resolved |
2013-07-21 19:50 | mlhess | Note Added: 25820 | |
2013-07-21 19:50 | mlhess | Status | resolved => feedback |
2013-07-21 19:50 | mlhess | Resolution | fixed => reopened |
2013-07-22 14:03 | sammousa | Changeset attached | => LimeSurvey 2.05 15ba6dad |
2013-07-22 14:03 | sammousa | Note Added: 25828 | |
2013-07-22 14:05 | sammousa | Note Added: 25830 | |
2013-07-22 14:05 | sammousa | Status | feedback => resolved |
2013-07-22 14:05 | sammousa | Resolution | reopened => fixed |
2013-08-13 14:54 | mfaber | Changeset attached | => LimeSurvey 2.05 28be180d |
2013-08-13 14:54 | mfaber | Note Added: 25994 | |
2013-08-13 14:54 | mfaber | Assigned To | sammousa => mfaber |
2013-09-23 13:36 | c_schmitz | Fixed in Version | => 2.05 RC |
2013-09-24 14:20 | c_schmitz | Note Added: 26341 | |
2013-09-24 14:20 | c_schmitz | Status | resolved => closed |
2021-08-02 19:11 | guest | Bug heat | 8 => 10 |