-
$this->form->create(...) seems to generate a RoutingException in libraries (sub modules), which is very weird...
Uncaught exception 'lithium\net\http\RoutingException' with message 'No parameter matc…
Ciaro updated
12 years ago
-
The preview site we have used until this train only allows us to preview dialog translations:
http://ozten.com/random/browserid/bid_test.html
Now that we also localize the main site, localizers need …
-
If i have my own localized router for example
``` php
class Localized extends \lithium\net\http\Route {
protected function _init() {
$this->_config['template'] = '/{:locale:[a-z]{2,3}}'…
-
Hi, in order to get lingua running with Express 2.4.7, i have made a simple modification in lingua.js, not sure of what's occured with this version...
I also added a '_' var which permits a direct ac…
-
AS 2.\* called the model method but this fork doesn't (only calls it on the controller). In 2.\* if the method returns false then the link is inactive (but shown) on the record.
I'm working around …