Hi all,
This morning (GMT+2) I updated
remix.oerpub.org. This includes a few changes to be aware of, especially if you are a developer with a remix buildout.
1. First things first, you need to clear your cache or make sure no cached javascript is used :-)
2. If you have an existing buildout, remember to update the buildout itself, and rerun buildout (using the -N, non-newest option is fine). This will likely complain that it cannot update bootstrap because the urls are differrent. Simply delete your copy of src/bootstrap and try again.
3. Things that changed:
- We're now using jquery 1.8, so no workarounds for earlier versions necessary any more. In addition, we have github-bookeditor and remix on the same version now.
- Because of the jquery upgrade, I also updated webshims. This is a library Marvin added in 2011 to provide html5 capabilities for browsers that don't have it.
- Some changes made to Aloha editor to make it play nice with remix again. Most important: The paste button is now permanently visible, and flashes like it does in github-bookeditor.
A couple of minor cleanups is now possible:
1. In github-bookeditor, there is a version hack to force aloha to work with chrome. This can be removed.
2. In the copy plugin, there is a branch that checks for the `addBack` call and uses the deprecated `andSelf` if not found, for jquery 1.7 compatibility. This can be cleaned up.
3. The bootstrap popover monkey-patch, which is only applied to the older version of bootstrap, can be removed now.
regards,
Izak