summaryrefslogtreecommitdiff
path: root/lib/Bookmarks/V/TT.pm
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2005-11-09 17:14:54 +0000
committerdakkar <dakkar@luxion>2005-11-09 17:14:54 +0000
commit27cff350e9e5fb832185bc14dee35b5b8f942a81 (patch)
treee89f9b5d457b711cce6d908ef0b33792cab20e75 /lib/Bookmarks/V/TT.pm
parentora il BookmarksManager gestisce per bene i tag multipli, e i template sono f... (diff)
downloadBookmarks-27cff350e9e5fb832185bc14dee35b5b8f942a81.tar.gz
Bookmarks-27cff350e9e5fb832185bc14dee35b5b8f942a81.tar.bz2
Bookmarks-27cff350e9e5fb832185bc14dee35b5b8f942a81.zip
* passati i template a HTML4, altrimenti l'autocompletamento non va
* aggiunto autocompletamento per i nomi di tag * migliorato il caricatore da YAML * aggiunto un convertitore XBEL -> YAML * aggiunto campo 'tipo icona' * aggiunta funzionalità di edit e delete di link * dopo ogni update di un link, i tag non più riferiti vengono cancellati * migliorato il recupero favicon, con tipo
Diffstat (limited to 'lib/Bookmarks/V/TT.pm')
-rw-r--r--lib/Bookmarks/V/TT.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/Bookmarks/V/TT.pm b/lib/Bookmarks/V/TT.pm
index f2f8e7d..d2063b6 100644
--- a/lib/Bookmarks/V/TT.pm
+++ b/lib/Bookmarks/V/TT.pm
@@ -3,18 +3,6 @@ package Bookmarks::V::TT;
use strict;
use base 'Catalyst::View::TT';
-sub process {
- my ( $self, $c ) = @_;
- my $ret=$self->NEXT::process($c);
- if ($ret==1
- and $c->res->content_type =~ m{text/html}) {
- my $ct=$c->res->content_type;
- $ct=~s{text/html}{application/xhtml+xml};
- $c->res->content_type($ct);
- }
- return $ret;
-}
-
=head1 NAME
Bookmarks::V::TT - TT View Component