-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Files
- Remove rb.core.css
- Clean rb.lib.css
- Remove Tax folder (No one using this entity. Cross check it before doing it)
Classes
- Rb_Request and Rb_Text remove classes.
- Use Rb_factory::getApplication()->getInput() instead of jRequest.
Methods
| Deprecated Method | New Method | file-path | Description |
|---|---|---|---|
| rb.route.url | rb.url.route | media/rb/rb/rb.core.js | |
| rb.cms | - | media/rb/rb/rb.core.js | Cross check it then remove it if not usable otherwise clean-up required |
| rb.joomla | - | media/rb/rb/rb.core.js | Cross check it then remove it if not usable otherwise clean-up required |
| rb.timeago | - | media/rb/rb/rb.lib.js | Cross check it then remove it if not usable otherwise clean-up required |
| rb.lib | - | media/rb/rb/rb.lib.js | Remove all unnecessary libraries from Lib. If they required then inject by other way like angular js, jQuery etc. (Remove this file or Concern With Shyam boss)(Please also clean rb.lib.css) |
| loadSetupScripts | loadMedia | plugins/system/rbsl/rb/rb/helper/template.php | New method available into same class |
| trigger | - | plugins/system/rbsl/rb/rb/controller.php | Cleanup required here |
| cleanStaticCache | - | plugins/system/rbsl/rb/rb/factory.php | Remove this method nd use class static variable for caching purpose. |
Reactions are currently unavailable