owncloud / owncloud/user_ldap

jQuery Core 1.9 Upgrade Guide

Open
#259 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
17
Forks
19
Avg merge
11h 40m
Merged PRs (30d)
2

Description

jQuery Core 1.9 Upgrade Guide

Changes of Note in jQuery 1.9
See the full upgrade guide at jquery.com

Removed

Minor

.trigger()

  • /vendor/ui-multiselect/src/jquery.multiselect.js

.click()

  • /js/wizard/view.js
  • /js/wizard/wizardTabAbstractFilter.js
  • /js/wizard/wizardTabElementary.js
  • /js/wizard/wizardTabExpert.js
  • /js/wizard/wizardTabGeneric.js
  • /js/wizard/wizardTabLoginFilter.js
  • /vendor/ui-multiselect/src/jquery.multiselect.js

.focus()

  • /vendor/ui-multiselect/src/jquery.multiselect.js

.data()

  • /vendor/ui-multiselect/src/jquery.multiselect.js

.focus()

  • /vendor/ui-multiselect/src/jquery.multiselect.js

.attr()

  • /js/wizard/view.js
  • /js/wizard/wizardTabElementary.js
  • /js/wizard/wizardTabGeneric.js
  • /vendor/ui-multiselect/src/jquery.multiselect.js

.prop()

  • /js/wizard/wizardTabGeneric.js

.add()

  • /js/wizard/configModel.js
  • /vendor/ui-multiselect/src/jquery.multiselect.js

.after()

  • /js/wizard/wizardTabElementary.js

.appendTo()

  • /js/wizard/wizardTabAbstractFilter.js
  • /vendor/ui-multiselect/src/jquery.multiselect.js

.insertAfter()

  • /js/wizard/wizardTabGeneric.js
  • /vendor/ui-multiselect/src/jquery.multiselect.js

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked jQuery 1.9 upgrade guide, then inspect the listed usages in /js/wizard/view.js, the wizard tab files, configModel.js, and /vendor/ui-multiselect/src/jquery.multiselect.js. Replace or review each checked API usage against the guide, and consider the work done when all checklist entries have been addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, jquery
Domain
frontend, web-dev
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.