Code Monkey home page Code Monkey logo

sitefinity.libraryitemsdownloader's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @M-Yankov
  • ๐Ÿ‘€ Iโ€™m interested in web development, aslo I'm a big fan of everything that is open source,
    • I love markdown programming ... ops styling ๐Ÿ˜…
  • ๐ŸŒฑ Iโ€™m currently playing games, making videos (goPRO) using Davinci Reoslve for edit
  • ๐Ÿ’ž๏ธ Iโ€™m looking to hack something that is not working, (because all of websites across internet have a lot of errors)
  • ๐Ÿ“ซ How to reach me

sitefinity.libraryitemsdownloader's People

Contributors

m-yankov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

sitefinity.libraryitemsdownloader's Issues

Commit Helper links

Such as knowledge-base articles, blog-posts, documentation, examples etc.

Code documentation

using Chost Doc is not necessary, but will help.
Each method in the C# code should be documented !

/// <summary> 
/// </summary> 

Update logic

When the version of the library is updated. There should be a logic which fixes the correct references for the JavaScript configurations

Check the browser compatability

IE 10, 11 Firefox 58.0.2 Chrome 64.0.3282.167 Edge 41.16299.15.0
โœ”๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ

Sitefinity 11

Sitefinity 11 was released. Need to check whether this is working with the latest version

It should work when the image content is missing

In some cases the actual image content could be missing (404 not found). The Image meta data is stored in database, but the actual content could be configured to use different storage provider. Need to check the following cases:

  • When the images are stored in Azure (Delete the image from Azure storage explorer)
  • When the images are stored in File system, but the image content is not there
  • When moving an image (video document ) to a library with different provider

Finish the research about configuration

I need to finish the research how to add programmatically a menu item (command widget) inside images backend list. That menu item will trigger the download functionality.

Testing package installation

Testing package installation

Before publishing a package, you typically want to test the process of installing a package into a project. The tests make sure that the necessarily files all end up in their correct places in the project.

You can test installations manually in Visual Studio or on the command line using the normal package installation steps.

For automated testing, the basic process is as follows:

  1. Copy the .nupkg file to a local folder.
  2. Add the folder to your package sources using the
    nuget sources -name <name> -source <path> command (see nuget sources). Note that you need only set this local source once on any given computer.
  3. Install the package from that source using nuget install <packageID> -source <name> where <name> matches the name of your source as given to nuget sources. Specifying the source ensures that the package is installed from that source alone.
  4. Examine the file system to check that files are installed correctly.

Filter all images/videos/documents wrong name of the downloaded zip

Steps to reproduce
For example images:

  • Go to Back-end -> Content -> Images
  • On the right side click "Filter image"
  • Select images that aren't in the Default Library
  • More Actions > Download selected images

Actual:

  • the name of the downloaded zip is Default library

Expected:

Content Zip file name
Images Images
Documents & files Documents & files
Videos Videos

Project Wiki

  • How to install โœ”๏ธ
    • nuget.sitefinity.com
    • (Why binding redirect should be used.)
  • What it actually do โœ”๏ธ
  • Updating version โœ”๏ธ
  • After uninstall โœ”๏ธ
  • Different version โœ”๏ธ
  • How to run locally โœ”๏ธ
  • Releases โœ”๏ธ
    • How download and integrate the release in case the nuget package fails to install

Add back-end validation

Almost all services in the sitefinity back-end are protected for back-end users or admins. The same validation needs to be added in the LibraryItemsDownloadService.cs

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.