What's up with version 2.3 of event drag - slickgrid

The Wiki page lists and links to version 2.2 of event drag library (threedubmedia.com).
However, the examples point to version 2.3, hosted in 6pac.github site.
What is this version about? Where does it come from? Can anybody give some information about it?

It's my repo. So for v2.3, we (#lfilho did these changes I believe) simply took 2.2 and updated it to be compatible with jQuery 2 and 3.
ThreeDub weren't involved, and the 2.2 version remains the latest release from them.

Related

JQGrid on Bootstrap 4 (which was officially released)

Does anyone know if jqgrid will integrate with the officially released version of Bootstrap 4?
The current code of free jqGrid on GitHub supports released version of Bootstrap4. One need just use guiStyle: "bootstrap4" instead of guiStyle: "bootstrap4" (see here). Additionally, one should don't forget to use full jQuery, like jquery-3.2.1.min.js, instead of slim version (jquery-3.2.1.slim.min.js).

Joomla component upgrade with custom code

My client purchased a Joomla component, the comoponent need a customization in both front end and back end.
But his requirment is, custom code in front end and back end to be upgrded while upgrading original component.
Example : I bought a component from a company XYZ and the component name is joomla_events, current latest version is 2.0. I done the customization in the version 2.0. Later on the company releases new version 3.0, If the client upgrade the component from version2.0 to version 3.0 then the custom code in the version 2.0 also updated in version 3.0
Please help to do the custom code upgrade in Joomla component.
This is why editing core files is never recommended, because it gets overridden when updated and people then start to have problems.
A simple answer to your question is, you can't have the custom code you added into version 2.0 appear in version 3.0.
You will need to re-add the code you added before. Yes, it is pain taking and annoying, however you would have been better in the first place to develop a plugin which could have been used to extend the component and would make upgrading easy. Not only will you have to add your code again, but you will need to thoroughly test it to ensure it works.
check this may be it helps you....
http://docs.joomla.org/J2.5:Managing_Component_Updates_(Component_release_files)

How to upgrade codeigniter from version 1.0 to current version?

How to upgrade codeigniter from version 1.0 to recent version?
I have downloaded the recent version of codeigniter and have a sample project which is written in version 1.0. When i try to run it. I am receiving various kinds of errors for using deprecated functions.
You would have to go through http://ellislab.com/codeigniter/user-guide/installation/upgrading.html and make appropriate changes.
Alternatively, you can just battle the errors as they come up until they're all gone.
It might be easier to just re-write the thing.

Where can I find a non-ARC version of CocoaAsyncSocket?

I have an application that I have used AsyncSocket with success, but the application is required to run on 32-bit Mac systems so I'd like a non-ARC version of AsyncSocket. In my searching I am finding indications that AsyncSocket was indeed non-ARC in earlier versions but I cannot find any site that has archives of older versions. GitHub only seems to have an ARC version. Does anyone know where I can find a non-ARC version?
Edit: nevermind, I scrolled back through github commits and can get what I need.
New answer to an old question, but in case anyone's wondering, CocoaAsyncSocket was converted to ARC in 7.1. Grab the latest 7.0.x for non-ARC.
More info on the wiki: link

Upgrading Joomla! 1.7.2 Stable to 2.5

I need to upgrade Joomla! 1.7.2 Stable to 2.5 (Its a live site)
Some of my doubts are
Does the design changes back to the original default one.If so how can i recover it back?
Are there any good blog to refer its step by step process?
Are there any extension manager to do it with less error and quickly?
Jomsocial 2.4 is installed in it, does upgrading Joomla 2.5 will affect the files in
Jomsocial,because I have done some updations in these files(in components/com_community
and components/com_users)
Please see the below link to get more information
http://docs.joomla.org/Upgrading_from_an_existing_version
http://www.ijoomla.com/blog/joomla-2-5-what-to-expect-how-to-upgrade-from-joomla-1-5-or-1-7/
http://brian.teeman.net/joomla-1.7/upgrading-to-joomla-2.5-some-warnings.html

Resources