Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision eb1efd21

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID eb1efd213a130776d9f2068437e7d6e21f54dec5
  • Vorgänger 41400107
  • Nachfolger 1d9947e0

Trennzeichen für Controller-Routing von :: auf / geändert

Conflicts:

templates/webpages/messages/form.html
templates/webpages/messages/list.html

Unterschiede anzeigen:

SL/Dispatcher.pm
282 282
  my ($controller, $action);
283 283

  
284 284
  eval {
285
    $::form->{action}      =~ m|^ ( [A-Z] [A-Za-z0-9_]* ) :: ( [a-z] [a-z0-9_]* ) $|x || die "Unroutable request -- inavlid controller/action.\n";
285
    $::form->{action}      =~ m|^ ( [A-Z] [A-Za-z0-9_]* ) / ( [a-z] [a-z0-9_]* ) $|x || die "Unroutable request -- inavlid controller/action.\n";
286 286
    ($controller, $action) =  ($1, $2);
287 287
    delete $::form->{action};
288 288

  

Auch abrufbar als: Unified diff