sitecore back/forward button disabled, history points? - sitecore

I'm using sitecore 6.5 content editor and it the back and forward buttons are disabled in 6.5. I've decompiled the code and it looks like it could be related to history points?
I recently upgraded from 6.2, perhaps I am missing something in the web.config or sitecore.config, but a simple comparison using beyond compare doesn't really lead me anywhere.
Any suggestions would be awesome.

FYI this was a confirmed bug that was resolved in version 7, not sure if there is a patch for previous versions though.

Related

I think the persisted model documentation is gone

I was looking for some information about the function User.destroyAll() which brought me to that page.
Clicking on the link for information about destroyAll sends me to http://apidocs.loopback.io/loopback/#persistedmodel-destroyall
which seems like the right address, except it's actually the beginning of the documentation and the exact same thing as travelling to that page http://apidocs.loopback.io/loopback/ .
This made me realise that there are no documentation pieces about persisted-model anymore.
Is it a bug? Do you know when this will come back?
Thanks for reading :)
Yeah, you are right. There is documentation for PersistedModel for version one before last http://apidocs.loopback.io/loopback/v/3.19.3/ but it disappeared in version 3.20.0 http://apidocs.loopback.io/loopback/v/3.20.0/ So if you need documentation you can use this for version 3.19.3. According to the changelog, there were no changes related to PersistedModel
Update strong-globalize to 4.x (Miroslav Bajtoš)
Update nodemailer to v4.x (Dimitris)
Drop support for Node.js 4.x (Miroslav Bajtoš)

Sitecore 8 ribbons missing from toolbar

Suddenly all ribbons are not coming in Sitecore 8 one of my project.
For example If I am going in publish menu I cannot see any option there.
To solve this issue, I have updated all three folders and config file "sitecore,sitecore_modules,sitecore files & web.config" but still ribbons are not coming for me.
Please assist me what can be solution for this issue.
Thanks all for your effort. I just copied fresh "Content Editor.js" in Content Manger folder and my problem solved.
I believe your ribbons are just collapsed (not expanded). To expand them back there is a little check on the right hand side of the screen. Check the screenshot for reference
I also have same problem and this issue usually coming by difference the version sitecore when you want to integrate with your solution. Try with another sitecore (sitecore,sitecore_modules,sitecore files) version that it

Sitecore 7 highlight search results

I am working on the upgrade of a project from Sitecore 6.2 to Sitecore 7.
I have found out that in Sitecore 6.2, the highlighting of the search results are implemented with the Lucene.Net.Search.Highlight.Highlighter, QueryScorer and Formatter classes in sitecore.client dll.
Which classes and/or functions does Sitecore 7 provide to do highlighting in search results? I searched the web but I could not find the required information/examples.
Highlighting of results is not supported currently OOTB with Sitecore 7 (it will be coming in a later version). The issue is that we map the results back to objects using the DocumentMapper so you do not have raw access to the 'Document' objects like the older versions.
For now, if you want to dig into Lucene and get the results yourself you can find the Highlighting functionality inside the Lucene.net contrib library.
If you do use this there is a useful blog post here regarding Lucene DLL versions that you should be aware of:
http://laubplusco.net/sitecore-7-lucen-3-0-highlighted-results/
I'm not sure if is possible to hightlight in search results.
On this link you can see: This little beauty is a hidden gem within the LINQ layer and in future versions of Sitecore will be your gateway to getting Highlighted Terms, Spelling Suggestions etc.

Cant change the order of Sitecore presentation items - Sitecore.NET 6.6.0 (rev. 130404)

I am looking at a content item with many renderings.
I need to move one of the rendering down so it show lower on the page.
I can move it in the Edit presentation settings but as soon as I click ok, the order remains unchanged.
Note, it does work sometimes but is intermittent.
I have looked in the logs and nothing seems bad apart from this:
1032 11:20:45 WARN Long running operation: renderContentEditor pipeline[id={E23237A3-1FEB-4E9A-AEB6-543807ED6CAD}]
I feel this might be a Sitecore bug.
Has anyone experienced this before?
There was a similar issue in 6.5, but I assumed it would have been addressed in an update. Basically, the issue is a result of presentation setting deltas at the item level incorrectly merging with the standard values presentation settings of the item base template.
I would suggest contacting Sitecore support for a workaround or solution. Reference case #387488 and provide detailed steps to reproduce the issue.

Django Debug Toolbar - Which version has the green panel that docks at the top?

I turned on my debug toolbar and was surprised to see the stock template where the panels are aligned to the right.
I upgraded to django 1.3 and re-installed most of my requirements via PIP, which is where I imagine my usual toolbar disappeared.
I had always thought it was David Cramer's fork that had the green panel bar docked at the top, which I find insanely more usable (doesn't obstruct anything), plus it had some default default panels like unique SQL counts.
Now that I've cloned both David's fork and Rob's original, I see neither have this green dock.
Am I going insane? Is this a setting I've missed, or perhaps a different fork? I would kill for the workflow I'm used to!
Update: I've looked through the commits, and indeed, there was a version in 2009 that was docked at the top, but had nowhere near the functionality that the version I'm talking about had. The exact commit that moved the toolbar to the right appears to be: https://github.com/dcramer/django-debug-toolbar/commit/565b100f9d97214043ae93c51d276951a65331e8
But nowhere can I find this awesome version below:
It also claims to be version 0.2 which I find odd too. I will keep going through each commit but any help would be appreciated.
It used to have the bar at the top. The new version has the new sidebar layout.
Update:
I tried to find out which version it was, but found this page where you can download older versions.
https://github.com/robhudson/django-debug-toolbar/downloads
Update2:
Here is the commit where he moves to the side panel 8-11-2009. Yeah a long time ago. I guess it has been a while since I upgraded as well :)
https://github.com/robhudson/django-debug-toolbar/commit/565b100f9d97214043ae93c51d276951a65331e8