Jump to content

adrian

PW-Moderators
  • Posts

    11,214
  • Joined

  • Last visited

  • Days Won

    373

Everything posted by adrian

  1. Yeah it really is an incredible improvement when you don't need all the stuff associated with a full PW page object.
  2. Hey @bernhard - new version is much better - thanks. I tested with 5000 pages and it is an order of magnitude faster than a regular find()
  3. Hey @teppo - I just noticed that with Chrome, it is reporting that JS is disabled: It's fine with Firefox though.
  4. If you go to a field's settings in the admin and then open the Request Info panel in TracyDebugger you'll see this. It's most of the settings available, but some like "required" doesn't show unless you have it checked for the field in question. Alternatively, also while visiting a field's settings, you can do this in the Console Panel:
  5. Best way to search the modules directory is via the PW Info panel in TracyDebugger:
  6. Just playing around with it now - so far looks fantastic in implementation. The only catch is that I am actually seeing slower response times. Take these two examples: VS Note that I am using the Console panels ability to only run the selected code. The ms values don't look good though for some reason - any ideas why?
  7. That module is excellent and works great in PW 3 - if you look at the support thread, @netcarver has been active very recently.
  8. Not sure, but this one does: http://modules.processwire.com/modules/process-email-to-page/ - not sure if it suits your needs or not, but might be worth a try.
  9. Thanks for that - I have commented on your request and also provided a very simple hack this get it working right now by including the tracy core file in the index.php at the root of your site. It seems to work brilliantly - great for debugging PW core files even. Would be great if others could add their +1 to this please!
  10. array( 'name' => 'markup', 'label' => 'Markup', 'description' => '', 'notes' => '', 'type' => 'markup', 'value' => '<strong>Test Markup</strong>' ),
  11. Maybe post a link here so others coming across this can go give it a thumbs up!
  12. Most of the time you can debug modules just fine - it all depends on the load order of things. I have asked Ryan via PM if he'd consider a special hook so that Tracy can be loaded earlier so that it's always available for all modules. Perhaps we need a Github feature request for this? Maybe it should come from someone other than me?
  13. A couple of tweaks today. 1) The "Template Info" section in Request Info panel now properly shows the data for the template being edited when you are editing the settings for a template in the admin. 2) The User Switcher now has an option to limit the list of available users by restricted roles. I had a site where I was using the Users system to store details for frontend members so the list was ridiculously long. Now I can exclude that member role to keep the list concise and easy to use.
  14. This is about as far away from what we had as you can get, but this would be brilliant. He has a great series of videos!
  15. Hopefully we are still considered too young to be grey nomads, but we actually did that in May/June of last year, although we were roughing it in the back of a 4wd - no RV for us Great adventure through some amazing country!
  16. Wow - that's a depressing start to the day! The nasty side of Aussie culture - fortunately we're not all like that.
  17. You are a freaking star! This is brilliant! Love the implementation as well. This is why open source rocks - I owe you several beers (or other beverage of choice) for this one! Seriously made my day - client meeting in the morning and this is going to make things so much better.
  18. Hey @Robin S - no worries - I hear things are a bit backwards in your part of the world BTW, I am a displaced Aussie - hope we can still be friends Thanks for pointing me in the right direction. The issue is that regex is greedy. You can see the problem here: https://regex101.com/r/ynCWrf/1 Here is a non-greedy that works fine: https://regex101.com/r/1Qta6X/1 Thanks again for a great module.
  19. Ok, maybe I was too subtle - by "thoughts", I meant "timeframe for implementing" Honestly not being pushy, just wondering if you are interested in doing shortly, or whether I do need to set up something else. This project has lots of fields with lots of checkboxes and having them all checked will be quite a common need, so it's pretty important for the editor's experience / efficiency.
  20. Hey @tpr - just wondering if you'd had any more thoughts on my idea for a check/unceck all option for multi-checkbox fields? I am going to need some sort of solution for one of my current projects. I can hack something together if need be, but I know you'll do a better job If you don't have time, or desire for this, just let me know - thanks!
  21. So this is what is being returned: user_name]]. This is blah [[central_name so it's removing the opening delimiters from the first tag. I have tried a few different delimiters with no luck so far. Any other thoughts?
  22. Also wondering what you might think of an option to disable the dialog popup. For the needs of my current project I just want the dropdown for inserting the tags, but none of the tags have editable attributes so I think it would be preferable to not add the double-click handler on the inserted tags.
  23. Hey @Robin S - I am seeing something weird where if I insert more than one code into a block of text. It all looks good until I save the page and then it reloads, and then all the text between the first and last code is highlighted in blue and connected so that's it no longer editable. Can you reproduce? Thanks!
  24. @bernhard - is it worth adding a comment to this issue? https://github.com/processwire/processwire-issues/issues/480
  25. You can use any type of field directly, but if you have more questions, I think your hunch to start a new thread is probably a good idea - this isn't really AdminActions specific anymore.
×
×
  • Create New...