Search found 4141 matches

by sorin_ristache
Wed Dec 17, 2014 10:10 am
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

Thanks for the clues on where to make such changes in the transform, but rather than use Google Analytics, I'll just write a function to log the events we're interested in to a new database table so that I can catch the desired transactions explicitly. Many of the Webhelp PHP URLs require analysis ...
by sorin_ristache
Wed Dec 17, 2014 9:47 am
Forum: Feature Request
Topic: Make Oxygen webhelp load faster
Replies: 5
Views: 6140

Re: Make Oxygen webhelp load faster

It is version 17.0. We hope to have the speed improvements ready until the release of version 17.0 next year.
by sorin_ristache
Mon Dec 15, 2014 4:31 pm
Forum: Feature Request
Topic: Make Oxygen webhelp load faster
Replies: 5
Views: 6140

Re: Make Oxygen webhelp load faster

Static files should load within 1 second, especially if they're just text. Oxygen has a ton of js scripts that are taking a long time to load. . . . This is becoming an issue. What JavaScript files can I get rid of here to improve the loading speed? I already minified everything. We are working on ...
by sorin_ristache
Mon Dec 15, 2014 2:27 pm
Forum: Other Issues
Topic: jquery tabs are choking
Replies: 15
Views: 10107

Re: jquery tabs are choking

In a DITA topic, this code isn't valid: . . . That's why I used: . . . Note that I used #mytabstopics__tabs to trigger the script. That's because when Oxygen renders the ID of a section into HTML, it prepends the topic_id before the section ID. That is all correct. Can you send me Oxygen DITA files...
by sorin_ristache
Mon Dec 15, 2014 10:35 am
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

I also need to record usage analytics as well, so I'll be looking at the best places to add that instrumentation. For example Google Analytics code can be added as custom JavaScript code in the template called "create-toc-common-file" in the file: OXYGEN_INSTALL_DIR\frameworks\dita\DITA-O...
by sorin_ristache
Mon Dec 15, 2014 10:11 am
Forum: Feature Request
Topic: Clarify parameter settings for rellinks
Replies: 3
Views: 2829

Re: Clarify parameter settings for rellinks

Hi,

We have an issue opened in our internal system for displaying the current value of the parameter even when it is the default one, not the word Default. We will probably display the parameter value in a future version instead of Default.
by sorin_ristache
Fri Dec 12, 2014 2:08 pm
Forum: Other Issues
Topic: jquery tabs are choking
Replies: 15
Views: 10107

Re: jquery tabs are choking

You should add in your WebHelp pages the code that I told you that creates the tabs. For example if you use the ID value my-tabs on the tabs container then you just need to add the following code because the necessary jQuery files are already included by default in the WebHelp pages: <script type=&q...
by sorin_ristache
Fri Dec 12, 2014 1:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

Why would these need to be updated on every comment insertion? Perhaps I must be missing a major concept. They are updated for storing in the webhelp table the latest server installation path in case the server address is changed between adding two user comments on the WebHelp pages. I think you ca...
by sorin_ristache
Thu Dec 11, 2014 11:49 am
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

There are 4 rows in the webhelp table for each P/V pair in which the parameter column contains: dir, installDate, name and path.

There is no minVisibleVersions value in any column of the table. It is a computed value, not a value stored in a table.
by sorin_ristache
Wed Dec 10, 2014 10:51 am
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

Hi John, The relationship is that a row with the same product P and version V values must exist in the webhelp table for each row in the comments table with the same product P and version V values. The webhelp table has one row for each product/version pair of a WebHelp set of pages deployed and ins...
by sorin_ristache
Tue Dec 09, 2014 10:29 am
Forum: Feature Request
Topic: Clarify parameter settings for rellinks
Replies: 3
Views: 2829

Re: Clarify parameter settings for rellinks

The word "none" is the current value of the args.rellinks parameter, just like "no" is the current value of args.copycss . If you open the dialog box for editing the value of a parameter you will see "Default" only for such a parameter that can take a value only from a ...
by sorin_ristache
Mon Dec 08, 2014 4:37 pm
Forum: Other Issues
Topic: Distributing WebHelp output as Zip and local file security p
Replies: 1
Views: 1794

Re: Distributing WebHelp output as Zip and local file securi

Hello Sara, I just wanted to say that newer versions of the Chrome browser and also Internet Explorer starting with version 11 impose more strict security restrictions for JavaScript code in the web pages loaded from the local file system (file:///...), including Ajax calls made in JavaScript code (...
by sorin_ristache
Mon Dec 08, 2014 4:03 pm
Forum: DocBook
Topic: Prev and Next links disappear after Search
Replies: 6
Views: 7903

Re: Prev and Next links disappear after Search

Hello Sara,

I tried to implement the same change for version 16.0. I sent you the modified file by email.

Anyway this bug fix will be included in the next version of Oxygen.
by sorin_ristache
Mon Dec 08, 2014 12:31 pm
Forum: Other Issues
Topic: why isn't JS minified?
Replies: 2
Views: 2099

Re: why isn't JS minified?

Do you mean the JavaScript files in directory OXYGEN_DIR\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources ? Most JavaScript files that matter for the browser load time in the WebHelp pages, which means the long ones, are already minified. We will also minify the remaini...
by sorin_ristache
Mon Dec 08, 2014 12:22 pm
Forum: General XML Questions
Topic: WebHelp footnotes not working
Replies: 5
Views: 3809

Re: WebHelp footnotes not working

Hello Kevin,

I sent you a code patch by email for the WebHelp footnote problem.
by sorin_ristache
Fri Dec 05, 2014 11:37 am
Forum: Common Problems
Topic: Book of Books with conditions
Replies: 1
Views: 1568

Re: Book of Books with conditions

Hello, The deciding factor is whether the filters are mutually exclusive. If all the filters define a filtering condition based on the same DITA profiling attribute (for example audience or platform ) but each filter sets a different value for that profiling attribute then the filters are exclusive ...
by sorin_ristache
Tue Dec 02, 2014 5:36 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

Hi John, I have a deadline of this Monday to get this working so I'm sure at least one of us will get there by then. I have code from another in-house PHP web application that wraps all the LDAP weirdness into a simple function accepting a username/password pair and returns data about the user, incl...
by sorin_ristache
Tue Dec 02, 2014 11:42 am
Forum: DocBook
Topic: Prev and Next links disappear after Search
Replies: 6
Views: 7903

Re: Prev and Next links disappear after Search

Hi Sara,

I just emailed you the file that you need to replace in your Oxygen install directory for fixing this problem in the WebHelp pages.
by sorin_ristache
Tue Dec 02, 2014 10:24 am
Forum: Other Issues
Topic: jquery tabs are choking
Replies: 15
Views: 10107

Re: jquery tabs are choking

I don't know about any jQuery merge tool. In the WebHelp pages we just use jQuery version 1.8.2 and jQuery UI version 1.8.2 and it works. Both jQuery and jQuery UI are included by default in the built-in WebHelp transformation, so you don't need to include an additional .js library in the Oxygen Web...
by sorin_ristache
Fri Nov 28, 2014 6:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

Hi John, There are some code modifications that need to be done for adding LDAP authentication to the WebHelp-Feedback system. I think these cmodifications are not straightforward for someone who is not already familiar with the code for user management in the WebHelp-Feedback system. Anyway we will...
by sorin_ristache
Fri Nov 28, 2014 6:12 pm
Forum: DocBook
Topic: Prev and Next links disappear after Search
Replies: 6
Views: 7903

Re: Prev and Next links disappear after Search

Hi, It is a bug which was introduced recently in the WebHelp transformation. We already identified the code area that sets the display:none to the Next and Previous links and we will fix it in the next several days. The fix will go in the next Oxygen 16.1 maintenance build. I can send you the fix by...
by sorin_ristache
Thu Nov 27, 2014 6:13 pm
Forum: Other Issues
Topic: jquery tabs are choking
Replies: 15
Views: 10107

Re: jquery tabs are choking

Hi, The cookie based jQuery plugin that you tried requires a fixed structure in the XHTML page which can't be obtained in a DITA transformation without customization of an XSLT transformation. SO this plugin is difficult to integrate in a DITA transformation. I recommend the UI jQuery plugin which i...
by sorin_ristache
Thu Nov 27, 2014 10:52 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17197

Re: Integrate jquery

Hi,

I just sent you by email the modifications for Oxygen 16.1.
by sorin_ristache
Wed Nov 26, 2014 4:41 pm
Forum: Common Problems
Topic: Static Labels
Replies: 12
Views: 5975

Re: Static Labels

If the xml:lang attribute is not set in an XML topic file then the default language will be applied for the labels in that topic, which is English. That means: it is not wrong to work without setting the language attribute if all topics have English content, if you changed some labels in the en.xml ...
by sorin_ristache
Tue Nov 25, 2014 5:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using LDAP for WebHelp with Feedback authentication
Replies: 22
Views: 14870

Re: Using LDAP for WebHelp with Feedback authentication

Hi John, We plan to add LDAP authentication in a future version of Oxygen. If you want to try it I think you should modify the Ajax calls to the PHP files in directory OXYGEN_DIR\frameworks\docbook\xsl\com.oxygenxml.webhelp\oxygen-webhelp\resources\php which you can find in the functions from OXYGEN...
by sorin_ristache
Mon Nov 24, 2014 4:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Change format of section contents in WebHelp
Replies: 3
Views: 2296

Re: Change format of section contents in WebHelp

Hi Lachlan, The xsl:apply-templates XPath expression must be corrected because it is used in an XSLT 2.0 stylesheet (it was borrowed from an XSLT 1.0 stylesheet so it needs a minor modification to make it fully compatible). Please replace the xsl:apply-templates element with the following improved v...
by sorin_ristache
Fri Nov 21, 2014 6:22 pm
Forum: Common Problems
Topic: Static Labels
Replies: 12
Views: 5975

Re: Static Labels

Thank you for the files. I just replied you by email about the correct location of the xml:lang attribute and the localization file (en.xml or fr.xml) that you need to modify depending on the value of the xml:lang attribute on the root element in the DITA XML topic file.
by sorin_ristache
Fri Nov 21, 2014 10:30 am
Forum: Other Issues
Topic: jquery tabs are choking
Replies: 15
Views: 10107

Re: jquery tabs are choking

I thought you tested the tab plugin on some local WebHelp files. I don't see any tabs, in Firefox and in Chrome, and I don't see the partial tab that you showed in your screenshot, in Firefox and in Chrome. I tried both links: http://idratherbewriting.com/ditaqrg/#tabs_demo.html http://idratherbewri...
by sorin_ristache
Thu Nov 20, 2014 6:40 pm
Forum: Other Issues
Topic: jquery tabs are choking
Replies: 15
Views: 10107

Re: jquery tabs are choking

Hi Tom, The Chrome browser has some issues with JavaScript code in a page that uses internal frames ( idiv elements) and the web page is local (hosted on the local computer and loaded in the browser with file://...). For example this is what the warning dlao g box says if you laod the Webhelp pages ...
by sorin_ristache
Thu Nov 20, 2014 4:36 pm
Forum: Common Problems
Topic: Static Labels
Replies: 12
Views: 5975

Re: Static Labels

I am trying to change an English static label (Context in a task) I was on the impression it was in OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/plugins/org.dita.pdf2/cfg/common/vars but when I change the label in the en.xml file, it does not appear in my PDF output. I did set the args.gen.task.lbl p...