﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
14126,Update for compatibility with Trac 1.6,enhancement,,Ryan J Ollos,accepted,2022-04-08T23:19:23+02:00,2022-04-09T05:43:48+02:00,"I am including a patch to allow the plugin to work on Trac 1.6.

There are other changes as well, which have been implemented a while ago, such as for working with dates.  We made that change quite a while ago and I don't remember the exact behavior that caused us to need it.

We use this plugin to install boiler-plate tickets when we start new product development.",Dan
13953,TypeError: unsupported operand type(s) for -: 'unicode' and 'datetime.datetime',defect,1.2,ben_12,new,2021-02-04T12:41:33+01:00,2021-02-08T04:16:36+01:00,"I get the above error when trying to import from Excel file containing {{{2018-12-31}}} into custom field of type {{{time}}}.
The preview renders the field content as {{{12/31/18}}}

Stacktrace:
{{{
Datei ""/Library/Python/2.7/site-packages/trac/web/main.py"", Zeile 647, in _dispatch_request
  dispatcher.dispatch(req)
Datei ""/Library/Python/2.7/site-packages/trac/web/main.py"", Zeile 248, in dispatch
  resp = chosen_handler.process_request(req)
Datei ""/Library/Python/2.7/site-packages/trac/admin/web_ui.py"", Zeile 114, in process_request
  provider.render_admin_panel(req, cat_id, panel_id, path_info)
Datei ""build/bdist.macosx-10.12-intel/egg/importexportxls/admin_ui.py"", Zeile 140, in render_admin_panel
  settings = self._process_import(req)
Datei ""build/bdist.macosx-10.12-intel/egg/importexportxls/admin_ui.py"", Zeile 517, in _process_import
  t.insert()
Datei ""/Library/Python/2.7/site-packages/trac/ticket/model.py"", Zeile 261, in insert
  db_values = self._to_db_types(self.values)
Datei ""/Library/Python/2.7/site-packages/trac/ticket/model.py"", Zeile 405, in _to_db_types
  values[field] = _datetime_to_db_str(value, is_custom_field)
Datei ""/Library/Python/2.7/site-packages/trac/ticket/model.py"", Zeile 63, in _datetime_to_db_str
  ts = to_utimestamp(dt)
Datei ""/Library/Python/2.7/site-packages/trac/util/datefmt.py"", Zeile 193, in to_utimestamp
  diff = dt - _epoc
}}}",P. Koevesdi
11426,Import if column label equals column translation,defect,0.12,ben_12,new,2013-12-03T16:24:16+01:00,2020-04-24T00:22:36+02:00,"The columns miss or bad if column label (in database) equals column translation (in user interface).

For example, column ""id"" is not found at the good index if it is not the first column.",ben_12
