LycheeOrg / Lychee

A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
https://lycheeorg.github.io/
MIT License
3.2k stars 288 forks source link

[stacked 4] Move old create to Legacy code. #2367

Closed ildyria closed 2 months ago

ildyria commented 2 months ago

Move old create to Legacy code to avoid breaking processing.

ildyria commented 2 months ago

I often think it would be really nice if git or github could detect and indicate when large blocks of code have been moved as-is.

Isn't it already the case ? At least in my view it recognises that the files have moved (mostly the namespace changed).

d7415 commented 2 months ago

I often think it would be really nice if git or github could detect and indicate when large blocks of code have been moved as-is.

Isn't it already the case ? At least in my view it recognises that the files have moved (mostly the namespace changed).

It does for moved files. But the create code that was moved into a new file isn't indicated that way.