Changesets: LimeSurvey

2.1 1927710f

2013-03-11 14:16

tpartner


Details Diff
Fixed issue 06509: Central Participant Database: Attributes mapping is difficult with high number of attributes (UI)
Dev: Forced min-height of sortable lists to parent's height
Affected Issues
06509
mod - scripts/admin/attributeMap.js Diff File
mod - scripts/admin/attributeMapToken.js Diff File

master 6d2edb0f

2013-03-11 14:15

tpartner


Details Diff
Fixed issue 06509: Central Participant Database: Attributes mapping is difficult with high number of attributes (UI)
Dev: Forced min-height of sortable lists to parent's height
Affected Issues
06509
mod - scripts/admin/attributeMap.js Diff File
mod - scripts/admin/attributeMapToken.js Diff File

2.05 c84093b1

2013-03-11 14:15

tpartner


Details Diff
Fixed issue 06509: Central Participant Database: Attributes mapping is difficult with high number of attributes (UI)
Dev: Forced min-height of sortable lists to parent's height
Affected Issues
06509
mod - scripts/admin/attributeMap.js Diff File
mod - scripts/admin/attributeMapToken.js Diff File

2.1 091d59a9

2013-03-11 13:27

user6379


Details Diff
Dev Merged branch 2.2: Survey rendering via Twig.
mod - .gitattributes Diff File
mod - .gitignore Diff File
mod - application/config/config-defaults.php Diff File
mod - application/controllers/ConfigController.php Diff File
mod - application/controllers/SurveyController.php Diff File
mod - application/controllers/admin/database.php Diff File
mod - application/controllers/admin/surveyadmin.php Diff File
mod - application/controllers/survey/index.php Diff File
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - application/helpers/replacements_helper.php Diff File
add - application/helpers/twig_helper.php Diff File
add - application/libraries/Twig/AUTHORS Diff File
add - application/libraries/Twig/Autoloader.php Diff File
add - application/libraries/Twig/CHANGELOG Diff File
add - application/libraries/Twig/Compiler.php Diff File
add - application/libraries/Twig/CompilerInterface.php Diff File
add - application/libraries/Twig/Environment.php Diff File
add - application/libraries/Twig/Error.php Diff File
add - application/libraries/Twig/Error/Loader.php Diff File
add - application/libraries/Twig/Error/Runtime.php Diff File
add - application/libraries/Twig/Error/Syntax.php Diff File
add - application/libraries/Twig/ExistsLoaderInterface.php Diff File
add - application/libraries/Twig/ExpressionParser.php Diff File
add - application/libraries/Twig/Extension.php Diff File
add - application/libraries/Twig/Extension/Core.php Diff File
add - application/libraries/Twig/Extension/Debug.php Diff File
add - application/libraries/Twig/Extension/Escaper.php Diff File
add - application/libraries/Twig/Extension/Optimizer.php Diff File
add - application/libraries/Twig/Extension/Sandbox.php Diff File
add - application/libraries/Twig/Extension/Staging.php Diff File
add - application/libraries/Twig/Extension/StringLoader.php Diff File
add - application/libraries/Twig/ExtensionInterface.php Diff File
add - application/libraries/Twig/Filter.php Diff File
add - application/libraries/Twig/Filter/Function.php Diff File
add - application/libraries/Twig/Filter/Method.php Diff File
add - application/libraries/Twig/Filter/Node.php Diff File
add - application/libraries/Twig/FilterCallableInterface.php Diff File
add - application/libraries/Twig/FilterInterface.php Diff File
add - application/libraries/Twig/Function.php Diff File
add - application/libraries/Twig/Function/Function.php Diff File
add - application/libraries/Twig/Function/Method.php Diff File
add - application/libraries/Twig/Function/Node.php Diff File
add - application/libraries/Twig/FunctionCallableInterface.php Diff File
add - application/libraries/Twig/FunctionInterface.php Diff File
add - application/libraries/Twig/LICENSE Diff File
add - application/libraries/Twig/Lexer.php Diff File
add - application/libraries/Twig/LexerInterface.php Diff File
add - application/libraries/Twig/Loader/Array.php Diff File
add - application/libraries/Twig/Loader/Chain.php Diff File
add - application/libraries/Twig/Loader/Filesystem.php Diff File
add - application/libraries/Twig/Loader/String.php Diff File
add - application/libraries/Twig/LoaderInterface.php Diff File
add - application/libraries/Twig/Markup.php Diff File
add - application/libraries/Twig/Node.php Diff File
add - application/libraries/Twig/Node/AutoEscape.php Diff File
add - application/libraries/Twig/Node/Block.php Diff File
add - application/libraries/Twig/Node/BlockReference.php Diff File
add - application/libraries/Twig/Node/Body.php Diff File
add - application/libraries/Twig/Node/Do.php Diff File
add - application/libraries/Twig/Node/Embed.php Diff File
add - application/libraries/Twig/Node/Expression.php Diff File
add - application/libraries/Twig/Node/Expression/Array.php Diff File
add - application/libraries/Twig/Node/Expression/AssignName.php Diff File
add - application/libraries/Twig/Node/Expression/Binary.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Add.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/And.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/BitwiseAnd.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/BitwiseOr.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/BitwiseXor.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Concat.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Div.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Equal.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/FloorDiv.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Greater.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/GreaterEqual.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/In.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Less.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/LessEqual.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Mod.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Mul.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/NotEqual.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/NotIn.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Or.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Power.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Range.php Diff File
add - application/libraries/Twig/Node/Expression/Binary/Sub.php Diff File
add - application/libraries/Twig/Node/Expression/BlockReference.php Diff File
add - application/libraries/Twig/Node/Expression/Call.php Diff File
add - application/libraries/Twig/Node/Expression/Conditional.php Diff File
add - application/libraries/Twig/Node/Expression/Constant.php Diff File
add - application/libraries/Twig/Node/Expression/ExtensionReference.php Diff File
add - application/libraries/Twig/Node/Expression/Filter.php Diff File
add - application/libraries/Twig/Node/Expression/Filter/Default.php Diff File
add - application/libraries/Twig/Node/Expression/Function.php Diff File
add - application/libraries/Twig/Node/Expression/GetAttr.php Diff File
add - application/libraries/Twig/Node/Expression/MethodCall.php Diff File
add - application/libraries/Twig/Node/Expression/Name.php Diff File
add - application/libraries/Twig/Node/Expression/Parent.php Diff File
add - application/libraries/Twig/Node/Expression/TempName.php Diff File
add - application/libraries/Twig/Node/Expression/Test.php Diff File
add - application/libraries/Twig/Node/Expression/Test/Constant.php Diff File
add - application/libraries/Twig/Node/Expression/Test/Defined.php Diff File
add - application/libraries/Twig/Node/Expression/Test/Divisibleby.php Diff File
add - application/libraries/Twig/Node/Expression/Test/Even.php Diff File
add - application/libraries/Twig/Node/Expression/Test/Null.php Diff File
add - application/libraries/Twig/Node/Expression/Test/Odd.php Diff File
add - application/libraries/Twig/Node/Expression/Test/Sameas.php Diff File
add - application/libraries/Twig/Node/Expression/Unary.php Diff File
add - application/libraries/Twig/Node/Expression/Unary/Neg.php Diff File
add - application/libraries/Twig/Node/Expression/Unary/Not.php Diff File
add - application/libraries/Twig/Node/Expression/Unary/Pos.php Diff File
add - application/libraries/Twig/Node/Flush.php Diff File
add - application/libraries/Twig/Node/For.php Diff File
add - application/libraries/Twig/Node/ForLoop.php Diff File
add - application/libraries/Twig/Node/If.php Diff File
add - application/libraries/Twig/Node/Import.php Diff File
add - application/libraries/Twig/Node/Include.php Diff File
add - application/libraries/Twig/Node/Macro.php Diff File
add - application/libraries/Twig/Node/Module.php Diff File
add - application/libraries/Twig/Node/Print.php Diff File
add - application/libraries/Twig/Node/Sandbox.php Diff File
add - application/libraries/Twig/Node/SandboxedModule.php Diff File
add - application/libraries/Twig/Node/SandboxedPrint.php Diff File
add - application/libraries/Twig/Node/Set.php Diff File
add - application/libraries/Twig/Node/SetTemp.php Diff File
add - application/libraries/Twig/Node/Spaceless.php Diff File
add - application/libraries/Twig/Node/Text.php Diff File
add - application/libraries/Twig/NodeInterface.php Diff File
add - application/libraries/Twig/NodeOutputInterface.php Diff File
add - application/libraries/Twig/NodeTraverser.php Diff File
add - application/libraries/Twig/NodeVisitor/Escaper.php Diff File
add - application/libraries/Twig/NodeVisitor/Optimizer.php Diff File
add - application/libraries/Twig/NodeVisitor/SafeAnalysis.php Diff File
add - application/libraries/Twig/NodeVisitor/Sandbox.php Diff File
add - application/libraries/Twig/NodeVisitorInterface.php Diff File
add - application/libraries/Twig/Parser.php Diff File
add - application/libraries/Twig/ParserInterface.php Diff File
add - application/libraries/Twig/README.markdown Diff File
add - application/libraries/Twig/Sandbox/SecurityError.php Diff File
add - application/libraries/Twig/Sandbox/SecurityPolicy.php Diff File
add - application/libraries/Twig/Sandbox/SecurityPolicyInterface.php Diff File
add - application/libraries/Twig/SimpleFilter.php Diff File
add - application/libraries/Twig/SimpleFunction.php Diff File
add - application/libraries/Twig/SimpleTest.php Diff File
add - application/libraries/Twig/Template.php Diff File
add - application/libraries/Twig/TemplateInterface.php Diff File
add - application/libraries/Twig/Test.php Diff File
add - application/libraries/Twig/Test/Function.php Diff File
add - application/libraries/Twig/Test/IntegrationTestCase.php Diff File
add - application/libraries/Twig/Test/Method.php Diff File
add - application/libraries/Twig/Test/Node.php Diff File
add - application/libraries/Twig/Test/NodeTestCase.php Diff File
add - application/libraries/Twig/TestCallableInterface.php Diff File
add - application/libraries/Twig/TestInterface.php Diff File
add - application/libraries/Twig/Token.php Diff File
add - application/libraries/Twig/TokenParser.php Diff File
add - application/libraries/Twig/TokenParser/AutoEscape.php Diff File
add - application/libraries/Twig/TokenParser/Block.php Diff File
add - application/libraries/Twig/TokenParser/Do.php Diff File
add - application/libraries/Twig/TokenParser/Embed.php Diff File
add - application/libraries/Twig/TokenParser/Extends.php Diff File
add - application/libraries/Twig/TokenParser/Filter.php Diff File
add - application/libraries/Twig/TokenParser/Flush.php Diff File
add - application/libraries/Twig/TokenParser/For.php Diff File
add - application/libraries/Twig/TokenParser/From.php Diff File
add - application/libraries/Twig/TokenParser/If.php Diff File
add - application/libraries/Twig/TokenParser/Import.php Diff File
add - application/libraries/Twig/TokenParser/Include.php Diff File
add - application/libraries/Twig/TokenParser/Macro.php Diff File
add - application/libraries/Twig/TokenParser/Sandbox.php Diff File
add - application/libraries/Twig/TokenParser/Set.php Diff File
add - application/libraries/Twig/TokenParser/Spaceless.php Diff File
add - application/libraries/Twig/TokenParser/Use.php Diff File
add - application/libraries/Twig/TokenParserBroker.php Diff File
add - application/libraries/Twig/TokenParserBrokerInterface.php Diff File
add - application/libraries/Twig/TokenParserInterface.php Diff File
add - application/libraries/Twig/TokenStream.php Diff File
mod - application/views/admin/survey/QuestionGroups/addGroup_view.php Diff File
mod - application/views/admin/survey/subview/tabResourceManagement_view.php Diff File
mod - application/views/admin/token/tokenbar.php Diff File
add - scripts/survey_nav.js Diff File
mod - scripts/survey_runtime.js Diff File
add - templates/twig_default/assessment.pstpl.org Diff File
add - templates/twig_default/chart.jpg Diff File
add - templates/twig_default/clearall.pstpl.org Diff File
add - templates/twig_default/completed.pstpl.org Diff File
add - templates/twig_default/endgroup.pstpl.org Diff File
add - templates/twig_default/endpage.pstpl.org Diff File
add - templates/twig_default/favicon.ico Diff File
add - templates/twig_default/gradient2.gif Diff File
add - templates/twig_default/groupdescription.pstpl.org Diff File
add - templates/twig_default/ie_fix_6.css Diff File
add - templates/twig_default/ie_fix_7.css Diff File
add - templates/twig_default/ie_fix_8.css Diff File
add - templates/twig_default/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png Diff File
add - templates/twig_default/images/ui-bg_flat_15_cd0a0a_40x100.png Diff File
add - templates/twig_default/images/ui-bg_glass_100_e4f1fb_1x400.png Diff File
add - templates/twig_default/images/ui-bg_glass_50_3baae3_1x400.png Diff File
add - templates/twig_default/images/ui-bg_glass_65_ffffff_1x400.png Diff File
add - templates/twig_default/images/ui-bg_glass_75_dadada_1x400.png Diff File
add - templates/twig_default/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
add - templates/twig_default/images/ui-bg_glass_80_d7ebf9_1x400.png Diff File
add - templates/twig_default/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png Diff File
add - templates/twig_default/images/ui-bg_highlight-hard_70_000000_1x100.png Diff File
add - templates/twig_default/images/ui-bg_highlight-soft_100_deedf7_1x100.png Diff File
add - templates/twig_default/images/ui-bg_highlight-soft_25_ffef8f_1x100.png Diff File
add - templates/twig_default/images/ui-icons_222222_256x240.png Diff File
add - templates/twig_default/images/ui-icons_2694e8_256x240.png Diff File
add - templates/twig_default/images/ui-icons_2e83ff_256x240.png Diff File
add - templates/twig_default/images/ui-icons_3d80b3_256x240.png Diff File
add - templates/twig_default/images/ui-icons_454545_256x240.png Diff File
add - templates/twig_default/images/ui-icons_72a7cf_256x240.png Diff File
add - templates/twig_default/images/ui-icons_888888_256x240.png Diff File
add - templates/twig_default/images/ui-icons_ffffff_256x240.png Diff File
add - templates/twig_default/jquery-ui-custom.css Diff File
add - templates/twig_default/load.pstpl.org Diff File
add - templates/twig_default/navigator.pstpl.org Diff File
add - templates/twig_default/poweredby.png Diff File
add - templates/twig_default/preview.png Diff File
add - templates/twig_default/print_group.pstpl.org Diff File
add - templates/twig_default/print_img_checkbox.png Diff File
add - templates/twig_default/print_img_radio.png Diff File
add - templates/twig_default/print_img_textspike.gif Diff File
add - templates/twig_default/print_question.pstpl.org Diff File
add - templates/twig_default/print_survey.pstpl.org Diff File
add - templates/twig_default/print_template.css Diff File
add - templates/twig_default/printanswers.pstpl.org Diff File
add - templates/twig_default/privacy.pstpl.org Diff File
add - templates/twig_default/question.pstpl.org Diff File
add - templates/twig_default/register.pstpl.org Diff File
add - templates/twig_default/save.pstpl.org Diff File
add - templates/twig_default/slider-handle.gif Diff File
add - templates/twig_default/startgroup.pstpl.org Diff File
add - templates/twig_default/startpage.pstpl.org Diff File
add - templates/twig_default/survey.pstpl.org Diff File
add - templates/twig_default/surveylist.pstpl.org Diff File
add - templates/twig_default/template-rtl.css Diff File
add - templates/twig_default/template.css Diff File
add - templates/twig_default/template.js Diff File
add - templates/twig_default/welcome.pstpl.org Diff File
add - templates/twig_default/welcome.twig Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png Diff File
add - third_party/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png Diff File
add - third_party/jquery-ui/css/smoothness/jquery-ui-1.9.2.custom.css Diff File
add - third_party/jquery-ui/css/smoothness/jquery-ui-1.9.2.custom.min.css Diff File
add - third_party/jquery-ui/development-bundle/AUTHORS.txt Diff File
add - third_party/jquery-ui/development-bundle/MIT-LICENSE.txt Diff File
add - third_party/jquery-ui/development-bundle/README.md Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/collapsible.html Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/custom-icons.html Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/fillspace.html Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/hoverintent.html Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/no-auto-height.html Diff File
add - third_party/jquery-ui/development-bundle/demos/accordion/sortable.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/categories.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/combobox.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/custom-data.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/folding.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/london.xml Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/maxheight.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/multiple.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/remote.html Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/search.php Diff File
add - third_party/jquery-ui/development-bundle/demos/autocomplete/xml.html Diff File
add - third_party/jquery-ui/development-bundle/demos/button/checkbox.html Diff File
add - third_party/jquery-ui/development-bundle/demos/button/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/button/icons.html Diff File
add - third_party/jquery-ui/development-bundle/demos/button/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/button/radio.html Diff File
add - third_party/jquery-ui/development-bundle/demos/button/splitbutton.html Diff File
add - third_party/jquery-ui/development-bundle/demos/button/toolbar.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/alt-field.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/animation.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/buttonbar.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/date-formats.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/date-range.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/inline.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/localization.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/min-max.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/other-months.html Diff File
add - third_party/jquery-ui/development-bundle/demos/datepicker/show-week.html Diff File
add - third_party/jquery-ui/development-bundle/demos/demos.css Diff File
add - third_party/jquery-ui/development-bundle/demos/dialog/animated.html Diff File
add - third_party/jquery-ui/development-bundle/demos/dialog/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/dialog/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html Diff File
add - third_party/jquery-ui/development-bundle/demos/dialog/modal-form.html Diff File
add - third_party/jquery-ui/development-bundle/demos/dialog/modal-message.html Diff File
add - third_party/jquery-ui/development-bundle/demos/dialog/modal.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/constrain-movement.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/cursor-style.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/delay-start.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/events.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/handle.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/revert.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/scroll.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/snap-to.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/sortable.html Diff File
add - third_party/jquery-ui/development-bundle/demos/draggable/visual-feedback.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/accepted-elements.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/photo-manager.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/propagation.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/revert.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/shopping-cart.html Diff File
add - third_party/jquery-ui/development-bundle/demos/droppable/visual-feedback.html Diff File
add - third_party/jquery-ui/development-bundle/demos/effect/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/effect/easing.html Diff File
add - third_party/jquery-ui/development-bundle/demos/effect/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/images/calendar.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/images/demo-config-on.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/images/icon-docs-info.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/images/pbar-ani.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/menu/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/menu/icons.html Diff File
add - third_party/jquery-ui/development-bundle/demos/menu/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/position/cycler.html Diff File
add - third_party/jquery-ui/development-bundle/demos/position/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/position/images/earth.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/position/images/flight.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/position/images/rocket.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/position/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/progressbar/animated.html Diff File
add - third_party/jquery-ui/development-bundle/demos/progressbar/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif Diff File
add - third_party/jquery-ui/development-bundle/demos/progressbar/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/progressbar/resize.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/animate.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/constrain-area.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/delay-start.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/helper.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/max-min.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/textarea.html Diff File
add - third_party/jquery-ui/development-bundle/demos/resizable/visual-feedback.html Diff File
add - third_party/jquery-ui/development-bundle/demos/selectable/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/selectable/display-grid.html Diff File
add - third_party/jquery-ui/development-bundle/demos/selectable/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/selectable/serialize.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/colorpicker.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/hotelrooms.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/multiple-vertical.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/range-vertical.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/range.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/rangemax.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/rangemin.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/side-scroll.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/slider-vertical.html Diff File
add - third_party/jquery-ui/development-bundle/demos/slider/steps.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/connect-lists.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/delay-start.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/display-grid.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/empty-lists.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/items.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/placeholder.html Diff File
add - third_party/jquery-ui/development-bundle/demos/sortable/portlets.html Diff File
add - third_party/jquery-ui/development-bundle/demos/spinner/currency.html Diff File
add - third_party/jquery-ui/development-bundle/demos/spinner/decimal.html Diff File
add - third_party/jquery-ui/development-bundle/demos/spinner/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/spinner/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/spinner/latlong.html Diff File
add - third_party/jquery-ui/development-bundle/demos/spinner/overflow.html Diff File
add - third_party/jquery-ui/development-bundle/demos/spinner/time.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/ajax.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/ajax/content1.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/ajax/content2.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/bottom.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/collapsible.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/manipulation.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/mouseover.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/sortable.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tabs/vertical.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/ajax/content1.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/ajax/content2.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/custom-animation.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/custom-content.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/custom-style.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/forms.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/images/st-stephens.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/images/tower-bridge.jpg Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/index.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/tracking.html Diff File
add - third_party/jquery-ui/development-bundle/demos/tooltip/video-player.html Diff File
add - third_party/jquery-ui/development-bundle/demos/widget/default.html Diff File
add - third_party/jquery-ui/development-bundle/demos/widget/index.html Diff File
add - third_party/jquery-ui/development-bundle/docs/accordion.html Diff File
add - third_party/jquery-ui/development-bundle/docs/autocomplete.html Diff File
add - third_party/jquery-ui/development-bundle/docs/blind-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/bounce-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/button.html Diff File
add - third_party/jquery-ui/development-bundle/docs/clip-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/datepicker.html Diff File
add - third_party/jquery-ui/development-bundle/docs/dialog.html Diff File
add - third_party/jquery-ui/development-bundle/docs/draggable.html Diff File
add - third_party/jquery-ui/development-bundle/docs/drop-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/droppable.html Diff File
add - third_party/jquery-ui/development-bundle/docs/explode-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/fade-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/fold-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/highlight-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/jQuery.widget.html Diff File
add - third_party/jquery-ui/development-bundle/docs/menu.html Diff File
add - third_party/jquery-ui/development-bundle/docs/mouse.html Diff File
add - third_party/jquery-ui/development-bundle/docs/position.html Diff File
add - third_party/jquery-ui/development-bundle/docs/progressbar.html Diff File
add - third_party/jquery-ui/development-bundle/docs/puff-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/pulsate-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/resizable.html Diff File
add - third_party/jquery-ui/development-bundle/docs/scale-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/selectable.html Diff File
add - third_party/jquery-ui/development-bundle/docs/shake-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/size-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/slide-effect.html Diff File
add - third_party/jquery-ui/development-bundle/docs/slider.html Diff File
add - third_party/jquery-ui/development-bundle/docs/sortable.html Diff File
add - third_party/jquery-ui/development-bundle/docs/spinner.html Diff File
add - third_party/jquery-ui/development-bundle/docs/tabs.html Diff File
add - third_party/jquery-ui/development-bundle/docs/tooltip.html Diff File
add - third_party/jquery-ui/development-bundle/docs/transfer-effect.html Diff File
add - third_party/jquery-ui/development-bundle/external/globalize.culture.de-DE.js Diff File
add - third_party/jquery-ui/development-bundle/external/globalize.culture.ja-JP.js Diff File
add - third_party/jquery-ui/development-bundle/external/globalize.js Diff File
add - third_party/jquery-ui/development-bundle/external/jquery.bgiframe-2.1.2.js Diff File
add - third_party/jquery-ui/development-bundle/external/jquery.cookie.js Diff File
add - third_party/jquery-ui/development-bundle/external/jquery.metadata.js Diff File
add - third_party/jquery-ui/development-bundle/external/jquery.mousewheel.js Diff File
add - third_party/jquery-ui/development-bundle/external/jshint.js Diff File
add - third_party/jquery-ui/development-bundle/external/qunit.css Diff File
add - third_party/jquery-ui/development-bundle/external/qunit.js Diff File
add - third_party/jquery-ui/development-bundle/grunt.js Diff File
add - third_party/jquery-ui/development-bundle/jquery-1.8.3.js Diff File
add - third_party/jquery-ui/development-bundle/package.json Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery-ui.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.all.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.autocomplete.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.base.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.button.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.core.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.datepicker.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.dialog.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.menu.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.progressbar.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.resizable.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.selectable.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.slider.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.spinner.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.tabs.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.theme.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/jquery.ui.tooltip.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery-ui.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.accordion.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.button.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.core.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.dialog.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.menu.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.resizable.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.selectable.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.slider.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.spinner.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.tabs.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.theme.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery-ui.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.accordion.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.all.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.autocomplete.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.base.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.button.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.core.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.datepicker.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.dialog.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.menu.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.progressbar.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.resizable.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.selectable.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.slider.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.spinner.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.tabs.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.theme.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/jquery.ui.tooltip.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery-ui.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.accordion.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.autocomplete.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.button.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.datepicker.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.dialog.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.menu.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.progressbar.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.slider.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.spinner.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.tabs.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css Diff File
add - third_party/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.tooltip.min.css Diff File
add - third_party/jquery-ui/development-bundle/ui.accordion.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.autocomplete.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.button.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.core.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.datepicker.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.dialog.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.draggable.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.droppable.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-blind.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-bounce.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-clip.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-drop.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-explode.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-fade.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-fold.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-highlight.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-pulsate.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-scale.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-shake.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-slide.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect-transfer.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.effect.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.menu.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.mouse.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.position.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.progressbar.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.resizable.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.selectable.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.slider.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.sortable.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.spinner.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.tabs.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.tooltip.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui.widget.jquery.json Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery-ui-i18n.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-af.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-az.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-da.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-el.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-es.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-id.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-is.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-it.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-no.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-th.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js Diff File
add - third_party/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery-ui.custom.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.accordion.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.button.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.core.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.dialog.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.draggable.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.droppable.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-blind.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-bounce.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-clip.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-drop.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-explode.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-fade.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-fold.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-highlight.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-pulsate.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-scale.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-shake.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-slide.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect-transfer.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.effect.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.menu.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.mouse.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.position.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.resizable.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.selectable.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.slider.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.sortable.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.spinner.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.tabs.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.tooltip.js Diff File
add - third_party/jquery-ui/development-bundle/ui/jquery.ui.widget.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery-ui.custom.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.button.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.datepicker.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.draggable.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.droppable.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-blind.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-clip.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-drop.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-explode.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-fade.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-fold.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-scale.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-shake.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-slide.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.effect.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.menu.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.mouse.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.slider.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.spinner.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.tabs.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.tooltip.min.js Diff File
add - third_party/jquery-ui/development-bundle/ui/minified/jquery.ui.widget.min.js Diff File
add - third_party/jquery-ui/index.html Diff File
add - third_party/jquery-ui/js/jquery-1.8.3.js Diff File
add - third_party/jquery-ui/js/jquery-ui-1.9.2.custom.js Diff File
add - third_party/jquery-ui/js/jquery-ui-1.9.2.custom.min.js Diff File
add - tmp/twig_cache/index.html Diff File
add - upload/templates/twig_default/assessment.pstpl Diff File
add - upload/templates/twig_default/chart.jpg Diff File
add - upload/templates/twig_default/clearall.pstpl Diff File
add - upload/templates/twig_default/clearall.twig Diff File
add - upload/templates/twig_default/completed.pstpl Diff File
add - upload/templates/twig_default/completed.twig Diff File
add - upload/templates/twig_default/endgroup.pstpl Diff File
add - upload/templates/twig_default/endpage.pstpl Diff File
add - upload/templates/twig_default/favicon.ico Diff File
add - upload/templates/twig_default/google_analytics.twig Diff File
add - upload/templates/twig_default/gradient2.gif Diff File
add - upload/templates/twig_default/groupdescription.pstpl Diff File
add - upload/templates/twig_default/ie_fix_6.css Diff File
add - upload/templates/twig_default/ie_fix_7.css Diff File
add - upload/templates/twig_default/ie_fix_8.css Diff File
add - upload/templates/twig_default/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png Diff File
add - upload/templates/twig_default/images/ui-bg_flat_15_cd0a0a_40x100.png Diff File
add - upload/templates/twig_default/images/ui-bg_glass_100_e4f1fb_1x400.png Diff File
add - upload/templates/twig_default/images/ui-bg_glass_50_3baae3_1x400.png Diff File
add - upload/templates/twig_default/images/ui-bg_glass_65_ffffff_1x400.png Diff File
add - upload/templates/twig_default/images/ui-bg_glass_75_dadada_1x400.png Diff File
add - upload/templates/twig_default/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
add - upload/templates/twig_default/images/ui-bg_glass_80_d7ebf9_1x400.png Diff File
add - upload/templates/twig_default/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png Diff File
add - upload/templates/twig_default/images/ui-bg_highlight-hard_70_000000_1x100.png Diff File
add - upload/templates/twig_default/images/ui-bg_highlight-soft_100_deedf7_1x100.png Diff File
add - upload/templates/twig_default/images/ui-bg_highlight-soft_25_ffef8f_1x100.png Diff File
add - upload/templates/twig_default/images/ui-icons_222222_256x240.png Diff File
add - upload/templates/twig_default/images/ui-icons_2694e8_256x240.png Diff File
add - upload/templates/twig_default/images/ui-icons_2e83ff_256x240.png Diff File
add - upload/templates/twig_default/images/ui-icons_3d80b3_256x240.png Diff File
add - upload/templates/twig_default/images/ui-icons_454545_256x240.png Diff File
add - upload/templates/twig_default/images/ui-icons_72a7cf_256x240.png Diff File
add - upload/templates/twig_default/images/ui-icons_888888_256x240.png Diff File
add - upload/templates/twig_default/images/ui-icons_ffffff_256x240.png Diff File
add - upload/templates/twig_default/index.twig Diff File
add - upload/templates/twig_default/jquery-ui-custom.css Diff File
add - upload/templates/twig_default/load.pstpl Diff File
add - upload/templates/twig_default/navigator.pstpl Diff File
add - upload/templates/twig_default/navigator.twig Diff File
add - upload/templates/twig_default/poweredby.png Diff File
add - upload/templates/twig_default/preview.png Diff File
add - upload/templates/twig_default/print_group.pstpl Diff File
add - upload/templates/twig_default/print_img_checkbox.png Diff File
add - upload/templates/twig_default/print_img_radio.png Diff File
add - upload/templates/twig_default/print_img_textspike.gif Diff File
add - upload/templates/twig_default/print_question.pstpl Diff File
add - upload/templates/twig_default/print_survey.pstpl Diff File
add - upload/templates/twig_default/print_template.css Diff File
add - upload/templates/twig_default/printanswers.pstpl Diff File
add - upload/templates/twig_default/privacy.pstpl Diff File
add - upload/templates/twig_default/question.pstpl Diff File
add - upload/templates/twig_default/question.twig Diff File
add - upload/templates/twig_default/register.pstpl Diff File
add - upload/templates/twig_default/save.pstpl Diff File
add - upload/templates/twig_default/slider-handle.gif Diff File
add - upload/templates/twig_default/startgroup.pstpl Diff File
add - upload/templates/twig_default/startpage.pstpl Diff File
add - upload/templates/twig_default/startpage.twig Diff File
add - upload/templates/twig_default/survey.pstpl Diff File
add - upload/templates/twig_default/surveylist.pstpl Diff File
add - upload/templates/twig_default/template-rtl.css Diff File
add - upload/templates/twig_default/template.css Diff File
add - upload/templates/twig_default/template.js Diff File
add - upload/templates/twig_default/welcome.pstpl Diff File
add - upload/templates/twig_default/welcome.twig Diff File

2.1 00160161

2013-03-11 13:18

user6379


Details Diff
Dev Small fixes.
mod - application/controllers/QuestionsController.php Diff File
mod - application/controllers/SurveysController.php Diff File
mod - application/controllers/admin/questiongroup.php Diff File
mod - application/core/Survey_Common_Action.php Diff File
mod - application/helpers/replacements_helper.php Diff File
mod - application/helpers/surveytranslator_helper.php Diff File
mod - application/libraries/Limesurvey_lang.php Diff File
mod - application/libraries/PluginManager/Storage/DbStorage.php Diff File
mod - application/views/questions/update_nonlocalized.php Diff File
mod - application/views/surveys/index.php Diff File
add - application/views/surveys/welcome.php Diff File
mod - plugins/YesNoQuestion/YesNoQuestionObject.php Diff File
mod - plugins/YesNoQuestion/views/default.twig Diff File

2.05 d8999f70

2013-03-11 12:41

DenisChenu


Details Diff
Fixed issue 07644: {TEMPLATEURL} cannot be used in predefined labels inside "
Dev: updated model and add rules for xssfiltering
Affected Issues
07644
mod - application/helpers/admin/label_helper.php Diff File
mod - application/models/Label.php Diff File

master 897255a3

2013-03-11 12:37

DenisChenu


Details Diff
Fixed issue 07644: {TEMPLATEURL} cannot be used in predefined labels inside "
Dev: updated model and add rules for xssfiltering
Affected Issues
07644
mod - application/helpers/admin/label_helper.php Diff File
mod - application/models/Label.php Diff File

2.1 fd368f19

2013-03-11 10:27

user6379


Details Diff
Dev Removed old menu.
Dev Removed htmleditor helper usage; this helper should be removed some time.
mod - application/controllers/AdminController.php Diff File
mod - application/controllers/admin/questiongroup.php Diff File
mod - application/controllers/admin/surveyadmin.php Diff File
mod - application/core/LSYii_Controller.php Diff File
mod - application/core/Survey_Common_Action.php Diff File
mod - application/extensions/Menu/MenuWidget.php Diff File
mod - application/helpers/admin/htmleditor_helper.php Diff File
mod - application/views/admin/survey/editSurvey_view.php Diff File
mod - application/views/admin/survey/newSurvey_view.php Diff File
mod - application/views/admin/survey/subview/tabGeneralNewSurvey_view.php Diff File
mod - application/views/admin/survey/subview/tab_view.php Diff File
mod - application/views/layouts/main.php Diff File
mod - scripts/admin/admin_core.js Diff File
mod - scripts/admin/ckeditor-config.js Diff File

2.05 8070c7db

2013-03-11 10:25

DenisChenu


Details Diff
Dev: fixed issue in survey activation with error and debug=2
mod - application/controllers/admin/surveyadmin.php Diff File

master 5f73ccb7

2013-03-11 10:23

DenisChenu


Details Diff
Dev: fixed issue in survey activation with error and debug=2
mod - application/controllers/admin/surveyadmin.php Diff File

master 778e7f24

2013-03-10 00:06

LimeSurvey Translations Bot


Details Diff
Updated translation: German by c_schmitz
Updated translation: Greek by kiolalis
Updated translation: French (France) by DenisChenu
Updated translation: Vietnamese by rinodung
Updated translation: German (Informal) by c_schmitz
mod - locale/_template/limesurvey.pot Diff File
mod - locale/de-informal/LC_MESSAGES/de-informal.mo Diff File
mod - locale/de/LC_MESSAGES/de.mo Diff File
mod - locale/el/LC_MESSAGES/el.mo Diff File
mod - locale/fr/LC_MESSAGES/fr.mo Diff File
mod - locale/vi/LC_MESSAGES/vi.mo Diff File

master 9b5f8450

2013-03-09 23:05

c_schmitz


Details Diff
Fixed issue: Security problems with uploaded files in administration
mod - application/controllers/admin/questiongroup.php Diff File

master 85d05f5d

2013-03-09 22:43

c_schmitz


Details Diff
Fixed issue 07648: Blank screen after user registers for a survey Affected Issues
07648
mod - application/controllers/RegisterController.php Diff File

2.05 0d0192dd

2013-03-09 22:43

c_schmitz


Details Diff
Fixed issue 07648: Blank screen after user registers for a survey Affected Issues
07648
mod - application/controllers/RegisterController.php Diff File

master 1d199d16

2013-03-09 17:59

c_schmitz


Details Diff
Merge remote-tracking branch 'origin/master'
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/LC_MESSAGES/ca.mo Diff File
mod - locale/ru/LC_MESSAGES/ru.mo Diff File

master 48af18ef

2013-03-09 17:58

c_schmitz


Details Diff
Fixed issue: Security problems with uploaded files in administration
mod - application/controllers/admin/surveyadmin.php Diff File

master 04eadda9

2013-03-09 00:06

LimeSurvey Translations Bot


Details Diff
Updated translation: Catalan by valdomir
Updated translation: Russian by vipgroup
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/LC_MESSAGES/ca.mo Diff File
mod - locale/ru/LC_MESSAGES/ru.mo Diff File

master 9d2ec428

2013-03-08 14:13

c_schmitz


Details Diff
Fixed issue 07646: Dual Matrix - function of the dropdown separator advanced question setting is unclear Affected Issues
07646
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File

2.05 2b4c90ca

2013-03-08 14:13

c_schmitz


Details Diff
Fixed issue 07646: Dual Matrix - function of the dropdown separator advanced question setting is unclear Affected Issues
07646
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File

master 09b70a12

2013-03-08 14:04

c_schmitz


Details Diff
Fixed issue: Security problems with uploaded files in administration
mod - application/controllers/admin/question.php Diff File

2.05 60cb20dd

2013-03-08 14:04

c_schmitz


Details Diff
Fixed issue: Security problems with uploaded files in administration
mod - application/controllers/admin/question.php Diff File

master dbad6291

2013-03-08 12:55

c_schmitz


Details Diff
Fixed issue 07329: Login error notice: langcode param not defined if authentication by webserver is activated Affected Issues
07329
mod - application/controllers/admin/authentication.php Diff File
mod - application/models/Tokens_dynamic.php Diff File
mod - application/models/User.php Diff File

2.05 17a7fef3

2013-03-08 12:55

c_schmitz


Details Diff
Fixed issue 07329: Login error notice: langcode param not defined if authentication by webserver is activated Affected Issues
07329
mod - application/controllers/admin/authentication.php Diff File
mod - application/models/Tokens_dynamic.php Diff File
mod - application/models/User.php Diff File

master ac80450b

2013-03-08 11:18

c_schmitz


Details Diff
Fixed issue: When sending invitation the sender name/email was not properly escaped
mod - application/views/admin/token/email.php Diff File
mod - application/views/admin/token/remind.php Diff File

2.05 64c6caac

2013-03-08 11:18

c_schmitz


Details Diff
Fixed issue: When sending invitation the sender name/email was not properly escaped
mod - application/views/admin/token/email.php Diff File
mod - application/views/admin/token/remind.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 997 998 999 1000 1001 1002 1003 ... 1050 ... 1200 ... 1350 ... 1471 1472 1473  Next  Last