-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Manager plug-in does not display all files and directories on ruTorrent 5.0 #52
Comments
The scroll issue bisects to this commit here: Novik/ruTorrent@b936446 I'll report back once I understand why that's the culprit. I believe there's a separate, different issue with the [...] button in the Move/Copy dialog as well. |
The scrollbar problem stems from this line of CSS being removed: div#tdcont > div {height: 100%;} Adding it back fixes the file manager scrolling issue. |
For the next 5.0 issue, the copy and move buttons were broken by: |
Couple minor fixes, and a much simpler API for managing directory selection Closes nelu#52
Couple minor fixes, and a much simpler API for managing directory selection Closes #52
Thanks anthonyryan1 for the quick fixes. |
Fix of input onchange event for proper file names: Novik/ruTorrent#2745 and triggered here:
|
We intend to support ruTorrent I'll look into getting your PR merged for v5. We are working on |
Right now the latest release https://github.com/nelu/rutorrent-filemanager/releases/tag/v1.2 is stable and compatibile with ruTorrent v4.x and v3.x . The compatibility changes for ruTorrent 5.x are on separate branch for now, and wont reach master untill a stable release of ruTorrent. |
For the time being use this branch for ruTorrent v5.x : https://github.com/nelu/rutorrent-filemanager/tree/v5-compat |
* Fix ruTorrent 5.0 compatibility (#53) Couple minor fixes, and a much simpler API for managing directory selection Closes #52 * started splitting app js into smaller modules * splitting app js into smaller modules * app load after language translation in order using event based calls * handling multiple rDirBrowser instances in the same dialog window * version bump * input file using bootstrap cache disable for twig templates archive password field using bootstrap * filename update on path change * update twig to v1.17.1 clean dialog management * change for v5 & clean css * change for v5 & clean css * ide friendly view file extensions * ide friendly view file extensions startbutton with dialogId * move code to ui dialogs component addjailpath with mixed arguments * move manager to FileManagerAction ide friendly object instances for ui components move data frame dom creation to ui * dialogs changes: move copy delete force trailing slash for jaildir * dialog views updates and fixes for v5 * revert dialog view file extension: a plugin for .twig file extnsion for ide works better * format for twig files * move files tab context menu handling in ui component moved actions component to file * moved code to ui filesystem component cleanup unused methods * fix context menu * files in clipboard notification for hotkeys fix file name display containing multiple spaces - issues/54 * clean dialogs move code from dialog views to actions component dialog hide method dialogs getter and setters clean ui dialogs method calls * rename ui property browser to filenav to prevent misinterpretations with browser package * basic tests for dialogs: delete and create dir * working action history console button updated file names check list styling for v5 * table interface methods * using workaround to get row id fixed context menu for both types of view table event handlers method names * using pre whitespace in css * Fix template loading if ruTorrent is hosted in a directory (#59) flm.utils.buildPath() returns an asbolute path, which is generally desirable but if someone were hosting rutorrent at a subdirectory like /rutorrent/ then it will load from the domain root, instead of relative to /rutorrent/ Change "/" prefix to "./" to load relative to whatever page is currently loaded. Also disambiguate the isValidPath() comment. * ready method in filemanager plugin * password macro input groups localisation * fix table context menu select entries: restrict to right click * fix double click navigation method for setting fileNav.selectedTarget from a table entry getter and setter for fileNav.selectedTarget * using bootstrap for navigation head * add css classes to rDirBrowser css style to pathbrowser dialogs --------- Co-authored-by: Anthony Ryan <anthonyryan1@gmail.com> Co-authored-by: nelu <nelu@github.com>
If you have more than 34 items (files and directories included), the list just gets cut off and does not display any items from 35th entries forward. Scrolling down further and only blank spaces can be seen.
The text was updated successfully, but these errors were encountered: