#4189 404 error in Git code browser [25618]

v1.0.0
closed
nobody
General
2015-08-20
2012-05-11
Chris Tsai
No

Related

Tickets: #4189

Discussion

  • Chris Tsai - 2012-05-11
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -14,4 +14,4 @@
    
     >Hendi Marcos
    
    -Perhaps due to the ñ?
    +Perhaps due to the ã?
    
     
  • Anonymous - 2012-05-12

    Originally by: hendimarcos

    there are limitations on the use of accents we name the directories?
    syncronize with the code when pluing git eclipse, says there is no change!

    Caused by 404.

     
  • Igor Bondarenko - 2012-07-16

    created #116: [#4189] 404 error in Git code browser (2cp)

     

    Related

    Tickets: #4189

  • Dave Brondsema

    Dave Brondsema - 2012-07-16
    • labels: support --> support, 42cc
     
  • Yaroslav Luzin - 2012-07-17

    closed #116, the fix is in 42cc_4189 branch

    • status: open --> code-review
     
  • Dave Brondsema

    Dave Brondsema - 2012-07-17
    • qa: Tim Van Steenburgh
     
    • status: code-review --> validation
    • size: --> 1
    • milestone: limbo --> forge-jul-27
     
  • Dave Brondsema

    Dave Brondsema - 2012-08-07

    Now failing with a different error:

    Module /var/local/allura/Allura/allura/templates/widgets/repo/tree_widget.html:3 in top-level template code
    <<  {% import 'allura:templates/jinja_master/lib.html' as lib with context %}
           <table>
           {% set ls = list(tree.ls()) %}
             <thead>
               <tr>
    >>  {% set ls = list(tree.ls()) %}
    Module allura.model.repo:335 in ls
    <<      def ls(self):
                   # Load last commit info
                   id_re = re.compile("^{0}:{1}:".format(self.repo._id, self.path()))
                   lc_index = dict(
                       (lc.name, lc.commit_info)
    >>  id_re = re.compile("^{0}:{1}:".format(self.repo._id, self.path()))
    UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 17: ordinal not in range(128)
    
     
  • Dave Brondsema

    Dave Brondsema - 2012-08-07
    • status: validation --> open
    • size: 0 --> 0
     
  • Yaroslav Luzin - 2012-08-08

    created [#4189] Unicode encode error (1cp)

    • status: open --> in-progress
     

    Related

    Tickets: #4189

  • Yaroslav Luzin - 2012-08-13

    We've found that this issue happens in dev-branch and not related to this ticket. Thus we did not touch 42cc_4189 branch and created a new one based on the latest dev branch - 42cc_4189_new_dev where this issue is fixed.

    Closed #144, branch - 42cc_4189_new_dev

    • status: in-progress --> code-review
     
    • status: code-review --> closed
     

Log in to post a comment.