Jump to content

szabesz

Members
  • Posts

    3,024
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by szabesz

  1. https://github.com/processwire/processwire/blob/dev/wire/modules/Inputfield/InputfieldImage/PWImageResizer.js It has some example code as well. I've never tried to utilize it though... It is based on this one https://github.com/rossturner/HTML5-ImageUploader as described by Ryan here: https://processwire.com/blog/posts/processwire-3.0.63-adds-client-side-image-resizing/ Hope this helps.
  2. I'm glad you could have it fixed, however it is worth to note that the site might also get hit by other mod_security rules in the future, so it is best to turn off mod_security altogether. ProcessWire does not need it.... for example: http://www.amitb.info/dealing-with-a-mod_security-nightmare-with-apache-and-codeigniter/ quote: "First thing, don’t waste your time chatting with your hosting company support staff. The front line support staff is not very equipped with dealing these complicated things. They are usually adept in dealing with normal things which occurs in volumes. So skip them altogether." also: https://stackoverflow.com/questions/12928360/how-can-i-disable-mod-security-in-htaccess-file
  3. I would go for it. As Ryan pointed out, sending a Mac to a repair shop can cost a lot of money and I think the "safest" Apple laptops these days are the end of the line 2015 models. Generally speaking, end of the line models always suffer from less factory issues than brand new designs (which is the case with the 2017 line).
  4. Apple has a long record of producing brand new hardware design with various issues. However, in the past they used to repair them for free. These days they produce non-reparable machines in order to make them as flat as possible. This move is very concerning to say the least ? I only buy Macs because of mac OS. I would never use Windows. If mac OS dies for some reason, for me the only choice left is Linux.
  5. As I quoted you, I have the 2015 MBP, 16GB RAM and 256GB SSG. This is the standard model which became cheaper ($1600) when the 2017 model was released. I've been using it for almost 2 years without any issues.
  6. Watching some youtubers describing the faulty key issue, it appears to me that those dead keys are not covered by warranty but I might be wrong. Regarding displays, I used to get one replaced still covered by the standard one year warranty. It's just those new key issues is the one that Apple tries to ignore... No, I do not. I only render still 3D images and by using the CPU – also not too often – so I do not need more in this field.
  7. I'm working on this one. I like it a lot. Macs have speedy SSDs so multitasking is NOT an issue, even if you use Adobe programs parallel. In the past I could even work on a Air with 4GB RAM but to speed up 3D rendering (which I do sometimes) I had to switch. I do not know about Docker as I have MAMP Pro, but running NetBeans, 4 or more Adobe programs, 3 browsers, MAMP Pro, Mail app and 10 or more utilities is not an issue for me. It just runs fine. Also, 2017 MacBook Pros have bad record of keys of the keyboard becoming faulty and not working anymore. For this reason I would never buy a 2017 MBP. I hope this year's new keyboard update solves this issue. We'll see... BTW, I guess it is more like a Dev Talk than a General Support as it is not really ProcessWire related.
  8. I guess Ryan updates it from time-to-time. Up-to-date and with more info is grabbed from the source code for those who have the API Explorer module of Ryan's ProDevTools: See: Introducing the API Explorer module
  9. I would never rely on such online services. I also never let browsers save passwords nor credit card info (even worse). What I use is: https://keepassxc.org/download/ Original project: https://keepass.info/download.html
  10. From the blog post: "This will enable us to support different types 2-factor authentication and different providers. Much in the same way that we support different types of email providers with WireMail modules." I think there must be API based support to make individual authentication methods easier to implement.
  11. Hey guys, @jmartsch's initial post has 10 likes but the Github request only 5 thumbs-ups. Those who really want to support the request please do not forget to perform that click either.
  12. I reckon superusers will have the option to force 2FA upon all users, won't they? So far it sounds like this bit is not yet implemented, quote: "Once enabled, individual users CAN ENABLE 2-factor authentication for their account in the ProcessWire user profile editor."
  13. Hello, Related thread: https://processwire.com/talk/topic/1751-cant-get-pw-to-output-german-month-names/ you might also want to check out the first few results of this search: https://www.google.hu/search?q=admin+language+date+input+field+site%3Aprocesswire.com%2Ftalk Hope this helps.
  14. Generally speaking ProcessWire v2 modules should work under ProcessWire 3.x. The big change was to use namespaces in ProcessWire 3 but PW's "compiler" should take care of it in case of PW v2 modules. https://processwire.com/blog/posts/processwire-3.0.14-updates-file-compiler-fields-and-more/#file-compiler-updates If a module doesn't have a namespace, then FileCompiler will compile it to make it run under ProcessWire 3. Sure, there could be other issues as well, but it looks like a basic module using the PW API and was coded by Ryan, so I guess it works. Give it a try ?
  15. Thanks for the tip @LMD It is worth to note the new "tags for fields" search "shortcut" of ProcessWire 3.0.106: https://processwire.com/blog/posts/pw-3.0.106/ I guess title|field_a|field_b in your example could be simplified too by using this new feature. Provided it supports "named selectors".
  16. Hi, have you solved it yet? I'm asking this because if not, can you please clarify what you are after? I'm not following you...
  17. What if that required image one day becomes non-required? Usually I try not to rely on such settings.
  18. If I'n not wrong, @kongondo's VisualPageSelector module (commercial) should solve such an issue as it uses lister and its filters to select the related page: quote: "electable pages as per page field settings + Lister filters" see more: Or you might want to implement your own InputField which also uses ProcessWire's Lister and its user customizable page filter to select the page.
  19. I am yet to check out this module so I am for sure not the best person to answer this questions, however I think if you just write a short manual migration guide and prevent accidental upgrading then it should be enough for us developers.
  20. Sure, the example does not cover "everything" but some part of the screen. On a PW edit page, the most important bits of information are usually at the very top, so anything covering that area "automatically" is not something I prefer. Sure, when we start typing results start to cover that area but I'm not fond of covering anything just by getting the focus into the search box.
  21. What about a command AND the icon too? Maybe optionally. I do not like panels automatically covering anything.
  22. You linked to two completely different codebases: The "original" looks ProcessWire based: https://whatcms.org/?s=http%3A%2F%2Fwww.livius.org%2F https://builtwith.com/livius.org while this one is a table based – just look at the htlm source – oldschool site: https://whatcms.org/?s=http%3A%2F%2Fwww.witteneushoorn.nl%2F https://builtwith.com/witteneushoorn.nl
  23. Let's say you have custom "non-pw" db tables. +1 This sprung into my mind too when reading the post. What about being configurable? For example, I would prefer: --?
  24. Slightly OT but worth a read: Open Source GraphQL Engine Launched https://www.i-programmer.info/news/197-data-mining/11962-graphql-engine-launched.html quotes: "The GraphQL community can harness our lightweight GraphQL-as-a-Service engine and turbocharge any of their new or existing Postgres applications." "While this release focuses on Postgres, the plan is to add support for other databases in the future."
  25. https://www.i-programmer.info/news/83-mobliephone/11963-ten-years-of-the-apple-app-store.html some highlights for TL;DR readers: "...if it was a free market, then Apple would not have made more than an estimated $100 billion over the time, but programmers would be that much better off." "No right of appeal and if you talk to journalists then Apple has no intention of helping you at all. That this is an authoritarian regime isn't a point that you can argue against." "Windows Apps are almost as locked down as iOS apps. Only Google made the stupid mistake of letting Android go open source and it has been working steadily to take control back ever since. Assuming Android is still around in ten years time, my bet would be that the Play store will be just as much a walled garden as the others." "The App Store is mostly full of small apps that do frivolous things - it's a trinket store. Let's get back to real computing."
      • 2
      • Like
×
×
  • Create New...