GithubHelp home page GithubHelp logo

joomlatools / joomlatools-framework-migrator Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 113 KB

A reusable migrator for Joomlatools Framework.

Home Page: https://www.joomlatools.com/developer/framework/

License: GNU General Public License v3.0

PHP 80.66% JavaScript 15.90% CSS 3.44%
framework

joomlatools-framework-migrator's People

Contributors

amazeika avatar ercanozkaya avatar johanjanssens avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

joomlatools-framework-migrator's Issues

Problem with export files containing backslashes

Backslashes are also CSV escape characters. When parsing CSV we are not taking this into account as we perfectly may have backslashes which may end up escaping double quotes, e.g. on JSON strings.

Solution is to tell the SplFileObject to not deal with backslashes as escape characters.

SplFileObject:setCsvControl(',', '"', '"');

Loading alternative import classes

We need support for importing alternative import classes. For example we need to be able to import data from a 3rd party document management extensions to DOCMan so the migrator shold be able to construct the identifier correctly and create the object.

Safer JSON parsing

Recover from JSON parsing errors since we might be seeing "Internal server errors" coming in from Apache

DOCman import failure starting 3.3.2

My tests show that the DOCman import stopped working in DOCman 3.3.2. If a user tries to import data, they are met with an Invalid resource".

Steps to reproduce the behavior

  1. Create two new sites and install DOCman 3.3.3 on both sites.
  2. Create a category and document in the first site and export the data.
  3. Try to import the data into the second site. You should immediately see the error.

Support tickets

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.