[Moin-devel] CVS: MoinMoin/macro RecentChanges.py,1.47,1.48

J?rgen Hermann jhermann at users.sourceforge.net
Tue Jan 29 15:36:02 EST 2002


Update of /cvsroot/moin/MoinMoin/macro
In directory usw-pr-cvs1:/tmp/cvs-serv18899/macro

Modified Files:
	RecentChanges.py 
Log Message:
Action-Type in editlog


Index: RecentChanges.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/macro/RecentChanges.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** RecentChanges.py	2002/01/28 20:29:00	1.47
--- RecentChanges.py	2002/01/29 23:35:57	1.48
***************
*** 263,266 ****
--- 263,267 ----
          while log.getNextChange():
              if log.dayChanged() and log.daycount > _max_days: break
+             if log.action != 'SAVE': continue
              logdata.append(new.instance(Bag, {
                  'time': log.time_tuple,





More information about the Moin-devel mailing list