Sebastian Dietrich

Results 14 issues of Sebastian Dietrich

This PR adds the ability to compile without SSL. ```rabbitmq-c``` already has that ability, but until now compiling it without SSL lead to errors because ```amqpcpp``` always expected it to...

On Windows you need to specify the exact location of the libraries to link to. Therefore linking to ```ssl crypto``` fails. The fix proposed in this PR is to use...

The class `NotifyEmail` is [deprecated since Trac 1.1.3](https://trac.edgewall.org/wiki/TracDev/NotificationApi#PreviousAPI). This PR changes the notification to use the new system. The functionality is unchanged. Notifications are produced for * revisions/files/attachments a user...

- Use correct CSS class `trac-table` (there was a typo) - Change column name from _Date_ to _Timestamp_ (the column contains timestamps not just dates) - Avoid highlighting the _Author_...

This fixes #67. Comments to lines of a file are now referenced to the actual line in the file, not the line in the diff-view. If the comment is for...

HTML-links to comments on changesets are broken, because they don't use the repository name. So they only work in a setup where a default repository is defined and it is...

The subscription REST-API lives under `/subscription`. However the code tried accessing `/undefined/subscriptionundefined`. ``` 2023-08-27 14:05:51,762 Trac[main] WARNING: [172.17.0.1] HTTPNotFound: 404 Trac Error (No node undefined/subscriptionundefined), , referrer 'http://127.0.0.1:30443/browser/SomeRepo' ``` The...

This class was removed in Trac 1.4 (see https://trac.edgewall.org/changeset/14889). Fixes issue #78

With a file whose name contains non-ASCII characters, errors where shown when * attaching the file * viewing the attached file This was due to the name being processed as...

This fixes issue #82 which was caused by a regression in ffd97bb2c78948775e8e0aef9364623aa609b912.