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

Release 0.12.0 #692

Merged
merged 72 commits into from
Jul 6, 2016
Merged

Release 0.12.0 #692

merged 72 commits into from
Jul 6, 2016

Commits on Jun 16, 2016

  1. Bumped django version

    Giovanni Di Milia committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    6d95aaa View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. Merge pull request #562 from mitodl/gdm_new_django

    Bumped django version
    giocalitri authored Jun 20, 2016
    Configuration menu
    Copy the full SHA
    e2c089d View commit details
    Browse the repository at this point in the history
  2. Fixed spinner positioning (#563)

    George Schneeloch authored Jun 20, 2016
    Configuration menu
    Copy the full SHA
    86249fc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Upgraded to wagtail 1.5.2

    Giovanni Di Milia committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    f44313b View commit details
    Browse the repository at this point in the history
  2. Swapped courses and faq in program page

    Giovanni Di Milia committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    3fa9dc2 View commit details
    Browse the repository at this point in the history
  3. Added babel-polyfill to support IE11 (#611)

    George Schneeloch authored Jun 21, 2016
    Configuration menu
    Copy the full SHA
    073eb49 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Fixed bug with preferred name not updating on Jumbotron

    We weren't passing in the right profile object to <Jumbotron>, so it was
    relying on `SETTINGS.preferred_name` instead of the updated profile
    object (`SETTINGS` is only updated on a full page refresh).
    alicewriteswrongs committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    e879608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7ea2a0 View commit details
    Browse the repository at this point in the history
  3. Removed apostrophe from MicroMaster's (#560)

    * Removed apostrophe from MicroMaster's
    
    * Use MIT for alt text
    
    * Add width and height to images, use correct size image, use static
    
    * Remove quote
    
    * Add apostrophe for Master's degree, remove all for Micromasters
    George Schneeloch authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    7cd7483 View commit details
    Browse the repository at this point in the history
  4. First working version

    Giovanni Di Milia committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    3d8ae15 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #567 from mitodl/gdm_404_error

    Added custom 404 error page
    giocalitri authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    c9d359f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3f9bc0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #570 from mitodl/450_update_edx_documentation

    Updated documentation to reflect edX changes
    gsidebo authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    ca84e3f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #606 from mitodl/gdm_upgrade_wagtail_605

    Upgraded to wagtail 1.5.2
    giocalitri authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    cc2f2c9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #608 from mitodl/gdm_switched_tabs_528

    Swapped courses and faq in program page
    giocalitri authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    6829f32 View commit details
    Browse the repository at this point in the history
  10. Sorted employment entries in resume order

    This adds a couple of functions to sort work history entries in resume
    order, for display on `/users` and `/profile/professional`.
    alicewriteswrongs committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    c4cba46 View commit details
    Browse the repository at this point in the history
  11. Added 'confirm delete all entries' when closing switches

    This changes the behavior of the switches that we display on the
    education and work history profile steps. Now it looks like:
    
    - if the user has not entered anything she can freely toggle the switch
    - if there is an entry saved, clicking the switch will display a popup
    - confirming the popup will delete all entries and toggle the switch to
      'off'.
    - cancelling the popup will close the dialog, leave the entries and
      current switch position intact.
    
    On the work history step this applies to all work history entries, on
    the education step we do it level-by-level, so toggling and confirming
    for a particular level will delete only the entries for that level.
    alicewriteswrongs committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    75732f1 View commit details
    Browse the repository at this point in the history
  12. Added custom 500 page

    Giovanni Di Milia committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    7366bd2 View commit details
    Browse the repository at this point in the history
  13. Added possibility to link external program pages

    Giovanni Di Milia committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    886e3cb View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Link opens in the same page

    Giovanni Di Milia committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    7055f1c View commit details
    Browse the repository at this point in the history
  2. Fixed style regression (#624)

    George Schneeloch authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    ea42af3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #623 from mitodl/gdm_link_to_external_site_598

    Added possibility to link external program pages
    giocalitri authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    37cc733 View commit details
    Browse the repository at this point in the history
  4. Added react-virtualized to AutoComplete (#568)

    George Schneeloch authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    3014fb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #622 from mitodl/gdm_500_page_487

    Added custom 500 page
    giocalitri authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    8ce32bb View commit details
    Browse the repository at this point in the history
  6. Added new types for Course, CourseRun, added flow to many files

    I added flow and proper `props` validation to a number of files - our
    typechecking should be a lot more useful now, although there are still
    places we don't have it turned on.
    alicewriteswrongs committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    3edaa72 View commit details
    Browse the repository at this point in the history
  7. Made FieldsOfStudySelectField wider

    This just makes the autocomplete for field of study a bit wider, and
    adjusts the display of a couple of things on `EducationDialog`.
    alicewriteswrongs committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    c2a6cd3 View commit details
    Browse the repository at this point in the history
  8. Fixed filtering text to remain if textbox clicked (#628)

    George Schneeloch authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    3d0cf3a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Raised 404 exception when user wants to access someones profile whose…

    … privacy mode is set tp private
    amir-qayyum-khan committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    21f7135 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #546 from mitodl/enhance/aq/response_of_private_us…

    …er_api_#483
    
    Raised 404 from users API for users with privacy setting set to "private"
    amir-qayyum-khan authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    fc56dd1 View commit details
    Browse the repository at this point in the history
  3. Removed UI validators from PrivacyTab validator callback

    This changes the privacy tab validation callback on only validation
    profile fields, and not check UI state. This fixes a bug where default
    values for the UI state could prevent the user from being able to save a
    profile on the privacy tab.
    alicewriteswrongs committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    cdb2635 View commit details
    Browse the repository at this point in the history
  4. Removed padding from date field (#631)

    George Schneeloch authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    0e4e9c3 View commit details
    Browse the repository at this point in the history
  5. Updated edx-api-client requirement

    Giovanni Di Milia committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    e74fedb View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Merge pull request #639 from mitodl/gdm_requirements

    Updated edx-api-client requirement
    giocalitri authored Jun 27, 2016
    Configuration menu
    Copy the full SHA
    11299d2 View commit details
    Browse the repository at this point in the history
  2. Added resumeOrder to education entries

    This comprises mainly some changes to `EducationForm` and
    `EducationDisplay`, but also some refactoring and some new tests to
    catch regressions on `EmploymentForm`: a bug relating to edit indices
    was found and fixed here.
    alicewriteswrongs committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    1e4646a View commit details
    Browse the repository at this point in the history
  3. Updated validation text (#643)

    * Updated validation text
    
    * Lint
    George Schneeloch authored Jun 27, 2016
    Configuration menu
    Copy the full SHA
    821a51f View commit details
    Browse the repository at this point in the history
  4. Added text to JumboTron for terms of service (#644)

    George Schneeloch authored Jun 27, 2016
    Configuration menu
    Copy the full SHA
    f1034ed View commit details
    Browse the repository at this point in the history
  5. Added link to home page on program page logo (#645)

    George Schneeloch authored Jun 27, 2016
    Configuration menu
    Copy the full SHA
    8b1e8e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Added settings page

    amir-qayyum-khan committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    75c0fd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #519 from mitodl/feature/aq/add_settings_page

    Added settings page and tests.
    amir-qayyum-khan authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    c7ac8bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fb0aea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #651 from mitodl/fix/aq/settings_btn_label

    Changed the label of settings page button.
    amir-qayyum-khan authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    1e647e5 View commit details
    Browse the repository at this point in the history
  5. Removed upgrade logic from the frontend

    Giovanni Di Milia committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    75d6f86 View commit details
    Browse the repository at this point in the history
  6. Tests fixed

    Giovanni Di Milia committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    c7d1c3a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Removed x's from text fields (#642)

    George Schneeloch authored Jun 29, 2016
    Configuration menu
    Copy the full SHA
    3e75a87 View commit details
    Browse the repository at this point in the history
  2. Added spinner for dashboard (#646)

    George Schneeloch authored Jun 29, 2016
    Configuration menu
    Copy the full SHA
    cb7a5c0 View commit details
    Browse the repository at this point in the history
  3. Redirected to 404 if user goes to a missing user page (#629)

    George Schneeloch authored Jun 29, 2016
    Configuration menu
    Copy the full SHA
    076f789 View commit details
    Browse the repository at this point in the history
  4. Added thumbnail to wagtail CMS (#625)

    George Schneeloch authored Jun 29, 2016
    Configuration menu
    Copy the full SHA
    080fdeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42e285f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5506153 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf02157 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8709bf7 View commit details
    Browse the repository at this point in the history
  9. fixed js test

    gsidebo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    f0cf3a2 View commit details
    Browse the repository at this point in the history
  10. fixed MORE unit tests

    gsidebo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    f9013e5 View commit details
    Browse the repository at this point in the history
  11. added docstring

    gsidebo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    b83d223 View commit details
    Browse the repository at this point in the history
  12. Removed routing from profile flow

    This removes routing from the initial profile flow, so that instead of
    guiding the user through a series of components which each live at a
    different url (`/profile/education` and so on) everything happens at a
    single url (`/profile`).
    
    We're now managing the `profileStep` with a redux action. This entails a
    pretty big set of changes to `ProfilePage` and `ProfileFormContainer`,
    and a smaller set of changes to `SettingsPage` and some other files.
    
    This also changes `validateProfileComplete`, since after determining the
    profile is incomplete we now want to dispatch a particular action and
    redirect to `/profile`, instead of redirecting to
    `/profile/professional`.
    
    `ProfileProgressControls` now accepts two callbacks (or `void`) to
    attach to `onClick` on it's buttons, instead of URLs to push onto
    `this.context.router`.
    
    Various other changes are necessary to deal with breaking tests and so
    on.
    alicewriteswrongs committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    e4b9c2c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Merge pull request #649 from mitodl/571_add_user_page_link

    Added user page link to dropdown
    gsidebo authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    2d2a39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3fb135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62a0b3 View commit details
    Browse the repository at this point in the history
  4. Added spinner and error message for profile page (#661)

    George Schneeloch authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    03003e9 View commit details
    Browse the repository at this point in the history
  5. FAQ collapsed by default

    Giovanni Di Milia committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    3ecef00 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #632 from mitodl/578_FoS_match_anywhere_in_string

    Changed field of study select to match anywhere in string w/ highlighted text
    gsidebo authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    a350943 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #664 from mitodl/gdm_collapsed_faq_604

    FAQ collapsed by default
    giocalitri authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    30fa96b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Modified FAQ field to have rich text

    Giovanni Di Milia committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    3fefe49 View commit details
    Browse the repository at this point in the history
  2. Removed some (now) useless cases in constants

    Giovanni Di Milia committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    85589d7 View commit details
    Browse the repository at this point in the history
  3. Added deadline for upgrade

    Giovanni Di Milia committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    72e6ec5 View commit details
    Browse the repository at this point in the history
  4. Changed dateFields to disallow non-numerical input (#641)

    alicewriteswrongs authored and George Schneeloch committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    917b5b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed19858 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Merge pull request #659 from mitodl/gdm_honor_upgrade_654

    Added deadline for upgrade to verified
    giocalitri authored Jul 5, 2016
    Configuration menu
    Copy the full SHA
    6fda299 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #655 from mitodl/gdm_frontend_upgrade_648

    Removed logic for "upgrade" from the front end code
    giocalitri authored Jul 5, 2016
    Configuration menu
    Copy the full SHA
    23dbe58 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release'

    annagav committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    9566776 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #660 from mitodl/gdm_html_cms_603

    Modified FAQ field to have rich text
    giocalitri authored Jul 5, 2016
    Configuration menu
    Copy the full SHA
    4542581 View commit details
    Browse the repository at this point in the history
  5. Release 0.12.0

    annagav committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    bf259cb View commit details
    Browse the repository at this point in the history