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