1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 18 hours ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Verified API 4.0.0 compatibility and made the necessary changes More... almost 10 years ago
Merge pull request #74 from wpferguson/libraries
Tobias Jakobs
as supertobi
More... almost 10 years ago
Fixed log bug in dprint function More... almost 10 years ago
Added checks for binaries used to generate the pdf man pages More... almost 10 years ago
Merge pull request #77 from wpferguson/include_yield More... almost 10 years ago
Added require "official/yield" to scripts that use dt.control.execute() so that they work correctly if you haven't required official/yield somewhere else. More... almost 10 years ago
Moved lib/libLog.lua to lib/dtutils/log.lua. Rewrote most of it to make it more configurable and easier to use. Updated doc format to a fixed list of fields. Did away with the comment blocks and just relying on the libdoc comments. Update doc tools to use new formats. Moved dtutils/extensions.lua to dtutils/string.lua. Pulled dtutils/processor.lua back for now since there is no context for it. Removed unneeded functions and cleaned up others. More... almost 10 years ago
Merge pull request #75 from chrik5/tagging_translation
Tobias Jakobs
as supertobi
More... almost 10 years ago
copy_attach_detach_tags small updates on german translation More... almost 10 years ago
copy_attach_detach_tags make script translateable and added german translation by Holger Klemm More... almost 10 years ago
Created libraries from commonly used functions. Moved official/debug-helpers.lua into lib/dtutils/debug.lua. Created a logging library to provide various levels of logging. Documented all libraries and functions. Created tools to extract documentation in text, man page, and pdf formats. More... almost 10 years ago
Mark module quicktag as add API 3 compatible More... almost 10 years ago
quicktag module make tag entries dynamic More... almost 10 years ago
first version of a quicktag modul More... almost 10 years ago
Merge pull request #71 from chrik5/tagging
Tobias Jakobs
as supertobi
More... almost 10 years ago
exit attach tags function if there are no tags to attach More... almost 10 years ago
cleanup the code and create UI elements before More... almost 10 years ago
Merge pull request #70 from TurboGit/contrib-fr_FR
Tobias Jakobs
as supertobi
More... almost 10 years ago
Initial fr_FR translation of the contribution lua scripts. More... almost 10 years ago
Update clear_GPS.po
Tobias Jakobs
as supertobi
More... almost 10 years ago
Merge pull request #68 from wpferguson/clear_gps_data More... almost 10 years ago
Missed an edit in the _() function More... almost 10 years ago
Created clear_GPS to clear GPS data from selected images. More... almost 10 years ago
Merge pull request #65 from wpferguson/master
Tobias Jakobs
as supertobi
More... almost 10 years ago
Merge pull request #66 from wpferguson/geo_uri
Tobias Jakobs
as supertobi
More... almost 10 years ago
Removed extra end statement More... almost 10 years ago
Reverted contrib/geo_uri.lua to previous version so that I can add it in it's own pull request. More... almost 10 years ago
Incorporated supertobi's correction to the translations More... almost 10 years ago
Changed fileMove per discussion to use os.rename first, os.execute(mv... second, and a lua solution third. The lua solution includes fileCopy with attempts os.execute(cp... first, then does a pure lua copy if that doesn't succeed More... almost 10 years ago
Recoded fileMove to use os.execute and the system mv command. Removed fileCopy as it was no longer needed. More... almost 10 years ago