ajaxovic

Results 9 issues of ajaxovic

Can't extract strings from latte syntax like ``` ('address'|translate) _('address') ``` using this code (in console) ```

Can't extract strings from latte syntax like ``` ('address'|translate) _('address') ``` BTW: it would be nice if you can extract strings from compiled latte, like `call_user_func($this->filters->translate, 'address');`

If you wan to move event in webgui from one calendar to another, system report `Could not update event: Unexpected CalDAV error.`. It took me for a while to find...

When you enable plugin, you can't add new calendar, because parameter "driver" is not passed into props attribute of button command. JS expect json there and got empty string =>...

When calendar was edited, even when only color was changes, password was overwritten and calendar does not work anymore. Little fix here...

Hello! Thanks for great idea. Password managers are great, but if developer can't control it... Anyway... I don't know where is problem, but I have shifted bullets in tex input...

Maybe, it would be really nice to save (with param --statistics or whatever) counts of brick with colors. Something like `red: 5; blue: 50` I really love this project and...

enhancement

#120 - When tempPath was set in neon in JS and CSS section, first occurrence was overwritten by last occurrence.

In Neon config: ``` webloader: css: default: tempDir: 'css/min' tempPath: 'css/min' files: - %wwwDir%/css/style.css js: default: tempDir: 'js/min' tempPath: 'js/min' files: - %wwwDir%/js/script.js ``` this will result into this urls...