Jump to content

matjazp

Members
  • Posts

    721
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by matjazp

  1. I tried inserting this link and it works here. There is something that makes text formater to fail and then just plain text is rendered. As netcarver pointed, remove the link to video altogether, save the page and the insert it again. Also, the site sometimes takes a long time to load at all, but its unrelated I guess.
  2. And that commit also brings some other nice features, thanks Ryan
  3. Hm, I don't consider this as an issue, rather personal preference or maybe annoyance, that can be dealt with a few css tweaks, although I didn't attempt to do it (yet), waiting for more experienced CSS developers
  4. Agree. We all love space to breath, but in this case this is just too much. Especially those notices are annoying with their height. On the other hand, this is just default theme, waiting to be "pimped" ...
  5. It looks like Tracy bd call. Either install Tracy or remove that bd() in line 471.
  6. Awesome! I've been missing this feature for centuries
  7. Please provide the full stack (everything in red). It looks like C:/xampp/htdocs/xxx/site/assets/cache/Page/ folder is not found/accessible? Does it help if you run aiom in development mode? After providing above answers, please replace /site/modules/AllInOneMinify/AllInOneMinify.module with this one attached. AllInOneMinify.module
  8. Hmm, sound interesting...
  9. You can comment out the rule and off you go. It has nothing to do with localhost or server, you're probably running different version of AS. I removed padding in v1.1.0.
  10. To be honest I don't have enough knowledge on what's really going on in the source files, I just included fixes and PR's from others, hoping that it might help them. But it's not a problem for me to maintain this fork with PR's of other contributors, if that helps.
  11. I have a forked version at https://github.com/matjazpotocnik/ProcessWire-AIOM-All-In-One-Minify that includes a lot of pull requests and fixes from several contributors. Test on dev site first!!!
  12. @suntrop put setlocale() in /site/init.php There is also $languages->setLocale(); https://processwire.com/api/ref/languages/set-locale/
  13. https://unicode-table.com/en/ but I guess not enough options...
  14. Of course. And I can do it even without AOS ;-)
  15. Thx for info and for legacy link. I must be lucky since I drive like 5 mins to work
  16. Based on https://processwire.com/about/requirements/ PW does not require iconv, but installer does check for it.
  17. Do you have iconv support enabled? Check with phpinfo();
  18. @Martijn Geerts I upgraded from 0.8.7 to 0.9.4 and I get: Warning: Invalid argument supplied for foreach() in C:\inetpub\wwwroot\site\modules\AdminCustomFiles\AdminCustomFiles.module on line 249 $files = NULL $dependencies = string(41) "ProcessPageEdit AdminCustomFiles/test.css" Also, AdminCustomFiles.js fails at line 19. I see that you dropped support for PW 2. Any reason for that?
  19. Maybe this can help? //https://github.com/FlipZoomMedia/ProcessWire-AIOM-All-In-One-Minify/issues/64 $_timestamp = ((int)$_timestamp + $file['last_modified'] + hexdec(md5(basename($file['absolute_path']))));
  20. Can't tell for sure, but it looks like... its minified, but files are equal. @dreerr are you sure you installed "clean", that is you are not overwriting wire folder but instead create a new wire folder? Just to be sure... <ul class="PageListActions actions" style="display: none; opacity: 0;">...</ul> This is triggered on hover, I can "see" the style is changed to display: inline; opacity: 1 but after that it is hidden by Jquery hide()...
  21. He did. It look like ProcessPageList.js is hiding it in SetTimeout. But I can't find out why. And, I can't reproduce on my install...
  22. It has to be something along this, as after I login, I don't get page tree, just header. I also get no content on Pages, Setup, Modules, Access...
  23. Done, please check v1.6.8 on GH.
  24. Thanks for PR. Bumped to v1.6.7: - Control for line endings - Extend directory start list with a scan of the templates subfolder - Change icon to pencil-square-o - CodeMirror update to 5.30.0
  25. This is known bug/inconvenience/annoyance: https://github.com/ryancramerdesign/ProcessWire/issues/1854
×
×
  • Create New...