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

TIMOB-9395: Blackberry: implement decode/encode URIComponent #75

Closed

Commits on Jun 9, 2012

  1. Merge branch 'formatReview', remote-tracking branch 'jpl-mac/timob-93…

    …88' into formatReview
    
    #Some more info....
    unknown authored and unknown committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    959eecc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'formatReview', remote-tracking branch 'upstream/blackbe…

    …rry' into formatReview
    
    #Some more info....
    unknown authored and unknown committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    4c3ab30 View commit details
    Browse the repository at this point in the history
  3. TIMOB-9395: Blackberry: implement decode/encode URIComponent

    Reviewers: DavidC, JP
    
    ChangeLog:
    - Implement decode/encode URIComponent
    
    Test Cases:
    - Using sample tibbtest project create var with the value of:
      'http://www.example.com/List%20of%20holidays.xml'
    - Use decodeURIComponent to decode the uri.
    - Make sure it decodes successfully.
    - Using sample tibbtest project create var with the value of:
        'http://www.example.com/List of holidays.xml'
    - Use encodeURIComponent to encode the uri.
    - Make sure it encodes successfully.
    unknown authored and unknown committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    3c9409d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2012

  1. TIMOB-9395: Blackberry: implement decode/encode URIComponent ver2

    Reviewers: DavidC, JP
    
    ChangeLog:
    - Implement decode/encode URIComponent
    - Updated Global.yml apidoc
    
    Test Cases:
    - Using sample tibbtest project create var with the value of: 'http://www.example.com/List%20of%20holidays.xml'
    - Use decodeURIComponent to decode the uri.
    - Make sure it decodes successfully.
    - Using sample tibbtest project create var with the value of: 'http://www.example.com/List of holidays.xml'
    - Using sample tibbtest project create var with the value of: 'http://www.e.com/?????????????????'
    - Use encodeURIComponent to encode the uri.
    - Make sure it encodes successfully.
    unknown authored and unknown committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    f6aeb00 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2012

  1. Merge branch 'formatReview', remote-tracking branch 'upstream/blackbe…

    …rry' into formatReview
    
    #Some more info....
    unknown authored and unknown committed Jun 14, 2012
    Configuration menu
    Copy the full SHA
    8cddfad View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2012

  1. TIMOB-9395: Blackberry: implement decode/encode URIComponent ver3

    Reviewers: DavidC, JP
    
    ChangeLog:
    - Address comments
    
    Test Cases:
    - Using sample tibbtest project create var with the value of: 'http://www.example.com/List%20of%20holidays.xml'
    - Using sample tibbtest project create var with the value of: 'http%3A%2F%2Fwww.e.com%2F%E3%81%93%E3%82%8C%E3%81%AF%E3%80%81%E3%81%93%E3%82%8C%E3%82%92%E6%97%A5%E6%9C%AC%E4%BA%BA%E3%81%AE%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%81%A7%E3%81%99'
    - Use decodeURIComponent to decode the uri.
    - Make sure it decodes successfully.
    - Using sample tibbtest project create var with the value of: 'http://www.example.com/List of holidays.xml'
    - Using sample tibbtest project create var with the value of: 'http://www.e.com/?????????????????'
    - Use encodeURIComponent to encode the uri.
     -Make sure it encodes successfully.
    - Validate the following url: 'www.e.com/A-_75\'.!~*()'. Make sure characters not escaped.
    unknown authored and unknown committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    83bb62d View commit details
    Browse the repository at this point in the history