|
Revision 55, 261 bytes
(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 | recursive-include pysvnmanager/public * |
|---|
| 2 | recursive-include pysvnmanager/templates * |
|---|
| 3 | recursive-include pysvnmanager/config *.py *.in |
|---|
| 4 | recursive-include pysvnmanager/i18n * |
|---|
| 5 | recursive-include pysvnmanager/hooks *.py |
|---|
| 6 | recursive-include pysvnmanager/hooks/init/hook* * |
|---|