Jump to content

adrian

PW-Moderators
  • Posts

    11,210
  • Joined

  • Last visited

  • Days Won

    373

Everything posted by adrian

  1. Tabbing works find in the PW admin when editing a page - you can use the tab key to move between fields in any of the WireTabs - Content, Custom tabs, Settings, etc. Maybe I am not understanding the issue you are referring though ?
  2. New links from the Debug Mode panel's "Cache" section to edit it in Adminer: Adminer DB icon links to where you can easily review the cache content, edit, change the expires datetime, or delete it. Also note that Adminer now has @bernhard's request for a PW icon link back to the site's PW admin backend. Let me know if you guys have any suggestions for other direct links to Adminer - I am finding these very handy.
  3. Sorry, I haven't forgotten - just had other priorities get in the way - I'll try to take a look soon.
  4. @lenoir - I think all those old themes should be removed from the modules directory - hopefully with the imminent site rebuild they will be. I think the problem with PW's admin theming approach is that new functionality doesn't make it into 3rd party themes. I have always said that we need a skinning approach, rather than (or perhaps in addition to) theming. That said, the approach that AdminThemeBoss takes is in effect a skin, rather than a separate theme and I think this is great and is perhaps a model for others to follow.
  5. @ryan - this issue still exists on 3.0.119 - any chance of a fix please?
  6. Yep, that seems to fix it.
  7. @kongondo's approach is definitely the best for PW, but just for extra info in case you ever need to do this with a standard PHP array, you can simply do: The ugly way is rarely useful, but I suppose there might be more flexibility depending on your needs.
  8. Hey @tpr - no big deal, but the most recent version of PW has broken the layout slightly when using AOS's compact header option.
  9. I've added a note to the README
  10. Probably, but honestly as a user I think I might go back from uBlock to ABP to get this feature ? I actually really hate these cookie banners - who of us out there actually bother to use them to decline setting cookies anyway?
  11. What do you think about having fieldsetTabs actually separated out into tabs in the editing interface - I think this would be a really helpful addition.
  12. Seriously brilliant @Robin S - this is going to be an absolutely huge timesaver! I think this deserves a screencast in the first post showing the layout change dynamically as percentages are adjusted - so cool!
  13. Not sure but I think @netcarver has been doing some work along the lines of finding unpublished modules, so maybe there is some crossover or code that can be shared?
  14. Thanks for figuring that out. Not sure if you are using http://prebake.eu/ or whether AdblockPlus blocks these by default now.
  15. @Robin S and anyone else interested - there have been several small updates over the last week. Some reorganization of the form and some tweaks to the pluralize functionality, including now automatic selection of the page field value type and input field type based on the plurality of the field label. Anyway, please update to the latest and let me know what you think of the new tweaks.
  16. Those shouldn't have an effect on this. Perhaps you can share your module settings. And also, please try in a browser incognito/private mode to make sure the accept cookies are not already set.
  17. You can read more about wireCache here: https://processwire.com/blog/posts/processwire-core-updates-2.5.28/#wirecache-upgrades
  18. Thanks for letting me know - it happened when the load order of panels was different to what I had set up. It should be fixed in the latest version.
  19. Typically for ajax calls I host a PW bootstrapped php file at the root of the site (ie above /site/).
  20. I really like your sentiment @Ivan Gretsky and I do think we should refrain from dismissing any questions, but if you look at Nvim's post history: https://processwire.com/talk/profile/7184-nvim/ their very first post in this forum was "Is Codelobster IDE any good?" - unfortunately I don't think they have much (if any) genuine interest in PW. Even when they posted what seemed like it might have been a genuine question (https://processwire.com/talk/topic/20104-how-to-convert-relational-data-in-pw-pages) which was given a thoughtful response, they never followed up - not even a "like" on the response.
  21. I just added several new links to Adminer from the Request Info panel. That Adminer icon links directly to this: These links have been added to the following Request Info sections: Page Info Module Settings Template Settings Template Info Field Settings Obviously be very careful editing content directly in the database like this - it's certainly possible to do critical damage!
  22. Probably ? - that would be a Github issue/request for Ryan if you're keen!
  23. That's because ProcessTracyAdminer is included as Part of TracyDebugger. This is a normal response for any included "helper" module in ProcessWire. Personally I don't like this behavior, but it is as expected. ProcessTracyAdminer will be automatically updated when you update TracyDebugger.
  24. A couple of new features worth mentioning: 1) The RequestInfo panel's Field List & Values section now has a new "Adminer" column with a link to open the row for chosen field for the current page directly in Adminer. 2) I have finally committed the autocompletions for PW methods, properties and $page fields for the Console and File Editor panels. Hopefully you'll find this a nice shortcut, but more importantly a learning experience by finding new methods you didn't know about (or forgot).
  25. Thanks @Robin S - really appreciate the quick fix. I actually have ~5000 siblings and it still seems to be working ok.
×
×
  • Create New...