Changes between Version 15 and Version 16 of DailyReminderScriptForTracScript


Ignore:
Timestamp:
Mar 7, 2022, 7:23:05 PM (2 years ago)
Author:
Ryan J Ollos
Comment:

Use TracLink.

Legend:

Unmodified
Added
Removed
Modified
  • DailyReminderScriptForTracScript

    v15 v16  
    1919Feel free to adopt it to your needs, please test it, use it!
    2020
    21 '''Note:''' Change [https://trac-hacks.org/browser/dailyreminderscriptfortracscript/trac_reminder_report.py#L141 line 141] when upgrading from Trac 0.11.x to Trac 0.12.x due to database changes:
     21'''Note:''' Change [browser:dailyreminderscriptfortracscript/trac_reminder_report.py#L141 line 141] when upgrading from Trac 0.11.x to Trac 0.12.x due to database changes:
    2222{{{#!python
    2323detail = detail + "  created at " + str(time.strftime('%Y. %B %d. (%A) %H:%M:%S', time.gmtime(int(tkt[0]/1000000))))