Ticket #10 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

Pylons compatible issue: pylons 0.9.7 not compatible with 0.9.6

Reported by: jiangxin Owned by: jiangxin
Priority: major Milestone: 0.3.0
Component: Undefined Version:
Keywords: Cc:

Description

Pylons 0.9.7 not compatible with 0.9.6. see:

What's new in Pylons 0.9.7?

Make a 0.9.6 branch for pySvnManager, and upgrade code to works with new pylons 0.9.7.

Change History

comment:1 Changed 3 years ago by jiangx

(In [53]) See #10: Branch for pylons 0.9.6.2, which not work for pylons 0.9.7.2, WebHelpers? 0.6.1, Mako 0.2.2, …

comment:2 Changed 3 years ago by jiangx

(In [54]) See #10:

comment:3 Changed 3 years ago by jiangx

  • status changed from new to closed
  • resolution set to fixed

(In [55]) Fix #10:

  • upgrade to 0.3.0; add requires;
  • update template for pylons 0.9.7
  • webhelpers upgrade from 0.3 to 0.6
  • Babel upgrade to 0.9.4
  • new routing format
  • function tests passed for new routes
  • link_to from webhelpers.html is different with link_to from webhelpers.rails
  • scriptaculous and prototype no longer maintain by pylons
  • do not check against authz file using svn swig bidings if ImportError?
  • bugfix: wrong tuple for role_list_opts
  • import literal

Push info:

    ------------------------------------------------------------------------
    r118 | jiangxin | 2008-08-30 16:57:18 +0800 (Sat, 30 Aug 2008) | 1 line

    if svn swig binding not exist, ignore testcase
    ------------------------------------------------------------------------
    r117 | jiangxin | 2008-08-30 16:33:53 +0800 (Sat, 30 Aug 2008) | 1 line

    function tests passed for new routes
    ------------------------------------------------------------------------
    r113 | jiangxin | 2008-08-30 15:47:39 +0800 (Sat, 30 Aug 2008) | 1 line

    upgrade to 0.3.0; add requires;
    ------------------------------------------------------------------------
    r112 | jiangxin | 2008-08-30 14:38:00 +0800 (Sat, 30 Aug 2008) | 1 line

    link_to from webhelpers.html is different with link_to from webhelpers.rails
    ------------------------------------------------------------------------
    r108 | jiangxin | 2008-08-30 14:02:36 +0800 (Sat, 30 Aug 2008) | 1 line

    do not check against authz file using svn swig bidings if ImportError
    ------------------------------------------------------------------------
    r106 | jiangxin | 2008-08-30 13:15:05 +0800 (Sat, 30 Aug 2008) | 1 line

    Babel upgrade to 0.9.4
    ------------------------------------------------------------------------
    r104 | jiangxin | 2008-08-30 00:00:31 +0800 (Sat, 30 Aug 2008) | 1 line

    scriptaculous and prototype no longer maintain by pylons
    ------------------------------------------------------------------------
    r103 | jiangxin | 2008-08-29 23:59:50 +0800 (Fri, 29 Aug 2008) | 1 line

    bugfix: wrong tuple for role_list_opts
    ------------------------------------------------------------------------
    r102 | jiangxin | 2008-08-29 23:37:49 +0800 (Fri, 29 Aug 2008) | 1 line

    new routing format
    ------------------------------------------------------------------------
    r101 | jiangxin | 2008-08-29 23:00:42 +0800 (Fri, 29 Aug 2008) | 1 line

    import literal
    ------------------------------------------------------------------------
    r100 | jiangxin | 2008-08-29 22:53:08 +0800 (Fri, 29 Aug 2008) | 1 line

    update template for pylons 0.9.7
    ------------------------------------------------------------------------
    r99 | jiangxin | 2008-08-29 21:50:12 +0800 (Fri, 29 Aug 2008) | 1 line

    webhelpers upgrade from 0.3 to 0.6
    ------------------------------------------------------------------------
Note: See TracTickets for help on using tickets.