[libcatmandu-perl] annotated tag upstream/0.9 created (now c204734)

Jonas Smedegaard dr at jones.dk
Sat May 17 10:29:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.9
in repository libcatmandu-perl.

        at  c204734   (tag)
   tagging  aa3c16b2e32eed65360afe931afd5968d1f65b40 (commit)
  replaces  upstream/0.7002
 tagged by  Jonas Smedegaard
        on  Sat May 17 11:14:43 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 0.9
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAABCgBmBQJTdyiDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWABAH/1h9doa+tQvVflbNf3EDgRh4
JyAuhm7apRdjfsJZamvzZ9WwQymZ2KbF4wKcYLIQ2asbZKrxwEXVEKiiJG26WBXz
I5d6Pgn0qHP/Z3H1Mk4wS/QmtNpJGRL9y7/F/wlz30eM+NFLf7GV/N3HI+w7/xnm
6SI8UgW7dFzO3EtBUj9i+97q1OXQkZjkgI6XgApM2JIpiEqlBzxW2oUhV99bbhqf
JhzsEZVbp499/75oMTp0Te4V4lf1S0nCmyj9fHRvOsPEZYhM7EyzIGbrQaQJ7j0r
FWRPfm2fQ0YYF0VgvwLIFmeAwBtirlvMaQWal022+eWzRlKkXJvaBy/g/1h4n1M=
=zjNb
-----END PGP SIGNATURE-----

Christian Pietsch (3):
      test for commit 6716437391a069fc5015e76a70eace25071ab296
      emulate Perl 5.18's trimming behaviour in all versions
      trim should also remove vertical tabs; we get these from our users

Dave Sherohman (13):
      Dancer-based implementation of examples/search
      Added README.txt with installation/usage notes
      Added README.txt with installation/usage notes
      Merge branch 'master' of github.com:nics/Catmandu
      Forgot to list Dancer in the HepCat dependencies...
      Removed symlinks to Catmandu libs because git handles them poorly
      Made config data available to output templates
      Allow login with any username
      Display username on search/view pages
      Added logout function to search/view pages
      Search example: Don't URI-encode complete URLs; it breaks them
      Corrected missing word in pod
      Minor documentation cleanup

EC2 Default User (22):
      Adding support to cut Aleph input into chunks
      Adding support for parallel indexing using GNU parallel
      Merge branch 'master' of github.com:nics/Catmandu
      Fixing Aleph indexation
      Merge branch 'master' of github.com:nics/Catmandu
      Adding ser01 specialized fixers
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' of github.com:nics/Catmandu
      Adding more ALEPH indexation support
      Adding support for missing UGent databases
      Merge branch 'master' of github.com:nics/Catmandu
      Fancy Aleph indexing
      Fixing conversion rules
      Adding some aleph fixes
      Adding demo projects
      Merge branch 'master' of github.com:nics/Catmandu
      Adding support to export MARC records from the SOLR indexes
      Merge branch 'master' of github.com:nics/Catmandu
      Adding new web example
      Fixing mapper for the Solr indexer
      Fixing SOLR indexing using maps

Jakob Voss (10):
      package names as hyperlinks in POD
      continuous integration with travis and coveralls
      include links to github in META.yml
      added some hyperlinks
      Merge branch 'master' of github.com:LibreCat/Catmandu
      new option -I to modify @INC
      fixed broken test (typo)
      moved Catmandu::Development to https://github.com/LibreCat/Catmandu/wiki/Contribution
      moved Catmandu::Introduction to https://github.com/LibreCat/Catmandu/wiki
      update links to documentation

Jonas Smedegaard (1):
      Imported Upstream version 0.9

Nicolas (129):
      miauw
      revert MakeFile.pl
      rm MakeFile.PL
      add README
      add LICENSE
      import/export json; make Catmandu.pm a class
      Index::Simple and Store::Simple
      html builder; fix paths
      flesh out Builder
      flesh out Builder
      make Catmandu.pm a Moose class
      improve Builder
      schema aware Builder
      default conf in data section
      use ShareDir
      stash for shared data
      import command
      import cmd verbose option
      MakeFile; KinoSearch 0.31
      Index::Simple tests
      Index::Simple tests
      Index::Simple tests
      inc
      Store::Simple backed by DBD::SQLite
      Store::Simple each and transaction methods
      Store, Store::Simple pod
      no Any::Moose
      make Catmandu a MooseX::Singleton; Cmd::Start commandline help
      commandline help
      fix Catmandu->find_psgi
      fix Any::Moose leftovers
      Merge branch 'master' of github.com:nics/Catmandu
      fix Any::Moose leftovers
      mv App::Role.pm to App::Role::Object.pm
      export command
      Enumerable, a role to add collection methods to any class/object implementing each
      Importer defaults to stdin
      export single record
      added Store load_strict method
      Index, Index::simple pod
      App::Request pod
      Catmandu::App set, enable, enable_if sugar functions
      Catmandu::App mount sugar function
      Catmandu::App pod
      Catmandu::App pod
      routes command
      Catmandu::Daemon
      pass app to templates
      rename Enumerable to Each
      improve Index::Simple; Index::Simple deletion tests
      optimize Index::Simple
      Exporter::JSON tests
      Importer::JSON tests
      fix catmandu var in template
      Store::Simple tests
      Store::Simple, Index::Simple tests
      JSON::Path dependency
      update dependencies
      use shotgun instead of reload in Cmd::Start
      Err, Err::HTTP classes; ruby Warden like Authentication
      Merge branch 'master' of github.com:nics/Catmandu
      Authentication::Strategies::Simple
      dry commands
      be lazier
      find -> search
      Merge branch 'master' of github.com:nics/Catmandu
      dynamic methods & named routes
      TODO.txt
      use App::Cmd
      env vars no longer needed
      more Declare; Project; Dist
      merge TODO.txt
      deps
      Merge branch 'master' of github.com:nics/Catmandu
      logger
      logger
      make Index::Solr tests optional
      exportable share_dir
      better JSON pretty print
      replace IO::ALL with IO; incremental JSON import
      Merge branch 'master' of github.com:nics/Catmandu
      Fix with augment
      better router
      MooseX::Declare is too slow
      Fixer;Iterator
      Fixes
      id_field in Store and Index::Simple
      use Hash::Merge::Simple for conf
      Store::Simple: reuse prepared statements
      Store::CouchDB
      Store::Hash
      ascii art!
      Store::MongoDB
      use Dist::Zilla as build tool
      streaming YAML import/export
      changed my mind
      pod
      README.pod
      import with fixes
      Router path_for
      conf command
      uri and path methods
      localization
      locale cmd
      locale in templates
      build stuff
      encode utf8 response body
      initializers
      style
      hm
      hm
      no namespace::(auto)clean
      merge master
      hm
      Index::Solr reify from id_field
      Merge branch 'master' into state
      hm
      locale cmd xgettext
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' into state
      hm
      remove dep on Sub::Exporter
      hm
      app instances
      update search example
      update search example
      fixes
      fix JSON exporter
      fix Dancer::Plugin::Tracker typo

Nicolas Franck (11):
      rename reject
      catmandu commands: doc, fixes and stores
      commands for fixes, stores and doc
      catmandu importer fixes
      importer Stores and Fixes
      importer Module::Info
      finish
      Merge branch 'dev' of https://github.com/LibreCat/Catmandu into dev
      list commands
      added tests for list modules
      changed doc for list commands

Nicolas Steenlant (518):
      first commit
      add README
      change core directory structure
      readme in markdown
      style naziism
      style naziism
      package generator
      generated pkg includes examples
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' of github.com:nics/Catmandu
      merge
      Merge branch 'master' of github.com:nics/Catmandu
      ignore make files
      fix Makefile.PL
      JSON export
      optional Catmandu.yml
      cleanup import/export
      cleanup store
      Merge branch 'master' of git at github.com:nics/Catmandu
      style naziism
      Merge branch 'master' of git at github.com:nics/Catmandu
      Proxy
      Proxy
      Makefile.PL
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' of github.com:nics/Catmandu
      Spreadsheet importer
      streaming CSV importer
      Catmandu::App perldoc
      fix tests
      improve router
      Catmandu::App::Traits now Plugin; Plugin::Locale pod
      cleanup
      weak ref
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' of github.com:nics/Catmandu
      fix Daemon
      multiple fixes, string fixes
      multiple fixes, string fixes
      multiple fixes, string fixes
      no moose
      fix Catmandu::auto
      readme
      Util::get_subroutine_info;App subroutine attribute routes
      expand Blogmandu example
      auth
      fix solr example
      importer Luur default attribute
      Initial commit
      gitignore
      Store plugins
      typo
      VERSION
      .gitkeep
      index_solr build option
      Merge branch 'dancer' of github.com:nics/Catmandu into dancer
      Index::Solr initial commit
      Index::Solr initial commit
      parens
      Template utf8 filter
      Importer::OAI
      minimal search example app
      search example readme & css
      search example readme
      typo
      working Store::DBI
      Iterator from cursor
      Iterable group_by
      typo
      Exporter::BibTeX
      Exporter::CSV
      Importer::CSV fields param
      Importer::OAI record param
      Importer::OAI record param
      Importer::XLS
      Exporter::RIS
      cmd data --drop; Indexer::ElasticSearch
      commit
      Merge branch 'master' into nomoose
      Merge branch 'master' into dancer
      ElasticSearch IndexTemplate
      ElasticSearch index template
      utf8 encode ris exports
      store collections
      rename type driver_name
      Plack, Dancer session backed by Catmandu
      search returns a Hits object; OAI plugin
      Merge branch 'dancer' of github.com:nics/Catmandu into dancer
      CQL to ElasticSearch; beginnings of dancer SRU plugin
      CQL to Solr
      CQL::Solr quoting
      load store/index config from setting not config
      load store/index config from setting not config
      SRU searchRetrieve;Index::cql_search
      Dancer localization plugin
      deps; prompt for features
      Catmandu::Searcher
      Catmandu::Searcher
      Template exporter: xml option, detect Dancer
      rename size=>limit, skip=>start, total_hits=>total
      pod
      pod
      fix
      pod
      pod
      bugfix
      fix import
      license file
      elasticsearch init.d script
      typo
      simple converter example
      Dancer::Plugin::Piwik
      content_for plugin
      Merge branch 'master' of github.com:LibreCat/Catmandu
      TODO.txt
      override Hits to_array
      CQL::ElasticSearch default AND
      fix CLI with lastest Dancer
      boum
      store cfg
      boum
      Bag get_or_add
      fix load Dancer in CLI
      CSV encoding
      reflog
      Merge branch 'boum' of github.com:LibreCat/Catmandu into boum
      CSV encoding
      require perl 5.12;Util is_same check_same;Bag generate_id
      Session default store
      Util array
      fix YAML exporter encoding
      Bag plugins
      rm
      stuff
      CQL::ElasticSearch masking;Template::Plugin::Content using Dancer var
      fix Hits generator
      fix utf8 woes on 5.10
      Dancer 1.3090 returns on template
      remove Template::Plugin::Content
      oai id namespaces
      ElasticSearch scroll uses search_type scan
      importer/exporter templates;fix newlines in CSV export
      data cmd defaults
      fix data cmd count
      Fixable
      template export before/after
      Util::array_any
      better CQL to ElasticSearch
      Fix array_ref;Searchable limit,start numeric
      Util fixes
      Merge branch 'boum'
      Store::Lucy
      Iterable group;Searchable SRU sortkeys support
      Searchable SRU sortkeys support
      CLI show default appdir;greplike select & reject
      fix oai date granularity
      don't use dancer template func
      don't use dancer template func
      Merge branch 'master' of github.com:LibreCat/Catmandu
      style nazi
      fix Iterable group, check defined
      Iterable invoke
      fix Exporter Template
      Merge branch 'master' of github.com:LibreCat/Catmandu
      fix Exporter Template
      Importer Atom to_array
      Merge branch 'master' of github.com:LibreCat/Catmandu
      fix yaml testdata
      simpler Iterable
      test.yaml
      Util data_at create option, / path separator
      fix path separator
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Util data_at create option
      Solr conform to interface
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Sotre DBI with
      fix Store DBI
      fix Store DBI
      fix Store DBI
      Merge branch 'master' of github.com:LibreCat/Catmandu
      try to fix dying Mongo driver
      improve Store DBI; Serializer
      improve Store DBI; Serializer
      Merge branch 'master' of github.com:LibreCat/Catmandu
      ElasticSearch refresh
      ElasticSearch buffered delete;Catmandu export export_to_string convenience functions
      ElasticSearch fields option
      Merge branch 'master' of github.com:LibreCat/Catmandu
      fix dbi delete_all
      fix add_field
      Merge branch 'master' of github.com:LibreCat/Catmandu
      fix add_field, copy_field clone value
      fix path array directives
      versions plugin
      Hits pager;Fix path guard directive
      woops
      fix elastic search hits
      Store DBI longblob
      Solr clear buffer
      Merge branch 'master' of github.com:LibreCat/Catmandu
      pedantry
      Solr query quoting
      fix limit from page in Searchable
      fix copy_field with magic key
      Merge branch 'master' of github.com:LibreCat/Catmandu
      improve fixes with magic key
      Merge branch 'master' of github.com:LibreCat/Catmandu
      regex guards
      regex guards
      regex guards
      fix OAI resumptionToken
      Merge branch 'master' of github.com:LibreCat/Catmandu
      fix OAI resumptionToken
      fix oai datestamps;Template::Plugin::XML::Strict strips xml control chars
      Dancer::Plugin::Tracker;more efficient Dancer::Session::Catmandu
      better handling of fixes with magic last key
      fix Store::Solr commit
      Store::Solr case matters
      fix Store::ElasticSearch delete
      CQL::ElasticSerarch default_index, default_relation
      Store::DBI fast count
      bring Store::SBCatDB in sync
      Util data_at: magic key+guard
      Util data_at: magic key+guard
      typo
      Exporter::CSL
      test stubs
      Merge branch 'master' of github.com:LibreCat/Catmandu
      fuse is exp
      some Iterable tests
      more Iterable tests
      Importer::CSV tests
      more tests
      more tests
      more tests
      fuse
      more tests
      allow any scalar value as id;more tests
      more tests
      more tests
      more tests
      more tests
      require ElasticSearch 0.50
      lazy load Fuse;fix ElasticSearch bulk
      Store::DBI myqsl_auto_reconnect;CQL::ElasticSearch filter, threat _id search special
      Merge branch 'master' of github.com:LibreCat/Catmandu
      more tests
      more tests
      Catmandu::Util::array_rest;fix SRU numberOfRecords
      fix Iterator test
      fix SRU startRecord
      Store::ElasticSearch: fix sortkeys with cql mapping
      fix CQL::ElasticSearch any/all
      CQL::ElasticSearch case insensitive index names
      CQL::ElasticSearch case insensitive index names
      oops
      CQL::ElasticSearch handle not correctly
      sru catch cql errors
      improve Dancer SRU plugin: explain, take indexInfo, numberOfRecords, maximumRecords from bag
      fix SRU utf8 queries
      fix SRU utf8 params
      Store::Solr facets
      CQL case insensitive sortKeys
      add Introduction
      add Introduction
      todo before cpan release
      smarter catmandu script
      fix Importer::CSV options
      decouple Dancer config; config cmd
      Exporter::CSV mimics Importer::CSV
      split off Cmd::repl
      split off Cmd::fuse
      cleanup
      split off Store::MongoDB
      split off Catmandu::MARC, Catmandu::OAI
      split off Catmandu::MARC, Catmandu::OAI
      cleanup
      Catmandu.pm pod
      split off Dancer::Plugin::Tracker
      not needed anymore
      not needed anymore
      split off Dancer::Plugin::
      split off Template::Plugin::LanguageName
      not needed anymore
      not needed anymore
      not needed anymore
      split off Exporter::CSL; update TODO
      cleanup
      version
      build cleanup
      split off examples
      todo
      cleanup
      pass data to generate_id
      fix YAML loading
      bump version
      append Changes
      bump Moo version
      improve Versioning
      fix split on \r
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      better description
      parent.pm is only bundled with perl >= 5.10.1
      bump version
      pod
      bump version
      pod
      bump version
      Catmandu::Util::array_uniq
      CQL::ElasticSearch: remove unneeded support for multiple term values
      fix Store::DBI transaction
      bump version
      lexical filehandles
      Plugin::Versioning
      Catmandu->root_paths
      load split config files
      Catmandu->roots;Plugin::Versioning
      CQL::ElasticSearch nested support
      pod
      remove fix guard feature
      bump version
      config cmd can take a config key
      fix SRU recordPosition
      Iterable detect/select/reject(key => 'val')
      ~Iterable interleave; Iterable detect/select/reject(key => ['val', ...])
      faster Datestamps
      iterative version of CQL::ElasticSearch
      Store::ElasticSearch searcher sorting
      Store::ElasticSearch searcher sorting
      CQL::ElasticSearch: breadth-first search
      bump version
      fix typo in Catmandu->load
      bump version
      bump version
      missing limit in Searcher
      missing limit in Searcher
      fix csv docs
      fix CSV Exporter docs;custom header labels for CSV and XLS exporters
      bump version
      lazy max_pages_in_spread
      fix pod yaml indent
      Util human functions
      Util xml functions and docs
      Util more docs
      Util more docs
      bump version
      Util more docs
      SBCatDB has it's own repo now
      bump version
      more Util io functions; Store::Hash no longer Searchable
      bump version
      fixes: don't introduce a new key if the key is not found
      Exporter::Template error reporting
      split off Catmandu::Store::ElasticSearch and Catmandu::Store::Solr
      split off Plack::Session:Store::Catmandu
      split off Dancer::Plugin::Catmandu::OAI
      contributors pod section
      document Store::DBI username, password
      allow subref as io;add Time::HiRes dep
      Importer is now Fixable
      exportable fixer method
      bump version
      conditionals in fixes
      more fixes
      default importer/exporter in data command
      bump version
      changes
      compile some fixes
      compile fixes
      emit_create_path bug;more fix tests
      more fix tests
      more fix tests
      Merge branch 'fixcompiler' into dev
      bump version
      better example for prepend, append fixes
      Merge branch 'master' into dev
      bump version
      fix makefile
      don't die if substring fix is out of bounds
      bump version
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      error classes and logging
      bump version
      Merge branch 'master' into dev
      don't throw empty messages;bump required version of Throwable
      bump version
      fix Exporter::Template dynamic scope
      bump version
      more and simpler commands
      bump version
      no tabs
      ArrayIterator; fix Util is_instance; avoid IO::String
      bump version
      fix whitespace
      revert to IO::String
      remove given/when statements (expiremental since 5.16?)
      fix endless loop if iterators returned by Iterable::group() are not consumed
      bump version
      lookup fix;bump version
      to_json fix;from_json fix
      lookup fix options;bump version
      prepare DBI, Atom, BibTeX, XLS split off
      reformat
      update Changes
      trim fix nonword
      bump version
      count fix, nothing fix
      bump version
      lookup_in_store fix
      lookup, lookup_in_store fixes handle -delete option with wildcard correctly
      add_to_store fix
      Merge branch 'master' of git://github.com/gbv/Catmandu into gbv-master
      Merge branch 'master' of git://github.com/vpeil/Catmandu into vpeil-master
      Merge branch 'new-trim' of git://github.com/pietsch/Catmandu into pietsch-new-trim
      fix trmi fix test; add add_to_store fix test; add sum fix
      fix trim fix test; add add_to_store fix test; add sum fix
      Merge branch 'dev' of github.ugent.be:Universiteitsbibliotheek/Catmandu into dev
      repeatable fix arguments in cmds
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      bump version
      JSON Exporter array option
      fix bug in data command with option values evaling to false
      sort keys extracted from a hash in Exporter::CSV and Importer::CSV
      fix unless fixes; add otherwise fix;emit_block
      fix edge case empty if_all_ block;type test any_match and all_match
      wrap fixes in eval;return data failed
      Merge branch 'dev-otherwise' into dev
      fix ref error in fixer
      TY RIS tag needs to come first for some exporters;bump version
      mention Fix::Condition changes
      fix version command
      bump version
      mention Task::Catmandu
      remove diff markers
      prototype parser
      Merge branch 'pr/doc' of git://github.com/vpeil/Catmandu into dev
      fix pod;bump version
      fix the copy_field("foo", "bar.$append") case
      fix bug in Store::bags
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      Exporter::CSV always_quote option
      bump version
      include links to github in META.yml
      Merge branch 'patch-1' of git://github.com/nichtich/Catmandu into nichtich-patch-1
      exportable fix functions
      test for Fix::Base
      expand_date() fix
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      Importer default encoding
      Merge pull request #47 from vpeil/pr/tests
      Merge pull request #32 from vpeil/pr/pager
      DateTime isn't needed anymore
      lib path option
      bump version
      rewrite Catmandu::Serializer
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      split off Exporter::Template
      bump version
      Merge branch 'master' into dev
      fix undefined lib_path
      changelog
      use List::Util::sum instead of List::Util::sum0;update deps
      Merge pull request #52 from vpeil/pr/bug-pager
      array and hash fixes
      bump version
      fix dependencies
      bump version
      incremental json parsing
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      multiline JSON import pod;bump version
      Merge pull request #60 from vpeil/pr-pager-again
      bump version
      typo
      Merge branch 'dev' into dev_parser
      Merge branch 'dev' into dev_parser
      pluggable fix parser
      fix loader replaced by parser
      fix parser key-value syntax
      filter data in fixes
      Merge branch 'dev' into dev_parser
      fix tests;dry fix parser
      fix parser backwards compatible
      make leading dash for fix named args optional
      fix attr helper
      wokring marpa parser
      marpa dep
      working marpa parser
      ignore .perl-version file
      fix parser tests; clean up Condition fixes
      reject, select expression tests
      fix all_match, any_match
      bump required version of App::Cmd
      support mixed case fix names
      switch Dist::Milla
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      bump version
      switch to Config::Onion
      update changelog
      cleanup load paths
      Merge pull request #74 from nichtich/documentation
      changelog
      cleanup
      :up pseudo load path
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      Merge branch 'config' into dev
      document :up
      Merge branch 'dev' into dev_validation
      reformatting
      changelog
      fix file comments
      ignore LICENSE
      change fix examples to new syntax
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      Revert "change fix examples to new syntax"
      Revert to 6c5302baf207fe827b9595efce1de17c18402788
      0.9

Nicolas Steenlnat (1):
      better Catmandu::App; fix some examples

Patrick (35):
      Adding Makefile.PL for module dependecies
      Adding Catmandu core directory structure
      Added INSTALL documentation
      Adding test directory to distribution
      Adding test framework code
      Fixing test framework
      Merge branch 'master' of git at github.com:nics/Catmandu
      -:
      Merge branch 'master' of git at github.com:nics/Catmandu
      Adding some more test examples
      Adding Changes file
      Fixing very important stuff
      Style nazi
      Adding Store "interface"
      Adding test code
      Adding Mock Store implementation
      Changed 'purge' method to 'delete' ...the 'purge' name may be reserved for future repository functions.
      Fixing documentation
      Cleaning Mock example to more idiomatic Perl
      Adding Factory tool for generating Stores
      Adding Catmandu import tools
      Changing statefull next() calls into nice shiny stateless each calls for Importers
      Adding an importer for JSON
      Moving JSON processing to the each call for faster instantiation
      Fixing documentation
      Adding an Validator interface to the code base
      Merge branch 'master' of git at github.com:nics/Catmandu
      Fixing JSON to encode/decode calls
      Merge branch 'master' of git at github.com:nics/Catmandu
      Adding skeleton of Catmandu indexation tools
      Adding a Perl flattener for use in indexation scripts
      Merge branch 'master' of git at github.com:nics/Catmandu
      Adding mapping option to the default Converter
      Adding catmandu-index script for indexing bibliographic collections
      Adding a proxy for searching collections as Catmandu::Search

Patrick Hochstenbach (144):
      Fixed can't find PSGI bug
      Merge branch 'master' of github.com:nics/Catmandu
      Adding pretty option for pretty print exporting
      Adding cmd-line indexer
      Adding command line search support
      Merge branch 'master' of github.com:nics/Catmandu
      Adding command line switches to fix number of returned records ands add a reify option
      Adding Catmandu project examples: 1) a trivial blog 2) a search engine 3) a tiny todo list catalog
      Adding Hello World example project
      Layout fixes
      Merge branch 'master' of github.com:nics/Catmandu
      Adding SOLR Indexing support
      Adding SOLR documentation and indexing support
      Adding SOLR example project
      Creating a working SOLR example project
      Adding catmandu configuration file to SOLR project
      Adding example data and index file to SOLR project
      Adding new todo's
      Adding better support for configurable Index/Store modules in the example projects
      Fixing Catmandu SOLR test reflecting the corrected instance parameters
      Adding support for record fix routines (used when importing/exporting/indexing data). Fix routines
      Merge branch 'master' of github.com:nics/Catmandu
      Fix
      Merge branch 'master' of github.com:nics/Catmandu
      Adding basket
      Merge branch 'master' of github.com:nics/Catmandu
      Adding Aleph indexation code
      Merge branch 'master' of github.com:nics/Catmandu
      Store merger
      Adding documentation and test code or the ALEPH importer
      Bla
      Merge branch 'master' of github.com:nics/Catmandu
      Adding Template Toolkit powered exporters
      Bla
      Merge branch 'master' of github.com:nics/Catmandu
      Merge branch 'master' of github.com:nics/Catmandu
      Adding some more goodies to fix records do benchmarks etc
      adding aleph indexation example
      Adding solr based options
      Supporting system wide installation of startup scripts
      Adding stuff
      Merge branch 'master' of github.com:nics/Catmandu
      Fixing search engine example
      Merge branch 'master' of github.com:nics/Catmandu
      --
      Merge branch 'master' of github.com:nics/Catmandu
      Adding Importer documentation
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding a Mock importer for testing purposes
      Adding Iterable documentation to the Importer classes
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding documentation for the invoke method of Iterable
      Adding example scripts explaining Catmandu methods
      Adding Exporter example code
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Fixing Fix::substring (built-in substr prototype requires scalar arguments)...
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Fixing substring.pm solution array bug
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Fixing join_field ARRAY bug; Adding auto-create of keys to add_field
      Fixing rename field adding support to rename deep hashes/arrays.
      Adding documentation to the Fix routines
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding documentation for Catmandu::Exporter-s
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding MARC importers (USMARC,MicroLIF,XML and ALEPHSEQ)
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Making more sense of switch statements in MARC.pm
      Adding a catmandu command line tool
      Adding Store examples and added search functionality to the
      Adding delete_by_query functionality to Catmandu::Store::Hash
      Adding Catmandu::Store examples
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding Perl documentation to Bag, Hits, Searchable, Store, DBI,
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding documentation on advanced features of Stores and Iterators
      Merge branch 'master' of github.com:LibreCat/Catmandu
      -
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Fixed documentation
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding some MARC processing tools
      Adding a marc_path parser to the code
      Fixing subfield match
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Fixing empty subfield bug
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding marcxml transformations
      Merge branch 'master' of github.com:LibreCat/Catmandu
      Adding documentation
      Fixing XML error
      Fixing documentation style
      Adding Hash documentation
      Adding documentation
      Fixing error in documentation
      Adding documentation
      Adding support for exporting Atom feeds
      Making Atom Importers and Exports with almost equal data models (except
      Adding logo field, checking for all atom attributes
      Adding support for locally defined Atom fields
      Fixing ISO dates
      Adding JSON method documentation
      Adding support for always_quote options for CSV exports
      Adding documentation to Catmandu::Plugin::Datestamps
      Adding documentation to the Catmandu::Plugin::Versioning modules
      Makeing encoding as an parameter as stated in the documentation of
      Adding support to sort and remove duplicates in simple lists
      Adding support for sorting and remove duplicates. Issue #30
      Adding documentation for the new Inline fix support
      Fixing POD documentation
      Adding Catmandu.t testing
      Adding the 'hash' Fix to turn arrays into hashes and hashes into arrays
      Adding some documentation for Catmandu::Importer file and fh options
      Adding tests for Plugins Datestamps
      Adding tests for Catmandu-Plugin-Versioning
      Adding test for Catmandu::Pluggable
      Adding a test for Catmandu::Fix
      Adding tests for lookup_in_store fixes
      Adding tests for Catmandu-Error
      Adding test for Catmandu::Env
      Adding a tester for Catmandu::Fix::Loader
      Adding a skeleton for Catmandu::Fix::Condition tests (need further input
      Adding documentation for Catmandu::Cmd
      Adding tests for Catmandu::Cmd
      Adding reasonable tests for Catmandu::Cmd::config
      Adding a tester for Catmandu::Cmd::convert
      Adding testers for Catmandu::Cmd::count. Catmandu::Store::Hash now supports multilple hashes.
      Adding tests for Catmandu::Cmd::delete
      Adding test for Catmandu::Cmd::export
      Adding test for Catmandu::Cmd::import
      Adding test for Catmandu::Cmd::move
      Adding some documentation hits in Catmandu installation.
      Adding a debug statement for Fixes
      Adding tests for the old syntax
      Adding loggers to Fix and Fix Parser and updating documentation on use
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      Adding more documentation on the use of the max,min and pluck methods of
      Adding tests for max/min with callbacks
      Addinig Monadic bind support
      Adding an example trivial Bind base package. Finished the code to obey
      Moving Monads to an experimental branch
      Deleting bogus bind experiments
      Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      Adding documentation on logs

Snorri Briem (28):
      Removed somicolon before comma
      First commit for SBCatDB Store.
      Merge branch 'master' of ssh://github.com/LibreCat/Catmandu
      Fixed creation of the object, default arguments
      db attribute made lazy, simplified defaults for attibutes.
      defaults back to sub, since we are using Moo
      Added Validator class, bases for using validation in Catmandu
      Add a minimal Catmandu::Validator class to for Catmandu validation
      Fixed typo
      error_messages() removed. The error info can now be any data structure you choose.
      Added a Catmandu::Validator that uses Data::Domain for validation.
      Now using Catmandu Exception. validat_hash returns now whatever the validation_handler returns.
      changed after_handler to after_callback, error_info_field to error_field, added error_callback, is_valid (returns 0 or 1)
      Merge branch 'dev' of ssh://github.com/LibreCat/Catmandu into dev_validation
      errors changed to last_errors,
      Fixed formatting
      Added test scripts
      Fixed some problems that caused tests to fail
      Merge branch 'dev' of ssh://github.com/LibreCat/Catmandu into dev_validation
      Removed lib/Catmandu/Validator/Domain.pm - should be in a separate distribution
      Corrected method names in documentation
      Corrections of POD documentation
      Added messages for tests.
      Corrections to documentation
      Merge branch 'dev' of ssh://github.com/LibreCat/Catmandu into dev_validation
      Simplified the API, options now only in constructor, corrected documentation and tests.
      Changed method names/parameters count_valid, count_invalid, validation_handler
      Fixed names in remaining places validation_handler, count_valid

Vitali Peil (5):
      typo
      travis build icon
      Update and rename README to README.md
      Update README.md
      upate url for travis

phochste (5):
      Adding docuemntation :-)
      Adding fix to have _id file always a string field
      Adding support to import CSV files
      Adding support for importing MS Excel 97-2004 and MS Excel 2007 files
      Adding a fix for the Fixer::Util need a way to support the two JSON::Path

vpeil (42):
      fixed typo and doi field added in BibTex
      deleting parts, which are separated from Catmandu now
      deleting unnesessary dependencies
      version
      minor
      pod & test
      dependency to Module::Info removed
      developer's guide added
      updates
      mail list added
      travis ci
      travis update
      todo
      test expanded
      typo
      travis and coverall
      tests updated
      Merge branch 'master' of github.com:vpeil/Catmandu
      readme and gitignore
      test expanded
      renaming branch devel -> dev
      remove some other typos
      remove dependency on Data::SpreadPagination
      mail list updated
      typo
      Merge branch 'pr/pager' of github.com:vpeil/Catmandu into pr/pager
      paged module extended, tests
      remove dependency of Data::SpreadPagination
      more tests
      bug fix
      basic tests for cli
      more than require_ok
      cleanup
      (close #9) + layout readme
      test for fix::sum
      well, simple only
      bug fix in pager
      test for pager
      typo
      test dislikes 'goto'
      page stuff removed from hits test; own test for pager exists
      buggy pager fixed

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git



More information about the Pkg-perl-cvs-commits mailing list