Attachment 'moin-1.2.3-macroincludeheadersonly.patch'

Download

   1 # This is a patch for moin-1.2.3.orig to update it to moin-1.2.3
   2 # 
   3 # To apply this patch:
   4 # STEP 1: Chdir to the source directory.
   5 # STEP 2: Run the 'applypatch' program with this patch file as input.
   6 #
   7 # If you do not have 'applypatch', it is part of the 'makepatch' package
   8 # that you can fetch from the Comprehensive Perl Archive Network:
   9 # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
  10 # In the above URL, 'x' should be 2 or higher.
  11 #
  12 # To apply this patch without the use of 'applypatch':
  13 # STEP 1: Chdir to the source directory.
  14 # STEP 2: Run the 'patch' program with this file as input.
  15 #
  16 #### End of Preamble ####
  17 
  18 #### Patch data follows ####
  19 diff -u 'moin-1.2.3.orig/MoinMoin/macro/Include.py' 'moin-1.2.3/MoinMoin/macro/Include.py'
  20 Index: ./MoinMoin/macro/Include.py
  21 --- ./MoinMoin/macro/Include.py	Wed Jul 21 21:02:16 2004
  22 +++ ./MoinMoin/macro/Include.py	Thu Oct 21 15:54:21 2004
  23 @@ -148,7 +148,7 @@
  24                      result.append(macro.formatter.bullet_list(1))
  25                      levelstack.append(level)
  26                  result.append(macro.formatter.listitem(1))
  27 -                result.append(inc_page.link_to(title))
  28 +                result.append(inc_page.link_to(macro.request, title))
  29                  result.append(macro.formatter.listitem(0))
  30              while levelstack:
  31                  result.append(macro.formatter.bullet_list(0))
  32 #### End of Patch data ####
  33 
  34 #### ApplyPatch data follows ####
  35 # Data version        : 1.0
  36 # Date generated      : Thu Oct 21 15:55:03 2004
  37 # Generated by        : makepatch 2.00_07*
  38 # Recurse directories : Yes
  39 # Excluded files      : (\A|/).*\~\Z
  40 #                       (\A|/).*\.a\Z
  41 #                       (\A|/).*\.bak\Z
  42 #                       (\A|/).*\.BAK\Z
  43 #                       (\A|/).*\.elc\Z
  44 #                       (\A|/).*\.exe\Z
  45 #                       (\A|/).*\.gz\Z
  46 #                       (\A|/).*\.ln\Z
  47 #                       (\A|/).*\.o\Z
  48 #                       (\A|/).*\.obj\Z
  49 #                       (\A|/).*\.olb\Z
  50 #                       (\A|/).*\.old\Z
  51 #                       (\A|/).*\.orig\Z
  52 #                       (\A|/).*\.rej\Z
  53 #                       (\A|/).*\.so\Z
  54 #                       (\A|/).*\.Z\Z
  55 #                       (\A|/)\.del\-.*\Z
  56 #                       (\A|/)\.make\.state\Z
  57 #                       (\A|/)\.nse_depinfo\Z
  58 #                       (\A|/)core\Z
  59 #                       (\A|/)tags\Z
  60 #                       (\A|/)TAGS\Z
  61 #                       (\A|/)\.\#.*\Z
  62 #                       (\A|/)\#.*\Z
  63 #                       (\A|/)_\$.*\Z
  64 #                       (\A|/).*\$\Z
  65 #                       (\A|/)CVS\Z
  66 #                       (\A|/)CVS\.adm\Z
  67 #                       (\A|/)cvslog\..*\Z
  68 #                       (\A|/)\,.*\Z
  69 #                       (\A|/).*\,v\Z
  70 #                       (\A|/)RCS\Z
  71 #                       (\A|/)RCSLOG\Z
  72 #                       (\A|/)p\..*\Z
  73 #                       (\A|/)s\..*\Z
  74 #                       (\A|/)SCCS\Z
  75 # p 'MoinMoin/macro/Include.py' 8403 1098370461 0100644
  76 #### End of ApplyPatch data ####
  77 
  78 #### End of Patch kit [created: Thu Oct 21 15:55:03 2004] ####
  79 #### Patch checksum: 61 2515 17928 ####
  80 #### Checksum: 79 3201 9064 ####

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2004-10-21 14:58:58, 3.2 KB) [[attachment:moin-1.2.3-macroincludeheadersonly.patch]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.