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

[#27221] Improvements for batch processing #29

Merged
merged 47 commits into from
Jan 3, 2012
Merged

[#27221] Improvements for batch processing #29

merged 47 commits into from
Jan 3, 2012

Commits on Dec 19, 2011

  1. Add batch processing to com_users

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    37ee9c9 View commit details
    Browse the repository at this point in the history
  2. Add batch access/language to com_modules

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    d2a6aeb View commit details
    Browse the repository at this point in the history
  3. Review batch permission checks

    In the controller batch method, build an array of contexts for each item that is being edited and pass it to the model; the model forwards this array to each method where permissions are checked on the context versus the extension root.  Applied concept to batchAccess and batchLanguage, but error reporting needs to be handled now.
    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    e99205f View commit details
    Browse the repository at this point in the history
  4. Batch processing in com_banners banners view

    Added language and category widgets from library and created a widget to batch edit the client
    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    4543a23 View commit details
    Browse the repository at this point in the history
  5. Fix generateNewTitle declarations

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    9cbac74 View commit details
    Browse the repository at this point in the history
  6. Remove batchAccess override

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    2194a57 View commit details
    Browse the repository at this point in the history
  7. Convert queries and JRequest

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    418bc54 View commit details
    Browse the repository at this point in the history
  8. Query work

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    d848d76 View commit details
    Browse the repository at this point in the history
  9. Add HTML widget for modules copy/move

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    0389d80 View commit details
    Browse the repository at this point in the history
  10. CSS for batch widgets

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    6fc2e0f View commit details
    Browse the repository at this point in the history
  11. Fix Client appearance

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    93d795d View commit details
    Browse the repository at this point in the history
  12. Remove published param

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    c7aacb7 View commit details
    Browse the repository at this point in the history
  13. Add batch processing to com_contact

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    de7c53b View commit details
    Browse the repository at this point in the history
  14. Modify CategoriesControllerCategory::batch

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    0877612 View commit details
    Browse the repository at this point in the history
  15. Default param for batch is null

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    ed17c90 View commit details
    Browse the repository at this point in the history
  16. Default param for com_users batch

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    69e3c79 View commit details
    Browse the repository at this point in the history
  17. Work on user lists

    Add JHtmlUser to the libraries and moved the group selection list from com_users there.  Added a userlist function to display a list of users (primary user will be com_contact to handle linked users).  Added HTML to display the linked user field, but still needs processing code.
    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    da17186 View commit details
    Browse the repository at this point in the history
  18. CSS for batch user select

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    25bf5a4 View commit details
    Browse the repository at this point in the history
  19. Add logic to process linked user

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    cf85395 View commit details
    Browse the repository at this point in the history
  20. Start logic for batch copy/move modules

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    64e6f1a View commit details
    Browse the repository at this point in the history
  21. Handle module assignments for copy

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    21f2971 View commit details
    Browse the repository at this point in the history
  22. Add batch process to com_newsfeeds

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    fa1000f View commit details
    Browse the repository at this point in the history
  23. Update permissions checks

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    eea8287 View commit details
    Browse the repository at this point in the history
  24. Handle featured articles in batchCopy

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    e9706d7 View commit details
    Browse the repository at this point in the history
  25. Edit query

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    bdc4ac3 View commit details
    Browse the repository at this point in the history
  26. Extend batchCopy into BannersModelBanner

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    d570ab2 View commit details
    Browse the repository at this point in the history
  27. Merge remote-tracking branch 'joomla/master' into batch

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    b52844a View commit details
    Browse the repository at this point in the history
  28. Fix method declarations to match parent

    Michael Babker committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    2215097 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. Restore HTML helpers declaration

    Michael Babker committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    81b1918 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2011

  1. Merge remote-tracking branch 'joomla/master' into batch

    Michael Babker committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    5c02d86 View commit details
    Browse the repository at this point in the history
  2. Improve copy/move check for com_modules

    Michael Babker committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    2ff5084 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2011

  1. Merge remote-tracking branch 'joomla/master' into batch

    Michael Babker committed Dec 23, 2011
    Configuration menu
    Copy the full SHA
    f45c7e7 View commit details
    Browse the repository at this point in the history
  2. Refactor com_users batch to match other uses

    Michael Babker committed Dec 23, 2011
    Configuration menu
    Copy the full SHA
    915de1c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2011

  1. Fix usergroup selection

    Michael Babker committed Dec 25, 2011
    Configuration menu
    Copy the full SHA
    fd6d71f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'joomla/master' into batch

    Michael Babker committed Dec 25, 2011
    Configuration menu
    Copy the full SHA
    5fea0d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2011

  1. Merge remote-tracking branch 'joomla/master' into batch

    Michael Babker committed Dec 27, 2011
    Configuration menu
    Copy the full SHA
    20e1288 View commit details
    Browse the repository at this point in the history
  2. Unpublish on copy/move

    Michael Babker committed Dec 27, 2011
    Configuration menu
    Copy the full SHA
    afa032c View commit details
    Browse the repository at this point in the history
  3. Fix position issue for multiple modules in copy/move

    Michael Babker committed Dec 27, 2011
    Configuration menu
    Copy the full SHA
    6461fad View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2011

  1. Merge remote-tracking branch 'joomla/master' into batch

    Michael Babker committed Dec 30, 2011
    Configuration menu
    Copy the full SHA
    5a9080b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2011

  1. Merge remote-tracking branch 'joomla/master' into batch

    Michael Babker committed Dec 31, 2011
    Configuration menu
    Copy the full SHA
    99214b0 View commit details
    Browse the repository at this point in the history
  2. Fix com_contact batchCopy

    Michael Babker committed Dec 31, 2011
    Configuration menu
    Copy the full SHA
    2dcd64e View commit details
    Browse the repository at this point in the history
  3. Fix com_newsfeeds batchCopy

    Michael Babker committed Dec 31, 2011
    Configuration menu
    Copy the full SHA
    2ee4a73 View commit details
    Browse the repository at this point in the history
  4. Add check in batchUser for unique assignment

    Michael Babker committed Dec 31, 2011
    Configuration menu
    Copy the full SHA
    5d7b8dc View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2012

  1. Add return to com_users batch

    Michael Babker committed Jan 2, 2012
    Configuration menu
    Copy the full SHA
    f29aa82 View commit details
    Browse the repository at this point in the history
  2. Fix modules batch processing

    Michael Babker committed Jan 2, 2012
    Configuration menu
    Copy the full SHA
    d97df21 View commit details
    Browse the repository at this point in the history
  3. Final fix for modules

    Michael Babker committed Jan 2, 2012
    Configuration menu
    Copy the full SHA
    3479f9c View commit details
    Browse the repository at this point in the history
  4. index.html

    Michael Babker committed Jan 2, 2012
    Configuration menu
    Copy the full SHA
    29e68be View commit details
    Browse the repository at this point in the history