- Mar 07, 2025
-
-
DDFileLister: Fix for editing a file's extended description when the file doesn't have one initially
-
- Feb 28, 2025
-
-
-
Eric Oulashin authored
DDFileLister: Improvement for the traditional (non-lightbar) user itnerface when displaying extended descriptions with ANSI codes
-
- Feb 27, 2025
-
-
Eric Oulashin authored
DDFileLister: Refactored the way the settings & colors are structured in the code. No functional change.
-
- Feb 26, 2025
-
-
- Feb 25, 2025
-
-
Eric Oulashin authored
DDFileLister: Fix for color usage when a long filename is used in the description for some edge cases
-
- Feb 23, 2025
-
-
Eric Oulashin authored
-
Eric Oulashin authored
-
- Feb 22, 2025
-
-
DDFileLister: Filenames too long for the menu now displayed above the (extended) description. User can now toggle extended descriptions by pressing X within DDFileLister. Requested by Nelgin.
-
- Feb 21, 2025
-
-
Eric Oulashin authored
DDFileLister: New configuration option, displayNumFilesInHeader. Forgot to include it in the .cfg file in my last commit.
-
- Feb 20, 2025
-
-
Eric Oulashin authored
DDFileLister: Now optionally displays the number of files in the header at the top of the list, confirtable with the displayNumFilesInHeader option in the config file
-
- Dec 27, 2024
-
-
Eric Oulashin authored
DDFileLister: New configuration setting: useFilenameIfNoDescription - If a description is empty, show the filename in the list instead. For Retro Guy.
-
- Dec 09, 2024
-
-
Eric Oulashin authored
ddfilelister: Check whether 'desc' is a string in file metadata before trying to use it. Should fix issue #839
-
- Nov 24, 2024
-
-
DDFileLister: When editing file information, check whether cost and times_downloaded exist in the metadata before accessing them. Reported by Ragnarok
-
- Nov 13, 2024
-
-
DDFileLister: Check whether cost is in the file metadata before using it. Also, when getting a file's full path, ensure its name is passed to get_path(), as described by the JS documentation.
-
- Nov 09, 2024
-
-
- Nov 02, 2024
-
-
Eric Oulashin authored
ddfilelister: Clear the console line counter before any searching, etc., to prevent screen pauses. This should help with issue #806
-
- Nov 01, 2024
-
-
DDFileLister: Made 'view file' from the xfer menu actually work when used as a loadable module (FL_VIEW). Updated extended information view for files.
-
- Oct 31, 2024
-
-
ddfilelister: Fix for issue #806 - When scanning files, don't pause for user input between directories.
-
- Sep 17, 2024
-
-
Eric Oulashin authored
DDFileLister: Fix for replacing cursor-right codes to allow finding & replacing all of them in a string
-
- Sep 16, 2024
-
-
DDFileLister: When displaying a file description, remove/replace cursor movement characters, which can corrupt the display
-
- Sep 14, 2024
-
-
DD file lister: Check for null when getting extended metadata from the DB (possibly caused by corruption). Also, allow changing the filename when editing file info/metadata.
-
- Aug 28, 2024
-
-
- Aug 17, 2024
-
-
- Apr 09, 2024
-
-
Eric Oulashin authored
-
- Mar 23, 2024
-
-
Eric Oulashin authored
DDFileLister: (Hopefully) Fix for descLines being undefined in getFileInfoLineArrayForTraditionalUI()
-
- Mar 12, 2024
-
-
DDFileLister: List header line refresh fix - Right border characters were shifted left 1 char (noticeable when the batch add success dialog closed)
-
Eric Oulashin authored
substrWithAttrCodes() fix (string was too long by 1 char; in dd_lightbar_menu.js); a couple of small corresponding updates in ddfilelister.js
-
- Mar 09, 2024
-
-
Eric Oulashin authored
DDFileLister: Description search as loadable module now works. Added mention of Ctrl-C to the help screen.
-
- Mar 06, 2024
-
-
Eric Oulashin authored
-
- Feb 29, 2024
-
-
Eric Oulashin authored
DD File Lister: Fix for possibly no file description when adding to the batch DL queue. Also, fix for file description screen refresh (off by one column) for extended descriptions.
-
- Feb 10, 2024
-
-
DD File Lister: New sort option in the config file: PER_DIR_CFG, which has Synchronet sort the file list according to the file directory's configuration
-
- Feb 03, 2024
-
-
Digital Distortion mod refactor: Remove use of backslash() (just append a /); use js.exec_dir instead of the old hack to find the startup directory. No functional change.
-
DD file lister: More checks for pFileList[pIdx] and the 'desc' property when getting the description
-
- Nov 12, 2023
-
-
DDFileLister: On start, if console.aborted is true (due to the user pressing Ctrl-C, etc.), then return -1 to stop a file scan in progress.
-
- Oct 25, 2023
-
-
Eric Oulashin authored
DD File Lister readme: Removed inclusion of "Scan Dirs" in line saying it could be used for such (it should be used only as the List Files loadable module)
-
- Sep 18, 2023
-
-
Eric Oulashin authored
DD File Lister: If used as a loadable module and blanked out the NFilesListed string, then revert NFilesListed on exit of the script
-
- Sep 17, 2023
-
-
Eric Oulashin authored
DD File Lister: Blank out the "# Files Listed" string if used as a loadable module (optional, defaults to true)
-
Eric Oulashin authored
-
- Sep 03, 2023
-
-
Eric Oulashin authored
DDFileLister: Fix for the lightbar interface: When erasing the file info window, the file date is not shown on a duplicate line if the file date is already showing in the description area (i.e., for a 1-line file description). The veresion is now 2.14
-