root/trunk/setup.cfg @ 55

Revision 55, 0.7 KB (checked in by jiangx, 4 years ago)

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
    ------------------------------------------------------------------------
  • Property svn:eol-style set to native
Line 
1[egg_info]
2tag_build = dev
3tag_svn_revision = true
4
5[easy_install]
6find_links = http://www.pylonshq.com/download/
7
8# Babel configuration
9[compile_catalog]
10domain = pysvnmanager
11directory = pysvnmanager/i18n
12statistics = true
13
14[extract_messages]
15add_comments = TRANSLATORS:
16output_file = pysvnmanager/i18n/pysvnmanager.pot
17width = 80
18
19[init_catalog]
20domain = pysvnmanager
21input_file = pysvnmanager/i18n/pysvnmanager.pot
22output_dir = pysvnmanager/i18n
23
24[update_catalog]
25domain = pysvnmanager
26input_file = pysvnmanager/i18n/pysvnmanager.pot
27output_dir = pysvnmanager/i18n
28previous = true
29
30[nosetests]
31verbose=True
32verbosity=2
33with-pylons=test.ini
34detailed-errors=1
35#with-coverage=1
36cover-package=pysvnmanager
37cover-erase=1
38#with-doctest=1
39
Note: See TracBrowser for help on using the browser.