Medium sized update, fixes some long time major annoyances and some new features.
Things of note
New social options for innovation theme.
Globals for configuring ckeditor toolbar and options dynamically.
CDN failures fall back to local automatically.
General speed optimizations, mostly related to constant plugin loading and api calls.
Removed most branding and data leakage from public login pages, help with drive by exploitation.
CSRF on mutating IP fix.
Just had a look at a fresh 3.2.2b - no additional plugins, themes; nothing.
Everything seems to work fine on apache + php 5.2.16
Minor things I've found:
- $site_version_no = '3.2.1'; <- just a reminder
- Share GetSimple modal window looks quite odd (no twitter img/box ?) <- I think that content in this modal window is broken for looong time.
Addons: blue business theme, Online Visitors, Notepad
Yeah versions do not get changed until they are tagged, i wonder if we can work betas in to that somehow though so the version checking doesn't act wierd. A beta flag or something perhaps.
Share works fine for me, in fact I actually test that on every release, no clue why I just do.
(2013-06-07, 06:36:13)shawn_a Wrote: Yeah versions do not get changed until they are tagged, i wonder if we can work betas in to that somehow though so the version checking doesn't act wierd. A beta flag or something perhaps.
Betas had got a "bleeding edge" note in health check.
(2013-06-07, 06:36:13)shawn_a Wrote: Share works fine for me, in fact I actually test that on every release, no clue why I just do.
What browser?
Should have see in other browsers.
Screenie taken in firefox.
Addons: blue business theme, Online Visitors, Notepad
(2013-06-07, 07:23:29)shawn_a Wrote: Ill take a look, works fine in chrome.
This was 2nd browser I've looked after you mentioned everything is fine.
(2013-06-07, 07:23:29)shawn_a Wrote: What page are you on, do you get this on all pages ?
and now linked in isnt showing, something is definitely up with that.
Both ways: link in a footer and support page.
Addons: blue business theme, Online Visitors, Notepad
Fixed up share.php
I added some style fixes for share.php
I also used selectors on the styles so the page doesn't change when the popup is open.
There is an issue with linked in running a second time, the js tries to run again.
Apparently there are some bugs with fancybox ajax mode, it never destroys assets so js errors on duplicate sometimes, and default click is not prevented, so you get cancelled requests to share.php for example, i added a preventdefault chain to this to stop that.
I also fixed an issue with the api.
NOTE:
Betas are live, I am not doing traditional releases right now, hotfixes branch is live beta for now, its just me and its easier. So clicking the download will get you these changes, so beware this is not really a b2 yet, just work in progress.
Hi Shawn,
I've upgraded yesterday, and i've no jquery library loaded in admin area. >
Uncaught ReferenceError: jQuery is not defined,
is this possible?
But its pretty obvious jquery is having problems.
But your console says nothing about any missing assets or 403s.
Can you goto console, and refresh and see if it says any 403s, also check your pages code and see if the <head> shows jquery in there, maybe send me a link or paste that also ?
There is 1 change in here that is a bit of concern to me, and I am not sure if its necessary, but I felt it needed to be done for security and consistency.