-
-
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
Implementing JGrid in some backend components #23
Conversation
Please post your patch in the tracker. This is where we test and comment for now. |
Hannes, I don't see an issue for this in the Feature Tracker on Jcode. Can On Wed, Nov 30, 2011 at 3:22 AM, Hannes Papenberg <
|
Remove workaround for PHP 4 and PHP 5.2.3 in JFTP and JXMLElement.
Here is the tracker item: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27725 |
I'm closing this as it's not mergeable and 2 years old. Feel free to open if you update it and are still interested in get it merged. Thanks for contributing. |
Simplification of language string 2
Update the scripts to handle selected user
Dashboard and Installation - BS4 integration
* 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
Icon for the Toolbar in 3.x
* Added guided_tour module * Missing data * Database changes for admin module * Update extensions.sql changed asset ids in guidedtours table * Update extensions.sql assets to 0 in guidedtours table * Update extensions.sql assets to 0 in guidedtours table
…files Fix language files
Lang strings
This pull request implements JGrid in some backend components.
This touches the users view of com_users and the categories view of com_categories. These changes are 100% backwards compatible and will not influence existing templates. For future templates, it will be easier to modify the existing views and less code will be necessary for this.
This reduces the amount of code necessary for generating the backend tables and simplifies the hathor overrides.
If the platform project accepts a change to JView, the tables could also be modified by a plugin, maybe removing the need for overrides in quite a few cases.