Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
marcink
- Tue, 15 May 2012 21:07:59
Show More
docs/changelog.rst
0
+13
0
@@
-16,6
+16,19
b' news'
16
fixes
16
fixes
17
+++++
17
+++++
18
18
19
1.3.6 (**2012-05-16**)
20
----------------------
21
22
news
23
++++
24
25
26
fixes
27
+++++
28
29
- fixed no scm found warning
30
- fixed __future__ import error on rcextensions
31
- made simplejson required lib for speedup on JSON encoding
19
32
20
1.3.5 (**2012-05-10**)
33
1.3.5 (**2012-05-10**)
21
----------------------
34
----------------------
rhodecode/__init__.py
0
+1
-1
@@
-65,10
+65,10
b' requirements = ['
65
"webob==1.0.8" ,
65
"webob==1.0.8" ,
66
"markdown==2.1.1" ,
66
"markdown==2.1.1" ,
67
"docutils==0.8.1" ,
67
"docutils==0.8.1" ,
68
"simplejson==2.5.2" ,
68
]
69
]
69
70
70
if __py_version__ < ( 2 , 6 ):
71
if __py_version__ < ( 2 , 6 ):
71
requirements . append ( "simplejson" )
72
requirements . append ( "pysqlite" )
72
requirements . append ( "pysqlite" )
73
73
74
if is_windows :
74
if is_windows :
rhodecode/config/rcextensions/make_rcextensions.py
0
+2
-1
@@
-22,12
+22,13
b''
22
#
22
#
23
# You should have received a copy of the GNU General Public License
23
# You should have received a copy of the GNU General Public License
24
# along with this program. If not, see <http://www.gnu.org/licenses/>.
24
# along with this program. If not, see <http://www.gnu.org/licenses/>.
25
from __future__ import with_statement
26
25
import os
27
import os
26
import sys
28
import sys
27
import pkg_resources
29
import pkg_resources
28
import traceback
30
import traceback
29
import logging
31
import logging
30
from __future__ import with_statement
31
from os.path import dirname as dn , join as jn
32
from os.path import dirname as dn , join as jn
32
33
33
#to get the rhodecode import
34
#to get the rhodecode import
rhodecode/templates/changelog/changelog.html
0
+2
-2
@@
-100,8
+100,8
b''
100
%for book in cs.bookmarks:
100
%for book in cs.bookmarks:
101
< span class = "bookbook" title = "${'%s %s' % (_('bookmark'),book)}" >
101
< span class = "bookbook" title = "${'%s %s' % (_('bookmark'),book)}" >
102
${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
102
${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
103
</ span >
103
</ span >
104
%endfor
104
%endfor
105
%endif
105
%endif
106
%for tag in cs.tags:
106
%for tag in cs.tags:
107
< span class = "tagtag" title = "${'%s %s' % (_('tag'),tag)}" >
107
< span class = "tagtag" title = "${'%s %s' % (_('tag'),tag)}" >
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages