Skip to content
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

Valid XML and Recursive analysis #22

Merged
merged 19 commits into from
Apr 24, 2013

Commits on Sep 21, 2012

  1. [bugfix] fixed * expansion for file paths so that the shell does the …

    …expansion rather than python. Calling 'jpylyzer /some/folder/*' now works
    adamretter committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    058c02a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ffbfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bcb31d View commit details
    Browse the repository at this point in the history
  4. [bugfix] When analyzing more than one JP2 file, we have to create a v…

    …alid XML document still. Root element is still 'jpylyzer' but each file analysed is now in an ''analysis' element.
    adamretter committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    c5c6d8d View commit details
    Browse the repository at this point in the history
  5. [feature] Added --recursive option to enable jpylyzer to analyse all …

    …files in a folder and sub-folders
    adamretter committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    5feb2e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d79919 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60406cb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2012

  1. Configuration menu
    Copy the full SHA
    9aab6d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2012

  1. [bugfix] Fix * for file expansion, remove the check for .jp2 type to …

    …allow all file type(s) and improvised the recursive search to work with wildcard *
    adamretter committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    15afe12 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2012

  1. Configuration menu
    Copy the full SHA
    a6c2b3d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2012

  1. Configuration menu
    Copy the full SHA
    27aa6b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64f78a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. [bugfix] Fixed to output valid XML in case of multiple files, added -…

    …wrapper (-w) commandline argument
    userjd committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    7b25b0e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2012

  1. Configuration menu
    Copy the full SHA
    f89ddf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

  1. Configuration menu
    Copy the full SHA
    4747a41 View commit details
    Browse the repository at this point in the history
  2. Revert "Fixed Recursive scanning errors and modified Wildcard handlin…

    …g with -r option."
    
    This reverts commit 4747a41.
    userjd committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    341d08a View commit details
    Browse the repository at this point in the history
  3. [bugfix] clean commit of: Fixed Recursive scanning errors and modifie…

    …d Wildcard handling with -r option.
    userjd committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    6dc7241 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2013

  1. [feature] Added Python3.x Compatibility to Jpylyzer for processing XM…

    …L output in UTF-8 format and [bugfix] Recursive option
    userjd committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    a5db6a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157a0ea View commit details
    Browse the repository at this point in the history