Giving another thought updating the counter can be implemented in server side instead of client side, inside UPDATE aiki_widgets function but it will be exception from forms and I prefer it to be implemented on client side in new Admin Interface.
-- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/948772 Title: changing widget css should change revision of style Status in Aiki Framework: New Bug description: style.php should have revistion at the end that will change every time user change widget css, because right now if you change css you won't see changes becasue css is cached by browser. there need to be $config['css_revision'] that will be changed wen changed css. I think that this is imposible to be automatic in current Admin Panel but can be easy added to new one, right now backed can be implemented, and Developers can change revistion by hand in config tab. Other solution for now is to add <?=time();?> at the end of css enabled by $config['css_timestamp'] To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/948772/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : aikiframework.admins@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp