Jump to content

szabesz

Members
  • Posts

    2,922
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by szabesz

  1. Hi Marcell, What @adrian said and I also recommend configuring the template of the User where you can do even more. Just edit the Fields settings of User template and on the Input tab of the given field set the visibility to Hidden (not shown in the editor):
  2. Well, while I like your idea, a "changelog" would be more useful. Sure, we are talking about two different things, at least API additions and changes are part of the changelog and not the other way around. Regarding your idea, the solution relying on a cached version sounds very useful, however, the absence of the @since tags is a pity, I agree. Utilizing both would be the best... ?
  3. Regarding .htaccess and (the rare case of index.php) changes I tackle them by using Beyond Compare as the fastest GUI diff app around. Since the PW upgrade does not delete these files but renames them, after the update I can use Beyond Compare's "compare to" feature to compare two files not having the same name, and this way I can easily apply any changes of the new .htaccess to the old, modified version of mine.
  4. What @clsource said, and in addition: I recommend clicking the "Watch button" of "processwire/processwire-issues" at Github (and optionally on processwire-requests) and keeping the incoming emails organized, at least those you are interested in. It would be great though if @ryan could come up with an automatically generated "changelog", one that can somehow automagically be injected into his blog posts and the new docs he is currently working on. Side note: for module "changelogs" I recommend using https://modules.processwire.com/modules/module-release-notes/ by @netcarver Regarding the ProcessWire core changes, maybe Ryan could make it possible for Netcarver to hook into the PW upgrade process so that Github changes can also be listed by ModuleReleaseNotes.
  5. My son is interested in programming not in hardware so our C64 is waiting for its new owner. Just PM me...
  6. Carbon Copy Cloner 20% off (November 28-30): https://bombich.com/
  7. Thanks for the tip! Yeah, I guess this will do the trick ?
  8. Thanks for this, I think I will keep it uninstalled, partly because I do not like it's menu item to appear in the main menu. However, on he Tracy settings page: Adminer settings are available here. results in a system message "Unknown module", so you might wan to change it to something like Adminer settings are only available when the Process Tracy Adminer module is installed.
  9. Hello @Gadgetto The easiest way to add Codemirror is by using AdminOnSteroid module, see: https://github.com/rolandtoth/AdminOnSteroids/wiki/CKEaddons Beside a one click install, you can also configure loads of other things to your liking ?
  10. New kid on the block: https://squoosh.app/ Found in this otherwise recommended article: https://www.i-programmer.info/news/146-uiux/12318-news-from-chrome-summit.html with other gems like: https://chrome.google.com/webstore/detail/visbug/cdockenadnadldjbbgcallicgledbeoc/rela and https://web.dev/measure
  11. It is quite common to use one or two characters for "translate functions", since they are typed and used a lot. Some examples: https://codex.wordpress.org/I18n_for_WordPress_Developers https://api.drupal.org/api/drupal/includes!bootstrap.inc/function/t/7.x https://docs.joomla.org/Making_templates_translatable Underscore appears to be a popular one.
  12. +1 75% OFF on new shared hosting plans and upgrades to GrowBig and GoGeek plans! https://www.siteground.com/ I'm using GoGeek, I can recommend it. Sure, SiteGround is serious about the limits the accounts are confined to, but if you can stay within those limitations, their service is good.
  13. More deals for Mac users: Backup your Windows on a Boot Camp partition, save 30%: https://twocanoes.com/products/mac/winclone/ The very best color picker and manager app for designers, save 50%: http://www.sipapp.io/
  14. Thanks for the link @flydev! How secure a VPN is always a contradictory topic. I am still testing it as far as speed, access and download possibilities are concerned. So far I cannot complain for the price/features ratio. As for DNS leaking I cannot say much, but I'n not really after rock solid privacy but instead: access. You are certainly right to point out that pureVPN might not be the one for anyone, however they have at least improved on their Refund Policy: https://www.purevpn.com/refund-policy.php. Your linked article mentions "3 GB or 100 sessions = VOID", currently they have a "31-Day Refund Policy" with exceptions like: "some payment methods do not support the refund option. We have clearly marked such payment methods "non-refundable" during the checkout process". All in all, I'm still testing...
  15. Hello, Currently I'm hunting for IT deals, so I thought I'd share what I find interesting. If you happen to find more IT and webdev related offers, please share it. VPN: Cheapest VPN with P2P, streaming (Netflix, BBC, etc...) support, multi device (routers too), 5 simultaneous device connections, 5 year deal: https://www.purevpn.com/ I did purchase it. MAMP Pro, I've been waiting for this ? new licence and/or upgrade: 25% by using a coupon https://www.mamp.info/en/store/black-friday/
  16. Hi, yes, there is: For this you might want to use cached data, or am I missing something?
  17. Hello, Before outputting anything in your template file, simply check: if ($config->ajax)... eg: If you do not use jQuery – which does this for you – you need to add this key-value-pair to your requests: key: X-Requested-With value: XMLHttpRequest like : request.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
  18. I think it is highly improbable that anyone has the time to write a book on PW in the near future, however, the docs are being updated, extended and reorganized by Ryan so it will probably be a good substitute for a book anyway (and free ? ). See: http://processwire.com/blog/posts/rebuilding-pw-website-part2/
  19. Welcome to the PW forum, We have similar discussions, you might want to learn tips and tricks there: https://processwire.com/talk/topic/14587-mixing-pages-and-fields-in-a-page-list/ https://processwire.com/talk/topic/16886-linking-pages-to-each-other-without-being-parents/ https://processwire.com/talk/topic/15001-solved-reciprocal-fields/ I recommend reading @clsource's blog post, found here: https://medium.com/@clsource/understanding-processwire-templates-fields-and-pages-201aecd0a1a4
  20. Thanks for the write up, it looks promising indeed! In the long run, my client would be interested in such a feature for sure.
  21. Normally this is what you should do: make sure templates are set to "HTTP or HTTPS" – which is the default – on the URLs tab and certainly not to "HTTP only" in .htaccess, uncomment the rules under "9. If you only want to allow HTTPS, uncomment the RewriteCond and RewriteRule lines below." and yes, a properly installed SSL is a must ? recommended: also make sure you do not have any hardwired or third party http URLs
  22. AOS also has this tweak: https://github.com/rolandtoth/AdminOnSteroids/wiki/FileFieldTweaks
  23. More on Gutenberg (it is a bird's-eye view article, and as such just a quick read) https://toolset.com/2018/11/toolsets-plans-for-wordpress-5-0-and-gutenberg/ TL;DR:
×
×
  • Create New...