-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Conversation
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.
Added language and category widgets from library and created a widget to batch edit the client
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.
Copying Module and changing language without changing position just changes the language of the module chosen |
The pull request cannot be merged |
The changes to JControllerForm are already in the platform (not sure why it didn't merge in on the last platform merge). The fix for the user list I'll take care of later. Merged from master, so should merge cleanly for a short time. |
Don't want to be pushy, but this patch includes a lot of new language strings and we get nearer to beta2 /RC. |
I've just pushed the last set of fixes for the issues @chdemko reported. Can we merge soon? |
Saw more errors. Commented on tracker. |
Modules copying still broken when choosing language and no change in position |
Why did you rename administrator/components/{com_users → com_banners}/helpers/html/index.html ? (should be a copy?) |
No idea why it's being tracked as a rename. I'll sort that once I'm back on my computer. -Michael Please pardon any errors, this message was sent from my iPhone. On Jan 2, 2012, at 2:24 PM, Christophe Demko [email protected] wrote:
|
[#27221] Improvements for batch processing
Check for empty jquery object before value length Thanks @richard67
* codestyle * code style * codestyle * codestyle * codestyle * thanks @wojsmol * corrections - thanks @Quy * corrections - thanks @Quy * oops * make @Quy happy * Update article.xml * Remove space * Update config.xml (#14) * Update filter.xml (#15) * Update config.xml (#16) * Update profile.xml (#17) * Update application.xml (#18) * Update article.xml (#19) * Update filter_articles.xml (#20) * Update config.xml (#24) * Update config.xml (#23) * Update filter_fields.xml (#22) * Update filter_featured.xml (#21) * Update override.xml (#25) * Update config.xml * Update config.xml (#26) * Update itemadmin_alias.xml (#30) * Update itemadmin.xml (#29) * Update item.xml (#27) * Update item_alias.xml (#28) * Update itemadmin_url.xml (#31) * Update module.xml (#32) * Update plugin.xml (#33) * Update config.xml (#34) * Update link.xml (#35) * Update config.xml (#36) * Update style.xml (#38) * Update config.xml (#37) * Update note.xml (#42) * Update group.xml (#41) * Update filter_debuggroup.xml (#40) * Update config.xml (#39) * corrections for @andrepereiradasilva * gotya
* update to the latest news on Joomla 4.0 * Change markup (#29)
* Corrected the code style. 1. Replaced the wrong class doc comment with an example format in \administrator\components\com_workflow\Helper\WorkflowHelper.php. Change the example format with the relevant content. 2. Rest I corrected the alignment. * Changes return replace the class doc exmple format with correct one :)
* fix EOF * fix filter forms fix default sort sort order dropdown like table columns fix sort state ->published * fix manifest lowercase name (see. joomla#37387) indentation (spaces vs. tabs) * cleanup component provider component do not use SiteRouter and Category
* Convert the content plugins to service providers * functions * namespaces * doc * get application from plugin (#29) * get application from plugin * Revert pagenavigation --------- Co-authored-by: heelc29 <[email protected]>
This is the pull request coinciding with http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27221.
This improves the batch processing throughout the CMS for Joomla! 2.5. Included in this pull request:
This item also references CMS issues [#26905] and [#26986].
One TODO item remains as of this time: Implementing batch processing logic for menu associations (I've been looking at this, and hope to have something ready soon)
Also, to assist with conforming to coding standards, in many of the files that I've edited, I've applied the coding standard from the Platform into my edited files.
This change edits several library files as well; a separate pull request for the Platform is forthcoming.