Jump to content

adrian

PW-Moderators
  • Posts

    11,215
  • Joined

  • Last visited

  • Days Won

    373

Everything posted by adrian

  1. Absolutely - the best way to learn something is when you have to teach it to someone else!
  2. Hi SamC - sorry you find it so confusing. I would love to revamp the "docs" in that blog post into a proper set of docs, but I just don't have the time. If you come across things you don't understand, please ask in the Tracy support thread. It has a huge number of tools, but the key things are the automatic reporting of errors, the dumps panel using bd() calls, and the Console panel. If those are all you get familiar with, that will be of great help.
  3. It's a fantastic way to give editors a way to control page content without mangling things into an RTE. Also, if you happen to have any sites around where you have used PageTable fields for this and feel like an upgrade to RepeaterMatrix, take a look at the one click converter included in AdminActions.
  4. Really minor, but sometimes the order of local vs Google drive packages is switched. Maybe it would be nice if they were always consistent?
  5. Not sure if you can do anything about this. wireMailSMTP's changelog is not being parsed properly is it? Also, you have a Tracy bd() call on line 702. OT, but any reason you prefer: \TD::barDump() to bd() ?
  6. No worries - it's changed in the latest version. Thanks for the feedback!
  7. Just saw this when upgrading AOS. Doesn't seem right. I see that @tpr is using integer versions again, but 168 was also an integer, so not sure why it would be reporting like this.
  8. https://www.google.ca/search?q=p+logo&source=lnms&tbm=isch&sa=X&ved=0ahUKEwif9PSKrIXYAhUZ0IMKHZ-3AZoQ_AUICigB&biw=1680&bih=930 There are so many similar looking "P" logos - what can you do
  9. Once again another great use for a brilliant module! I am sure we haven't yet touched the surface of what can be done with it
  10. I'll have a think about this one - thanks for the idea. I have implemented this in the latest version - please take a look and let me know what you think.
  11. Do you feel like sharing your version at some point? Others might find it useful also!
  12. Hi @tpr - thanks for your idea. I almost did that when building this feature the first time, but struggled to come up with the right UX. Been going around in circles for way too long on this and I am still not sure how it should look. I am attaching a version of Tracy that includes the admin ajax search feature embedded into the PW Info panel. It's rough in look, but it works and returns exactly the same results as the admin version. Please note that it actually only works in the backend of your site at the moment - some missing dependencies. I know this is not really what you asked for, but I am wondering what the best combo would actually be. Would you guys make use of an ajax search? Would it make sense to combine the ID and page search into one feature? Do we want edit and view links for results searched by name, rather than ID. Anyway, I am happy to implement something here - just looking for feedback on what you guys would find useful. TracyDebugger.zip
  13. adrian

    Again?

    Don't forget about us non-webGL folks! Otherwise a blank page is definitely a sign of a very tiny agency
  14. Thanks for considering the undo/review option. As for CustomUploadNames, I have adjusted the hook priority in that so you don't need to consider it now in AutoSmush.
  15. @erikvanberkum - turns out @lpa had the same issue so I have added a workaround to handle that bug in the older version of PW.
  16. Hey @kongondo - lots of warnings and notices. I am running php 7.2. I don't see any issue with The requested process does not exist - that sounds to me like the Process module wasn't installed properly, or the Admin > Blog page somehow has an incorrect Process assigned to. @Sebastian - can you check those?
  17. Depending on how complex your needs are, the core does offer some support. Use something like this for the selector value for a page field: parent=page.otherpagefield That allows for ajax population of one select based on the selected value of the otherpagefield
  18. If you want a non-default theme, I would recommend setting the config variable in your config.php file. $config->defaultAdminTheme = 'AdminThemeReno';
  19. I have similar issues with this - they're all already so small, but I get the feeling that google penalizes based on possible percentage reduction, rather than actual bytes saved.
  20. Sorry for taking so long to get back to you @matjazp - I just tested your svgo implementation and it's awesome! The only catch I have is with svgo itself. Sometimes it can break svgs - elements can get moved, etc. I am wondering if you have any thoughts about building in an "Accept Compressed Version" ? Maybe another alternative would be a "Restore Original Version" button that would removed the optimized version and replace it with the backed up one? The other thing I noticed is that if you are running my CustomUploadNames module the backed version keeps the original filename - would you mind changing it to use the new name instead please?
  21. @flydev - this might save you some time: https://github.com/adrianbj/TracyDebugger/blob/c6335760db5467fe018a30c853abf7d4c1c6c967/panels/ProcesswireInfoPanel.php#L288-L306 It provides other options for detecting mod_rewrite, but might also be helpful for mod_userdir
  22. They are different beasts, but you can get the label like this: $page->table_name->getLabel('select_field_name');
  23. Select will return a string. Select Multiple will return an array. The label or title is part of the field definition, not the stored value for that field for the selected row. Does that make sense?
  24. @flydev - just noticed the order of local vs Google Drive packages is reversed. Would be nice to have them both in descending order. Should they maybe also blended together?
  25. If you're running AdminOnSteroids I think you can do it there as well.
×
×
  • Create New...