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

Fieldmap screen design updates #339

Open
wants to merge 72 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2019

  1. the first thing to do on #319 is create a new database field on the f…

    …ieldmap object for the default wordpress object status
    jonathanstegall committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    8a001d1 View commit details
    Browse the repository at this point in the history
  2. for #319, the next thing to do is populate and load the wordpress_obj…

    …ect_default_status when interacting with the fieldmap database table itself
    jonathanstegall committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    42ed5a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444104c View commit details
    Browse the repository at this point in the history
  4. for #319, next we expose the status value and available options to th…

    …e admin ui for fieldmaps. this is not yet running client side.
    jonathanstegall committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    0cd59b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa4d4b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ffe4ad View commit details
    Browse the repository at this point in the history
  7. for #319, this is the ajax side of the status picker for wordpress ob…

    …jects. this way it will work on new fieldmaps and when the field changes.
    jonathanstegall committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    c848455 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    656462e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc41af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e7ed9 View commit details
    Browse the repository at this point in the history
  4. when creating or upserting data in wordpress, pass the default status…

    … value around. if it is not overridden by a mapped parameter or a developer hook, and the object type supports a status field, use that default value as the status.
    jonathanstegall committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    1524856 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77b6448 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. update node stuff

    jonathanstegall committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    fe4dbea View commit details
    Browse the repository at this point in the history
  2. javascript changes: for now, it just runs select2 more universally in…

    …side the fieldmap selector. we'll need more changes here, including ajax.
    jonathanstegall committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    4348fbb View commit details
    Browse the repository at this point in the history
  3. css and markup changes for fieldmap screen. this will need a lot more…

    …, but it's in the right direction
    jonathanstegall committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    3695ffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a765d9b View commit details
    Browse the repository at this point in the history
  5. typo

    jonathanstegall committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b8508b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Merge branch 'master' into 328-fieldmap-screen-design-updates

    # Conflicts:
    #	assets/css/object-sync-for-salesforce-admin.css
    #	assets/js/object-sync-for-salesforce-admin.js
    #	assets/js/object-sync-for-salesforce-admin.min.js
    #	assets/js/src/admin.js
    #	assets/sass/object-sync-for-salesforce-admin.scss
    #	package-lock.json
    #	package.json
    #	templates/admin/fieldmaps-add-edit-clone.php
    jonathanstegall committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ab79139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    432675e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    ab7f51b View commit details
    Browse the repository at this point in the history
  2. more clear css

    jonathanstegall committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    c0b1652 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    7433afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598930d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. style changes: box width changes, label styles, field grouping styles…

    …, descriptive text styles, and show/hide stuff for the server side templates the js uses
    jonathanstegall committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    ec7f107 View commit details
    Browse the repository at this point in the history
  2. not going to deprecate the get_wordpress_object_description method af…

    …ter all, but expand it instead. use it to get status information for the object.
    jonathanstegall committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    b8c9394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f79356 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18ffd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6fc913 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd3d8cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a30613 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8dd99a View commit details
    Browse the repository at this point in the history
  9. combined js file

    jonathanstegall committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    60765f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7872e19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b95f849 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. fieldmap screen style, markup, interaction stuff is done for now exce…

    …pt the individual field mapping part
    jonathanstegall committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    2fc0e7c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. style fixes for subfields on the wp and sf fields. also select2 fixes…

    …, wpcs fixes, also start the date format options
    jonathanstegall committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    2cfe782 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    c2ba8d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2301c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    85a0f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d51430d View commit details
    Browse the repository at this point in the history
  3. fix the script that sets whether a default record type on the salesfo…

    …rce object is required or not
    jonathanstegall committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8a1c62b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    082d110 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92eafc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b19ecfd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #323 from MinnPost/319-publish-post-status

    Allow fieldmaps to choose a default status for new records in WordPress
    jonathanstegall committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    51ef39d View commit details
    Browse the repository at this point in the history
  8. save button cleanup

    jonathanstegall committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    859fe7b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    770b1bc View commit details
    Browse the repository at this point in the history
  2. possibly empty array

    jonathanstegall committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a6f45cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    705044a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. in an intermediate state of creating a fieldmap, there are some php e…

    …rrors that occur. let's stop those from happening.
    jonathanstegall committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    5b1fbbb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    7cea094 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    2e54a76 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    ba140c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    062bc62 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    582b205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8297b53 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. fix the activate process so it no longer causes errors before it fini…

    …shes creating new database fields
    jonathanstegall committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    fb6e833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec04c63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5b128c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fc28c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    6714925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d29b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    a7e1a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ae6bd View commit details
    Browse the repository at this point in the history
  3. fix postbox stuff

    jonathanstegall committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    dab2f80 View commit details
    Browse the repository at this point in the history
  4. cleanup

    jonathanstegall committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2f6b316 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. update the selectors

    jonathanstegall committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    fa6661c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    23605ba View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    706868f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. update the css

    jonathanstegall committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a0fbfbb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    190695a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Merge branch 'master' into 328-fieldmap-screen-design-updates

    # Conflicts:
    #	assets/css/object-sync-for-salesforce-admin.css
    #	assets/js/object-sync-for-salesforce-admin.js
    #	assets/js/object-sync-for-salesforce-admin.min.js
    #	assets/sass/object-sync-for-salesforce-admin.scss
    #	classes/class-object-sync-sf-admin.php
    #	classes/class-object-sync-sf-mapping.php
    #	classes/class-object-sync-sf-salesforce-pull.php
    #	languages/object-sync-for-salesforce.pot
    #	package-lock.json
    #	templates/admin/fieldmaps-add-edit-clone.php
    jonathanstegall committed May 22, 2022
    Configuration menu
    Copy the full SHA
    cd29725 View commit details
    Browse the repository at this point in the history