1) I shouldn't have mentioned dots in page names. Obviously, for BoltWire this is "slightly" different than for other CMS's. Actually, I meant dots in the page title.
2) Sorry, in my last I mixed things up between action.create and my modified action.create but see below. On Nov 12, 11:26 pm, The Editor <[email protected]> wrote: > As of the latest version, you should get blocked from creating a page > with a ? mark which is what we want. Are you using an older version? For action.create it's blocked now. Using 3.3. But read on. > Free titles are fine, but you have to modify the create action to give > you an input field for the title. As is, it asks for a page name, not > a title, and then tries to generate a title from that page name > automatically. It seems a logical way to do things in the core. > However to get what you want I suppose we could just as easily do: > > 1) change [text target size=25] to [text title size=25] > > 2) add [session target '{=title}'] just after [session warn] > > 3) change [session savedata author,changesummary] to [session savedata > author,changesummary,title] > > If you like this behavior better we could consider changing the > default action. Of course, this would require every page to have a > title data value, which I'm not sure we want... I am already using this behavior. :) But what happens if your title is "who is dan?"? You will be redirected to page "who_is_dan?" which will be missing. It's title will be "who_is_dan". Obviously, this seems to happen as BoltWire does not test for question marks in titles if you use [session target '{=title}']. I am not sure what the best solution is. action.create with a text field for page name and title, with auto-fill if you enter one of them? Creating a plugin that converts the title so you can use [session target '{=title}'] and still get valid page names (with ?!., etc. removed)? > On Sat, Nov 7, 2009 at 4:02 AM, Markus <[email protected]> wrote: > > > You can create a page "who is dan?". You will be redirected to page > > "who_is_dan?" which will be missing. It's title will be "who_is_dan". > > > Suggestion: When creating a page "who is dan?" the question mark > > should be left untouched for the title while being replaced in the > > file/page name. > > > Some CMS's seem to remove any ?!,. etc. which I think is okay too. > > > Also pages like "dan, creator of boltwire, interviewed" are > > disallowed. > > > Why disallow ?!,. in the page name? It shouldn't be of any concern to > > the user that these characters are disallowed for the file/page name. > > Free titles for everyone! > > > Random example > > (Blogger):http://librarytypos.blogspot.com/2009/11/fluro-for-fluorescent-fluori... > > > That's the way BoltWire should behave. Free its users while silently > > bypassing problems. > > > Regards, > > Markus > > --~--~---------~--~----~------------~-------~--~----~ > > You received this message because you are subscribed to the Google Groups > > "BoltWire" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/boltwire?hl=en > > -~----------~----~----~----~------~----~------~--~--- -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=.
