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

Default Fallback Processor Feature #26

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

Commits on Mar 28, 2016

  1. Remove lib ReadMe file

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    8005c68 View commit details
    Browse the repository at this point in the history
  2. Add Sitecore NuGet folder

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    e7693f9 View commit details
    Browse the repository at this point in the history
  3. Ignore packages

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    ed76358 View commit details
    Browse the repository at this point in the history
  4. Remove direct references to Sitecore

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    97dfea3 View commit details
    Browse the repository at this point in the history
  5. Remove direct references to Sitecore

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    8b3cd80 View commit details
    Browse the repository at this point in the history
  6. Remove direct references to Sitecore

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    389ada4 View commit details
    Browse the repository at this point in the history
  7. Add Sitecore NuGet

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    5f62c5c View commit details
    Browse the repository at this point in the history
  8. Add Sitecore NuGet

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    53abfa2 View commit details
    Browse the repository at this point in the history
  9. NuGet In Project

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    d9f9630 View commit details
    Browse the repository at this point in the history
  10. Sitecore NuGet Packages

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    0f33af7 View commit details
    Browse the repository at this point in the history
  11. Sitecore NuGet Packages

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    cc01e98 View commit details
    Browse the repository at this point in the history
  12. Add Create and Delete Event Handlers to config file. Also formated co…

    …nfig file for better readability.
    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    24b7f3c View commit details
    Browse the repository at this point in the history
  13. Add Sitecore NuGet packages

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    6931f80 View commit details
    Browse the repository at this point in the history
  14. Create Field FallBack Item Deleted Handler

    Chris Sigmon committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    aaf75c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Created Default Template Demo Folder Item

    Chris Sigmon committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    9a634ba View commit details
    Browse the repository at this point in the history
  2. Create Deafult Items Demp Folder Item

    Chris Sigmon committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    985a2ae View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Moved events handlers to their own config file to keep from confilict…

    …s with deployment.
    Chris Sigmon committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    e32e57d View commit details
    Browse the repository at this point in the history
  2. Add properties to get default locations

    Chris Sigmon committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    d5200e5 View commit details
    Browse the repository at this point in the history
  3. Create FieldFallbackEvents config file. Leave in example suffix until…

    … deployment then enable it once project is set up.
    Chris Sigmon committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    65a1c57 View commit details
    Browse the repository at this point in the history
  4. Create Initial DefaultValuesItemProcessor

    Chris Sigmon committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    71ab4fd View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Change Demo Folder type in Sitecore

    Chris Sigmon committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    6a9215b View commit details
    Browse the repository at this point in the history
  2. Move Processor Config from Kernel to Processor Project

    Chris Sigmon committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    11a3afe View commit details
    Browse the repository at this point in the history
  3. Changed event from item:created to item:saved when creating new templ…

    …ates to dynamically create content items. Fixed spelling error in setting name.
    Chris Sigmon committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    1e5eb62 View commit details
    Browse the repository at this point in the history
  4. Field Fall back Item Deleted Handler Place Holder add comment that th…

    …e event will delete the item when the template is deleted.
    Chris Sigmon committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    87f1346 View commit details
    Browse the repository at this point in the history
  5. Alpha version of FieldFallBackItemCreatedHandler. This will create a …

    …content item in the location specified in the config file when a template is created in a specific location specified in the config file.
    Chris Sigmon committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    68559cc View commit details
    Browse the repository at this point in the history
  6. Add NuGet Packages and new files to Processors project

    Chris Sigmon committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    824be34 View commit details
    Browse the repository at this point in the history
  7. Added DemoFolder for Auto create items for Sitecore

    Chris Sigmon committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    d4786ba View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Create item extensions for use within the module

    Chris Sigmon committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    185c164 View commit details
    Browse the repository at this point in the history
  2. Add the database to the config file to ensure we are only working wit…

    …h the database the developer intends since we are dealing with events
    Chris Sigmon committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    017809a View commit details
    Browse the repository at this point in the history
  3. Major refacroting to Created Handler to use background timer, Extensi…

    …on methods, reduce code, and additional config file changes integrations
    Chris Sigmon committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    107b608 View commit details
    Browse the repository at this point in the history
  4. Added database setting to the config file and changed the event from …

    …item:saved to item:created
    Chris Sigmon committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    6391aa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Modify GetParentContnetPath parameter. Add specific extension method …

    …to check for TemplateFolder.
    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    dff92ed View commit details
    Browse the repository at this point in the history
  2. Modify to check for template to include folders. Conditionally create…

    … Template Item or Template Folder
    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    c1b5228 View commit details
    Browse the repository at this point in the history
  3. Include ItemExtension Class

    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    91cadae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b428cea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    720f7d5 View commit details
    Browse the repository at this point in the history
  6. Change GetItem for folder to use ID from config file

    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    55dfab2 View commit details
    Browse the repository at this point in the history
  7. Add Folder items

    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    142a2fa View commit details
    Browse the repository at this point in the history
  8. Add Items to Project

    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    2497f93 View commit details
    Browse the repository at this point in the history
  9. Refactored and renamed Extension Method. Fixed bug in getting the ful…

    …l content path
    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    c879b50 View commit details
    Browse the repository at this point in the history
  10. Code cleanup

    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    dfe0ddc View commit details
    Browse the repository at this point in the history
  11. Code GetFallbackValue method for Default values.

    Chris Sigmon committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    0d1327b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Renamed config file to be identififiable with the Processor that util…

    …izes it.
    Chris Sigmon committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    965c7e1 View commit details
    Browse the repository at this point in the history
  2. Basic Documentation of DefaultValuesItemProcessor in FieldFallback_01…

    ….config
    Chris Sigmon committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    76d0b0b View commit details
    Browse the repository at this point in the history
  3. Disable item:deleting event handler

    Chris Sigmon committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    c4e867a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc56996 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Remove delete event handler. Add processor patch for handling templat…

    …e deletes
    Chris Sigmon committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    645c9cc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Change Get Value Safe parameters

    Chris Sigmon committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    6579c4a View commit details
    Browse the repository at this point in the history
  2. Remove the Delete Handler and move the delete process to a Pipeline P…

    …rocess
    Chris Sigmon committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    e281e3a View commit details
    Browse the repository at this point in the history
  3. Create the DeleteItems Pipeline that is responsible for deleting/recy…

    …ling the Default Item
    Chris Sigmon committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    1f58ac6 View commit details
    Browse the repository at this point in the history
  4. Remove Fallback Delete Handler from project

    Chris Sigmon committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    f7345f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Changed Usage description to correctly state order of Fallback for th…

    …e field
    Chris Sigmon committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    1bbf227 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

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

Commits on Apr 26, 2016

  1. Remove comment

    Chris Sigmon committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    919c86e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ccd9ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    599375a View commit details
    Browse the repository at this point in the history
  4. Fixed processor location

    Chris Sigmon committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    1840d85 View commit details
    Browse the repository at this point in the history
  5. Removed ItemExtension and replaced with class

    Chris Sigmon committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    77af779 View commit details
    Browse the repository at this point in the history
  6. Changes from renaming extension method

    Chris Sigmon committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    a897625 View commit details
    Browse the repository at this point in the history
  7. Renamed Linq identifier for clarification

    Chris Sigmon committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    7321aa2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Inherit DefaultValuesItem from CustomItemBase allowing it to gain its…

    … own context as needed instead of being a helper class
    Chris Sigmon committed May 13, 2016
    Configuration menu
    Copy the full SHA
    1b2f964 View commit details
    Browse the repository at this point in the history
  2. Code reduction on return of Item

    Chris Sigmon committed May 13, 2016
    Configuration menu
    Copy the full SHA
    a7f463b View commit details
    Browse the repository at this point in the history
  3. Change usage of DefaultvaluesItem

    Chris Sigmon committed May 13, 2016
    Configuration menu
    Copy the full SHA
    e8a8d94 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. added applicationhost.config to the .gitignore

    Chris Sigmon committed May 26, 2016
    Configuration menu
    Copy the full SHA
    d0c230d View commit details
    Browse the repository at this point in the history
  2. removed TDS Global config file from the solution

    Chris Sigmon committed May 26, 2016
    Configuration menu
    Copy the full SHA
    bee744d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75e6e98 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Change the processor to return the item from the database and not the…

    … item passed in.
    Chris Sigmon committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    e594af8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. Move constructor to top of method

    Chris Sigmon committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    42ebc85 View commit details
    Browse the repository at this point in the history
  2. Add more documentation. Make sure to remove .example for this to be i…

    …n the config of the application
    Chris Sigmon committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    8ce79a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Change comment to be more descriptive

    Chris Sigmon committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    25a604f View commit details
    Browse the repository at this point in the history
  2. Reduce code to simplify getting content path. There is no reason to g…

    …et the template path and remove it since we have a setting for it.
    Chris Sigmon committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    1f92a75 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Create Default Items for Fallback Item

    Chris Sigmon committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    4d83fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    427cf63 View commit details
    Browse the repository at this point in the history
  3. Reorganize config files

    Chris Sigmon committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    bea5a96 View commit details
    Browse the repository at this point in the history