Search:

Type: Posts; User: varosi

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Is Deki support video streaming with seeking?

    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...
  2. May be the problem with slashes is in Apache?

    May be the problem with slashes is in Apache?
  3. The title of this thread should be: "Cannot open...

    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.
  4. A way to access that page is with:...

    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...
  5. Cannot open pages that are once renamed to names that contain slashes

    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?
  6. Internally we have two subdomains like: ...

    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?
  7. Thread: Search Defaults

    by varosi
    Replies
    9
    Views
    303

    Because we have profile page for each person in...

    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...
  8. Thread: Search Defaults

    by varosi
    Replies
    9
    Views
    303

    I vote for implementing that feature. We have...

    I vote for implementing that feature. We have information on our user's site that should be found by default.
  9. Replies
    2
    Views
    3

    It's great feature to integrate it with the...

    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...
  10. Replies
    2
    Views
    3

    Thanks! We'll try to setup it in that way.

    Thanks! We'll try to setup it in that way.
  11. Replies
    2
    Views
    3

    Indexing remote services

    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...
  12. Replies
    2
    Views
    3

    Use encrypted passwords on LDAP

    Is is possible for Deki to use encrypted passwords for authentication on Open LDAP server?
  13. Replies
    7
    Views
    1,496

    Sticky: Okay, thank you! Keep the good work as always!

    Okay, thank you!
    Keep the good work as always!
  14. Replies
    7
    Views
    1,496

    Sticky: But what is happened with the Users dashboard?

    But what is happened with the Users dashboard?
  15. Replies
    7
    Views
    1,496

    Sticky: It is interesting for us, too!

    It is interesting for us, too!
  16. On MindTouch 2010 it creates new account in Deki...

    On MindTouch 2010 it creates new account in Deki after credentials authenticated with LDAP server.
  17. Replies
    16
    Views
    635

    You have to change PHP settings as stated some...

    You have to change PHP settings as stated some posts above, too. Then restart PHP server and Deki.
  18. How to change code generated by FCKEditor?

    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...
  19. Thank You! It worked just great!

    Thank You! It worked just great!
  20. How could add ".svg" file to be indexed by Lucene in Deki as ".xml" file?

    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...
  21. Replies
    1
    Views
    523

    Do someone done something about that? Here on...

    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:...
  22. Replies
    16
    Views
    635

    Thanks! It is good point with those time-outs....

    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:
    ...
  23. Replies
    9
    Views
    536

    Please, review whole string.matches usage......

    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.
  24. Replies
    9
    Views
    536

    Ops, it is working not so correct. It does not...

    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.
    ...
  25. Replies
    9
    Views
    536

    It is working correct in Deki 10.1. This way.

    It is working correct in Deki 10.1. This way.
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4