How to find Kendo UI dependency on jQuery - kendo-ui

How do i find which jQuery version is required/supported for a particular Kendo UI library?
For example i installed Telerik's UI for ASP.NET MVC 5 version 2016.3.1118. This libarary uses Kendo UI for client side. I wanted to know can i use latest version of jQuery 3.3.7 along with it?

This is listed at: http://docs.telerik.com/kendo-ui/intro/installation/prerequisites
From this it lists the most recent version of Kendo UI using Jquery version: 1.12.3, but that this is also compatible with 1.10.x, 2.2.x and 3.1.1.
So, you may want to only use Jquery version 3.1.1 for this latest version of Kendo UI.

Related

To which version we should upgrade CKEditor (4.5.4) due to vulnerabilities

In one of our website we are using CKEditor version 4.5.4. After Penetration testing, upgrading the CKEditor version to the latest one is recommended.
Functionality point of view we don't want to change anything. So, to which version we should upgrade either to 4.20.0 or to version 5. The target is to remove vulnerabilities.

Continue with polymer 1.x or wait for polymer 2.x to be available?

I'm currently planning to refresh one of our dashboard wish is currently build on polymer 1.x line.
However, as I saw that Polymer 2.x series is on its way and that (as usual with google) a lot of things will be broken and need a migration, I'm wondering if it is better to wait the polymer 2.x release to be out or to start building our new dashboard relying on our already created Polymer 1.x components?
I'm not in a hurry and can wait for a couple or more month.
I really want to stay with polymer and don't want to switch to angular or react as those library/framework/whatever are really not adapted for this projects (Too complex and server side generated).
Currently this dashboard is an all client side dynamic page and call APIs which them are NodeJS apps underneath.
With version 1.7 of polymer you can start leveraging features from the 2.x branch that has been made available to prepare for the upgrade.
Polymer 1.7.0 provides forward compatibility features that let you build elements that run under both 1.0 and 2.0.
While you can use these features now, the team intends to release a tool to help automate these changes. If you have a large project, you might want to wait for the migration tool to be available.
The new syntax is not required for current Polymer 1.x elements, but using the new syntax will make it easier to port elements to 2.0, which requires it.
https://www.polymer-project.org/1.0/blog/2016-10-03-1.7-release

How to directly Upgrade from CodeIgniter 2.1.4 to 3.0

I have an app built using the legacy 2.x (2.1.4 to be exact) version of CodeIgniter. Now I want to upgrade. How would I do that?
Or is it even possible and easy?
Upgrade first from 2.1.4 to 2.2.0 by replacing all files in the "system" folder and then use the tutorial on the official codeigniter site.
I haven't tried this but it seems logical.

New version of these javascript files?

I am wondering these files get generated when you make an asp.net mvc 3 file.
jquery.validate.unobtrusive.js
jquery.unobtrusive-ajax.js
I am wondering do they update these only on new releases of mvc or are they regularly updating these versions?
Same with the asp.net mvc templates. When I make a new project I still get like jquery version 1.4.4.
Anyway to update these templates?
You can always create a new project and then the first thing you can go is go to the nuget package manager and update all the installed packages. This will allow you to update jquery and other packages to the latest version.
Rather than waiting for updates, you can easily create your own project template instead of using the one provided for you.

how to update mootools version in joomla 1.5

I don't know why joomla is not updating mootools with their updated version, joomla 1.5 still use mootools v 1.1, i tried to replace it with latest mootools version, but results are horrible, website stops working, everthing gone worst.
so please suggest me how to update mootools version into joomla without any problem.
Joomla 1.5.20 has plug-in for the Mootools 1.2.4 called "Mootools 1.2.4 Upgrade", but the plug-in is disabled by default.
If you are making a clean installation go "Admin->Tools->Plug-ins" find and enabled "Mootools 1.2.4 upgrade plugin".
If you are updating older Joomla system to 1.5.20, the plugin will be installed but it will not be visible because it will not have plug-in record in the database, therefore the plugin cannot be used. Here is a tutorial showing how to add this plugin when updating Joomla system from older version - http://www.boolcast.com/updates/mootools-124-upgrade-plugin-for-joomla-15.
Now that Mootools core 1.2.5 is out, i'd bet on it (hopefully) for J!1.6 RC.
And be aware that 1.5.20 mootools.js (in mtupdate plugin) contains More 1.2.4.2 (current version version is More 1.2.4.4).
Search the Joomla forums, there are several threads on updating Mootools.
In general, you can update the frontend pretty easily (assuming you don't want the built in Joomla functions or have components that rely on them). The backend is more problematic as it's built heavily around 1.1
Having said all of that, the latest versionof Joomla 1.5.20 has a plugin to allow you to update to 1.2. You could try updating?

Resources