Skip to content

Last update #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 75 commits into from
Nov 28, 2014
Merged

Last update #1

merged 75 commits into from
Nov 28, 2014

Conversation

davidyg
Copy link
Owner

@davidyg davidyg commented Nov 28, 2014

No description provided.

loftux and others added 30 commits May 6, 2013 07:31
- Added latest pdf.js lib a081c2d.
This version of pdf.js supports range request. This is however disabled default in PdfJs.js. If you want to experiment with this feature change to PDFJS.disableRange = false.
Initial testing gives that there are no speed benefits.
Also handles the error discovered in pdf.js while investigating #8
…d by Alan Davis in ALF-19056

  - Tested locally, verified this fixes global anything-to-anything transformation problems
…fig - otherwise this will break compatibility with 4.0/4.1
…prevented the add-on from working with Alfresco 4.2.c

  - Tested operation on 4.2.d, verified that startup still completes and video transforms work as expected
separate beans
 - Allows the transformation parameters to be controlled much more
easily
 - MP4 transformation options are now much simplified, reducing the risk
of specific flags not being supported
The core pdf.js has split workers to a separate file (pdf.worker.js). In theory we would not need this file to be loaded via web-preview.get.head.ftl but in order to have this file checksummed and to find out the checksum name we need to do this. This means it is loaded twice. The second time will however be from cache. Probably means parsed twice as well. I've not seen any noticeable effects on loading performance due to this.
wabson and others added 28 commits October 23, 2013 18:13
- Check max/min page number supplied in hash. Instead of throwing error resets to max available pages or page 1. This makes bookmarked url always work even if the number of pages in document change. It may not link to intended page, but does not error out, and we can hope the last page is a good enough target.
- Introduced new internal attribute this.disabledPageLinking that default to true unless page is document-details. In doing so the page hast property will be ignored and paging for document list will still work.
This commit does not remove the linking button on pages other than document-details. This will be done as part of #12.
  - Add priority=50 to FFmpeg-based transform rules - fixes warnings on
startup
  - Remove audio/webm transform since this mimetype does not seem to
exist in the repository
  - Toolbar config is specified in model.toolbarItems, which can be
modified as needed by extensions
…only enabled on the document details page (ref. #27)
…as otherwise we cannot easily get back to where we were when we resume the presentation
…er viewers via XHR

  - Use thumbnailModification option on WebPreview instance if available
  - Detect the quickshare page and if we still do not know what has been pre-generated then just assume blindly that we can generate as needed (fixes #29)
- Added missing translations
- Corrected encodings
…epository.url which can be overridden for deploying artifacts
…dules, but now in combination with jsonUtils.toObject()
davidyg added a commit that referenced this pull request Nov 28, 2014
@davidyg davidyg merged commit d6bc7b0 into davidyg:master Nov 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants