Jump to content

apeisa

Moderators
  • Posts

    4,632
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by apeisa

  1. Didn't know that, Ryan has pretty great technical solution there! I still stick with my opinion here: better to keep url change always clear decision. Avoid unnecessary redirects and url changes vs. some "/sample-page/" url from cheating at the beginning of the project
  2. Adrian, it does redirect (if pw handles the db write for 20 000 pages recursion without memory issues). But I do consider the redirect not optimal. News are often migrated from old url schema and there might be one redirect already, then it would be double redirect (performance issue also). Also we might have ajax polling etc, which won't work with redirect at all. I think "reusing" pages instead of remove + new as bad practice. Although might be good feature in dev phase. Personally I like to plan urls before developing, so no need to play with them afterwards.
  3. Renaming "News" page into "Latest news" does brake url for all 20 000 news you have in archive, doesn't it? ProcessWire has this right by default, trust me PagePathHistory helps a lot (I love it!), but not everything.
  4. I like all the new modules To be honest, I first thought the naming will be only done while publishing, not when edited. But the screenshot tells otherwise.
  5. Tuomas, thanks for your post and welcome to forums! Does that work universally, since there is another salt at filesystem (site/config.php)? https://github.com/ryancramerdesign/ProcessWire/blob/master/install.php#L610
  6. I have always done that kind of stuff using subpages or repeaters. So each variation is page too.
  7. I think others use full text search, which probably doesn't work with number strings like that.
  8. Have you tried *= or %=?
  9. Not sure I understand what you are doing. Product variations?
  10. Anssi, didn't know that it used to work different (showing template select when it's allowed). Like I said, I pretty much always have only one template allowed for children. Do you know is there some quick fix that would be backwards compatible?
  11. Teppo, great examples you are using. Next beer is on me!
  12. Nico, most of your clients seem to be pretty blurry, but that one fellow is exceptionally bright!
  13. The reason that template change is disabled (or rather just hidden) is that when changing template, adminbar doesn't know how to show the confirm page (on template change), because it redirects before that. When creating new page, then I think it's ok to have template select. Not sure which is better/simpler fix: showing it always and handling template confirmation on change situation - or just like now but making sure template select is available when creating new page. Reason this is little bit "non issue" for me personally is that I have 99% time only one template allowed.
  14. It says: Private video?
  15. Steve, great idea. I am wondering why not release this also as non pw class? I think the current market for this is very small if thinking only ProcessWire.
  16. Shouldn't comments be out of the core actually?
  17. I like the idea ceberlin. Catch, log and redirect 404 would make a lovely new module, but I don't see it as a feature for this one. I have heard about a fellow called Adrian, who creates about 5 modules in a week...
  18. Well, soma alone is a "feature" that most software projects can only dream of.
  19. Yep, user should have page edit access to content they are editing.
  20. Great site and I actually liked the nav.
  21. Peter: did you install page path history first and rename page after that? It doesn't work backwards. Now you need redirects module (or adding one row directly to page path table).
  22. Install page path history and rename with confidence.
  23. Nico, that's a super cool module! As a final step I suggest telling where to create the sometemplate.php and how to output the sometext field.
  24. I don't think there are any (I am no layer, laws do differ between countries and are utterly confusing to begin with), but the movie references here would definitely go into "quotation usage" here in Finland. You are building something new, using just a small pieces of something existing.
  25. Haha, that was fun. It delivered the message
×
×
  • Create New...