csware
Repos
51
Followers
22

Events

Fix some links

Signed-off-by: Sven Strickroth email@cs-ware.de

Simplify parsing the /path parameter

Inspired by TortoiseSVN rev. 29530.

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 4 days ago

Fix some links

Signed-off-by: Sven Strickroth email@cs-ware.de

Simplify parsing the /path parameter

Inspired by TortoiseSVN rev. 29530.

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 4 days ago
push

Improve Unicode support

Normalize strings entered in Clozes to NFC and allow more Unicode characters in filenames.

This fixes an issue that NFD encoded umlauts (default on Mac) where not allowed in filenames.

Signed-off-by: Sven Strickroth email@cs-ware.de

Optimize regexps

Signed-off-by: Sven Strickroth email@cs-ware.de

Do not use deprecated methods any more

Preparation for Hibernate >= 6.2.

Signed-off-by: Sven Strickroth email@cs-ware.de

Improve debug statements

Signed-off-by: Sven Strickroth email@cs-ware.de

Drop unused su feature in AdminMenue

Signed-off-by: Sven Strickroth email@cs-ware.de

Improve Cloze tests

Signed-off-by: Sven Strickroth email@cs-ware.de

Upgrade Hibernate to 5.6.15

Signed-off-by: Sven Strickroth email@cs-ware.de

Update mariadb-connector-j to 3.0.10

Signed-off-by: Sven Strickroth email@cs-ware.de

Wrap lines in text areas

Signed-off-by: Sven Strickroth email@cs-ware.de

Move more styling to CSS

Don't use textToHTML so often as "white-space: pre-wrap" can be used instead.

Signed-off-by: Sven Strickroth email@cs-ware.de

Show more details to advisors on failed JavaAdvancedIOTests

Signed-off-by: Sven Strickroth email@cs-ware.de

Return after issuing a redirect

Signed-off-by: Sven Strickroth email@cs-ware.de

Add scripts for showing all answers to questions

Signed-off-by: Sven Strickroth email@cs-ware.de

Make some long tables sortable using JavaScript

Signed-off-by: Sven Strickroth email@cs-ware.de

Use stablesort

Use thead and tfoot tags to indicate table header and footer

Signed-off-by: Sven Strickroth email@cs-ware.de

Honor German sort order

Don't allow FTP links any more

(not supported in any current browser)

Signed-off-by: Sven Strickroth email@cs-ware.de

Update maven dependencies

Signed-off-by: Sven Strickroth email@cs-ware.de

Use maven 3.9 for testing

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 1 week ago

Improve error message for unsafe directories in libgit2

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 2 weeks ago

Improve error message for unsafe directories in libgit2

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 2 weeks ago
issue comment
Does not work on WSL shares

Issue git status \\192.168.0.1\c$\dir on the CLI and Git will show the exception path it expects: %(prefix)///192.168.0.1/c$/dir/ for vanilla Git. Why did you add an exception for \\wsl.localhost\ how does that work? (I don't have WSL and, thus, cannot test)

Created at 2 weeks ago
issue comment
Add a callback for the safe.directory error handling

Btw. I just notices that the callback would also need to pass the right path for UNC paths (i.e., prefixed with prefix)/)...

Created at 2 weeks ago
issue comment
Does not work on WSL shares

@ethomson How to match unc network paths? // is not handled as an UNC path...

Created at 2 weeks ago

Do not ship UCRT any more

Instead of shipping the universal CRT files, check if ucrt is already installed before installing TGit and show an error if it is not.

For Windows >= 10 the app-local dlls are not used anyway (https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment).

Signed-off-by: Sven Strickroth email@cs-ware.de

Drop support for VS2017

Signed-off-by: Sven Strickroth email@cs-ware.de

WIP: Drop support for Windows 7 and Windows 8

Windows 7 ESU Updates up to January 10, 2023. Windows 8: Extended Support up to January 12, 2016. Windows 8.1: Extended Support up to January 10, 2023.

Signed-off-by: Sven Strickroth email@cs-ware.de

WIP: Drop support for Windows 8.1

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 3 weeks ago

Fixed issue #3997: TortoiseGit crashes with "libgit2 returned: failed to get security information: Incorrect function."

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 1 month ago

Fixed issue #3997: TortoiseGit crashes with "libgit2 returned: failed to get security information: Incorrect function."

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 1 month ago
issue comment
Add a callback for the safe.directory error handling

In gerneral, looks good.

Is there a need that the callback can ask to continue or ignore? I acknowledge, that this makes it very flexible, however, also could allow to implement a different logic. Do we need this freedom?

Created at 1 month ago
issue comment
Does not work on WSL shares

Fine for me as long as the exception works ;)

Created at 1 month ago

KeePass-2.53.1-Source.zip

Created at 1 month ago
issue comment
Does not work on WSL shares

Maybe this needs to read "doesn't work on UNC paths", cf. https://gitlab.com/tortoisegit/tortoisegit/-/issues/4002

Created at 1 month ago
issue comment
Does not work on WSL shares

Yeah, to be honest, I'ven't investigated this further...

Created at 1 month ago
issue comment
Does not work on WSL shares

See the following if-statement. It is not entered if the return value of GetNamedSecurityInfoW is not ERROR_SUCCESS and then result is returned (which should be 0).

Created at 1 month ago
create branch
csware create branch update-deps
Created at 1 month ago

branch for updating docs (and source?) to https when pointing to external sites whenever possible. there will also be minor updates, for example when the external site has disappeared.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/branches/http_to_https@29416 154be670-7969-47af-9ab0-c6fb378d2295

s/http/https/ in the documentation

Checkpointing my progress. Most changes are self explanitory.

Some are for discussing options:

  • tsvn_app_admins.xml Old KB article that doesn't exists anymore on how to install MSIs through a GPO on Win2000. Document an unofficial mirror.

  • tsvn_app_lang.xml Replaced with a new link to, probably, the same page. However it doesn't serve dictionary files anymore.

  • dug_bugtracker.xml References old tsvn issue tracker.

    • Remove bugtraq:url property from the tsvn repo?
  • dug_general.xml The URL is 504 Gateway timeout for me. It is possible to access via archive.org

  • checkout_links.xml An image on the website now has a hex string as part of the file name. Is it predictable or better to link to the repo?

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/branches/http_to_https@29417 154be670-7969-47af-9ab0-c6fb378d2295

s/http/https/

Further checkpointing. Most everything should now be completed

  • dialog titles.txt old.nabble doesn't seem to exist. What to do with the reference?

  • dug_settings_advanced.xml Reference to old Google Code bug doesn't work. Any other example?

  • dug_settings_hooks.xml Remove reference to Gurtle and Google Code? Is there a better example?

TODO: There are still a bunch of examples using make-up domains (mydomain.org, collab.net etc.). Some have already been changed to example.com, rework the rest.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/branches/http_to_https@29418 154be670-7969-47af-9ab0-c6fb378d2295

Transifex and Google have new URL structures. The old links either 404 or redirect. Replace/update links.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/branches/http_to_https@29445 154be670-7969-47af-9ab0-c6fb378d2295

Project monitor duplicated the list of Users to ignore every time a project was edited.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29489 154be670-7969-47af-9ab0-c6fb378d2295

Project monitor kept an error status on a project that had temporary connection issues, even after the next connection was successful.

https://groups.google.com/g/tortoisesvn-dev/c/tljBkYrrcdI

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29490 154be670-7969-47af-9ab0-c6fb378d2295

switch to svn trunk

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29491 154be670-7969-47af-9ab0-c6fb378d2295

update to SQLite 3.40.0

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29492 154be670-7969-47af-9ab0-c6fb378d2295

update to OpenSSL 1.1.1s

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29493 154be670-7969-47af-9ab0-c6fb378d2295

apply the e_capi patch

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29494 154be670-7969-47af-9ab0-c6fb378d2295

Add checkbox to the checkout dialog allowing to not store the pristine copies

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29495 154be670-7969-47af-9ab0-c6fb378d2295

When getting the pristine copy for diffing, fetch the BASE file from the repository if the pristine is missing

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29496 154be670-7969-47af-9ab0-c6fb378d2295

update pot file with recent resource changes

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29497 154be670-7969-47af-9ab0-c6fb378d2295

document the new checkbox to checkout with pristines-on-demand

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29498 154be670-7969-47af-9ab0-c6fb378d2295

In GetHEADRevision, make sure the requested path actually exists: otherwise Project Monitor might not report incorrect project path settings.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29499 154be670-7969-47af-9ab0-c6fb378d2295

fix paragraph order

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29500 154be670-7969-47af-9ab0-c6fb378d2295

Added a context menu item in Project monitor to check one specific project.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29501 154be670-7969-47af-9ab0-c6fb378d2295

Update pot file with recent resource changes. Also update copyright year.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29502 154be670-7969-47af-9ab0-c6fb378d2295

Merge from /branches/http_to_https: Update http=>https and check/verify links in the manual.

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29503 154be670-7969-47af-9ab0-c6fb378d2295

update pot file with the http/https link changes

git-svn-id: http://svn.osdn.net/svnroot/tortoisesvn/trunk@29505 154be670-7969-47af-9ab0-c6fb378d2295

Created at 1 month ago
delete branch
csware delete branch size_t-int-fixes
Created at 1 month ago
issue comment
Do not convert a size_t to an int

Maybe its worth to increase the compiler warning level to spot issues like this.

Created at 1 month ago
pull request opened
Do not convert a size_t to an int

This commit fixes various signed/unsigned comparison warnings reported by VisualStudio.

Created at 1 month ago

Do not convert a size_t to an int

This commit fixes various signed/unsigned comparison warnings reported by VisualStudio.

Signed-off-by: Sven Strickroth email@cs-ware.de

Created at 1 month ago
create branch
csware create branch size_t-int-fixes
Created at 1 month ago
Created at 1 month ago
issue comment
Does not work on WSL shares

Git for Windows seems to ignore errors from that function (https://github.com/git-for-windows/git/blob/b3665b1bf46b33c3917012c2798e74f2add47088/compat/mingw.c#L3560)

Created at 1 month ago