Giter Club home page Giter Club logo

alfresco-html5-client's Introduction

Hi there ๐Ÿ‘‹

alfresco-html5-client's People

Contributors

agea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfresco-html5-client's Issues

Seems to be non functional on Enterprise 4.2.2

I just fired up a clean 4.2.2 with the Alfresco-HTML5-Client and I can log in, however I return to the login screen and I get a Ok message (see attached).
20140604001

Kind of odd as I have never seen that happen before...

I'm going to go back and try earlier versions - it was working ok with 4.0.2

Enhancement: filter out certain folders

Alfresco creates several system folders per Site. dataLists and discussions, for example. As only the documents in the documentLibrary are proper files, these other folders are quite useless in the HTML5-client.
When searching for a keyword that exists in a datalist, the HTML5-app actually stops functioning, unless you do a hard refresh.

Is there any way to 'filter out' or exclude the display of these folders from normal view and search?

Download in newest version results in id instead of regular file name

Today I was playing a bit with the latest version and I must say that the separated templates make things a lot more manageable.

When I tried downloading a file from the file- or detailview, I got a file with the right size, but with the wrong name. I got a file named 'a54b15d9-5c18-43d9-8f39-cd6a5dad6003' instead of 'Document 1.xlsx'.

I can see the href is changed, but (as a quick hack) when I replace the new code with the old one, it doesn't work and I get an authentication-error.

Changing cmis query from 'select * from cmis:documents' to 'select d.* from cmis:documents as d' breaks parsing

Hi not sure if this is in scope or not - but if change the cmis query from

select * from cmis:documents

to something like

select d.* from cmis:documents as d

the knockout parsing seems to break on the results. For example:

[Error] Error: Unable to parse bindings.
Message: TypeError: 'undefined' is not an object (evaluating '$data.properties['cmis:name'].value');
Bindings value: text: $data.properties['cmis:name'].value

I have been checking this out to query aspects (with a correctly formed Alfresco CMIS query) and while the right number of results are returned (I can check results.numItems), something is choking when I try to iterate through the results using the standard search result templates you have in the project

I have done a direct CMIS query to be returned via XML, and the resultant XML string only differs in a timestamp and the actual query string - I can provide an example if you wish - I don't seem to be able to attach text files to this issue

screen shot 20131003001

This screen shot is for a search around cmis:folders - but it occurs for cmis:documents as well

Download not functional in version 5.0.b

Using this app with Alfresco 5.0.b everything seems to work excellently until I click the download link. When I click the download link I get an error message stating "This webpage is not available."

My Setup:
Ubuntu Server 14.04 running Alfresco 5.0.b as a Virtual Machine through VMWare Fusion. The IP of my Machine is 192.168.172.135:8080.

My URL looks like this:
http://192.168.172.135:8080/alfresco/d/a/workspace/SpacesStore/13e244a3-8ef5-45ce-ba2d-72663535cbd4/Simple%20(from%20Browser%20binding)%20(Working%20Copy%202).txt?ticket=TICKET_588b390274da9053f8374a91a04bc73a8e4e4faa

Possible issues:

  1. it could be that this app only works when the host is localhost, not a separate server.
  2. some change in Alfresco 5.0.b broke downloading.
  3. something else

If I figure out the solution I'll fork and make a pull request.

Sort the resulting objects

Is there any way to sort the resulting objects?
CMIS for example supports the likes of:

  • "order by cmis:name" in cmis queries
  • "?orderby=cmis:name" in atom.

It would be nice to at least be able to add a pre-defined order.

Licence?

Can you set the licence for the code - or otherwise we others can't really use it anyhow.

I'm currently doing something similar and we could possible collaborate on some parts.

Getting blank page after login

Hi,

I downloaded the latest from GitHub and configured it on Tomcat. As soon as I enter my login information, I get a blank page. There is also a JS error on the browser console. Below is the log from the console. Please note the error in the last line. It looks like the mapping of the o/p JSON from /alfresco/cmisbrowser is not happening properly.

XHR finished loading: "http://localhost:8080/Alfresco-HTML5-Client-master/templates/login.html?_=1380297427309". jquery.min.js:2
XHR finished loading: "http://localhost:8080/alfresco/service/api/login". jquery.min.js:2
XHR finished loading: "http://localhost:8080/alfresco/cmisbrowser". jquery.min.js:2
XHR finished loading: "http://localhost:8080/alfresco/cmisbrowser/16c74505-e4dc-4562-a48a-d27faeda37d0/root?cmisselector=object". jquery.min.js:2
Uncaught TypeError: Cannot read property 'cmis:objectId' of undefined cmisbrowser.js:328

Thanks,
Jerry

Enhancement: Server at another location

I want to host Alfresco-HTML5-Client on a separate machine, not on the Alfresco server itself.

Is there a way to achieve this?

The best would be to be able to specify the CMIS URL somewhere.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.