[jira] [Created] (CONNECTORS-1159) Cannot add Livelink folder to job

2015-02-08 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1159:
-

 Summary: Cannot add Livelink folder to job
 Key: CONNECTORS-1159
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1159
 Project: ManifoldCF
  Issue Type: Bug
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1, ManifoldCF 1.8.1, ManifoldCF 2.0, 
ManifoldCF 1.8
Reporter: Kishore Kumar


There was a bug in this file since version 1.8, when we try to add a Livelink 
folder in Path tab, it was breaking and today I found that this was because, 
you missed seqPrefix+ in line no 3265, Please consider changing this in the 
next release.
Now since, I became more familiar with ManifoldCF architecture, I may be try to 
find more bug in livelink connector here on.

https://github.com/apache/manifoldcf/pull/3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CONNECTORS-1160) Contribution to Livelink connector

2015-02-08 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1160:
-

 Summary: Contribution to Livelink connector
 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Wish
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Priority: Minor


Hi [~kwri...@metacarta.com]

I would like to contribute to Livelink connector by replacing all stringified 
html into velocity, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1160) Contribution to Livelink connector

2015-02-10 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314863#comment-14314863
 ] 

Kishore Kumar commented on CONNECTORS-1160:
---

Hi [~kwri...@metacarta.com]

Thanks for all your support, I have checked out ManifoldCF from SVN, I will 
submit a patch, but please let me know, if this can be done in multiple 
pathches like currently I have made changes to index unique livelink nodeid, Do 
you want me to create a separate ticket for this or should I use #1160 and 
submit multiple patches.

 Contribution to Livelink connector
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Wish
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: newbie
   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1160) Update Livelink Connector HTML String to Velocity Template

2015-03-05 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14349583#comment-14349583
 ] 

Kishore Kumar commented on CONNECTORS-1160:
---

Hi [~kwri...@metacarta.com]

Do we have a PairK,V class or similar used in Manifold.

I want to store a pair of string but neither of them is a key. Like this.

{code:java|borderStyle=solid}
ListPairString,String fileSpecs = new ArrayList();

int i = 0;
// Next, go through include/exclude filespecs
i = 0;
while (i  ds.getChildCount())
{
  SpecificationNode sn = ds.getChild(i++);
  if (sn.getType().equals(include) || sn.getType().equals(exclude))
  {
fileSpecs.add(new Pair(sn.getType(),sn.getAttributeValue(filespec)));
  }
}

velocityContext.put(FILESPECS,fileSpecs);
{code}

 Update Livelink Connector HTML String to Velocity Template
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: connector, patch, velocity
 Fix For: ManifoldCF 1.9, ManifoldCF 2.1

 Attachments: CONNECTORS-1160.patch

   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity templates, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1173) Index Livelink ObjectID Option to change View URL

2015-03-13 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14361237#comment-14361237
 ] 

Kishore Kumar commented on CONNECTORS-1173:
---

Hi [~kwri...@metacarta.com]

View URL: We can provide an Dropdown from which user can select their  view url 
(Download/Open/Overview). We can keep the download url as default, so that it 
won't affect the existing systems in place.
OpenText Content Server has Short URL scheme which are handled by 
PathInfoHandler for example when some one use 
http[s]://servername:port/vfolder/cs.exe/open/nodeid, will be redirected to 
Content Server configured default view url.
The reason for this change is download url always download the documents, but 
when some one has the option to use open/overview url, then the document is 
opened in the browser.

Indexing ObjectID: ObjectID is the main metadata of an documents in Content 
Server, when this is indexed in an output connector say SOLR, this will give 
more control for customizing the links in search page, like if some one want to 
display the properties page or category page, they can simple use this ObjectID 
to display those urls.


 Index Livelink ObjectID  Option to change View URL
 ---

 Key: CONNECTORS-1173
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1173
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.1
Reporter: Kishore Kumar
Priority: Minor

 Current Livelink connector doesn't send the unique Livelink Object ID to 
 Output Connector and there is no option to change the View URL in Document 
 View tab, currently it's set to use download url.
 This ticket will try to address the above points.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CONNECTORS-1173) Index Livelink ObjectID Option to change View URL

2015-03-13 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1173:
-

 Summary: Index Livelink ObjectID  Option to change View URL
 Key: CONNECTORS-1173
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1173
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.1
Reporter: Kishore Kumar
Priority: Minor


Current Livelink connector doesn't send the unique Livelink Object ID to Output 
Connector and there is no option to change the View URL in Document View tab, 
currently it's set to use download url.

This ticket will try to address the above points.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1173) Index Livelink ObjectID Option to change View URL

2015-03-13 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14360488#comment-14360488
 ] 

Kishore Kumar commented on CONNECTORS-1173:
---

Hi [~kwri...@metacarta.com],

Please let me know, if you are Ok with this ticket and want me to start working 
on this.

 Index Livelink ObjectID  Option to change View URL
 ---

 Key: CONNECTORS-1173
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1173
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.1
Reporter: Kishore Kumar
Priority: Minor

 Current Livelink connector doesn't send the unique Livelink Object ID to 
 Output Connector and there is no option to change the View URL in Document 
 View tab, currently it's set to use download url.
 This ticket will try to address the above points.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1160) Update Livelink Connector HTML String to Velocity Template

2015-03-12 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14359262#comment-14359262
 ] 

Kishore Kumar commented on CONNECTORS-1160:
---

Hi [~kwri...@metacarta.com],

I will create two separate tickets one for the translation, and my IDE also 
complained about duplicate entries in common_en_US.properties. The seconds is 
for indexing Livelink unique NodeID to output connector and also giving end 
users a change to configure the view url, instead of using the hard coded 
download url.

 Update Livelink Connector HTML String to Velocity Template
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: connector, patch, velocity
 Fix For: ManifoldCF 1.9, ManifoldCF 2.1

 Attachments: CONNECTORS-1160-2.patch, CONNECTORS-1160.patch

   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity templates, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CONNECTORS-1160) Update Livelink Connector HTML String to Velocity Template

2015-03-02 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1160:
--
Attachment: CONNECTORS-1160.patch

Update patch with ManifoldCF formatting rules.

 Update Livelink Connector HTML String to Velocity Template
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: connector, patch, velocity
 Fix For: ManifoldCF 2.1

 Attachments: CONNECTORS-1160.patch

   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity templates, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1160) Update Livelink Connector HTML String to Velocity Template

2015-03-02 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14343918#comment-14343918
 ] 

Kishore Kumar commented on CONNECTORS-1160:
---

Hi [~kwri...@metacarta.com]

Sorry, It was my IDE, I tried to use settings as mentioned in JIRA (solr 
settings for Intellij), but that didn't worked.
I am submitting a new patch but this patch will also include changes made for 
Livelink Repository Edit page. I took special care to keep the code with 
MonifoldCF formatting rule, also I manually verified the patch and no other 
code has been modified.

 Update Livelink Connector HTML String to Velocity Template
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: connector, patch, velocity
 Fix For: ManifoldCF 2.1

 Attachments: CONNECTORS-1160.patch

   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity templates, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1160) Update Livelink Connector HTML String to Velocity Template

2015-03-02 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14344349#comment-14344349
 ] 

Kishore Kumar commented on CONNECTORS-1160:
---

Thanks for pointing out to SharePoint connector, I should take a look at that.

1. Will change the name and also split large velocity template into multiple 
one for each tab.
2. Yes, it's intentionally left blank. Just created for Specification(Job) edit 
template.
3. I did a quick search, but no other velocity templates use KeyStore, I 
intended to use [#ifnotnull( 
$serverHTTPSKeystore)|http://wiki.apache.org/velocity/CheckingForNull#line-52] 
Velocity directive, but that didn't worked out, may be I have to register it in 
the somewhere in velocity.properties file. Will try to figure this out.

Thanks!

 Update Livelink Connector HTML String to Velocity Template
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: connector, patch, velocity
 Fix For: ManifoldCF 2.1

 Attachments: CONNECTORS-1160.patch

   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity templates, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1160) Update Livelink Connector HTML String to Velocity Template

2015-03-01 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342545#comment-14342545
 ] 

Kishore Kumar commented on CONNECTORS-1160:
---

Thanks will try to submit as soon as possible.

 Update Livelink Connector HTML String to Velocity Template
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: connector, patch, velocity
 Fix For: ManifoldCF 2.1

 Attachments: CONNECTORS-1160.patch

   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity templates, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1160) Contribution to Livelink connector

2015-02-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14333296#comment-14333296
 ] 

Kishore Kumar commented on CONNECTORS-1160:
---

Sorry [~kwri...@metacarta.com], I am busy with other things, will try to submit 
a patch by the end of this week. 

 Contribution to Livelink connector
 --

 Key: CONNECTORS-1160
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1160
 Project: ManifoldCF
  Issue Type: Wish
  Components: LiveLink connector
Affects Versions: ManifoldCF 2.0.1
Reporter: Kishore Kumar
Assignee: Karl Wright
Priority: Minor
  Labels: newbie
   Original Estimate: 672h
  Remaining Estimate: 672h

 Hi [~kwri...@metacarta.com]
 I would like to contribute to Livelink connector by replacing all stringified 
 html into velocity, if you think that is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1117) Create a livelink connector using the LiveLink REST API

2015-04-28 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14517370#comment-14517370
 ] 

Kishore Kumar commented on CONNECTORS-1117:
---

Hi,

Is someone working on this ticket?

 Create a livelink connector using the LiveLink REST API
 ---

 Key: CONNECTORS-1117
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1117
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Reporter: Karl Wright
Assignee: Karl Wright
  Labels: gsoc2015
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2


 LAPI is deprecated, so develop a connector that doesn't use it.
 Here's API documentation:
 https://developer.opentext.com/awd/forums/questions/1130441#r1130448



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-03 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1196:
--
Description: 
Hi,

I have been working on a new User Interface for ManifoldCF.

This UI is based on Bootstrap, jQuery and some other opensource scripts.
Only the index.jsp will be loaded once and other page are rendered using AJAX 
call, making it more responsive and modern.

Please find the attached screenshots.

*Backward compatibility:*
Since most of our tab comes from connectors, those tabs will be displayed as it 
is with no immediate attention required. (see sample screenshot attached)

*What next?*
In future we can add Charts to our reports where ever applicable, so that it 
will be more user friendly  informative for end users.
Can make use of Web socket to notify exception or error to users as 
Notifications.

*Browser compatibility*
Has been tested with most latest browser and IE10, will try to add support for 
IE8 with acceptable degradation.

Any suggestion, concern much appreciated.

  was:
Hi,

I have been working on a new User Interface for ManifoldCF.

This UI is based on Bootstrap, jQuery and some other opensource scripts.
Only the index.jsp will be loaded once and other page are rendered using AJAX 
call, making it more responsive and modern.

Please find the attached screenshots.

*Backward compatibility:*
Since most of our tab comes from connectors, those tabs will be displayed as it 
is with no immediate attention required. (see sample screenshot attached)

*What next?*
In future we can add Charts to our reports where ever applicable, so that it 
will be more user friendly  informative for end users.
Can make use of Web socket to notify exception or error to users as 
Notifications.

Any suggestion, concern much appreciated.


 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1195) Exception thrown in Maximum Bandwidth Report

2015-05-03 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14526078#comment-14526078
 ] 

Kishore Kumar commented on CONNECTORS-1195:
---

r1677491 (trunk)
r1677493 (dev_1x)

 Exception thrown in Maximum Bandwidth Report 
 -

 Key: CONNECTORS-1195
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1195
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core, Framework crawler agent
Affects Versions: ManifoldCF 1.8.2, ManifoldCF 2.0.2
Reporter: Kishore Kumar

 This exception occurs when the _bytecount_ value returned is double instead 
 of the expected long value.
 Exception
 {code}
 at java.lang.Thread.run(Thread.java:745)
 Caused by: org.apache.jasper.JasperException: An exception occurred 
 processing J
 SP page /maxbandwidthreport.jsp at line 754
 751:idBucketString = idBucketObject.toString();
 752:String startTimeString = 
 org.apache.manifoldcf.ui.ut
 il.Formatter.formatTime(Converter.asLong(row.getValue(starttime)));
 753:String endTimeString = 
 org.apache.manifoldcf.ui.util
 .Formatter.formatTime(Converter.asLong(row.getValue(endtime).toString()));
 754:long byteCount = 
 Converter.asLong(row.getValue(byte
 count));
 755:double bandwidth = ((double)byteCount) * 1000.0 / 
 in
 tervalMilliseconds;
 756:
 757: %
 .
 .
 .
 Caused by: java.lang.NumberFormatException: For input string: 160675266.5899
 at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.
 java:65)
 at java.lang.Long.parseLong(Long.java:589)
 at java.lang.Long.init(Long.java:965)
 at org.apache.manifoldcf.core.util.Converter.asLong(Converter.java:55)
 at 
 org.apache.jsp.maxbandwidthreport_jsp._jspService(maxbandwidthreport_
 jsp.java:1250)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
 .java:388)
 {code}
 A quick fix for this issue is to convert the _bytecount_ value to double 
 instead of long,
 {code}
 double byteCount = Converter.asDouble(row.getValue(bytecount));
 double bandwidth = (byteCount) * 1000.0 / intervalMilliseconds;
 {code}
 if it is not expected to have _bytecount_ as double then we need to change 
 the query used in *RepositoryHistoryManager.maxByteCountReport(..)* which 
 make som conditional check on _datasize_ column of repohistory table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1195) Exception thrown in Maximum Bandwidth Report

2015-05-03 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14526006#comment-14526006
 ] 

Kishore Kumar commented on CONNECTORS-1195:
---

Hi [~kwri...@metacarta.com]

Please let me know, if you are with the temporary fix. I have not completely 
analysed the ReportHistoryManager, because making any change to that class may 
affect other modules.

 Exception thrown in Maximum Bandwidth Report 
 -

 Key: CONNECTORS-1195
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1195
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core, Framework crawler agent
Affects Versions: ManifoldCF 1.8.2, ManifoldCF 2.0.2
Reporter: Kishore Kumar

 This exception occurs when the _bytecount_ value returned is double instead 
 of the expected long value.
 Exception
 {code}
 at java.lang.Thread.run(Thread.java:745)
 Caused by: org.apache.jasper.JasperException: An exception occurred 
 processing J
 SP page /maxbandwidthreport.jsp at line 754
 751:idBucketString = idBucketObject.toString();
 752:String startTimeString = 
 org.apache.manifoldcf.ui.ut
 il.Formatter.formatTime(Converter.asLong(row.getValue(starttime)));
 753:String endTimeString = 
 org.apache.manifoldcf.ui.util
 .Formatter.formatTime(Converter.asLong(row.getValue(endtime).toString()));
 754:long byteCount = 
 Converter.asLong(row.getValue(byte
 count));
 755:double bandwidth = ((double)byteCount) * 1000.0 / 
 in
 tervalMilliseconds;
 756:
 757: %
 .
 .
 .
 Caused by: java.lang.NumberFormatException: For input string: 160675266.5899
 at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.
 java:65)
 at java.lang.Long.parseLong(Long.java:589)
 at java.lang.Long.init(Long.java:965)
 at org.apache.manifoldcf.core.util.Converter.asLong(Converter.java:55)
 at 
 org.apache.jsp.maxbandwidthreport_jsp._jspService(maxbandwidthreport_
 jsp.java:1250)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
 .java:388)
 {code}
 A quick fix for this issue is to convert the _bytecount_ value to double 
 instead of long,
 {code}
 double byteCount = Converter.asDouble(row.getValue(bytecount));
 double bandwidth = (byteCount) * 1000.0 / intervalMilliseconds;
 {code}
 if it is not expected to have _bytecount_ as double then we need to change 
 the query used in *RepositoryHistoryManager.maxByteCountReport(..)* which 
 make som conditional check on _datasize_ column of repohistory table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1195) Exception thrown in Maximum Bandwidth Report

2015-05-03 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14526016#comment-14526016
 ] 

Kishore Kumar commented on CONNECTORS-1195:
---

I am using MySQL.

 Exception thrown in Maximum Bandwidth Report 
 -

 Key: CONNECTORS-1195
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1195
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core, Framework crawler agent
Affects Versions: ManifoldCF 1.8.2, ManifoldCF 2.0.2
Reporter: Kishore Kumar

 This exception occurs when the _bytecount_ value returned is double instead 
 of the expected long value.
 Exception
 {code}
 at java.lang.Thread.run(Thread.java:745)
 Caused by: org.apache.jasper.JasperException: An exception occurred 
 processing J
 SP page /maxbandwidthreport.jsp at line 754
 751:idBucketString = idBucketObject.toString();
 752:String startTimeString = 
 org.apache.manifoldcf.ui.ut
 il.Formatter.formatTime(Converter.asLong(row.getValue(starttime)));
 753:String endTimeString = 
 org.apache.manifoldcf.ui.util
 .Formatter.formatTime(Converter.asLong(row.getValue(endtime).toString()));
 754:long byteCount = 
 Converter.asLong(row.getValue(byte
 count));
 755:double bandwidth = ((double)byteCount) * 1000.0 / 
 in
 tervalMilliseconds;
 756:
 757: %
 .
 .
 .
 Caused by: java.lang.NumberFormatException: For input string: 160675266.5899
 at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.
 java:65)
 at java.lang.Long.parseLong(Long.java:589)
 at java.lang.Long.init(Long.java:965)
 at org.apache.manifoldcf.core.util.Converter.asLong(Converter.java:55)
 at 
 org.apache.jsp.maxbandwidthreport_jsp._jspService(maxbandwidthreport_
 jsp.java:1250)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
 .java:388)
 {code}
 A quick fix for this issue is to convert the _bytecount_ value to double 
 instead of long,
 {code}
 double byteCount = Converter.asDouble(row.getValue(bytecount));
 double bandwidth = (byteCount) * 1000.0 / intervalMilliseconds;
 {code}
 if it is not expected to have _bytecount_ as double then we need to change 
 the query used in *RepositoryHistoryManager.maxByteCountReport(..)* which 
 make som conditional check on _datasize_ column of repohistory table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-03 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1196:
--
Attachment: Index.jsp.png

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Index.jsp.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CONNECTORS-1195) Exception thrown in Maximum Bandwidth Report

2015-05-03 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1195:
-

 Summary: Exception thrown in Maximum Bandwidth Report 
 Key: CONNECTORS-1195
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1195
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core, Framework crawler agent
Affects Versions: ManifoldCF 2.0.2, ManifoldCF 1.8.2
Reporter: Kishore Kumar


This exception occurs when the _bytecount_ value returned is double instead of 
the expected long value.

Exception

{code}
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.jasper.JasperException: An exception occurred processing J
SP page /maxbandwidthreport.jsp at line 754

751:idBucketString = idBucketObject.toString();
752:String startTimeString = org.apache.manifoldcf.ui.ut
il.Formatter.formatTime(Converter.asLong(row.getValue(starttime)));
753:String endTimeString = org.apache.manifoldcf.ui.util
.Formatter.formatTime(Converter.asLong(row.getValue(endtime).toString()));
754:long byteCount = Converter.asLong(row.getValue(byte
count));
755:double bandwidth = ((double)byteCount) * 1000.0 / in
tervalMilliseconds;
756:
757: %
.
.
.
Caused by: java.lang.NumberFormatException: For input string: 160675266.5899
at java.lang.NumberFormatException.forInputString(NumberFormatException.
java:65)
at java.lang.Long.parseLong(Long.java:589)
at java.lang.Long.init(Long.java:965)
at org.apache.manifoldcf.core.util.Converter.asLong(Converter.java:55)
at org.apache.jsp.maxbandwidthreport_jsp._jspService(maxbandwidthreport_
jsp.java:1250)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:388)
{code}

A quick fix for this issue is to convert the _bytecount_ value to double 
instead of long,

{code}
double byteCount = Converter.asDouble(row.getValue(bytecount));
double bandwidth = (byteCount) * 1000.0 / intervalMilliseconds;
{code}

if it is not expected to have _bytecount_ as double then we need to change the 
query used in *RepositoryHistoryManager.maxByteCountReport(..)* which make som 
conditional check on _datasize_ column of repohistory table.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1195) Exception thrown in Maximum Bandwidth Report

2015-05-03 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14526027#comment-14526027
 ] 

Kishore Kumar commented on CONNECTORS-1195:
---

Thanks, Will commit soon.

 Exception thrown in Maximum Bandwidth Report 
 -

 Key: CONNECTORS-1195
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1195
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core, Framework crawler agent
Affects Versions: ManifoldCF 1.8.2, ManifoldCF 2.0.2
Reporter: Kishore Kumar

 This exception occurs when the _bytecount_ value returned is double instead 
 of the expected long value.
 Exception
 {code}
 at java.lang.Thread.run(Thread.java:745)
 Caused by: org.apache.jasper.JasperException: An exception occurred 
 processing J
 SP page /maxbandwidthreport.jsp at line 754
 751:idBucketString = idBucketObject.toString();
 752:String startTimeString = 
 org.apache.manifoldcf.ui.ut
 il.Formatter.formatTime(Converter.asLong(row.getValue(starttime)));
 753:String endTimeString = 
 org.apache.manifoldcf.ui.util
 .Formatter.formatTime(Converter.asLong(row.getValue(endtime).toString()));
 754:long byteCount = 
 Converter.asLong(row.getValue(byte
 count));
 755:double bandwidth = ((double)byteCount) * 1000.0 / 
 in
 tervalMilliseconds;
 756:
 757: %
 .
 .
 .
 Caused by: java.lang.NumberFormatException: For input string: 160675266.5899
 at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.
 java:65)
 at java.lang.Long.parseLong(Long.java:589)
 at java.lang.Long.init(Long.java:965)
 at org.apache.manifoldcf.core.util.Converter.asLong(Converter.java:55)
 at 
 org.apache.jsp.maxbandwidthreport_jsp._jspService(maxbandwidthreport_
 jsp.java:1250)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
 .java:388)
 {code}
 A quick fix for this issue is to convert the _bytecount_ value to double 
 instead of long,
 {code}
 double byteCount = Converter.asDouble(row.getValue(bytecount));
 double bandwidth = (byteCount) * 1000.0 / intervalMilliseconds;
 {code}
 if it is not expected to have _bytecount_ as double then we need to change 
 the query used in *RepositoryHistoryManager.maxByteCountReport(..)* which 
 make som conditional check on _datasize_ column of repohistory table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-03 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1196:
--
Attachment: List Repository.png

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Index.jsp.png, List Repository.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-03 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1196:
--
Attachment: Bandwidth Report.png

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-03 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1196:
--
Attachment: View.png

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Index.jsp.png, List Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CONNECTORS-1195) Exception thrown in Maximum Bandwidth Report

2015-05-03 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar reassigned CONNECTORS-1195:
-

Assignee: Kishore Kumar

 Exception thrown in Maximum Bandwidth Report 
 -

 Key: CONNECTORS-1195
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1195
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core, Framework crawler agent
Affects Versions: ManifoldCF 1.8.2, ManifoldCF 2.0.2
Reporter: Kishore Kumar
Assignee: Kishore Kumar

 This exception occurs when the _bytecount_ value returned is double instead 
 of the expected long value.
 Exception
 {code}
 at java.lang.Thread.run(Thread.java:745)
 Caused by: org.apache.jasper.JasperException: An exception occurred 
 processing J
 SP page /maxbandwidthreport.jsp at line 754
 751:idBucketString = idBucketObject.toString();
 752:String startTimeString = 
 org.apache.manifoldcf.ui.ut
 il.Formatter.formatTime(Converter.asLong(row.getValue(starttime)));
 753:String endTimeString = 
 org.apache.manifoldcf.ui.util
 .Formatter.formatTime(Converter.asLong(row.getValue(endtime).toString()));
 754:long byteCount = 
 Converter.asLong(row.getValue(byte
 count));
 755:double bandwidth = ((double)byteCount) * 1000.0 / 
 in
 tervalMilliseconds;
 756:
 757: %
 .
 .
 .
 Caused by: java.lang.NumberFormatException: For input string: 160675266.5899
 at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.
 java:65)
 at java.lang.Long.parseLong(Long.java:589)
 at java.lang.Long.init(Long.java:965)
 at org.apache.manifoldcf.core.util.Converter.asLong(Converter.java:55)
 at 
 org.apache.jsp.maxbandwidthreport_jsp._jspService(maxbandwidthreport_
 jsp.java:1250)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
 .java:388)
 {code}
 A quick fix for this issue is to convert the _bytecount_ value to double 
 instead of long,
 {code}
 double byteCount = Converter.asDouble(row.getValue(bytecount));
 double bandwidth = (byteCount) * 1000.0 / intervalMilliseconds;
 {code}
 if it is not expected to have _bytecount_ as double then we need to change 
 the query used in *RepositoryHistoryManager.maxByteCountReport(..)* which 
 make som conditional check on _datasize_ column of repohistory table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-04 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14526660#comment-14526660
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

I will take a look at the UI test script, if the same can be applied for this.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1117) Create a livelink connector using the LiveLink REST API

2015-04-28 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14517875#comment-14517875
 ] 

Kishore Kumar commented on CONNECTORS-1117:
---

Surely, I will start working on this in few days.

 Create a livelink connector using the LiveLink REST API
 ---

 Key: CONNECTORS-1117
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1117
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Reporter: Karl Wright
Assignee: Karl Wright
  Labels: gsoc2015
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2


 LAPI is deprecated, so develop a connector that doesn't use it.
 Here's API documentation:
 https://developer.opentext.com/awd/forums/questions/1130441#r1130448



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-13 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542202#comment-14542202
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

I am not able to successfully test the UI with the existing scripts, not even 
the current UI for ManifoldCF. I don't think, the virtual browser will be able 
to support the history-api that I am going to use.

I looked at the manifold-api-service and thought of developing the new UI on 
top of the api service using AngularJS, I would like to take your suggestion on 
this.
Is it possible to get the contract for a connector, let us say, we have custom 
tabs for different tabs, in order to generate the UI, I would like to know the 
different parameters the connector will require before rendering the UI page.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-13 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542263#comment-14542263
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

I have installed Python 2.7 on my server, but still it complains about JSP 
compilation error, but works fine from jetty deployed war. I may have to give 
some extra effort here, if its specific to my environment.

Regarding the new UI, yes, there is lot of JavaScript involved, even thought 
the main ManifoldCF.js has 300~400 line of JavaScript, but it depends entire on 
jQuery,bootstrap.js,history.js.

If we use the API, then there are few stable testing frameworks available for 
AngularJS based on NodeJS. Will do some further analysis.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Issue Comment Deleted] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-13 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1196:
--
Comment: was deleted

(was: Hi [~kwri...@metacarta.com]

I have installed Python 2.7 on my server, but still it complains about JSP 
compilation error, but works fine from jetty deployed war. I may have to give 
some extra effort here, if its specific to my environment.

Regarding the new UI, yes, there is lot of JavaScript involved, even thought 
the main ManifoldCF.js has 300~400 line of JavaScript, but it depends entire on 
jQuery,bootstrap.js,history.js.

If we use the API, then there are few stable testing frameworks available for 
AngularJS based on NodeJS. Will do some further analysis.)

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-05-17 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14547314#comment-14547314
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

We don't need to have a real browser for testing using Selenium 2, because 
Selenium 2 has support for _*PhantomJS*_ which is a headless browser.

http://docs.seleniumhq.org/docs/01_introducing_selenium.jsp#supported-browsers-and-platforms

http://phantomjs.org/

I don't have any experience on both of these framework, but I would really give 
them a try by replacing any of our existing connector testing with these.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1117) Create a livelink connector using the LiveLink REST API

2015-05-15 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14546159#comment-14546159
 ] 

Kishore Kumar commented on CONNECTORS-1117:
---

HI [~kwri...@metacarta.com]

Are we going to create this as a new connector or replace the existing one.

The reason, I am asking this is. Livelink 9.* and Content Server 10.0 prior to 
service pack doesn't support Rest API, so existing users will not be able to 
update their Livelink Connector.

Optionally we can create a new connector called [mcf-otcs-connector], so that 
existing user can use Livelink Connector and users having Content Server 10.0 
(with Rest API) and above can use this new connector.

 Create a livelink connector using the LiveLink REST API
 ---

 Key: CONNECTORS-1117
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1117
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Reporter: Karl Wright
Assignee: Kishore Kumar
  Labels: gsoc2015
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2


 LAPI is deprecated, so develop a connector that doesn't use it.
 Here's API documentation:
 https://developer.opentext.com/awd/forums/questions/1130441#r1130448



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1183) GridFS connector UI is broken and incomplete

2015-04-08 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485411#comment-14485411
 ] 

Kishore Kumar commented on CONNECTORS-1183:
---

Hi [~kwri...@metacarta.com]

I will send a patch for this ticket in next few hours or at the max tomorrow.

 GridFS connector UI is broken and incomplete
 

 Key: CONNECTORS-1183
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1183
 Project: ManifoldCF
  Issue Type: Bug
  Components: GridFS connector
Affects Versions: ManifoldCF 2.0.2
Reporter: Kishore Kumar

 # The Server tab of GridFS connector is broken, it throws an alert saying URL 
 cannot be null, even thought we input the URL.
 #- The reason behind this is the velocity template uses the same name for 
 URL,ACL,DENYACL fields.
 # The view tab doesn't show value for URL,ACL,DENYACL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CONNECTORS-1183) GridFS connector UI is broken and incomplete

2015-04-08 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1183:
-

 Summary: GridFS connector UI is broken and incomplete
 Key: CONNECTORS-1183
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1183
 Project: ManifoldCF
  Issue Type: Bug
  Components: GridFS connector
Affects Versions: ManifoldCF 2.0.2
Reporter: Kishore Kumar


# The Server tab of GridFS connector is broken, it throws an alert saying URL 
cannot be null, even thought we input the URL.
#- The reason behind this is the velocity template uses the same name for 
URL,ACL,DENYACL fields.
# The view tab doesn't show value for URL,ACL,DENYACL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1183) GridFS connector UI is broken and incomplete

2015-04-08 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485970#comment-14485970
 ] 

Kishore Kumar commented on CONNECTORS-1183:
---

Hi [~kwright[~daddywri]

Besides this, I have seen other issues with this connector, like one I have 
noticed is there is a empty Credentials tab for Configuration. I don't see any 
Velocity template for Configuration credentials tab. I will do further testing 
for this connector to list all the issues.

 GridFS connector UI is broken and incomplete
 

 Key: CONNECTORS-1183
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1183
 Project: ManifoldCF
  Issue Type: Bug
  Components: GridFS connector
Affects Versions: ManifoldCF 2.0.2
Reporter: Kishore Kumar
Assignee: Karl Wright
  Labels: patch
 Fix For: ManifoldCF 1.9, ManifoldCF 2.1

 Attachments: CONNECTORS-1183.patch


 # The Server tab of GridFS connector is broken, it throws an alert saying URL 
 cannot be null, even thought we input the URL.
 #- The reason behind this is the velocity template uses the same name for 
 URL,ACL,DENYACL fields.
 # The view tab doesn't show value for URL,ACL,DENYACL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CONNECTORS-1183) GridFS connector UI is broken and incomplete

2015-04-08 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1183:
--
Attachment: CONNECTORS-1183.patch

 GridFS connector UI is broken and incomplete
 

 Key: CONNECTORS-1183
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1183
 Project: ManifoldCF
  Issue Type: Bug
  Components: GridFS connector
Affects Versions: ManifoldCF 2.0.2
Reporter: Kishore Kumar
Assignee: Karl Wright
  Labels: patch
 Fix For: ManifoldCF 1.9, ManifoldCF 2.1

 Attachments: CONNECTORS-1183.patch


 # The Server tab of GridFS connector is broken, it throws an alert saying URL 
 cannot be null, even thought we input the URL.
 #- The reason behind this is the velocity template uses the same name for 
 URL,ACL,DENYACL fields.
 # The view tab doesn't show value for URL,ACL,DENYACL



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-03 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14571752#comment-14571752
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Thanks [~kwri...@metacarta.com], I will complete pushing the files to branch by 
this week and later start optimizing the resources.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Issue Comment Deleted] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-03 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1196:
--
Comment: was deleted

(was: Thanks [~kwri...@metacarta.com], I will complete pushing the files to 
branch by this week and later start optimizing the resources.)

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-03 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14571753#comment-14571753
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Thanks [~kwri...@metacarta.com], I will complete pushing the files to branch by 
this week and later start optimizing the resources.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-09 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14579195#comment-14579195
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Thanks [~kwri...@metacarta.com], I can take your help with rebase, else can we 
delete the branch and recreate from trunk post reformatting.


 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-09 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14578897#comment-14578897
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

Almost every JSP file in webapps has changed for this ticket, as I have to wrap 
certain elements in divs.
Since each file has considerable change, I have to reformat the JSP for better 
readability. But I missed that the earlier code were formatted with 4 space 
instead of 2.

Please let me know, if you want me to revert the changes and do formatting 
separately.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-18 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592142#comment-14592142
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

I already re-based the branch CONNECTORS-1196, when I committed the formatting 
changes to trunk. I am already working on it and committing the temporary 
change to 
https://github.com/kishorejangid/manifoldcf/commit/60dc7c2eb5cd8d536b919cb54fd563d233665ea4
Just to make sure, I don't disturb the formatting of the code that I am not 
changing, I am doing it in 2 phases.
I you want me to use the other branch CONNECTORS-1196-2, I will commit the 
changes to this branch, once I completed modifying all the JSP.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-11 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14582144#comment-14582144
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com],

Sorry, couldn't get enough time for this changes. Yes, but is it possible to 
keep the same branch name.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-11 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14582348#comment-14582348
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

If you are OK, I will reformat the code on trunk and recreate the branch. I 
have everything backuped on my local.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1214) Livelink connector doesn't work properly against 10.5

2015-06-17 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591052#comment-14591052
 ] 

Kishore Kumar commented on CONNECTORS-1214:
---

llssl.jar is not part of core Content Server and independent of 
lapi.jar/csapi.jar

 Livelink connector doesn't work properly against 10.5
 -

 Key: CONNECTORS-1214
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1214
 Project: ManifoldCF
  Issue Type: Bug
  Components: LiveLink connector
Affects Versions: ManifoldCF 1.9, ManifoldCF 2.1
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2


 Known issues:
 (1) The FileType field no longer seems to contain an extension.  Not sure 
 what it contains, but we need to at least update the documentation since 
 filters are built against this field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1214) Livelink connector doesn't work properly against 10.5

2015-06-16 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14589092#comment-14589092
 ] 

Kishore Kumar commented on CONNECTORS-1214:
---

Hi [~kwri...@metacarta.com],

This is how I have tested for this issue.

# Create a folder in Content Server 10.5 with 21 PDF documents in it.
# Configured ManifoldCF with a Output connector(Elastic Search).
# Created a simple Job to crawl docs from the folder with Filters tab set to 
{quote}Include: *.pdf{quote}
# All the 21 documents were ingested into ElasticSearch.

Now, I am not sure, but if this is related to the LAPI.jar the user is using.
I would suggest to try the below steps, to check it that helps in resolving the 
issue.
Since LAPI is deprecated with Content Server 10.5, and the vendor doesn't 
provide lapi.jar with the installation. I have found an another jar file named 
csapi.jar which has all the classes that were part of lapi.jar
This jar is located at **CSINSTALLATIONDIR\application\WEB-INF\lib**




 Livelink connector doesn't work properly against 10.5
 -

 Key: CONNECTORS-1214
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1214
 Project: ManifoldCF
  Issue Type: Bug
  Components: LiveLink connector
Affects Versions: ManifoldCF 1.9, ManifoldCF 2.1
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2


 Known issues:
 (1) The FileType field no longer seems to contain an extension.  Not sure 
 what it contains, but we need to at least update the documentation since 
 filters are built against this field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-12 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14584283#comment-14584283
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com],

I have reverted the formatting changes.

I have replaced Tabs with 2 spaces and committed to my GitHub fork, please 
confirm, is this commit looks good, if so, I will commit to SVN trunk.

https://github.com/kishorejangid/manifoldcf/commit/251374cd78c3202700bd1625d5409bc7f0044b0a?diff=unified


 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-12 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14583447#comment-14583447
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

Sorry about all this mess.

I am using Intellij 14.x for this development and have configured 2 space for 
formatting for HTML/JSP/Java.

The reason for this formatting is to have common formatted code for all JSP, so 
when we commit the new changes, we can clearly identify, what have changed in 
the new JSP.

Do you know of any setting in Intellij where we can achieve the kind of 
formatting you are referring for JSP? Please let me know, so that I can use the 
same.

If you think this is not good and insist in keeping the same formatting and 
replace only tabs with 2 space, then I have to rewrite all the JSP one by one 
again and compare for formatting change.

Thanks





 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1214) Livelink connector doesn't work properly against 10.5

2015-06-15 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14587420#comment-14587420
 ] 

Kishore Kumar commented on CONNECTORS-1214:
---

Hi [~kwri...@metacarta.com],

Can you please let me know the steps to reproduce the error. I configured 
filters for PDF/DOCX/HTML, and they all worked fine and got indexed.

I have tested on Content Server 10.5 Update 2014-09.

 Livelink connector doesn't work properly against 10.5
 -

 Key: CONNECTORS-1214
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1214
 Project: ManifoldCF
  Issue Type: Bug
  Components: LiveLink connector
Affects Versions: ManifoldCF 1.9, ManifoldCF 2.1
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2


 Known issues:
 (1) The FileType field no longer seems to contain an extension.  Not sure 
 what it contains, but we need to at least update the documentation since 
 filters are built against this field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1214) Livelink connector doesn't work properly against 10.5

2015-06-15 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14586447#comment-14586447
 ] 

Kishore Kumar commented on CONNECTORS-1214:
---

Hi [~kwri...@metacarta.com]
I will give this a look.

I have successfully crawled few documents using CS 10.5 few weeks back.

Please let me know, what version of LAPI are you using?

 Livelink connector doesn't work properly against 10.5
 -

 Key: CONNECTORS-1214
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1214
 Project: ManifoldCF
  Issue Type: Bug
  Components: LiveLink connector
Affects Versions: ManifoldCF 1.9, ManifoldCF 2.1
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2


 Known issues:
 (1) The FileType field no longer seems to contain an extension.  Not sure 
 what it contains, but we need to at least update the documentation since 
 filters are built against this field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1131) Ldap authentication for the administration console

2015-07-07 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14617689#comment-14617689
 ] 

Kishore Kumar commented on CONNECTORS-1131:
---

Hi [~kwri...@metacarta.com]

I have noticed that we are adding the same code to most of the pages for 
Authority and Maintenance checking

{code:java}
// Check if authorized
  if 
(!adminprofile.checkAllowed(threadContext,IAuthorizer.CAPABILITY_VIEW_REPORTS))
  {
variableContext.setParameter(target,index.jsp);
%
jsp:forward page=unauthorized.jsp/
%
  }

  if 
(org.apache.manifoldcf.crawler.system.ManifoldCF.checkMaintenanceUnderway())
  {
%
jsp:forward page=maintenanceunderway.jsp/
%
  }
{code}

Can we add this to +adminHeaders.jsp+ so that it can be included in all the 
JSPs, since adminHeaders.jsp is included in all JSPs

 Ldap authentication for the administration console
 --

 Key: CONNECTORS-1131
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1131
 Project: ManifoldCF
  Issue Type: Wish
Reporter: colin
Assignee: Karl Wright
 Fix For: ManifoldCF 2.2

 Attachments: AdminProfile.java, LdapAuthenticator.java


 Hi Guys,
 Could more options be added for authenticating to the MCF administration ui?
 The username / password can be set in the properties.xml but it would make it 
 easier for enterprise integration if ldap was supported.
 Thanks,
 Colin



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Issue Comment Deleted] (CONNECTORS-1131) Ldap authentication for the administration console

2015-07-07 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1131:
--
Comment: was deleted

(was: Hi [~kwri...@metacarta.com]

I have noticed that we are adding the same code to most of the pages for 
Authority and Maintenance checking

{code:java}
// Check if authorized
  if 
(!adminprofile.checkAllowed(threadContext,IAuthorizer.CAPABILITY_VIEW_REPORTS))
  {
variableContext.setParameter(target,index.jsp);
%
jsp:forward page=unauthorized.jsp/
%
  }

  if 
(org.apache.manifoldcf.crawler.system.ManifoldCF.checkMaintenanceUnderway())
  {
%
jsp:forward page=maintenanceunderway.jsp/
%
  }
{code}

Can we add this to +adminHeaders.jsp+ so that it can be included in all the 
JSPs, since adminHeaders.jsp is included in all JSPs)

 Ldap authentication for the administration console
 --

 Key: CONNECTORS-1131
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1131
 Project: ManifoldCF
  Issue Type: Wish
Reporter: colin
Assignee: Karl Wright
 Fix For: ManifoldCF 2.2

 Attachments: AdminProfile.java, LdapAuthenticator.java


 Hi Guys,
 Could more options be added for authenticating to the MCF administration ui?
 The username / password can be set in the properties.xml but it would make it 
 easier for enterprise integration if ldap was supported.
 Thanks,
 Colin



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CONNECTORS-1131) Ldap authentication for the administration console

2015-07-07 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14617700#comment-14617700
 ] 

Kishore Kumar commented on CONNECTORS-1131:
---

Hi [~kwri...@metacarta.com]

I see, beside the Authority check, there is lot of formatting changes.
If the purpose of this commit is only to check Authority, then I can directly 
include the Authority check in the code that I have already modified and later 
we can do a code formatting for all JSPs.


 Ldap authentication for the administration console
 --

 Key: CONNECTORS-1131
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1131
 Project: ManifoldCF
  Issue Type: Wish
Reporter: colin
Assignee: Karl Wright
 Fix For: ManifoldCF 2.2

 Attachments: AdminProfile.java, LdapAuthenticator.java


 Hi Guys,
 Could more options be added for authenticating to the MCF administration ui?
 The username / password can be set in the properties.xml but it would make it 
 easier for enterprise integration if ldap was supported.
 Thanks,
 Colin



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CONNECTORS-1380) DropBox Velocity Template Incorrect Variable

2017-02-20 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar resolved CONNECTORS-1380.
---
   Resolution: Fixed
Fix Version/s: ManifoldCF 2.7

r1783791 (trunk)

> DropBox Velocity Template Incorrect Variable
> 
>
> Key: CONNECTORS-1380
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1380
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Dropbox connector
>Affects Versions: ManifoldCF 2.6
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF 2.7
>
>
> Just noticed a single velocity template variable conflict in  Dropbox 
> connector *editSpecification.js*
> {code:javascript}
> function s${SeqNum}_checkSpecificationForSave()
> {
>   if(editjob.s${SeqNum}_dropboxpath.value == "") {
> 
> alert("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.PathMustNotBeNull'))");
> 
> SelectSequencedTab("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.Server'))",${SEQNUM});
> editjob.s${SeqNum}_dropboxpath.focus();
> return false;
>   }
>   return true;
> }
> {code}
> This bug is preventing to change tab when creating a job for dropbox. Will 
> add a fix to trunk.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CONNECTORS-1380) DropBox Velocity Template Incorrect Variable

2017-02-20 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1380:
--
Attachment: CONNECTORS-1380.patch

Attached patch

> DropBox Velocity Template Incorrect Variable
> 
>
> Key: CONNECTORS-1380
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1380
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Dropbox connector
>Affects Versions: ManifoldCF 2.6
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF 2.7
>
> Attachments: CONNECTORS-1380.patch
>
>
> Just noticed a single velocity template variable conflict in  Dropbox 
> connector *editSpecification.js*
> {code:javascript}
> function s${SeqNum}_checkSpecificationForSave()
> {
>   if(editjob.s${SeqNum}_dropboxpath.value == "") {
> 
> alert("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.PathMustNotBeNull'))");
> 
> SelectSequencedTab("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.Server'))",${SEQNUM});
> editjob.s${SeqNum}_dropboxpath.focus();
> return false;
>   }
>   return true;
> }
> {code}
> This bug is preventing to change tab when creating a job for dropbox. Will 
> add a fix to trunk.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-02-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15874987#comment-15874987
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Thanks [~kwri...@metacarta.com], I have removed text from all view pages to 
make them consistent, However, if you prefer to keep text besides the icons, we 
can fix them later.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CONNECTORS-1380) DropBox Velocity Template Incorrect Variable

2017-02-20 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1380:
-

 Summary: DropBox Velocity Template Incorrect Variable
 Key: CONNECTORS-1380
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1380
 Project: ManifoldCF
  Issue Type: Bug
  Components: Dropbox connector
Affects Versions: ManifoldCF 2.6
Reporter: Kishore Kumar
Assignee: Kishore Kumar


Just noticed a single velocity template variable conflict in  Dropbox connector 
*editSpecification.js*

{code:javascript}
function s${SeqNum}_checkSpecificationForSave()
{
  if(editjob.s${SeqNum}_dropboxpath.value == "") {

alert("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.PathMustNotBeNull'))");

SelectSequencedTab("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.Server'))",${SEQNUM});
editjob.s${SeqNum}_dropboxpath.focus();
return false;
  }
  return true;
}
{code}

This bug is preventing to change tab when creating a job for dropbox. Will add 
a fix to trunk.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-02-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875138#comment-15875138
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

[~kwri...@metacarta.com] Thanks, I will update the dist-license/LICENSE.txt and 
root-level after two weeks once I am back.

Thanks,
KK

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-02-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875129#comment-15875129
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com],

I will add next next to each icons.

Regarding license header, I have kept the vendor license as it is and added 
Apache license to those that I have written except for the *.less files, the 
reason for that is those less files are converted to *.css with Apache license.

Is it ok to add a separate license.txt in a folder so that it applies to all 
the files under that.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-02-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875129#comment-15875129
 ] 

Kishore Kumar edited comment on CONNECTORS-1196 at 2/20/17 11:20 PM:
-

Hi [~kwri...@metacarta.com],

I will add text next to each icons soon.

Regarding license header, I have kept the vendor license as it is and added 
Apache license to those that I have written except for the *.less files, the 
reason for that is those less files are converted to *.css with Apache license.

Is it ok to add a separate license.txt in a folder so that it applies to all 
the files under that.


was (Author: kishorekumar):
Hi [~kwri...@metacarta.com],

I will add next next to each icons.

Regarding license header, I have kept the vendor license as it is and added 
Apache license to those that I have written except for the *.less files, the 
reason for that is those less files are converted to *.css with Apache license.

Is it ok to add a separate license.txt in a folder so that it applies to all 
the files under that.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-02-19 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15873885#comment-15873885
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi,

I have committed the UI change to branch CONNECTORS-1196.

If interested, please build the branch and let me know, if anything is wrong or 
any suggestions.

Currently working on Selenium Tester, will try to update on that in few weeks.

Thanks,
KK

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-02-16 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869610#comment-15869610
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com],

Is it possible to delete the branch *CONNECTORS-1196* & *CONNECTORS-1196-2* 
from SVN and recreate CONNECTORS-1196 from trunk, I would like to do this, 
because there are lot of changes in the past 18 months and merging from trunk 
to branch will take lot of time to resolve conflicts.

I will try to commit till the current progress this weekend.

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CONNECTORS-1378) History reports end year resets to start year

2017-02-16 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1378:
--
Priority: Minor  (was: Major)

> History reports end year resets to start year
> -
>
> Key: CONNECTORS-1378
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1378
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Framework core
>Affects Versions: ManifoldCF 2.6
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
>Priority: Minor
>
> Hi,
> The end time *_year_* of all the four history reports resets to start time 
> year. This is because of a typo in the jsp page, where startYear is used 
> instead of endYear.
> {code:title=simplereport.jsp|borderStyle=solid}
> 
>   >-- 
> <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"simplereport.NotSpecified")%>
>  --
>   <% for(int year=2005; year <= 
> java.util.Calendar.getInstance().get(java.util.Calendar.YEAR); year++) {
>   String selected = 
> (startYear.equals(""+year))?"selected=\"selected\"":""; %>
>   ><%= year %>
>   <% } %>
> 
> {code}
> I will commit the fix in few minutes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CONNECTORS-1378) History reports end year resets to start year

2017-02-16 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1378:
-

 Summary: History reports end year resets to start year
 Key: CONNECTORS-1378
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1378
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 2.6
Reporter: Kishore Kumar
Assignee: Kishore Kumar


Hi,

The end time *_year_* of all the four history reports resets to start time 
year. This is because of a typo in the jsp page, where startYear is used 
instead of endYear.

{code:title=simplereport.jsp|borderStyle=solid}

  >-- 
<%=Messages.getBodyString(pageContext.getRequest().getLocale(),"simplereport.NotSpecified")%>
 --
  <% for(int year=2005; year <= 
java.util.Calendar.getInstance().get(java.util.Calendar.YEAR); year++) {
  String selected = (startYear.equals(""+year))?"selected=\"selected\"":""; 
%>
  ><%= year %>
  <% } %>

{code}

I will commit the fix in few minutes.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1378) History reports end year resets to start year

2017-02-16 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870258#comment-15870258
 ] 

Kishore Kumar commented on CONNECTORS-1378:
---

r1783246 (trunk)

> History reports end year resets to start year
> -
>
> Key: CONNECTORS-1378
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1378
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Framework core
>Affects Versions: ManifoldCF 2.6
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
>Priority: Minor
>
> Hi,
> The end time *_year_* of all the four history reports resets to start time 
> year. This is because of a typo in the jsp page, where startYear is used 
> instead of endYear.
> {code:title=simplereport.jsp|borderStyle=solid}
> 
>   >-- 
> <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"simplereport.NotSpecified")%>
>  --
>   <% for(int year=2005; year <= 
> java.util.Calendar.getInstance().get(java.util.Calendar.YEAR); year++) {
>   String selected = 
> (startYear.equals(""+year))?"selected=\"selected\"":""; %>
>   ><%= year %>
>   <% } %>
> 
> {code}
> I will commit the fix in few minutes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939177#comment-15939177
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I will remove some font files. We can remove Glypicons and keep font-awesome 
icons. Removing SourceSansPro doesn't have any impact. And create a custom 
build of bootstrap for manifold.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939285#comment-15939285
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I have removed the dependencies on Glyphicons & SourceSansPro fonts.

All the UI test cases passed. I couldn't reproduce the Web connection issue 
that you have mentioned earlier today. It seems that issue is intermittent, 
because that also happened for the Solr connector for you.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938928#comment-15938928
 ] 

Kishore Kumar edited comment on CONNECTORS-1196 at 3/23/17 10:00 PM:
-

Hi [~daddywri],

Here are the list of different components used with their license

||Component||Version||Type||License||URL||Documentation||
|jQuery|1.12.4|Javascript Library|Apache License 
2.0|[https://github.com/jquery/jquery/tree/1.12.4]\\https://github.com/jquery/jquery/blob/1.12.4/LICENSE.txt|[https://api.jquery.com/]|
|Bootstrap|3.3.7|Javascript 
Library|MIT|[https://github.com/twbs/bootstrap/tree/v3.3.7]|[http://getbootstrap.com/]|
|-{color:red}Glyphicons{color}-| |-Font (used by bootstrap)-| -Creative Commons 
Attribution 3.0 Unported (CC BY 
3.0)-|-[http://glyphicons.com/license/#licensetext]-|-[http://glyphicons.com/]-|
|bootstrap-select|1.12.2|Javascript 
Library|MIT|[https://github.com/silviomoreto/bootstrap-select/tree/v1.12.2]|[http://silviomoreto.github.io/bootstrap-select/]|
|jQuery-slimScroll|1.3.8|Javascript Library|Dual licensed under the MIT and 
GPL|[https://github.com/rochal/jQuery-slimScroll]|[http://rocha.la/jQuery-slimScroll]|
|Font Awesome|4.7.0|Fonts|Multiple 
Licenses|[https://github.com/FortAwesome/Font-Awesome/tree/v4.7.0]\\https://fontawesome.io/license/|[http://fontawesome.io/]|
|{color:red}-SourceSansPro-{color}|-NA-|-Fonts-|-SIL Open Font License 
1.1-|-[https://github.com/adobe-fonts/source-sans-pro/]-|-[http://adobe-fonts.github.io/source-sans-pro/]-|


was (Author: kishorekumar):
Hi [~daddywri],

Here are the list of different components used with their license

||Component||Version||Type||License||URL||Documentation||
|jQuery|1.12.4|Javascript Library|Apache License 
2.0|[https://github.com/jquery/jquery/tree/1.12.4]\\https://github.com/jquery/jquery/blob/1.12.4/LICENSE.txt|[https://api.jquery.com/]|
|Bootstrap|3.3.7|Javascript 
Library|MIT|[https://github.com/twbs/bootstrap/tree/v3.3.7]|[http://getbootstrap.com/]|
|Glyphicons| |Font (used by bootstrap))| Creative Commons Attribution 3.0 
Unported (CC BY 
3.0)|[http://glyphicons.com/license/#licensetext]|[http://glyphicons.com/]|
|bootstrap-select|1.12.2|Javascript 
Library|MIT|[https://github.com/silviomoreto/bootstrap-select/tree/v1.12.2]|[http://silviomoreto.github.io/bootstrap-select/]|
|jQuery-slimScroll|1.3.8|Javascript Library|Dual licensed under the MIT and 
GPL|[https://github.com/rochal/jQuery-slimScroll]|[http://rocha.la/jQuery-slimScroll]|
|Font Awesome|4.7.0|Fonts|Multiple 
Licenses|[https://github.com/FortAwesome/Font-Awesome/tree/v4.7.0]\\https://fontawesome.io/license/|[http://fontawesome.io/]|
|SourceSansPro|NA|Fonts|SIL Open Font License 
1.1|[https://github.com/adobe-fonts/source-sans-pro/]\\https://github.com/adobe-fonts/source-sans-pro/blob/master/LICENSE.txt|[http://adobe-fonts.github.io/source-sans-pro/]|

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938130#comment-15938130
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

[~daddywri] , I will hold this until you merge branch to trunk. I will resolve 
the issue if any on test tonight mytime.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15937938#comment-15937938
 ] 

Kishore Kumar edited comment on CONNECTORS-1196 at 3/23/17 9:04 AM:


Hi [~daddywri],

I will look into the above issue  later tonight.

Regarding connectors UI change, we are not changing any contracts, it's just 
replacing the old UI format to new bootstrap format.

For example, for most of the connectors, we are wrapping controls inside a 
{{}} tags, those can be changed and all textbox needs to have 
{{.formcontrol}} class and buttons needs to have {{.btn .btn-default or 
.btn-primary}}

Bootstrap documentation for your reference 
http://getbootstrap.com/getting-started/

I will try to change for web connector tonight, if time permits.

Thanks,
Kishore Kumar


was (Author: kishorekumar):
Hi [~daddywri],

I will look into the above issue  later tonight.

Regards connectors UI change, we are not changing any contracts, it's just 
replacing the old UI format to new bootstrap format.

For example, for most of the connectors, we are wrapping controls inside a 
{{}} tags, those can be changed and all textbox needs to have 
{{.formcontrol}} class and buttons needs to have {{.btn .btn-default or 
.btn-primary}}

Bootstrap documentation for your reference 
http://getbootstrap.com/getting-started/

I will try to change for web connector tonight, if time permits.

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15937938#comment-15937938
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I will look into the above issue  later tonight.

Regards connectors UI change, we are not changing any contracts, it's just 
replacing the old UI format to new bootstrap format.

For example, for most of the connectors, we are wrapping controls inside a 
{{}} tags, those can be changed and all textbox needs to have 
{{.formcontrol}} class and buttons needs to have {{.btn .btn-default or 
.btn-primary}}

Bootstrap documentation for your reference 
http://getbootstrap.com/getting-started/

I will try to change for web connector tonight, if time permits.

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15937905#comment-15937905
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I have removed the dependencies on jquery.history.js. I have no planned changes 
for the UI right now, but later once moved to trunk, we also need to consider 
porting the connectors html pages (like configSpecification.html and 
viewSpecfication.html) to the new UI format. So that the UI look clean.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-24 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940661#comment-15940661
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Yes, they are coming from bootstrap. I will check them individually and remove 
those which we don't require time. Once that is done, i will add bootstrap 
license to each one of them.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-24 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940661#comment-15940661
 ] 

Kishore Kumar edited comment on CONNECTORS-1196 at 3/24/17 5:05 PM:


Yes, they are coming from bootstrap. I will check them individually and remove 
those which we don't require at compile time. Once that is done, i will add 
bootstrap license to each one of them.


was (Author: kishorekumar):
Yes, they are coming from bootstrap. I will check them individually and remove 
those which we don't require at compile time time. Once that is done, i will 
add bootstrap license to each one of them.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-25 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941635#comment-15941635
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],
I have removed print style sheets from UI. Those are only required if you want 
to print the webpage.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-22 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15937164#comment-15937164
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I have worked on the issues that you have mentioned above. Below are the 
changes that I have made today.

1. I was not able to reproduce the Solr issue
2. The issue with the kafka connector was that there were default values for 
port - 9092 and out set value was appending another 9092 to the port input 
field. The caused the exception because the value is 90929092. I have modified 
the {{setValue}} method to clear the input before send any text. This resolved 
the kafka tests.
3. To fix the GTS tests, I have overload the {{clickButton}} method to pass 
timeOut, so that when ever we know that a specific operation takes more than 
the default timeout of 15 seconds, we can pass it from our test cases.

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-22 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15937260#comment-15937260
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

{quote}
The delayed response can lead to a user completely losing a job they've been 
working on creating. I think that if you click on one of the navigation 
options, any outstanding request for the main pane needs to be canceled. Either 
that, or the navigation links should not be clickable until the main pane is 
done rendering. Is this possible?
{quote}

To overcome this issue, I am going to add a overlay to the UI, when there is an 
AJAX call. Will commit shortly.

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-23 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938928#comment-15938928
 ] 

Kishore Kumar edited comment on CONNECTORS-1196 at 3/23/17 7:39 PM:


Hi [~daddywri],

Here are the list of different components used with their license

||Component||Version||Type||License||URL||Documentation||
|jQuery|1.12.4|Javascript Library|Apache License 
2.0|[https://github.com/jquery/jquery/tree/1.12.4]\\https://github.com/jquery/jquery/blob/1.12.4/LICENSE.txt|[https://api.jquery.com/]|
|Bootstrap|3.3.7|Javascript 
Library|MIT|[https://github.com/twbs/bootstrap/tree/v3.3.7]|[http://getbootstrap.com/]|
|Glyphicons| |Font (used by bootstrap))| Creative Commons Attribution 3.0 
Unported (CC BY 
3.0)|[http://glyphicons.com/license/#licensetext]|[http://glyphicons.com/]|
|bootstrap-select|1.12.2|Javascript 
Library|MIT|[https://github.com/silviomoreto/bootstrap-select/tree/v1.12.2]|[http://silviomoreto.github.io/bootstrap-select/]|
|jQuery-slimScroll|1.3.8|Javascript Library|Dual licensed under the MIT and 
GPL|[https://github.com/rochal/jQuery-slimScroll]|[http://rocha.la/jQuery-slimScroll]|
|Font Awesome|4.7.0|Fonts|Multiple 
Licenses|[https://github.com/FortAwesome/Font-Awesome/tree/v4.7.0]\\https://fontawesome.io/license/|[http://fontawesome.io/]|
|SourceSansPro|NA|Fonts|SIL Open Font License 
1.1|[https://github.com/adobe-fonts/source-sans-pro/]\\https://github.com/adobe-fonts/source-sans-pro/blob/master/LICENSE.txt|[http://adobe-fonts.github.io/source-sans-pro/]|


was (Author: kishorekumar):
Hi [~daddywri],

Here are the list of different components used with their license

||Component||Version||Type||License||URL||Documentation||
|jQuery|1.12.4|Javascript Library|Apache License 
2.0|[https://github.com/jquery/jquery/tree/1.12.4]\\https://github.com/jquery/jquery/blob/1.12.4/LICENSE.txt|[https://api.jquery.com/]|
|Bootstrap|3.3.7|Javascript 
Library|MIT|[https://github.com/twbs/bootstrap/tree/v3.3.7]|[http://getbootstrap.com/]|
|bootstrap-select|1.12.2|Javascript 
Library|MIT|[https://github.com/silviomoreto/bootstrap-select/tree/v1.12.2]|[http://silviomoreto.github.io/bootstrap-select/]|
|jQuery-slimScroll|1.3.8|Javascript Library|Dual licensed under the MIT and 
GPL|[https://github.com/rochal/jQuery-slimScroll]|[http://rocha.la/jQuery-slimScroll]|
|Font Awesome|4.7.0|Fonts|Multiple 
Licenses|[https://github.com/FortAwesome/Font-Awesome/tree/v4.7.0]\\https://fontawesome.io/license/|[http://fontawesome.io/]|
|SourceSansPro|NA|Fonts|SIL Open Font License 
1.1|[https://github.com/adobe-fonts/source-sans-pro/]\\https://github.com/adobe-fonts/source-sans-pro/blob/master/LICENSE.txt|[http://adobe-fonts.github.io/source-sans-pro/]|

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-19 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931787#comment-15931787
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I am thinking of keeping the Internet Explorer browser support to >= IE10 for 
the new UI. Please let me know, if that is a concern. In 2017, the market share 
for IE8 & IE9 has reduced to ~5%.

Reference:
http://blog.pendo.io/2016/01/14/analysis-of-browser-usermarket-share-or-so-long-ie8-9-and-10/
https://www.netmarketshare.com/browser-market-share.aspx?qprid=2=0

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-19 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931843#comment-15931843
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

[~daddywri], I have used {{pageContext.getRequest().getLocale()}} as it was 
used in the old UI. Will test tomorrow by changing locale on my system.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-17 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15930855#comment-15930855
 ] 

Kishore Kumar edited comment on CONNECTORS-1196 at 3/17/17 11:05 PM:
-

Hi [~daddywri],

I have created a sample project to test Selenium for Apache ManifoldCF UI using 
Google Chrome driver. I have to use Google Chrome driver, since HTMLUnit uses 
an old version of Javascript engine (Rhino), which is not used in any actual 
browser.

Can you please let me know your thoughts on this, you can find the repo at 
https://github.com/kishorejangid/manifoldcf-selenium-test

If we plan to proceed with this, I need you help to update build.xml & 
framework/build.xml to download selenium dependencies and ant targets to run UI 
test using SeleniumTester.

{color:blue}
*Note:* Please build *mcf-crawler-ui* from the latest commit of 
CONNECTORS-1196-2 branch.
{color}

Thanks,
Kishore Kumar




was (Author: kishorekumar):
Hi [~daddywri],

I have created a sample project to test Selenium for Apache ManifoldCF UI using 
Google Chrome driver. I have to use Google Chrome driver, since HTMLUnit uses 
an old version of Javascript engine (Rhino), which is not used in any actual 
browser.

Can you please let me know your thoughts on this, you can find the repo at 
https://github.com/kishorejangid/manifoldcf-selenium-test

If we plan to proceed with this, I need you help to update build.xml & 
framework/build.xml to download selenium dependencies and ant targets to run UI 
test using SeleniumTester.

Thanks,
Kishore Kumar



> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-17 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15930855#comment-15930855
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I have created a sample project to test Selenium for Apache ManifoldCF UI using 
Google Chrome driver. I have to use Google Chrome driver, since HTMLUnit uses 
an old version of Javascript engine (Rhino), which is not used in any actual 
browser.

Can you please let me know your thoughts on this, you can find the repo at 
https://github.com/kishorejangid/manifoldcf-selenium-test

If we plan to proceed with this, I need you help to update build.xml & 
framework/build.xml to download selenium dependencies and ant targets to run UI 
test using SeleniumTester.

Thanks,
Kishore Kumar



> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933404#comment-15933404
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi, I am running with Java 8 and compiled with same 

{quote}
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
{quote}

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933418#comment-15933418
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Thanks, that fixed the issue. I have to update my JAVA_HOME to 8.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15932227#comment-15932227
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri] ,

I will write the above methods once I am back from work tonight. Will update 
you once done.

Will also try to explain the DOM structure.

Thanks,
Kishore

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933392#comment-15933392
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I just came across this issue, when I compiled the UI using Java 8.

{code:java}
[qtp1613177633-367] WARN org.eclipse.jetty.servlet.ServletHandler - 
org.apache.jasper.JasperException: An exception occurred processing JSP page 
/execute.jsp at line 148

145: }
146:   }
147: 
148:   String error = 
RepositoryConnectorFactory.processConfigurationPost(threadContext,connection.getClassName(),variableContext,pageContext.getRequest().getLocale(),connection.getConfigParams());
149: 
150:   if (error != null)
151:   {


Stacktrace:
at 
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:521)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:412)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at 
org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:497)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248)
at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:610)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:539)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.servlet.ServletException: 
java.lang.UnsupportedClassVersionError: 
com/google/common/collect/ImmutableMultimap : Unsupported major.minor version 
52.0
at 
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:865)
at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:794)
at org.apache.jsp.execute_jsp._jspService(execute_jsp.java:2460)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388)
... 23 more
Caused by: java.lang.UnsupportedClassVersionError: 
com/google/common/collect/ImmutableMultimap : Unsupported major.minor version 
52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:412)
at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:789)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at 
org.apache.manifoldcf.crawler.connectors.alfrescowebscript.ConfigurationHandler.(ConfigurationHandler.java:88)
at 

[jira] [Comment Edited] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933489#comment-15933489
 ] 

Kishore Kumar edited comment on CONNECTORS-1196 at 3/20/17 8:38 PM:


Hi [~daddywri],

I am having problem again with encoding properties files.

{code}
index.TheApacheSoftwareFoundation=The Apache® Software Foundation
index.Copyright=Copyright© 2010-2017
index.ApacheManifoldCF=Apache ManifoldCF™
index.WelcomeToApacheManifoldFC=Welcome to Apache ManifoldCF™
index.ApacheManifoldCFLogin=Apache ManifoldCF™ Login
{code}

Can you please update the above properties in 
/manifoldcf/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_es_ES.properties,common_ja_JP.properties,common_zh_CN.properties

I have updated the en_US

My IDE says, these files are in (ISO-8859-15)

Thanks,
Kishore Kumar


was (Author: kishorekumar):
Hi [~daddywri],

I am having problem again with encoding properties files.

{code}
index.TheApacheSoftwareFoundation=The Apache® Software Foundation
index.Copyright=Copyright© 2010-2017
index.ApacheManifoldCF=Apache ManifoldCF™
index.WelcomeToApacheManifoldFC=Welcome to Apache ManifoldCF™
index.ApacheManifoldCFLogin=Apache ManifoldCF™ Login
{code}

Can you please update the above properties in 
/manifoldcf/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_es_ES.properties,common_ja_JP.properties,common_zh_CN.properties

I have update the en_US

My IDE says, these files are in (ISO-8859-15)

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933489#comment-15933489
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I am having problem again with encoding properties files.

{code}
index.TheApacheSoftwareFoundation=The Apache® Software Foundation
index.Copyright=Copyright© 2010-2017
index.ApacheManifoldCF=Apache ManifoldCF™
index.WelcomeToApacheManifoldFC=Welcome to Apache ManifoldCF™
index.ApacheManifoldCFLogin=Apache ManifoldCF™ Login
{code}

Can you please update the above properties in 
/manifoldcf/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_es_ES.properties,common_ja_JP.properties,common_zh_CN.properties

I have update the en_US

My IDE says, these files are in (ISO-8859-15)

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933347#comment-15933347
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I have updated index.jsp to read from locale file. Can you please confirm on 
few things.

*Copyright 2010-2017 The Apache Software Foundation*, Should _Copyright_ and 
_The Apache Software Foundation_ be read from locale files or is it ok to be in 
english.
Is it appropriate to use © next to *Copyright* and ™ next to *Apache ManifoldCF*

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-14 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925136#comment-15925136
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

I have just returned today. Will try to push the UI change by this week.

Also, I have synchronized the trunk changes to CONNECTORS-1196 branch, so that 
the branch is in alignment with trunk and avoid future merge conflicts.

r1786952 Sync the CONNECTORS-1196 branch with ^/manifoldcf/trunk through ...

Thanks,
Kishore Kumar 

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-15 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15926545#comment-15926545
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

Just returned from work, I will start using the new branch. No I didn't made 
any changes to CONNECTORS-1196 yesterday, just the merge operation.

Do we need to rebase every time, when there are many changes to trunk?

Also, I will look into the UI issue that you have mentioned. Can you please 
specify which specific page, I assume it should be the reports page.

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-18 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931145#comment-15931145
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

[~daddywri], Thanks for the feedback. I have currently tested the new UI with 
Google Chrome and sure that it will work with the latest browser of different 
vendors. I will test the above code with Selenium IE webdriver, Firefox 
WebDriver and Safari Web Driver.

When I used HTMLUnit for testing not all the XPath and other selector that I 
have wrote wrote for identifying elements were working with HTMLUnit, 
My assumption for HTMLUnit not working is that it can only find elements based 
on defined HTML markup and not the actually rendered DOM. The bootstrap 
framework javascript alters DOM attributes at render time. For eg., for all the 
buttons we define `title="My button" data-toggle="tooltip"', but the rendered 
html in Chrome will have `data-original-title='My title' and title=""', these 
changes to DOM are made by bootstrap javascript plugins.

Regarding license files, I will update the files that you mentioned earlier by 
tonight so that you can review them later.

Thanks,
Kishore Kumar

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-20 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15933267#comment-15933267
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Thanks [~daddywri], That's a good news.

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-16 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929034#comment-15929034
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Thanks, Will use that. Is it possible to get the version number at runtime?

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2017-03-16 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15928974#comment-15928974
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~daddywri],

How to get the current version of ManifoldCF at run time?. 
I need the current version for displaying it in UI footer and also the new url 
for ManifoldCF end-userdocumentation includes version number in the link. The 
current url in UI doesn't work.

Old URL  : 
http://manifoldcf.apache.org/release/trunk/en_US/end-user-documentation.html
Current URL : 
https://manifoldcf.apache.org/release/release-2.5/en_US/end-user-documentation.html

> Proposal to update Manifold Crawler UI
> --
>
> Key: CONNECTORS-1196
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF next
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
> Fix For: ManifoldCF next
>
> Attachments: Bandwidth Report.png, Index.jsp.png, List 
> Repository.png, Report.png, View.png
>
>
> Hi,
> I have been working on a new User Interface for ManifoldCF.
> This UI is based on Bootstrap, jQuery and some other opensource scripts.
> Only the index.jsp will be loaded once and other page are rendered using AJAX 
> call, making it more responsive and modern.
> Please find the attached screenshots.
> *Backward compatibility:*
> Since most of our tab comes from connectors, those tabs will be displayed as 
> it is with no immediate attention required. (see sample screenshot attached)
> *What next?*
> In future we can add Charts to our reports where ever applicable, so that it 
> will be more user friendly & informative for end users.
> Can make use of Web socket to notify exception or error to users as 
> Notifications.
> *Browser compatibility*
> Has been tested with most latest browser and IE10, will try to add support 
> for IE8 with acceptable degradation.
> Any suggestion, concern much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CONNECTORS-1415) Return descriptive error message when Internal Server Error occurs

2017-04-20 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1415:
--
Attachment: CONNECTORS-1415.patch

> Return descriptive error message when Internal Server Error occurs
> --
>
> Key: CONNECTORS-1415
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1415
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF 2.7
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
>Priority: Minor
> Fix For: ManifoldCF 2.8
>
> Attachments: CONNECTORS-1415.patch, screenshot-1.png
>
>
> When an Internal Server Error (Status 500) occurs, when need to show an 
> proper error message.
> Also, we should provision a way to show the user, the exception stack trace 
> in a modal dialog by clicking on "Show Exception" button.
> Once confirmed, I will commit this to trunk tonight.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CONNECTORS-1415) Return descriptive error message when Internal Server Error occurs

2017-04-20 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1415:
--
Attachment: screenshot-1.png

> Return descriptive error message when Internal Server Error occurs
> --
>
> Key: CONNECTORS-1415
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1415
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF 2.7
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
>Priority: Minor
> Fix For: ManifoldCF 2.8
>
> Attachments: screenshot-1.png
>
>
> When an Internal Server Error (Status 500) occurs, when need to show an 
> proper error message.
> Also, we should provision a way to show the user, the exception stack trace 
> in a modal dialog by clicking on "Show Exception" button.
> Once confirmed, I will commit this to trunk tonight.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CONNECTORS-1415) Return descriptive error message when Internal Server Error occurs

2017-04-20 Thread Kishore Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar updated CONNECTORS-1415:
--
Fix Version/s: ManifoldCF 2.8

> Return descriptive error message when Internal Server Error occurs
> --
>
> Key: CONNECTORS-1415
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1415
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF 2.7
>Reporter: Kishore Kumar
>Assignee: Kishore Kumar
>Priority: Minor
> Fix For: ManifoldCF 2.8
>
>
> When an Internal Server Error (Status 500) occurs, when need to show an 
> proper error message.
> Also, we should provision a way to show the user, the exception stack trace 
> in a modal dialog by clicking on "Show Exception" button.
> Once confirmed, I will commit this to trunk tonight.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CONNECTORS-1415) Return descriptive error message when Internal Server Error occurs

2017-04-20 Thread Kishore Kumar (JIRA)
Kishore Kumar created CONNECTORS-1415:
-

 Summary: Return descriptive error message when Internal Server 
Error occurs
 Key: CONNECTORS-1415
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1415
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF 2.7
Reporter: Kishore Kumar
Assignee: Kishore Kumar
Priority: Minor


When an Internal Server Error (Status 500) occurs, when need to show an proper 
error message.

Also, we should provision a way to show the user, the exception stack trace in 
a modal dialog by clicking on "Show Exception" button.

Once confirmed, I will commit this to trunk tonight.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CONNECTORS-1414) Return descriptive error message when UI is disconnected

2017-04-19 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15975294#comment-15975294
 ] 

Kishore Kumar commented on CONNECTORS-1414:
---

Committed on trunk
r1791952

> Return descriptive error message when UI is disconnected
> 
>
> Key: CONNECTORS-1414
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1414
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Framework core
>Affects Versions: ManifoldCF 2.7
>Reporter: Markus Schuch
>Assignee: Kishore Kumar
>Priority: Minor
> Fix For: ManifoldCF 2.8
>
>
> When disconnected from server the new UI returns {{Error 0}} instead of a 
> descriptive error message. This should be changed to something like 
> {{Connection lost}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


  1   2   >