Hello!
Currently our Deki (Apache, Linux) is returning HTTP return code 200 instead of 206 Partial content on .mp4 HTML5 video seeking. We're trying with large video and trying to seek in...
Type: Posts; User: varosi
Hello!
Currently our Deki (Apache, Linux) is returning HTTP return code 200 instead of 206 Partial content on .mp4 HTML5 video seeking. We're trying with large video and trying to seek in...
May be the problem with slashes is in Apache?
The title of this thread should be: "Cannot open pages that are once renamed to names that contain slashes". But I have written wrong name and cannot correct it.
A way to access that page is with:
http://deki/index.php?title=Products/With%2F%2F_Slash
That way it accept slashes and you could rename the page afterwards. But the main problem persist.
How...
Cannot open pages that are once RENAMES (wrong title) to names that contain slashes "/".
What could be the problem? Is it possible to fix that?
Internally we have two subdomains like:
email.domain.com
wiki.domain.com
So it could return just URLs to different sub-domains in the same domain. That way it could work?
Because we have profile page for each person in our internal Deki system. This page contains information like phones, e-mails, etc. And it must be searchable all the time. There is no need of one...
I vote for implementing that feature. We have information on our user's site that should be found by default.
It's great feature to integrate it with the browser! Google Chrome is going perfect with that. But I did not see how to enable it in IE?
I think you could advertise that feature! I didn't know it...
Thanks! We'll try to setup it in that way.
Is it possible to add/merge to Deki search index, information that is not a Deki page? For example: We have a remote service that give us some information and we would like that information to be...
Is is possible for Deki to use encrypted passwords for authentication on Open LDAP server?
Okay, thank you!
Keep the good work as always!
But what is happened with the Users dashboard?
It is interesting for us, too!
On MindTouch 2010 it creates new account in Deki after credentials authenticated with LDAP server.
You have to change PHP settings as stated some posts above, too. Then restart PHP server and Deki.
Hello!
We would like to change generated DekiScript code by "Video" button.
Instead of "media", to use our custom template "video" with exactly the same parameters. I still would like to see...
Thank You! It worked just great!
I would like Lucene to index .SVG files as .XML files are indexed. So if we have a diagram with text fields inside, this to be searchable later.
How and where I could add that file extension to be...
Do someone done something about that? Here on Deki 10.1 the problem still persist. If you upload from Flash uploader you loose your correct MIME type.
Here is a link to the issue:...
Thanks! It is good point with those time-outs. But we get to some other issue after setting those timings:
After restarting on each try to save changes to a page Deki is showing this error:
...
Please, review whole string.matches usage... There a lot of other .NET matching features that are not working under Deki 10.1. Or please document the working features of this function.
Ops, it is working not so correct. It does not handle "Non-capturing groups".
string.matches( "abc3", "(?:.*)(3)" );
This is returning [ "abc3" ], but should return [ "3" ] in Deki 10.1.
...
It is working correct in Deki 10.1. This way.