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

Bugfix/non ascii in xml (reorganized) #807

Merged
merged 9 commits into from
Feb 14, 2014

Commits on Feb 12, 2014

  1. Configuration menu
    Copy the full SHA
    449d099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7eed7c View commit details
    Browse the repository at this point in the history
  3. Add Unicode handling of lists in the same manner as binaries

    The change of riak_cs_xml:format_value/1 affects only the calls of
    riak_cs_xml:to_xml/1. All lists, binaries and integers of XML elements
    are created in the module riak_cs_xml privately.
    
    On the other hand, this change does not affect calls of
    riak_cs_xml:export_xml/1.
    shino committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    48be327 View commit details
    Browse the repository at this point in the history
  4. Generarize riak_cs_xml:to_xml/1 to convert xmerl's simple form

    Add function clause to treat xmerl's simple forms.
    http://www.erlang.org/doc/man/xmerl.html#export_simple-2
    
    This function internally uses riak_cs_xml:format_value/1 so
    atoms, intergers, lists and binaries are automatically converted
    to lists (of Unicode codepoits, which xmerl accepts).
    shino committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    84a821c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d35d74a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d215335 View commit details
    Browse the repository at this point in the history
  7. Fix bug of accept content type

    shino committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    9f1d2cd View commit details
    Browse the repository at this point in the history
  8. Add test case of listing users which has non-ASCII UTF-8 characters

    This is the case of #628.
    Fix has already been made by the commit d215335
    shino committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    863a87a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d78cb66 View commit details
    Browse the repository at this point in the history