Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove jquery #215

Merged
merged 15 commits into from Jan 20, 2016
Merged

Remove jquery #215

merged 15 commits into from Jan 20, 2016

Commits on Jan 3, 2016

  1. Remove jquery from views/page.js

    Removes the use of jquery to get the value of the dag path input box.
    
    Addresses part of #133
    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    e206854 View commit details
    Browse the repository at this point in the history
  2. Remove jquery from views/filelist.js

    Removes the use of jquery to get the files hash from the elements
    attrs. Instead we will create a callback for the click that will handle
    each files unpin.
    
    Also cleaned up things a bit, more will be required.
    
    Addresses part of #133
    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    1365236 View commit details
    Browse the repository at this point in the history
  3. Editable is no longer used

    Removed editable as it's not used anywhere in the code.
    
    Addresses part of #133
    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    c7d517e View commit details
    Browse the repository at this point in the history
  4. Remove jquery from views/config.js

    Removed the use of jquery to dynamically set the height of the config
    textarea.
    
    Addresses part of #133
    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    c55d960 View commit details
    Browse the repository at this point in the history
  5. Remove jquery from pages/object.js

    Use regular old javascript to retrieve the value from the event and
    trim off the extra.
    
    Addresses part of #133
    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    8e60957 View commit details
    Browse the repository at this point in the history
  6. Remove jquery from pages/files.js

    Removed the hover class addition/removal as it appeared not to be doing
    anything, also used good-ol JavaScript to perform click operation.
    
    Addresses part of #133
    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    6f6a631 View commit details
    Browse the repository at this point in the history
  7. Move FileItem component to its own file

    Moved the FileItem to a seperate file.
    Switched to using Glyphicon instead of a div for block element.
    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    053ec05 View commit details
    Browse the repository at this point in the history
  8. Use debug for logging

    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    7e2d2e1 View commit details
    Browse the repository at this point in the history
  9. Add line break to long line

    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    becf7b2 View commit details
    Browse the repository at this point in the history
  10. Strip jquery as a dependencies in package.json

    Travis Person committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    da0c4c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Move getExtention out to its own file

    Travis Person committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    8011791 View commit details
    Browse the repository at this point in the history
  2. Move map out to separate function

    Changes location of key to remove error.
    Travis Person committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    e7676c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    ea7f9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3966b7b View commit details
    Browse the repository at this point in the history
  3. finish

    dignifiedquire committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    e3afd8f View commit details
    Browse the repository at this point in the history