On Sat, Mar 20, 2010 at 2:54 PM, Markus <[email protected]> wrote: > First round to reduce clutter and wordiness on system pages. (And > remove workarounds for line spacing issues that are no longer needed.) > > I improved action.backup quite a bit (I hope you agree). Just have a > look at the code and test the added functionality. > > Unfortunately, I must have introduced a little bug that breaks the > backup file listing after submitting. Can't find it. > > I'll upload them to the group. (This page has no button to attach > files. What's that for a mailing list?)
Where are these files? At the google list. I must confess, like Kevin--I never look there... > I wondered why messages like "Your backup was successful." are not > embedded in the action page? I expected a variable to be passed to the > page, like "success" which could be true or false and which determines > how the action page would proceed. This is how messages are generally handled--so you can customize them all in one location (site.messages), and/or language translation files. It is probably more consistent this way too, as many commands have messages, that have to return some value. So a true or false message trigger would not work in some (most?) cases... Cheers, Dan -- 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=en.
