Differences between revisions 54 and 55
Revision 54 as of 2010-04-09 06:32:12
Size: 2186
Editor: ZoomQuiet
Comment:
Revision 55 as of 2010-08-30 01:38:32
Size: 2187
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
||<^ 30%> <<MonthCalendar>>'''[[/HistoricLog|历年系统维护日志]]'''||<^>'''10日志提要'''<<Include(^woodpecker-log/2010-..-..,'日志简报',4,sort=descending,items=30,titlesonly)>>||<^>'''09日志提要'''<<Include(^woodpecker-log/2009.*,'日志简报',4,sort=descending,items=30,titlesonly)>>|| ||<^ 30%> '''[[/HistoricLog|历年系统维护日志]]''' <<MonthCalendar>>||<^>'''10日志提要'''<<Include(^woodpecker-log/2010-..-..,'日志简报',4,sort=descending,items=30,titlesonly)>>||<^>'''09日志提要'''<<Include(^woodpecker-log/2009.*,'日志简报',4,sort=descending,items=30,titlesonly)>>||

记录站点安装,维护过程中的信息 -- Zoom.Quiet [2004-08-09 23:42:12]

WoodpeckerEPs

Woodpecker.org Enhancement Proposals

维护记要

历年系统维护日志

<< <  2025 / 6 >  >>
Mon Tue Wed Thu Fri Sat Sun
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

10日志提要

09日志提要

2005-02-03,Spam

  • 该死的 Spam 们!!来吧!!!
  • ZoomQuiet 升级了 MoinMoin 巩固,禁止未登录的用户进行修改

    •    1 class Permissions:
         2     ...
         3     def __init__(self, user):
         4         """ Calculate the permissons `user` has.
         5         """
         6         ...
         7         self.valid = user.valid
      
    • 奇怪哪 1.2.3 居然要手工加一个变量在 security.py
    • 才可以令如下的设置工作:

   1 from MoinMoin.security import Permissions 
   2 class SecurityPolicy(Permissions):
   3         #def __init__(self, user):
   4         #       Permissions.__int__(self, user);
   5         def edit(self, pagename, **_): 
   6                 # only known users are allowed to delete 
   7                 #return self.user.valid 
   8                 #return self.getACL(pagename).may(self.request, self.name, "write")
   9                 return self.valid
  • 马上可以进行各种保护尝试!!积极影响大家的需求!!!

维基环境

MoinMoin 升级

moinmoin安装Howto

pyblosxom安装Howto

freebsd jail安装Howto

FreeBSD Postfix Howto

woodpecker-log (last edited 2010-08-30 01:38:32 by ZoomQuiet)