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

Field calendar plugin #13638

Merged
merged 15 commits into from Jan 30, 2017
Merged

Field calendar plugin #13638

merged 15 commits into from Jan 30, 2017

Commits on Jan 27, 2017

  1. Display localised dateformat and apply user timezone.

    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    96d63b3 View commit details
    Browse the repository at this point in the history
  2. Set filter type for calendar fields plugin

    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    c92de05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e93e925 View commit details
    Browse the repository at this point in the history
  4. Add new plugin event onAfterDataValidation. Rename onUserBeforeDataVa…

    …lidation to more generic onBeforeDataValidation and deprecate old name.
    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    e66527f View commit details
    Browse the repository at this point in the history
  5. Store validated fields data in plugin for use during save. Removes th…

    …e need for onContentBeforeSave method
    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    3250d52 View commit details
    Browse the repository at this point in the history
  6. Codestyle

    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    0ececc4 View commit details
    Browse the repository at this point in the history
  7. Add new plugin event onAfterDataValidation. Rename onUserBeforeDataVa…

    …lidation to more generic onBeforeDataValidation and deprecate old name. (reverted from commit 8552ab7)
    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    b3e58ab View commit details
    Browse the repository at this point in the history
  8. Add a "onAfterDataValidation" event to JModelLegacy::validate() (reve…

    …rted from commit 1ceeddf)
    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    2c03e33 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a01f3f8 View commit details
    Browse the repository at this point in the history
  10. Use the validated data from the onContentAfterSave event

    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    fd5d027 View commit details
    Browse the repository at this point in the history
  11. Pass $userData to $this->onContentAfterSave method

    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    b67811a View commit details
    Browse the repository at this point in the history
  12. Codestyle

    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    5880235 View commit details
    Browse the repository at this point in the history
  13. Simplify check

    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    9d229aa View commit details
    Browse the repository at this point in the history
  14. Adding an option to show/hide the time in the calendar field.

    Will use translated formats for all cases (form and item display)
    Thomas Hunziker committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    5e7e0bd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Codestyle

    Thomas Hunziker committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    f3682a0 View commit details
    Browse the repository at this point in the history