Giter Site home page Giter Site logo

klpatil / packagehistory Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 1.06 MB

This tool allows user to view installed Sitecore packages history.

Home Page: http://marketplace.sitecore.net/en/Modules/PackageHistory.aspx

ASP 2.22% C# 22.08% CSS 0.72% JavaScript 74.98%

packagehistory's Introduction

Hi there 👋

ko-fi

packagehistory's People

Contributors

klpatil avatar

Watchers

 avatar  avatar

Forkers

dklevakin

packagehistory's Issues

Sorry, we are unable to extract package’s project information. It might happen when package is corrupted or unavailable. Please try again later.

I am getting the error that was originally addressed by this version: “Sorry, we are unable to extract package’s project information. It might happen when package is corrupted or unavailable. Please try again later.” This error occurs after providing the correct package zip file name and clicking the View Details button.

I noticed the following JS error: "Uncaught TypeError: undefined is not a function" for PackageHistory.js on line 2: $('#rootwizard').bootstrapWizard({

The error appears on page load. Perhaps jquery.bootstrap.wizard.min.js needs to be loaded in PackageHistory.aspx ?

Thanks,
Andrew

Uninstall package bugs

People reported following issues from different channels:

  1. "Hi Kiran, I am working at Sitecore and was very happy to see this package history. It is very useful stuff. I tried to use it but unfortunately it didnt work as expected.I tried to uninstall package but was shown up with the following error message 'Sorry, we are unable to extract package's project information. It might happen when package is corrupted or unavailable. Please try again later.' It could be great if you can help me understand the problem. The package i am trying to uninstall is a healthy package. Thank you in advance. Best Regards, Tabassum Rajguru QA Engineer,Product Department Sitecore" - I used the Design Importer2.0 package from SDN. I hope you can download this package from SDN and try at your end on Sitecore7.2.
  2. https://twitter.com/gorhal/status/525594258343215104
  3. http://sitecorebasics.wordpress.com/2014/02/10/package-history-v2-user-guide/ Read Pushpendra Singh's comment

This has been fixed in V2.1 release.

Thanks for your patience and understanding!

If you still see issues, please do let me know.

Kiran

Retrieval of package items from package incomplete

I think there is a bug in the code for the UninstallPackage.aspx.cs file on line 210.

The foreach loop only iterates through the first set of items in the xitems array, but most packages have multiple entries in the xitems array, so the uninstall is missing items.

Issue:

foreach (EntriesXitem aItem in projectInformation.Sources[0].xitems[0].Entries)

Change to:

    foreach (projectSourcesXitems sources in projectInformation.Sources[0].xitems)
    {
        foreach (EntriesXitem aItem in sources.Entries)
        {

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.