Jump to content

matjazp

Members
  • Posts

    721
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by matjazp

  1. Yeah, monaco has large size, 32 MB, and it's slower on start than CodeMirror or Ace.
  2. That would prevent you from using Upgrade module, but yes, this is how it should be done in secure environments and how I have set all my sites (I'm on windows but the principle is the same). I upgrade (if at all) manually, since I'm the administrator of the server. Filemanager has some more options that might come handy: you can hide specific directories (eg. wire), you can hide "system files", hide file path in file details, hide symbolic link target, you can disable upload, download, edit, copy, rename, move, create, search, permissions. Those options are not available in module config settings, since the module is intended for site admins (superusers) primarily and I assume he would want all features enabled...
  3. Yes, CodeMirror and, later maybe monaco (PR's welcome).
  4. Hmm. never saw this, will take a look. EDIT: I like the way codiad works, that's how filemanager should work. It has more modern approach, it's fast, uses ace, it's more developer-centric. I did, tried it somewhere else (ProcessFileEdit perhaps?), but failed. Yes. I modified my original post to reflect that, I just forget it yesterday. Everything is possible, but I'm not sure in what direction will this module move (if at all). filemanager by itself allows hiding files of certain types, but it's disabled. The best way would be to try the original filemanager and all the options available (or you can try in the module itself, check config.inc.php). On windows, you can't change permissions. Displayed permissions might be inaccurate. I modified filemanager so that at least file permissions should be correct. On file info, you will see the correct owner of the file/folder and acl list.
  5. Yes. If you allow other users to use this module than it's not free anymore, see license file for filemanager. Unfortunately, I can't guarantee that. This is first alpha release of the module, just to see if there is any interest in this at all. I didn't write the components, I just made filemanager works in PW (and it was a LOT of work too).
  6. A module for managing files and folders. Supports creating, opening (e.g. viewing, playing, editing), renaming, moving, copying, deleting and searching for files. You can also view and change (not supported on Windows) file and directory permissions. https://github.com/matjazpotocnik/ProcessFileManager The author of FileManager component is (c) 2006 - 2018 Gerd Tentler, http://www.gerd-tentler.de/tools/filemanager/. I modified it to work with ProcessWire as a module. Please see license files on usage in commercial projects!
  7. +1 for entities1. I got this message: "Session: No handler found for action “Reduce 50%” on file ..." What handler? I guess this is because I don't have Imagick installed?
  8. I updated the links to the files in my dropbox...
  9. https://github.com/ryancramerdesign/AdminThemeUikit/issues/1
  10. Thanks for pointing it out. While I think in most circumstances trimming is ok, in this particular case it is not ok. I want the file I like, not what PW thinks I like So I fixed it (hopefully) please try v1.7.4
  11. Will think about undo option, but likely won't be soon, December is a busy month. I never used CustomUploadnames so have to test. I guess we are both hooking to the same method?
  12. Please grab the latest version (1.1.1) and test. reSmush.it has no support for svg, so you must use web server tools, aka sudo npm install -g svgo. I tested here on windows and included svgo.exe binary that add 8 MB to the download size.
  13. I'm running a few sites on IIS and never had problems, although I don't use ProCache (would you mind sharing web.config in regards to ProCache)? I also develop on IIS and everything works. Did you consult IIS/PHP log files? Event viewer?
  14. I won't invest time in svg upload issue. Thanks for the info on crop/variations. Missing those two buttons made me fix a bug in AS. Have some issues testing svgo on windows since there is no svgo for windows, the best alternative is svgop executable, but it's almost 40MB.
  15. Hm, I can't even upload SVG image, the spinner is running, no js error... Strange, another image field and upload is working. But there are no crop/variations buttons, this is how it should be?
  16. I'm not sure about that. This is file editor, not file manager. If one needs to create/delete/move/copy/rename files/folders etc. then it's better to use ftp manager or some php based file manager, maybe http://www.gerd-tentler.de/tools/filemanager/
  17. I can confirm this. That's why I still use 0.8.7 and not 0.9.4 ...
  18. Thanks for considering using AS, I'm sure some bugs might pop up Will check spatie's image-optimizer and see what can be done.
  19. Thanks, I've added this to readme.
  20. Sounds good. Please check v1.7.3.
  21. Don't know either. What do you suggest? Ah, forgot the label, will fix. Yeah, in my language I was "šlampast". Now go on and translate that word I was programming between making a lunch and was like a bee, flying from a flower to a flower...
  22. @adrian please update to v1.7.2 and check module config options. Lete me know if that works for you.
  23. matjazp

    Old Jquery

    I upgraded jQuery from 1.8.3 to 1.12.1, jQuery UI from 1.10.4 to 1.12.1, datepicker.js from 1.6.1 to 1.6.3 and updated longclick.js from 0.3.2 to 0.4.0 and it works just fine (after few quick tests). Then I tried jQuery 3.2.1 and jQuery Migrate 1.4.1 and it's working too (Migrate is required). jQuery 1.8.3 is released in november 2012. It's nothing wrong with that old version, but it just doesn't fit in the incoming new stable version of PW...
  24. matjazp

    Old Jquery

    https://detectify.com/
  25. matjazp

    Old Jquery

    A sec urity sca nner found this issue on my site on admin link (/processwire/): jQuery Selector Injection What does this mean? It is possible to manipulate the jQuery selector to take control of unintended elements. What can happen? The risk depends on the context of the application. If the selector is used to click on an object and an at tacker can manipulate the selector, then it would be possible to click on buttons such as "promote to admin" or "add to shopping cart". Resources If you’d like to read up on this finding, here are some handy resources you can check out. MISC - jQuery Issue #11290: selector interpreted as HTML MISC - jQuery versions with known weaknesses It's jQuery v1.8.3. The last "good" version is jQuery v1.12.1 (it passes bugs 11290, 9521, 2432 and 11974). Is this something to worry about?
×
×
  • Create New...