Pages that were not edited since the beginning of history (literally); it's a listing of the oldest entries in the editlog.

    2007-10-18

      --> -->

      TypeError

      If you want to report a bug, please save this page and attach it to your bug report.

      Traceback

      A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

      1. /usr/lib/python2.5/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestStandAlone object at 0x979aecc>)

        1. 1205 self.page.send_page(self, msg=msg)
        2. 1206 else:
        3. 1207 handler(self.page.page_name, self)
        4. 1208
        5. 1209 # generate page footer (actions that do not want this footer use
        • handler = <function do_show at 0x838502c>
        • self = <MoinMoin.request.RequestStandAlone object at 0x979aecc>
        • self.page = <MoinMoin.Page.Page instance at 0x979ad6c>
        • self.page.page_name = u'AbandonedPages'
      2. /usr/lib/python2.5/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'AbandonedPages', request=<MoinMoin.request.RequestStandAlone object at 0x979aecc>)

        1. 466 else:
        2. 467 request.cacheable = 1
        3. 468 Page(request, pagename).send_page(request, count_hit=1)
        4. 469
        5. 470
        • global Page = <class MoinMoin.Page.Page at 0x81c689c>
        • request = <MoinMoin.request.RequestStandAlone object at 0x979aecc>
        • pagename = u'AbandonedPages'
        • ).send_page undefined
        • count_hit undefined
      3. /usr/lib/python2.5/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance at 0x979aa0c>, request=<MoinMoin.request.RequestStandAlone object at 0x979aecc>, msg='', **keywords={'count_hit': 1})

        1. 1254 format_args=pi_formatargs,
        2. 1255 do_cache=do_cache,
        3. 1256 start_line=pi_lines)
        4. 1257
        5. 1258 # check for pending footnotes
        • start_line undefined
        • pi_lines = 7
      4. /usr/lib/python2.5/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance at 0x979aa0c>, request=<MoinMoin.request.RequestStandAlone object at 0x979aecc>, Parser=<class MoinMoin.parser.wiki.Parser at 0x8417c5c>, body=u'Pages that were not edited since the beginning o...dest entries in the editlog.\n\n[[AbandonedPages]]\n', format_args=u'', do_cache=1, **kw={'start_line': 7})

        1. 1345 try:
        2. 1346 code = self.loadCache(request)
        3. 1347 self.execute(request, parser, code)
        4. 1348 except Exception, e:
        5. 1349 if not is_cache_exception(e):
        • self = <MoinMoin.Page.Page instance at 0x979aa0c>
        • self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance at 0x979aa0c>>
        • request = <MoinMoin.request.RequestStandAlone object at 0x979aecc>
        • parser = <MoinMoin.parser.wiki.Parser instance at 0x979a24c>
        • code = <code object <module> at 0xac88cb60, file "AbandonedPages", line 2>
      5. /usr/lib/python2.5/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance at 0x979aa0c>, request=<MoinMoin.request.RequestStandAlone object at 0x979aecc>, parser=<MoinMoin.parser.wiki.Parser instance at 0x979a24c>, code=<code object <module> at 0xac88cb60, file "AbandonedPages", line 2>)

        1. 1374 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
        2. 1375 try:
        3. 1376 exec code
        4. 1377 except 'CacheNeedsUpdate':
        5. 1378 raise Exception('CacheNeedsUpdate')
        • code = <code object <module> at 0xac88cb60, file "AbandonedPages", line 2>
      6. /var/www/localhost/moin/AbandonedPages in ()

      7. /usr/lib/python2.5/site-packages/MoinMoin/formatter/base.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance at 0x979a12c>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x99c1a6c>, name=u'AbandonedPages', args=None)

        1. 288 def macro(self, macro_obj, name, args):
        2. 289 # call the macro
        3. 290 return macro_obj.execute(name, args)
        4. 291
        5. 292 def _get_bang_args(self, line):
        • macro_obj = <MoinMoin.wikimacro.Macro instance at 0x99c1a6c>
        • macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x99c1a6c>>
        • name = u'AbandonedPages'
        • args = None
      8. /usr/lib/python2.5/site-packages/MoinMoin/wikimacro.py in execute (self=<MoinMoin.wikimacro.Macro instance at 0x99c1a6c>, macro_name=u'AbandonedPages', args=None)

        1. 118 else:
        2. 119 raise ImportError("Cannot load macro %s" % macro_name)
        3. 120 return execute(self, args)
        4. 121
        5. 122 def _m_lang(self, text):
        • execute = <function execute at 0x8c0b7d4>
        • self = <MoinMoin.wikimacro.Macro instance at 0x99c1a6c>
        • args = None
      9. /usr/lib/python2.5/site-packages/MoinMoin/macro/AbandonedPages.py in execute (macro=<MoinMoin.wikimacro.Macro instance at 0x99c1a6c>, args=None)

        1. 13 from MoinMoin.macro import RecentChanges
        2. 14
        3. 15 def execute(macro, args):
        4. 16 return RecentChanges.execute(macro, args, abandoned=1)
        5. 17
        • global RecentChanges = <module 'MoinMoin.macro.RecentChanges' from '/us.../site-packages/MoinMoin/macro/RecentChanges.pyc'>
        • RecentChanges.execute = <function execute at 0x8ffcdf4>
        • macro = <MoinMoin.wikimacro.Macro instance at 0x99c1a6c>
        • args = None
        • abandoned undefined
      10. /usr/lib/python2.5/site-packages/MoinMoin/macro/RecentChanges.py in execute (macro=<MoinMoin.wikimacro.Macro instance at 0x99c1a6c>, args=None, **kw={'abandoned': 1})

        1. 224 # handle abandoned keyword
        2. 225 if kw.get('abandoned', 0):
        3. 226 print_abandoned(macro, args, **kw)
        4. 227 return ''
        5. 228
        • global print_abandoned = <function print_abandoned at 0x8ffc48c>
        • macro = <MoinMoin.wikimacro.Macro instance at 0x99c1a6c>
        • args = None
        • kw = {'abandoned': 1}
      11. /usr/lib/python2.5/site-packages/MoinMoin/macro/RecentChanges.py in print_abandoned (macro=<MoinMoin.wikimacro.Macro instance at 0x99c1a6c>, args=None, **kw={'abandoned': 1})

        1. 212
        2. 213 for page in last_edits[last_index:index]:
        3. 214 request.write(format_page_edits(macro, [page], None))
        4. 215 last_index = index
        5. 216 day_count += 1
        • request = <MoinMoin.request.RequestStandAlone object at 0x979aecc>
        • request.write = <bound method RequestStandAlone.write of <MoinMoin.request.RequestStandAlone object at 0x979aecc>>
        • global format_page_edits = <function format_page_edits at 0x8ffc684>
        • macro = <MoinMoin.wikimacro.Macro instance at 0x99c1a6c>
        • page = <MoinMoin.logfile.editlog.EditLogLine instance at 0x99c17ec>
        • builtin None = None
      12. /usr/lib/python2.5/site-packages/MoinMoin/macro/RecentChanges.py in format_page_edits (macro=<MoinMoin.wikimacro.Macro instance at 0x99c1a6c>, lines=[<MoinMoin.logfile.editlog.EditLogLine instance at 0x99c17ec>], bookmark_usecs=None)

        1. 131 d['info_html'] = info_html
        2. 132
        3. 133 return request.theme.recentchanges_entry(d)
        4. 134
        5. 135 def cmp_lines(first, second):
        • request = <MoinMoin.request.RequestStandAlone object at 0x979aecc>
        • request.theme = <latinuxorg.plugin.theme.latinux.Theme instance at 0x979ac6c>
        • request.theme.recentchanges_entry = <bound method Theme.recentchanges_entry of <lati...lugin.theme.latinux.Theme instance at 0x979ac6c>>
        • d = {'changecount': 1, 'comments': [(1, u"Upload of attachment 'boton-axcl.png'.")], 'editors': None, 'icon_html': u'<a href="/CertificacionesDisponibles/AxclLinux?a...g/moin-diff.png" title="[DIFF]" width="16" /></a>', 'info_html': '<a href="/CertificacionesDisponibles/AxclLinux?a..."/wiki/latinux/img/info" title="" width="" /></a>', 'pagelink_html': u'<a href="/CertificacionesDisponibles/AxclLinux">Certificaciones Disponibles/Axcl Linux</a>', 'time_html': '15:41'}
      13. /var/www/localhost/moin/latinuxorg/data/plugin/theme/latinux.py in recentchanges_entry (self=<latinuxorg.plugin.theme.latinux.Theme instance at 0x979ac6c>, d={'changecount': 1, 'comments': [(1, u"Upload of attachment 'boton-axcl.png'.")], 'editors': None, 'icon_html': u'<a href="/CertificacionesDisponibles/AxclLinux?a...g/moin-diff.png" title="[DIFF]" width="16" /></a>', 'info_html': '<a href="/CertificacionesDisponibles/AxclLinux?a..."/wiki/latinux/img/info" title="" width="" /></a>', 'pagelink_html': u'<a href="/CertificacionesDisponibles/AxclLinux">Certificaciones Disponibles/Axcl Linux</a>', 'time_html': '15:41'})

        1. 383 d['pagelink_html'],
        2. 384 d['icon_html'],
        3. 385 ', '.join(d['editors']),
        4. 386 rccomm,
        5. 387 ))
        • d = {'changecount': 1, 'comments': [(1, u"Upload of attachment 'boton-axcl.png'.")], 'editors': None, 'icon_html': u'<a href="/CertificacionesDisponibles/AxclLinux?a...g/moin-diff.png" title="[DIFF]" width="16" /></a>', 'info_html': '<a href="/CertificacionesDisponibles/AxclLinux?a..."/wiki/latinux/img/info" title="" width="" /></a>', 'pagelink_html': u'<a href="/CertificacionesDisponibles/AxclLinux">Certificaciones Disponibles/Axcl Linux</a>', 'time_html': '15:41'}

      TypeError

      • args = ('',)
      • message = ''

      System Details

      • Date: Fri, 18 May 2012 07:04:18 +0000
      • Platform: Linux webiseit 2.6.30-gentoo-r4 #1 SMP Wed Aug 26 11:10:25 VET 2009 i686
      • Python: Python 2.5.4 (/usr/bin/python2.5)
      • MoinMoin: Release 1.5.8 (release)