diff options
1503 files changed, 179 insertions, 158 deletions
diff --git a/.gitignore b/.gitignore index 2531fe4cd..2531fe4cd 100755..100644 --- a/.gitignore +++ b/.gitignore diff --git a/.htaccess b/.htaccess index 6cb3a0749..6cb3a0749 100755..100644 --- a/.htaccess +++ b/.htaccess diff --git a/INSTALL.txt b/INSTALL.txt index 574e90975..574e90975 100755..100644 --- a/INSTALL.txt +++ b/INSTALL.txt diff --git a/boot.php b/boot.php index c0aa9ba82..680ebde55 100755..100644 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1302' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1134 ); +define ( 'DB_UPDATE_VERSION', 1135 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/database.sql b/database.sql index a271e5491..010c63bb2 100755..100644 --- a/database.sql +++ b/database.sql @@ -34,10 +34,11 @@ CREATE TABLE IF NOT EXISTS `challenge` ( CREATE TABLE IF NOT EXISTS `config` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `cat` char(255) NOT NULL, - `k` char(255) NOT NULL, + `cat` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, + `k` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `v` text NOT NULL, - PRIMARY KEY (`id`) + PRIMARY KEY (`id`), + UNIQUE KEY `access`(`cat`,`k`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; @@ -542,9 +543,10 @@ INDEX ( `batch` ) CREATE TABLE IF NOT EXISTS `pconfig` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `uid` INT NOT NULL DEFAULT '0', -`cat` CHAR( 255 ) NOT NULL , -`k` CHAR( 255 ) NOT NULL , -`v` MEDIUMTEXT NOT NULL +`cat` CHAR( 255 ) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL , +`k` CHAR( 255 ) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL , +`v` MEDIUMTEXT NOT NULL, +UNIQUE KEY `access`(`cat`, `k`) ) ENGINE = MyISAM DEFAULT CHARSET=utf8; diff --git a/doc/Account-Basics.md b/doc/Account-Basics.md index 164a6be46..164a6be46 100755..100644 --- a/doc/Account-Basics.md +++ b/doc/Account-Basics.md diff --git a/doc/Bugs-and-Issues.md b/doc/Bugs-and-Issues.md index 46abea9a3..46abea9a3 100755..100644 --- a/doc/Bugs-and-Issues.md +++ b/doc/Bugs-and-Issues.md diff --git a/doc/Connectors.md b/doc/Connectors.md index 08b4c135e..08b4c135e 100755..100644 --- a/doc/Connectors.md +++ b/doc/Connectors.md diff --git a/doc/Developers.md b/doc/Developers.md index 17aff3869..17aff3869 100755..100644 --- a/doc/Developers.md +++ b/doc/Developers.md diff --git a/doc/Home.md b/doc/Home.md index 30efc93f7..30efc93f7 100755..100644 --- a/doc/Home.md +++ b/doc/Home.md diff --git a/doc/Install.md b/doc/Install.md index 9455c62ba..9455c62ba 100755..100644 --- a/doc/Install.md +++ b/doc/Install.md diff --git a/doc/Installing-Connectors.md b/doc/Installing-Connectors.md index 328e3b6c4..328e3b6c4 100755..100644 --- a/doc/Installing-Connectors.md +++ b/doc/Installing-Connectors.md diff --git a/doc/Making-Friends.md b/doc/Making-Friends.md index 3f1a24c8d..3f1a24c8d 100755..100644 --- a/doc/Making-Friends.md +++ b/doc/Making-Friends.md diff --git a/doc/Message-Flow.md b/doc/Message-Flow.md index bb1c063d3..bb1c063d3 100755..100644 --- a/doc/Message-Flow.md +++ b/doc/Message-Flow.md diff --git a/doc/Pages.md b/doc/Pages.md index d0e6776a4..d0e6776a4 100755..100644 --- a/doc/Pages.md +++ b/doc/Pages.md diff --git a/doc/Plugins.md b/doc/Plugins.md index 29dff3187..29dff3187 100755..100644 --- a/doc/Plugins.md +++ b/doc/Plugins.md diff --git a/doc/Profiles.md b/doc/Profiles.md index 716db908e..716db908e 100755..100644 --- a/doc/Profiles.md +++ b/doc/Profiles.md diff --git a/doc/Remove-Account.md b/doc/Remove-Account.md index ae5de2cb6..ae5de2cb6 100755..100644 --- a/doc/Remove-Account.md +++ b/doc/Remove-Account.md diff --git a/doc/Settings.md b/doc/Settings.md index 9808ecc5d..9808ecc5d 100755..100644 --- a/doc/Settings.md +++ b/doc/Settings.md diff --git a/doc/Tags-and-Mentions.md b/doc/Tags-and-Mentions.md index ce4e45f42..ce4e45f42 100755..100644 --- a/doc/Tags-and-Mentions.md +++ b/doc/Tags-and-Mentions.md diff --git a/htconfig.php b/htconfig.php index 9d9c8a2c7..9d9c8a2c7 100755..100644 --- a/htconfig.php +++ b/htconfig.php diff --git a/images/article.gif b/images/article.gif Binary files differindex 91aeef000..91aeef000 100755..100644 --- a/images/article.gif +++ b/images/article.gif diff --git a/images/audio.gif b/images/audio.gif Binary files differindex 4be977116..4be977116 100755..100644 --- a/images/audio.gif +++ b/images/audio.gif diff --git a/images/b_block.gif b/images/b_block.gif Binary files differindex 3bc7c056b..3bc7c056b 100755..100644 --- a/images/b_block.gif +++ b/images/b_block.gif diff --git a/images/b_drop.gif b/images/b_drop.gif Binary files differindex b08c68b62..b08c68b62 100755..100644 --- a/images/b_drop.gif +++ b/images/b_drop.gif diff --git a/images/b_drop.png b/images/b_drop.png Binary files differindex 6fc4d3b20..6fc4d3b20 100755..100644 --- a/images/b_drop.png +++ b/images/b_drop.png diff --git a/images/b_drophide.gif b/images/b_drophide.gif Binary files differindex 1207a935b..1207a935b 100755..100644 --- a/images/b_drophide.gif +++ b/images/b_drophide.gif diff --git a/images/b_dropshow.gif b/images/b_dropshow.gif Binary files differindex b08c68b62..b08c68b62 100755..100644 --- a/images/b_dropshow.gif +++ b/images/b_dropshow.gif diff --git a/images/b_edit.gif b/images/b_edit.gif Binary files differindex 79cb3c144..79cb3c144 100755..100644 --- a/images/b_edit.gif +++ b/images/b_edit.gif diff --git a/images/b_edit.png b/images/b_edit.png Binary files differindex 05711a094..05711a094 100755..100644 --- a/images/b_edit.png +++ b/images/b_edit.png diff --git a/images/calendar.png b/images/calendar.png Binary files differindex fbf52933d..fbf52933d 100755..100644 --- a/images/calendar.png +++ b/images/calendar.png diff --git a/images/camera-icon.gif b/images/camera-icon.gif Binary files differindex a4adf9adf..a4adf9adf 100755..100644 --- a/images/camera-icon.gif +++ b/images/camera-icon.gif diff --git a/images/connect-bg.png b/images/connect-bg.png Binary files differindex 0611c73e5..0611c73e5 100755..100644 --- a/images/connect-bg.png +++ b/images/connect-bg.png diff --git a/images/content-types.png b/images/content-types.png Binary files differindex e46eba610..e46eba610 100755..100644 --- a/images/content-types.png +++ b/images/content-types.png diff --git a/images/default-group-mm.png b/images/default-group-mm.png Binary files differindex bfc8b335a..bfc8b335a 100755..100644 --- a/images/default-group-mm.png +++ b/images/default-group-mm.png diff --git a/images/default-profile-mm.jpg b/images/default-profile-mm.jpg Binary files differindex 79c1a8530..79c1a8530 100755..100644 --- a/images/default-profile-mm.jpg +++ b/images/default-profile-mm.jpg diff --git a/images/default-profile-sm.jpg b/images/default-profile-sm.jpg Binary files differindex 348957fb4..348957fb4 100755..100644 --- a/images/default-profile-sm.jpg +++ b/images/default-profile-sm.jpg diff --git a/images/default-profile.jpg b/images/default-profile.jpg Binary files differindex 85fbca8cd..85fbca8cd 100755..100644 --- a/images/default-profile.jpg +++ b/images/default-profile.jpg diff --git a/images/diaspora.png b/images/diaspora.png Binary files differindex 725fae718..725fae718 100755..100644 --- a/images/diaspora.png +++ b/images/diaspora.png diff --git a/images/dislike.gif b/images/dislike.gif Binary files differindex 77779423c..77779423c 100755..100644 --- a/images/dislike.gif +++ b/images/dislike.gif diff --git a/images/document.gif b/images/document.gif Binary files differindex 02d940968..02d940968 100755..100644 --- a/images/document.gif +++ b/images/document.gif diff --git a/images/ff-128.jpg b/images/ff-128.jpg Binary files differindex eaa0a7e67..eaa0a7e67 100755..100644 --- a/images/ff-128.jpg +++ b/images/ff-128.jpg diff --git a/images/ff-16.jpg b/images/ff-16.jpg Binary files differindex 3621f5914..3621f5914 100755..100644 --- a/images/ff-16.jpg +++ b/images/ff-16.jpg diff --git a/images/ff-256.jpg b/images/ff-256.jpg Binary files differindex f80ba07f8..f80ba07f8 100755..100644 --- a/images/ff-256.jpg +++ b/images/ff-256.jpg diff --git a/images/ff-32.jpg b/images/ff-32.jpg Binary files differindex 7f3099916..7f3099916 100755..100644 --- a/images/ff-32.jpg +++ b/images/ff-32.jpg diff --git a/images/ff-64.jpg b/images/ff-64.jpg Binary files differindex b9cecf7c5..b9cecf7c5 100755..100644 --- a/images/ff-64.jpg +++ b/images/ff-64.jpg diff --git a/images/ff.xcf b/images/ff.xcf Binary files differindex a15425669..a15425669 100755..100644 --- a/images/ff.xcf +++ b/images/ff.xcf diff --git a/images/friendica-128.jpg b/images/friendica-128.jpg Binary files differindex f7d86ae50..f7d86ae50 100755..100644 --- a/images/friendica-128.jpg +++ b/images/friendica-128.jpg diff --git a/images/friendica-128.png b/images/friendica-128.png Binary files differindex d2792ab54..d2792ab54 100755..100644 --- a/images/friendica-128.png +++ b/images/friendica-128.png diff --git a/images/friendica-16.jpg b/images/friendica-16.jpg Binary files differindex ce59a70a0..ce59a70a0 100755..100644 --- a/images/friendica-16.jpg +++ b/images/friendica-16.jpg diff --git a/images/friendica-16.png b/images/friendica-16.png Binary files differindex 745b7ac6c..745b7ac6c 100755..100644 --- a/images/friendica-16.png +++ b/images/friendica-16.png diff --git a/images/friendica-1600.png b/images/friendica-1600.png Binary files differindex 615a81dd9..615a81dd9 100755..100644 --- a/images/friendica-1600.png +++ b/images/friendica-1600.png diff --git a/images/friendica-256.jpg b/images/friendica-256.jpg Binary files differindex 182810d62..182810d62 100755..100644 --- a/images/friendica-256.jpg +++ b/images/friendica-256.jpg diff --git a/images/friendica-256.png b/images/friendica-256.png Binary files differindex e965fbaba..e965fbaba 100755..100644 --- a/images/friendica-256.png +++ b/images/friendica-256.png diff --git a/images/friendica-32.jpg b/images/friendica-32.jpg Binary files differindex 4e697411d..4e697411d 100755..100644 --- a/images/friendica-32.jpg +++ b/images/friendica-32.jpg diff --git a/images/friendica-32.png b/images/friendica-32.png Binary files differindex 61764bf20..61764bf20 100755..100644 --- a/images/friendica-32.png +++ b/images/friendica-32.png diff --git a/images/friendica-48.png b/images/friendica-48.png Binary files differindex f858d9a81..f858d9a81 100755..100644 --- a/images/friendica-48.png +++ b/images/friendica-48.png diff --git a/images/friendica-64.jpg b/images/friendica-64.jpg Binary files differindex 050830fff..050830fff 100755..100644 --- a/images/friendica-64.jpg +++ b/images/friendica-64.jpg diff --git a/images/friendica-64.png b/images/friendica-64.png Binary files differindex 88cb8b016..88cb8b016 100755..100644 --- a/images/friendica-64.png +++ b/images/friendica-64.png diff --git a/images/friendica-96.png b/images/friendica-96.png Binary files differindex 76a102ef2..76a102ef2 100755..100644 --- a/images/friendica-96.png +++ b/images/friendica-96.png diff --git a/images/friendica.svg b/images/friendica.svg index 2105ef317..2105ef317 100755..100644 --- a/images/friendica.svg +++ b/images/friendica.svg diff --git a/images/friendika-128.jpg b/images/friendika-128.jpg Binary files differindex f7d86ae50..f7d86ae50 100755..100644 --- a/images/friendika-128.jpg +++ b/images/friendika-128.jpg diff --git a/images/friendika-128.png b/images/friendika-128.png Binary files differindex d2792ab54..d2792ab54 100755..100644 --- a/images/friendika-128.png +++ b/images/friendika-128.png diff --git a/images/friendika-16.jpg b/images/friendika-16.jpg Binary files differindex ce59a70a0..ce59a70a0 100755..100644 --- a/images/friendika-16.jpg +++ b/images/friendika-16.jpg diff --git a/images/friendika-16.png b/images/friendika-16.png Binary files differindex 745b7ac6c..745b7ac6c 100755..100644 --- a/images/friendika-16.png +++ b/images/friendika-16.png diff --git a/images/friendika-1600.png b/images/friendika-1600.png Binary files differindex 615a81dd9..615a81dd9 100755..100644 --- a/images/friendika-1600.png +++ b/images/friendika-1600.png diff --git a/images/friendika-256.jpg b/images/friendika-256.jpg Binary files differindex 182810d62..182810d62 100755..100644 --- a/images/friendika-256.jpg +++ b/images/friendika-256.jpg diff --git a/images/friendika-256.png b/images/friendika-256.png Binary files differindex e965fbaba..e965fbaba 100755..100644 --- a/images/friendika-256.png +++ b/images/friendika-256.png diff --git a/images/friendika-32.jpg b/images/friendika-32.jpg Binary files differindex 4e697411d..4e697411d 100755..100644 --- a/images/friendika-32.jpg +++ b/images/friendika-32.jpg diff --git a/images/friendika-32.png b/images/friendika-32.png Binary files differindex 61764bf20..61764bf20 100755..100644 --- a/images/friendika-32.png +++ b/images/friendika-32.png diff --git a/images/friendika-48.png b/images/friendika-48.png Binary files differindex f858d9a81..f858d9a81 100755..100644 --- a/images/friendika-48.png +++ b/images/friendika-48.png diff --git a/images/friendika-64.jpg b/images/friendika-64.jpg Binary files differindex 050830fff..050830fff 100755..100644 --- a/images/friendika-64.jpg +++ b/images/friendika-64.jpg diff --git a/images/friendika-64.png b/images/friendika-64.png Binary files differindex 88cb8b016..88cb8b016 100755..100644 --- a/images/friendika-64.png +++ b/images/friendika-64.png diff --git a/images/friendika-96.png b/images/friendika-96.png Binary files differindex 76a102ef2..76a102ef2 100755..100644 --- a/images/friendika-96.png +++ b/images/friendika-96.png diff --git a/images/friendika.svg b/images/friendika.svg index 2155d0b00..2155d0b00 100755..100644 --- a/images/friendika.svg +++ b/images/friendika.svg diff --git a/images/globe.gif b/images/globe.gif Binary files differindex 3f17c5d32..3f17c5d32 100755..100644 --- a/images/globe.gif +++ b/images/globe.gif diff --git a/images/hide_off.png b/images/hide_off.png Binary files differindex d504ca2e2..d504ca2e2 100755..100644 --- a/images/hide_off.png +++ b/images/hide_off.png diff --git a/images/hide_on.png b/images/hide_on.png Binary files differindex 960744c06..960744c06 100755..100644 --- a/images/hide_on.png +++ b/images/hide_on.png diff --git a/images/icons.png b/images/icons.png Binary files differindex dd3af3aee..dd3af3aee 100755..100644 --- a/images/icons.png +++ b/images/icons.png diff --git a/images/icons/10/add.png b/images/icons/10/add.png Binary files differindex 296e8e500..296e8e500 100755..100644 --- a/images/icons/10/add.png +++ b/images/icons/10/add.png diff --git a/images/icons/10/delete.png b/images/icons/10/delete.png Binary files differindex e4bd85933..e4bd85933 100755..100644 --- a/images/icons/10/delete.png +++ b/images/icons/10/delete.png diff --git a/images/icons/10/edit.png b/images/icons/10/edit.png Binary files differindex d939342a1..d939342a1 100755..100644 --- a/images/icons/10/edit.png +++ b/images/icons/10/edit.png diff --git a/images/icons/10/feed.png b/images/icons/10/feed.png Binary files differindex 22aa5fd4b..22aa5fd4b 100755..100644 --- a/images/icons/10/feed.png +++ b/images/icons/10/feed.png diff --git a/images/icons/10/gear.png b/images/icons/10/gear.png Binary files differindex b1f2a8f52..b1f2a8f52 100755..100644 --- a/images/icons/10/gear.png +++ b/images/icons/10/gear.png diff --git a/images/icons/10/group.png b/images/icons/10/group.png Binary files differindex a58d51910..a58d51910 100755..100644 --- a/images/icons/10/group.png +++ b/images/icons/10/group.png diff --git a/images/icons/10/info.png b/images/icons/10/info.png Binary files differindex 667c127c6..667c127c6 100755..100644 --- a/images/icons/10/info.png +++ b/images/icons/10/info.png diff --git a/images/icons/10/link.png b/images/icons/10/link.png Binary files differindex 0619f4511..0619f4511 100755..100644 --- a/images/icons/10/link.png +++ b/images/icons/10/link.png diff --git a/images/icons/10/lock.png b/images/icons/10/lock.png Binary files differindex 2ddf98d08..2ddf98d08 100755..100644 --- a/images/icons/10/lock.png +++ b/images/icons/10/lock.png diff --git a/images/icons/10/menu.png b/images/icons/10/menu.png Binary files differindex 7dbb779d0..7dbb779d0 100755..100644 --- a/images/icons/10/menu.png +++ b/images/icons/10/menu.png diff --git a/images/icons/10/notice.png b/images/icons/10/notice.png Binary files differindex 88ea4ac76..88ea4ac76 100755..100644 --- a/images/icons/10/notice.png +++ b/images/icons/10/notice.png diff --git a/images/icons/10/notify_off.png b/images/icons/10/notify_off.png Binary files differindex 8ba240e1d..8ba240e1d 100755..100644 --- a/images/icons/10/notify_off.png +++ b/images/icons/10/notify_off.png diff --git a/images/icons/10/notify_on.png b/images/icons/10/notify_on.png Binary files differindex d4ef71558..d4ef71558 100755..100644 --- a/images/icons/10/notify_on.png +++ b/images/icons/10/notify_on.png diff --git a/images/icons/10/play.png b/images/icons/10/play.png Binary files differindex a9f99e4d1..a9f99e4d1 100755..100644 --- a/images/icons/10/play.png +++ b/images/icons/10/play.png diff --git a/images/icons/10/plugin.png b/images/icons/10/plugin.png Binary files differindex 6cfc40786..6cfc40786 100755..100644 --- a/images/icons/10/plugin.png +++ b/images/icons/10/plugin.png diff --git a/images/icons/10/star.png b/images/icons/10/star.png Binary files differindex cd8518a18..cd8518a18 100755..100644 --- a/images/icons/10/star.png +++ b/images/icons/10/star.png diff --git a/images/icons/10/unlock.png b/images/icons/10/unlock.png Binary files differindex d18088416..d18088416 100755..100644 --- a/images/icons/10/unlock.png +++ b/images/icons/10/unlock.png diff --git a/images/icons/10/user.png b/images/icons/10/user.png Binary files differindex 6c2d161e8..6c2d161e8 100755..100644 --- a/images/icons/10/user.png +++ b/images/icons/10/user.png diff --git a/images/icons/16/add.png b/images/icons/16/add.png Binary files differindex 1ff064bb3..1ff064bb3 100755..100644 --- a/images/icons/16/add.png +++ b/images/icons/16/add.png diff --git a/images/icons/16/delete.png b/images/icons/16/delete.png Binary files differindex 532346860..532346860 100755..100644 --- a/images/icons/16/delete.png +++ b/images/icons/16/delete.png diff --git a/images/icons/16/edit.png b/images/icons/16/edit.png Binary files differindex bd845a767..bd845a767 100755..100644 --- a/images/icons/16/edit.png +++ b/images/icons/16/edit.png diff --git a/images/icons/16/feed.png b/images/icons/16/feed.png Binary files differindex 082e1bc73..082e1bc73 100755..100644 --- a/images/icons/16/feed.png +++ b/images/icons/16/feed.png diff --git a/images/icons/16/gear.png b/images/icons/16/gear.png Binary files differindex 86cbe1eb8..86cbe1eb8 100755..100644 --- a/images/icons/16/gear.png +++ b/images/icons/16/gear.png diff --git a/images/icons/16/group.png b/images/icons/16/group.png Binary files differindex 29ef69672..29ef69672 100755..100644 --- a/images/icons/16/group.png +++ b/images/icons/16/group.png diff --git a/images/icons/16/info.png b/images/icons/16/info.png Binary files differindex e8e7b35ba..e8e7b35ba 100755..100644 --- a/images/icons/16/info.png +++ b/images/icons/16/info.png diff --git a/images/icons/16/link.png b/images/icons/16/link.png Binary files differindex afec9cc30..afec9cc30 100755..100644 --- a/images/icons/16/link.png +++ b/images/icons/16/link.png diff --git a/images/icons/16/lock.png b/images/icons/16/lock.png Binary files differindex 189bfd29e..189bfd29e 100755..100644 --- a/images/icons/16/lock.png +++ b/images/icons/16/lock.png diff --git a/images/icons/16/menu.png b/images/icons/16/menu.png Binary files differindex a6b1cac47..a6b1cac47 100755..100644 --- a/images/icons/16/menu.png +++ b/images/icons/16/menu.png diff --git a/images/icons/16/notice.png b/images/icons/16/notice.png Binary files differindex 13c5c6b79..13c5c6b79 100755..100644 --- a/images/icons/16/notice.png +++ b/images/icons/16/notice.png diff --git a/images/icons/16/notify_off.png b/images/icons/16/notify_off.png Binary files differindex 3031fc906..3031fc906 100755..100644 --- a/images/icons/16/notify_off.png +++ b/images/icons/16/notify_off.png diff --git a/images/icons/16/notify_on.png b/images/icons/16/notify_on.png Binary files differindex 1da6245a6..1da6245a6 100755..100644 --- a/images/icons/16/notify_on.png +++ b/images/icons/16/notify_on.png diff --git a/images/icons/16/play.png b/images/icons/16/play.png Binary files differindex 19ad05bf2..19ad05bf2 100755..100644 --- a/images/icons/16/play.png +++ b/images/icons/16/play.png diff --git a/images/icons/16/plugin.png b/images/icons/16/plugin.png Binary files differindex b11d92082..b11d92082 100755..100644 --- a/images/icons/16/plugin.png +++ b/images/icons/16/plugin.png diff --git a/images/icons/16/star.png b/images/icons/16/star.png Binary files differindex ac620c43c..ac620c43c 100755..100644 --- a/images/icons/16/star.png +++ b/images/icons/16/star.png diff --git a/images/icons/16/unlock.png b/images/icons/16/unlock.png Binary files differindex c56495d02..c56495d02 100755..100644 --- a/images/icons/16/unlock.png +++ b/images/icons/16/unlock.png diff --git a/images/icons/16/user.png b/images/icons/16/user.png Binary files differindex 95c42c572..95c42c572 100755..100644 --- a/images/icons/16/user.png +++ b/images/icons/16/user.png diff --git a/images/icons/22/add.png b/images/icons/22/add.png Binary files differindex 2079e725d..2079e725d 100755..100644 --- a/images/icons/22/add.png +++ b/images/icons/22/add.png diff --git a/images/icons/22/delete.png b/images/icons/22/delete.png Binary files differindex d0f2acf13..d0f2acf13 100755..100644 --- a/images/icons/22/delete.png +++ b/images/icons/22/delete.png diff --git a/images/icons/22/edit.png b/images/icons/22/edit.png Binary files differindex ad251b8ed..ad251b8ed 100755..100644 --- a/images/icons/22/edit.png +++ b/images/icons/22/edit.png diff --git a/images/icons/22/feed.png b/images/icons/22/feed.png Binary files differindex a0b75f11d..a0b75f11d 100755..100644 --- a/images/icons/22/feed.png +++ b/images/icons/22/feed.png diff --git a/images/icons/22/gear.png b/images/icons/22/gear.png Binary files differindex 9ccf5280b..9ccf5280b 100755..100644 --- a/images/icons/22/gear.png +++ b/images/icons/22/gear.png diff --git a/images/icons/22/group.png b/images/icons/22/group.png Binary files differindex f1360159b..f1360159b 100755..100644 --- a/images/icons/22/group.png +++ b/images/icons/22/group.png diff --git a/images/icons/22/info.png b/images/icons/22/info.png Binary files differindex 18d32664d..18d32664d 100755..100644 --- a/images/icons/22/info.png +++ b/images/icons/22/info.png diff --git a/images/icons/22/link.png b/images/icons/22/link.png Binary files differindex e819ad3ac..e819ad3ac 100755..100644 --- a/images/icons/22/link.png +++ b/images/icons/22/link.png diff --git a/images/icons/22/lock.png b/images/icons/22/lock.png Binary files differindex 13b755810..13b755810 100755..100644 --- a/images/icons/22/lock.png +++ b/images/icons/22/lock.png diff --git a/images/icons/22/menu.png b/images/icons/22/menu.png Binary files differindex e3461da8b..e3461da8b 100755..100644 --- a/images/icons/22/menu.png +++ b/images/icons/22/menu.png diff --git a/images/icons/22/notice.png b/images/icons/22/notice.png Binary files differindex 2b9773892..2b9773892 100755..100644 --- a/images/icons/22/notice.png +++ b/images/icons/22/notice.png diff --git a/images/icons/22/notify_off.png b/images/icons/22/notify_off.png Binary files differindex 513687bc5..513687bc5 100755..100644 --- a/images/icons/22/notify_off.png +++ b/images/icons/22/notify_off.png diff --git a/images/icons/22/notify_on.png b/images/icons/22/notify_on.png Binary files differindex 18002e15c..18002e15c 100755..100644 --- a/images/icons/22/notify_on.png +++ b/images/icons/22/notify_on.png diff --git a/images/icons/22/play.png b/images/icons/22/play.png Binary files differindex a7a8b6124..a7a8b6124 100755..100644 --- a/images/icons/22/play.png +++ b/images/icons/22/play.png diff --git a/images/icons/22/plugin.png b/images/icons/22/plugin.png Binary files differindex cf4421125..cf4421125 100755..100644 --- a/images/icons/22/plugin.png +++ b/images/icons/22/plugin.png diff --git a/images/icons/22/star.png b/images/icons/22/star.png Binary files differindex 484e24794..484e24794 100755..100644 --- a/images/icons/22/star.png +++ b/images/icons/22/star.png diff --git a/images/icons/22/unlock.png b/images/icons/22/unlock.png Binary files differindex 9be196f55..9be196f55 100755..100644 --- a/images/icons/22/unlock.png +++ b/images/icons/22/unlock.png diff --git a/images/icons/22/user.png b/images/icons/22/user.png Binary files differindex 79bb05e4e..79bb05e4e 100755..100644 --- a/images/icons/22/user.png +++ b/images/icons/22/user.png diff --git a/images/icons/48/add.png b/images/icons/48/add.png Binary files differindex 753ac4b68..753ac4b68 100755..100644 --- a/images/icons/48/add.png +++ b/images/icons/48/add.png diff --git a/images/icons/48/delete.png b/images/icons/48/delete.png Binary files differindex 2835638a9..2835638a9 100755..100644 --- a/images/icons/48/delete.png +++ b/images/icons/48/delete.png diff --git a/images/icons/48/edit.png b/images/icons/48/edit.png Binary files differindex 709fbb357..709fbb357 100755..100644 --- a/images/icons/48/edit.png +++ b/images/icons/48/edit.png diff --git a/images/icons/48/feed.png b/images/icons/48/feed.png Binary files differindex 13d88f707..13d88f707 100755..100644 --- a/images/icons/48/feed.png +++ b/images/icons/48/feed.png diff --git a/images/icons/48/gear.png b/images/icons/48/gear.png Binary files differindex 8bb12e96e..8bb12e96e 100755..100644 --- a/images/icons/48/gear.png +++ b/images/icons/48/gear.png diff --git a/images/icons/48/group.png b/images/icons/48/group.png Binary files differindex 26238ac6a..26238ac6a 100755..100644 --- a/images/icons/48/group.png +++ b/images/icons/48/group.png diff --git a/images/icons/48/info.png b/images/icons/48/info.png Binary files differindex 760eca5c3..760eca5c3 100755..100644 --- a/images/icons/48/info.png +++ b/images/icons/48/info.png diff --git a/images/icons/48/link.png b/images/icons/48/link.png Binary files differindex b32eec529..b32eec529 100755..100644 --- a/images/icons/48/link.png +++ b/images/icons/48/link.png diff --git a/images/icons/48/lock.png b/images/icons/48/lock.png Binary files differindex b9db282ac..b9db282ac 100755..100644 --- a/images/icons/48/lock.png +++ b/images/icons/48/lock.png diff --git a/images/icons/48/menu.png b/images/icons/48/menu.png Binary files differindex 376e60cab..376e60cab 100755..100644 --- a/images/icons/48/menu.png +++ b/images/icons/48/menu.png diff --git a/images/icons/48/notice.png b/images/icons/48/notice.png Binary files differindex f6fbc95c6..f6fbc95c6 100755..100644 --- a/images/icons/48/notice.png +++ b/images/icons/48/notice.png diff --git a/images/icons/48/notify_off.png b/images/icons/48/notify_off.png Binary files differindex 7c8cd9788..7c8cd9788 100755..100644 --- a/images/icons/48/notify_off.png +++ b/images/icons/48/notify_off.png diff --git a/images/icons/48/notify_on.png b/images/icons/48/notify_on.png Binary files differindex 3275898c5..3275898c5 100755..100644 --- a/images/icons/48/notify_on.png +++ b/images/icons/48/notify_on.png diff --git a/images/icons/48/play.png b/images/icons/48/play.png Binary files differindex fce589370..fce589370 100755..100644 --- a/images/icons/48/play.png +++ b/images/icons/48/play.png diff --git a/images/icons/48/plugin.png b/images/icons/48/plugin.png Binary files differindex c74c6bf46..c74c6bf46 100755..100644 --- a/images/icons/48/plugin.png +++ b/images/icons/48/plugin.png diff --git a/images/icons/48/star.png b/images/icons/48/star.png Binary files differindex f53914efa..f53914efa 100755..100644 --- a/images/icons/48/star.png +++ b/images/icons/48/star.png diff --git a/images/icons/48/unlock.png b/images/icons/48/unlock.png Binary files differindex 9bf72a4c6..9bf72a4c6 100755..100644 --- a/images/icons/48/unlock.png +++ b/images/icons/48/unlock.png diff --git a/images/icons/48/user.png b/images/icons/48/user.png Binary files differindex c42410cd1..c42410cd1 100755..100644 --- a/images/icons/48/user.png +++ b/images/icons/48/user.png diff --git a/images/icons/Makefile b/images/icons/Makefile index bfb5927df..bfb5927df 100755..100644 --- a/images/icons/Makefile +++ b/images/icons/Makefile diff --git a/images/icons/add.png b/images/icons/add.png Binary files differindex 78497fbc9..78497fbc9 100755..100644 --- a/images/icons/add.png +++ b/images/icons/add.png diff --git a/images/icons/delete.png b/images/icons/delete.png Binary files differindex f0cae5154..f0cae5154 100755..100644 --- a/images/icons/delete.png +++ b/images/icons/delete.png diff --git a/images/icons/edit.png b/images/icons/edit.png Binary files differindex aeaf835fe..aeaf835fe 100755..100644 --- a/images/icons/edit.png +++ b/images/icons/edit.png diff --git a/images/icons/feed.png b/images/icons/feed.png Binary files differindex 6894257e9..6894257e9 100755..100644 --- a/images/icons/feed.png +++ b/images/icons/feed.png diff --git a/images/icons/gear.png b/images/icons/gear.png Binary files differindex 02847ef9d..02847ef9d 100755..100644 --- a/images/icons/gear.png +++ b/images/icons/gear.png diff --git a/images/icons/group.png b/images/icons/group.png Binary files differindex de0dc7901..de0dc7901 100755..100644 --- a/images/icons/group.png +++ b/images/icons/group.png diff --git a/images/icons/info.png b/images/icons/info.png Binary files differindex ea2b0ffa4..ea2b0ffa4 100755..100644 --- a/images/icons/info.png +++ b/images/icons/info.png diff --git a/images/icons/link.png b/images/icons/link.png Binary files differindex 743bdf0f9..743bdf0f9 100755..100644 --- a/images/icons/link.png +++ b/images/icons/link.png diff --git a/images/icons/lock.png b/images/icons/lock.png Binary files differindex 91a8f3ef2..91a8f3ef2 100755..100644 --- a/images/icons/lock.png +++ b/images/icons/lock.png diff --git a/images/icons/menu.png b/images/icons/menu.png Binary files differindex 56afc8541..56afc8541 100755..100644 --- a/images/icons/menu.png +++ b/images/icons/menu.png diff --git a/images/icons/notice.png b/images/icons/notice.png Binary files differindex b6017c8de..b6017c8de 100755..100644 --- a/images/icons/notice.png +++ b/images/icons/notice.png diff --git a/images/icons/notify_off.png b/images/icons/notify_off.png Binary files differindex e6eac16b8..e6eac16b8 100755..100644 --- a/images/icons/notify_off.png +++ b/images/icons/notify_off.png diff --git a/images/icons/notify_on.png b/images/icons/notify_on.png Binary files differindex b9e07d24e..b9e07d24e 100755..100644 --- a/images/icons/notify_on.png +++ b/images/icons/notify_on.png diff --git a/images/icons/play.png b/images/icons/play.png Binary files differindex 7c942072e..7c942072e 100755..100644 --- a/images/icons/play.png +++ b/images/icons/play.png diff --git a/images/icons/plugin.png b/images/icons/plugin.png Binary files differindex 943be0d93..943be0d93 100755..100644 --- a/images/icons/plugin.png +++ b/images/icons/plugin.png diff --git a/images/icons/star.png b/images/icons/star.png Binary files differindex 4a2236c9b..4a2236c9b 100755..100644 --- a/images/icons/star.png +++ b/images/icons/star.png diff --git a/images/icons/unlock.png b/images/icons/unlock.png Binary files differindex 4bf7e7eae..4bf7e7eae 100755..100644 --- a/images/icons/unlock.png +++ b/images/icons/unlock.png diff --git a/images/icons/user.png b/images/icons/user.png Binary files differindex f1132b1ae..f1132b1ae 100755..100644 --- a/images/icons/user.png +++ b/images/icons/user.png diff --git a/images/larrow.gif b/images/larrow.gif Binary files differindex ab08bb57e..ab08bb57e 100755..100644 --- a/images/larrow.gif +++ b/images/larrow.gif diff --git a/images/larrw.gif b/images/larrw.gif Binary files differindex 08902d772..08902d772 100755..100644 --- a/images/larrw.gif +++ b/images/larrw.gif diff --git a/images/like.gif b/images/like.gif Binary files differindex f71d0324d..f71d0324d 100755..100644 --- a/images/like.gif +++ b/images/like.gif diff --git a/images/link-icon.gif b/images/link-icon.gif Binary files differindex c012d716e..c012d716e 100755..100644 --- a/images/link-icon.gif +++ b/images/link-icon.gif diff --git a/images/lock_icon.gif b/images/lock_icon.gif Binary files differindex b6b1b7fed..b6b1b7fed 100755..100644 --- a/images/lock_icon.gif +++ b/images/lock_icon.gif diff --git a/images/logo.png b/images/logo.png Binary files differindex 1b977b697..1b977b697 100755..100644 --- a/images/logo.png +++ b/images/logo.png diff --git a/images/lrarrow.gif b/images/lrarrow.gif Binary files differindex fa2676944..fa2676944 100755..100644 --- a/images/lrarrow.gif +++ b/images/lrarrow.gif diff --git a/images/mapicon.gif b/images/mapicon.gif Binary files differindex dd20c209b..dd20c209b 100755..100644 --- a/images/mapicon.gif +++ b/images/mapicon.gif diff --git a/images/no.gif b/images/no.gif Binary files differindex eb0f2b0e9..eb0f2b0e9 100755..100644 --- a/images/no.gif +++ b/images/no.gif diff --git a/images/noglobe.gif b/images/noglobe.gif Binary files differindex 81e176567..81e176567 100755..100644 --- a/images/noglobe.gif +++ b/images/noglobe.gif diff --git a/images/nosign.jpg b/images/nosign.jpg Binary files differindex b73629332..b73629332 100755..100644 --- a/images/nosign.jpg +++ b/images/nosign.jpg diff --git a/images/onoff.jpg b/images/onoff.jpg Binary files differindex 7884912a7..7884912a7 100755..100644 --- a/images/onoff.jpg +++ b/images/onoff.jpg diff --git a/images/pause.gif b/images/pause.gif Binary files differindex dc57c4c98..dc57c4c98 100755..100644 --- a/images/pause.gif +++ b/images/pause.gif diff --git a/images/pen.png b/images/pen.png Binary files differindex 46b404941..46b404941 100755..100644 --- a/images/pen.png +++ b/images/pen.png diff --git a/images/pencil.gif b/images/pencil.gif Binary files differindex 26bfb0c9a..26bfb0c9a 100755..100644 --- a/images/pencil.gif +++ b/images/pencil.gif diff --git a/images/penhover.png b/images/penhover.png Binary files differindex be48d77b4..be48d77b4 100755..100644 --- a/images/penhover.png +++ b/images/penhover.png diff --git a/images/people.gif b/images/people.gif Binary files differindex cac31db2a..cac31db2a 100755..100644 --- a/images/people.gif +++ b/images/people.gif diff --git a/images/play.gif b/images/play.gif Binary files differindex 4010f056d..4010f056d 100755..100644 --- a/images/play.gif +++ b/images/play.gif diff --git a/images/plugin.png b/images/plugin.png Binary files differindex 08b09e060..08b09e060 100755..100644 --- a/images/plugin.png +++ b/images/plugin.png diff --git a/images/rarrow.gif b/images/rarrow.gif Binary files differindex a2d5df3e9..a2d5df3e9 100755..100644 --- a/images/rarrow.gif +++ b/images/rarrow.gif diff --git a/images/rarrw.gif b/images/rarrw.gif Binary files differindex 849238c2d..849238c2d 100755..100644 --- a/images/rarrw.gif +++ b/images/rarrw.gif diff --git a/images/recycle.gif b/images/recycle.gif Binary files differindex 01b3e13b4..01b3e13b4 100755..100644 --- a/images/recycle.gif +++ b/images/recycle.gif diff --git a/images/remote-link.gif b/images/remote-link.gif Binary files differindex 64de29aee..64de29aee 100755..100644 --- a/images/remote-link.gif +++ b/images/remote-link.gif diff --git a/images/rotator.gif b/images/rotator.gif Binary files differindex 3797ec3e4..3797ec3e4 100755..100644 --- a/images/rotator.gif +++ b/images/rotator.gif diff --git a/images/search_18.png b/images/search_18.png Binary files differindex 539739670..539739670 100755..100644 --- a/images/search_18.png +++ b/images/search_18.png diff --git a/images/selected.png b/images/selected.png Binary files differindex 79a7c77c6..79a7c77c6 100755..100644 --- a/images/selected.png +++ b/images/selected.png diff --git a/images/share.gif b/images/share.gif Binary files differindex 035fa2e38..035fa2e38 100755..100644 --- a/images/share.gif +++ b/images/share.gif diff --git a/images/show_all_off.png b/images/show_all_off.png Binary files differindex cc96d28f0..cc96d28f0 100755..100644 --- a/images/show_all_off.png +++ b/images/show_all_off.png diff --git a/images/show_all_on.png b/images/show_all_on.png Binary files differindex 87a7710b5..87a7710b5 100755..100644 --- a/images/show_all_on.png +++ b/images/show_all_on.png diff --git a/images/show_off.png b/images/show_off.png Binary files differindex 4bcf47123..4bcf47123 100755..100644 --- a/images/show_off.png +++ b/images/show_off.png diff --git a/images/show_on.png b/images/show_on.png Binary files differindex b8d1f5bac..b8d1f5bac 100755..100644 --- a/images/show_on.png +++ b/images/show_on.png diff --git a/images/smiley-Oo.gif b/images/smiley-Oo.gif Binary files differindex a15d97427..a15d97427 100755..100644 --- a/images/smiley-Oo.gif +++ b/images/smiley-Oo.gif diff --git a/images/smiley-brokenheart.gif b/images/smiley-brokenheart.gif Binary files differindex 971b57fd9..971b57fd9 100755..100644 --- a/images/smiley-brokenheart.gif +++ b/images/smiley-brokenheart.gif diff --git a/images/smiley-cool.gif b/images/smiley-cool.gif Binary files differindex cee1c1aa3..cee1c1aa3 100755..100644 --- a/images/smiley-cool.gif +++ b/images/smiley-cool.gif diff --git a/images/smiley-cry.gif b/images/smiley-cry.gif Binary files differindex 06e6ca2c2..06e6ca2c2 100755..100644 --- a/images/smiley-cry.gif +++ b/images/smiley-cry.gif diff --git a/images/smiley-embarassed.gif b/images/smiley-embarassed.gif Binary files differindex adc12e7c5..adc12e7c5 100755..100644 --- a/images/smiley-embarassed.gif +++ b/images/smiley-embarassed.gif diff --git a/images/smiley-foot-in-mouth.gif b/images/smiley-foot-in-mouth.gif Binary files differindex b444e5781..b444e5781 100755..100644 --- a/images/smiley-foot-in-mouth.gif +++ b/images/smiley-foot-in-mouth.gif diff --git a/images/smiley-frown.gif b/images/smiley-frown.gif Binary files differindex 9ff19850d..9ff19850d 100755..100644 --- a/images/smiley-frown.gif +++ b/images/smiley-frown.gif diff --git a/images/smiley-heart.gif b/images/smiley-heart.gif Binary files differindex 6a11e7065..6a11e7065 100755..100644 --- a/images/smiley-heart.gif +++ b/images/smiley-heart.gif diff --git a/images/smiley-innocent.gif b/images/smiley-innocent.gif Binary files differindex 9d747140e..9d747140e 100755..100644 --- a/images/smiley-innocent.gif +++ b/images/smiley-innocent.gif diff --git a/images/smiley-kiss.gif b/images/smiley-kiss.gif Binary files differindex cc356611e..cc356611e 100755..100644 --- a/images/smiley-kiss.gif +++ b/images/smiley-kiss.gif diff --git a/images/smiley-laughing.gif b/images/smiley-laughing.gif Binary files differindex 1bf29de79..1bf29de79 100755..100644 --- a/images/smiley-laughing.gif +++ b/images/smiley-laughing.gif diff --git a/images/smiley-money-mouth.gif b/images/smiley-money-mouth.gif Binary files differindex 1e8ccd0f3..1e8ccd0f3 100755..100644 --- a/images/smiley-money-mouth.gif +++ b/images/smiley-money-mouth.gif diff --git a/images/smiley-sealed.gif b/images/smiley-sealed.gif Binary files differindex 98186742d..98186742d 100755..100644 --- a/images/smiley-sealed.gif +++ b/images/smiley-sealed.gif diff --git a/images/smiley-smile.gif b/images/smiley-smile.gif Binary files differindex b9bff40a4..b9bff40a4 100755..100644 --- a/images/smiley-smile.gif +++ b/images/smiley-smile.gif diff --git a/images/smiley-surprised.gif b/images/smiley-surprised.gif Binary files differindex b07465326..b07465326 100755..100644 --- a/images/smiley-surprised.gif +++ b/images/smiley-surprised.gif diff --git a/images/smiley-thumbsup.gif b/images/smiley-thumbsup.gif Binary files differindex a9533a64d..a9533a64d 100755..100644 --- a/images/smiley-thumbsup.gif +++ b/images/smiley-thumbsup.gif diff --git a/images/smiley-tongue-out.gif b/images/smiley-tongue-out.gif Binary files differindex 48867dc26..48867dc26 100755..100644 --- a/images/smiley-tongue-out.gif +++ b/images/smiley-tongue-out.gif diff --git a/images/smiley-undecided.gif b/images/smiley-undecided.gif Binary files differindex 28029794f..28029794f 100755..100644 --- a/images/smiley-undecided.gif +++ b/images/smiley-undecided.gif diff --git a/images/smiley-wink.gif b/images/smiley-wink.gif Binary files differindex e1cefb05c..e1cefb05c 100755..100644 --- a/images/smiley-wink.gif +++ b/images/smiley-wink.gif diff --git a/images/smiley-yell.gif b/images/smiley-yell.gif Binary files differindex 5296c8836..5296c8836 100755..100644 --- a/images/smiley-yell.gif +++ b/images/smiley-yell.gif diff --git a/images/spencil.gif b/images/spencil.gif Binary files differindex 0a2551ac0..0a2551ac0 100755..100644 --- a/images/spencil.gif +++ b/images/spencil.gif diff --git a/images/star.png b/images/star.png Binary files differindex 0b00cb189..0b00cb189 100755..100644 --- a/images/star.png +++ b/images/star.png diff --git a/images/tag.png b/images/tag.png Binary files differindex 40c5fd44e..40c5fd44e 100755..100644 --- a/images/tag.png +++ b/images/tag.png diff --git a/images/tag_b.png b/images/tag_b.png Binary files differindex 66c03415d..66c03415d 100755..100644 --- a/images/tag_b.png +++ b/images/tag_b.png diff --git a/images/tools.png b/images/tools.png Binary files differindex c17094a81..c17094a81 100755..100644 --- a/images/tools.png +++ b/images/tools.png diff --git a/images/twopeople.png b/images/twopeople.png Binary files differindex 07a4a0882..07a4a0882 100755..100644 --- a/images/twopeople.png +++ b/images/twopeople.png diff --git a/images/unlock_icon.gif b/images/unlock_icon.gif Binary files differindex 254ac8bfd..254ac8bfd 100755..100644 --- a/images/unlock_icon.gif +++ b/images/unlock_icon.gif diff --git a/images/video.gif b/images/video.gif Binary files differindex e4d5e8cdd..e4d5e8cdd 100755..100644 --- a/images/video.gif +++ b/images/video.gif diff --git a/images/youtube_icon.gif b/images/youtube_icon.gif Binary files differindex 987b82bfd..987b82bfd 100755..100644 --- a/images/youtube_icon.gif +++ b/images/youtube_icon.gif diff --git a/include/Contact.php b/include/Contact.php index d9949b1ef..d9949b1ef 100755..100644 --- a/include/Contact.php +++ b/include/Contact.php diff --git a/include/EmailNotification.php b/include/EmailNotification.php index 8861e8f5d..8861e8f5d 100755..100644 --- a/include/EmailNotification.php +++ b/include/EmailNotification.php diff --git a/include/Photo.php b/include/Photo.php index 4d02b5c65..4d02b5c65 100755..100644 --- a/include/Photo.php +++ b/include/Photo.php diff --git a/include/Scrape.php b/include/Scrape.php index 9c237916b..9c237916b 100755..100644 --- a/include/Scrape.php +++ b/include/Scrape.php diff --git a/include/acl_selectors.php b/include/acl_selectors.php index a5f5aff53..a5f5aff53 100755..100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php diff --git a/include/api.php b/include/api.php index 065f14cff..065f14cff 100755..100644 --- a/include/api.php +++ b/include/api.php diff --git a/include/attach.php b/include/attach.php index 6d611cec0..6d611cec0 100755..100644 --- a/include/attach.php +++ b/include/attach.php diff --git a/include/auth.php b/include/auth.php index 1341f3bb8..1341f3bb8 100755..100644 --- a/include/auth.php +++ b/include/auth.php diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 8487f845a..8487f845a 100755..100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php diff --git a/include/cache.php b/include/cache.php index 3c8a3f713..3c8a3f713 100755..100644 --- a/include/cache.php +++ b/include/cache.php diff --git a/include/config.php b/include/config.php index 4cff38090..c999b76f2 100755..100644 --- a/include/config.php +++ b/include/config.php @@ -1,80 +1,87 @@ <?php - /** * * Arbitrary configuration storage * Note: * Please do not store booleans - convert to 0/1 integer values * The get_?config() functions return boolean false for keys that are unset, - * and this could lead to subtle bugs. + * and this could lead to subtle bugs. * * There are a few places in the code (such as the admin panel) where boolean * configurations need to be fixed as of 10/08/2011. + * + * @package config; */ -// retrieve a "family" of config variables from database to cached storage - +/** + * retrieve a "family" of config variables + * from database to cached storage + */ if(! function_exists('load_config')) { -function load_config($family) { - global $a; - $r = q("SELECT * FROM `config` WHERE `cat` = '%s'", - dbesc($family) - ); - if(count($r)) { - foreach($r as $rr) { - $k = $rr['k']; - if ($rr['cat'] === 'config') { - $a->config[$k] = $rr['v']; - } else { - $a->config[$family][$k] = $rr['v']; + function load_config($family) { + global $a; + $r = q("SELECT * FROM `config` WHERE `cat` = '%s'", + dbesc($family) + ); + if(count($r)) { + foreach($r as $rr) { + $k = $rr['k']; + if ($rr['cat'] === 'config') { + $a->config[$k] = $rr['v']; + } else { + $a->config[$family][$k] = $rr['v']; + } } } } -}} - -// get a particular config variable given the family name -// and key. Returns false if not set. -// $instore is only used by the set_config function -// to determine if the key already exists in the DB -// If a key is found in the DB but doesn't exist in -// local config cache, pull it into the cache so we don't have -// to hit the DB again for this item. +} +/** + * get a particular config variable given the family name + * and key. Returns false if not set. + * + * If a key is found in the DB but doesn't exist in + * local config cache, pull it into the cache so we don't have + *to hit the DB again for this item. + */ if(! function_exists('get_config')) { -function get_config($family, $key, $instore = false) { + function get_config($family, $key) { + + global $a; - global $a; - if(! $instore) { if(isset($a->config[$family][$key])) { if($a->config[$family][$key] === '!<unset>!') { return false; } return $a->config[$family][$key]; } + $ret = q("SELECT `v` FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1", + dbesc($family), + dbesc($key) + ); + if(count($ret)) { + // manage array value + $val = (preg_match("|^a:[0-9]+:{.*}$|", $ret[0]['v'])?unserialize( $ret[0]['v']):$ret[0]['v']); + $a->config[$family][$key] = $val; + return $val; + } + else { + $a->config[$family][$key] = '!<unset>!'; + } + return false; } - $ret = q("SELECT `v` FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1", - dbesc($family), - dbesc($key) - ); - if(count($ret)) { - // manage array value - $val = (preg_match("|^a:[0-9]+:{.*}$|", $ret[0]['v'])?unserialize( $ret[0]['v']):$ret[0]['v']); - $a->config[$family][$key] = $val; - return $val; - } - else { - $a->config[$family][$key] = '!<unset>!'; - } - return false; -}} - -// Store a config value ($value) in the category ($family) -// under the key ($key) -// Return the value, or false if the database update failed +} +/** + * Store a config value ($value) in the category ($family) + * under the key ($key) + * + * Return the value, or false if the database update failed + */ if(! function_exists('set_config')) { + function set_config($family,$key,$value) { global $a; @@ -82,142 +89,139 @@ function set_config($family,$key,$value) { $dbvalue = (is_array($value)?serialize($value):$value); $dbvalue = (is_bool($value) ? intval($value) : $value); - if(get_config($family,$key,true) === false) { $a->config[$family][$key] = $value; - $ret = q("INSERT INTO `config` ( `cat`, `k`, `v` ) VALUES ( '%s', '%s', '%s' ) ", - dbesc($family), - dbesc($key), - dbesc($dbvalue) + $ret = q("REPLACE INTO `config` ( `cat`, `k`, `v` ) VALUES ( '%s', '%s', '%s' ) ", + dbesc($family), + dbesc($key), + dbesc($dbvalue) ); - if($ret) + if($ret) { return $value; + } return $ret; - } - - $ret = q("UPDATE `config` SET `v` = '%s' WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1", - dbesc($dbvalue), - dbesc($family), - dbesc($key) - ); - - $a->config[$family][$key] = $value; - if($ret) - return $value; - return $ret; -}} + } +} if(! function_exists('load_pconfig')) { -function load_pconfig($uid,$family) { - global $a; - $r = q("SELECT * FROM `pconfig` WHERE `cat` = '%s' AND `uid` = %d", - dbesc($family), - intval($uid) - ); - if(count($r)) { - foreach($r as $rr) { - $k = $rr['k']; - $a->config[$uid][$family][$k] = $rr['v']; + function load_pconfig($uid,$family) { + global $a; + $r = q("SELECT * FROM `pconfig` WHERE `cat` = '%s' AND `uid` = %d", + dbesc($family), + intval($uid) + ); + if(count($r)) { + foreach($r as $rr) { + $k = $rr['k']; + $a->config[$uid][$family][$k] = $rr['v']; + } } } -}} - +} +/**
+ * get a particular user-specific config variable given the family name, + * the user id and key. Returns false if not set.
+ *
+ * If a key is found in the DB but doesn't exist in
+ * local config cache, pull it into the cache so we don't have
+ * to hit the DB again for this item.
+ */ if(! function_exists('get_pconfig')) { -function get_pconfig($uid,$family, $key, $instore = false) { + function get_pconfig($uid,$family, $key) { + + global $a; - global $a; - if(! $instore) { if(isset($a->config[$uid][$family][$key])) { if($a->config[$uid][$family][$key] === '!<unset>!') { return false; } return $a->config[$uid][$family][$key]; } - } - $ret = q("SELECT `v` FROM `pconfig` WHERE `uid` = %d AND `cat` = '%s' AND `k` = '%s' LIMIT 1", - intval($uid), - dbesc($family), - dbesc($key) - ); - if(count($ret)) { - $val = (preg_match("|^a:[0-9]+:{.*}$|", $ret[0]['v'])?unserialize( $ret[0]['v']):$ret[0]['v']); - $a->config[$uid][$family][$key] = $val; - return $val; - } - else { - $a->config[$uid][$family][$key] = '!<unset>!'; + $ret = q("SELECT `v` FROM `pconfig` WHERE `uid` = %d AND `cat` = '%s' AND `k` = '%s' LIMIT 1", + intval($uid), + dbesc($family), + dbesc($key) + ); + + if(count($ret)) { + $val = (preg_match("|^a:[0-9]+:{.*}$|", $ret[0]['v'])?unserialize( $ret[0]['v']):$ret[0]['v']); + $a->config[$uid][$family][$key] = $val; + return $val; + } + else { + $a->config[$uid][$family][$key] = '!<unset>!'; + } + return false; } - return false; -}} +} +/** + * Delete a value from config. This function + * deletes both: db value and cache entry. + */ if(! function_exists('del_config')) { -function del_config($family,$key) { - - global $a; - if(x($a->config[$family],$key)) - unset($a->config[$family][$key]); - $ret = q("DELETE FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1", - dbesc($family), - dbesc($key) - ); - return $ret; -}} - - + function del_config($family,$key) { + + global $a; + if(x($a->config[$family],$key)) + unset($a->config[$family][$key]); + $ret = q("DELETE FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1", + dbesc($family), + dbesc($key) + ); + return $ret; + } +} -// Same as above functions except these are for personal config storage and take an -// additional $uid argument. +/**
+ * Store a user-specific config value ($value) for user $uid in the category ($family)
+ * under the key ($key). + *
+ * Return the value, or false if the database update failed
+ */ if(! function_exists('set_pconfig')) { -function set_pconfig($uid,$family,$key,$value) { + function set_pconfig($uid,$family,$key,$value) { - global $a; + global $a; + + // manage array value + $dbvalue = (is_array($value)?serialize($value):$value); + $dbvalue = (is_bool($value)?serialize($value):$value); - // manage array value - $dbvalue = (is_array($value)?serialize($value):$value); - if(get_pconfig($uid,$family,$key,true) === false) { $a->config[$uid][$family][$key] = $value; - $ret = q("INSERT INTO `pconfig` ( `uid`, `cat`, `k`, `v` ) VALUES ( %d, '%s', '%s', '%s' ) ", - intval($uid), - dbesc($family), - dbesc($key), - dbesc($dbvalue) + $ret = q("REPLACE INTO `pconfig` ( `uid`, `cat`, `k`, `v` ) VALUES ( %d, '%s', '%s', '%s' ) ", + intval($uid), + dbesc($family), + dbesc($key), + dbesc($dbvalue) ); - if($ret) + if($ret) { return $value; + } return $ret; - } - $ret = q("UPDATE `pconfig` SET `v` = '%s' WHERE `uid` = %d AND `cat` = '%s' AND `k` = '%s' LIMIT 1", - dbesc($dbvalue), - intval($uid), - dbesc($family), - dbesc($key) - ); - - $a->config[$uid][$family][$key] = $value; - if($ret) - return $value; - return $ret; -}} + } +} if(! function_exists('del_pconfig')) { -function del_pconfig($uid,$family,$key) { - - global $a; - if(x($a->config[$uid][$family],$key)) - unset($a->config[$uid][$family][$key]); - $ret = q("DELETE FROM `pconfig` WHERE `uid` = %d AND `cat` = '%s' AND `k` = '%s' LIMIT 1", - intval($uid), - dbesc($family), - dbesc($key) - ); - return $ret; -}} + function del_pconfig($uid,$family,$key) { + + global $a; + if(x($a->config[$uid][$family],$key)) + unset($a->config[$uid][$family][$key]); + $ret = q("DELETE FROM `pconfig` WHERE `uid` = %d AND `cat` = '%s' AND `k` = '%s' LIMIT 1", + intval($uid), + dbesc($family), + dbesc($key) + ); + return $ret; + } +} diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 4b3ca987a..4b3ca987a 100755..100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php diff --git a/include/contact_widgets.php b/include/contact_widgets.php index e0f37f078..e0f37f078 100755..100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php diff --git a/include/conversation.php b/include/conversation.php index df92a40ed..df92a40ed 100755..100644 --- a/include/conversation.php +++ b/include/conversation.php diff --git a/include/cronhooks.php b/include/cronhooks.php index 37541f013..37541f013 100755..100644 --- a/include/cronhooks.php +++ b/include/cronhooks.php diff --git a/include/crypto.php b/include/crypto.php index 0feb45c24..0feb45c24 100755..100644 --- a/include/crypto.php +++ b/include/crypto.php diff --git a/include/datetime.php b/include/datetime.php index 6d395fe3f..6d395fe3f 100755..100644 --- a/include/datetime.php +++ b/include/datetime.php diff --git a/include/dba.php b/include/dba.php index 76cc0bc7b..76cc0bc7b 100755..100644 --- a/include/dba.php +++ b/include/dba.php diff --git a/include/delivery.php b/include/delivery.php index 794b8f27a..794b8f27a 100755..100644 --- a/include/delivery.php +++ b/include/delivery.php diff --git a/include/diaspora.php b/include/diaspora.php index 06df9c24a..06df9c24a 100755..100644 --- a/include/diaspora.php +++ b/include/diaspora.php diff --git a/include/directory.php b/include/directory.php index cae78adb4..cae78adb4 100755..100644 --- a/include/directory.php +++ b/include/directory.php diff --git a/include/email.php b/include/email.php index b43ae0dc1..b43ae0dc1 100755..100644 --- a/include/email.php +++ b/include/email.php diff --git a/include/enotify.php b/include/enotify.php index 8385bdec5..8385bdec5 100755..100644 --- a/include/enotify.php +++ b/include/enotify.php diff --git a/include/event.php b/include/event.php index 29202badd..29202badd 100755..100644 --- a/include/event.php +++ b/include/event.php diff --git a/include/expire.php b/include/expire.php index 5fa0ec758..5fa0ec758 100755..100644 --- a/include/expire.php +++ b/include/expire.php diff --git a/include/fcontact.php b/include/fcontact.php index 8821a985f..8821a985f 100755..100644 --- a/include/fcontact.php +++ b/include/fcontact.php diff --git a/include/group.php b/include/group.php index 4a35912e5..4a35912e5 100755..100644 --- a/include/group.php +++ b/include/group.php diff --git a/include/html2bbcode.php b/include/html2bbcode.php index 69ccf41b7..69ccf41b7 100755..100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php diff --git a/include/items.php b/include/items.php index ee6960534..ee6960534 100755..100644 --- a/include/items.php +++ b/include/items.php diff --git a/include/message.php b/include/message.php index 377d7c715..377d7c715 100755..100644 --- a/include/message.php +++ b/include/message.php diff --git a/include/nav.php b/include/nav.php index 2c9c643a9..2c9c643a9 100755..100644 --- a/include/nav.php +++ b/include/nav.php diff --git a/include/network.php b/include/network.php index 38d0980d5..38d0980d5 100755..100644 --- a/include/network.php +++ b/include/network.php diff --git a/include/notifier.php b/include/notifier.php index ca7c7b92e..ca7c7b92e 100755..100644 --- a/include/notifier.php +++ b/include/notifier.php diff --git a/include/oauth.php b/include/oauth.php index 2724dcf7c..2724dcf7c 100755..100644 --- a/include/oauth.php +++ b/include/oauth.php diff --git a/include/oembed.php b/include/oembed.php index 1f45d2814..1f45d2814 100755..100644 --- a/include/oembed.php +++ b/include/oembed.php diff --git a/include/pgettext.php b/include/pgettext.php index 83e76ba9d..83e76ba9d 100755..100644 --- a/include/pgettext.php +++ b/include/pgettext.php diff --git a/include/plugin.php b/include/plugin.php index e37ae8435..e37ae8435 100755..100644 --- a/include/plugin.php +++ b/include/plugin.php diff --git a/include/poller.php b/include/poller.php index 90a97867c..90a97867c 100755..100644 --- a/include/poller.php +++ b/include/poller.php diff --git a/include/profile_advanced.php b/include/profile_advanced.php index 004a58524..004a58524 100755..100644 --- a/include/profile_advanced.php +++ b/include/profile_advanced.php diff --git a/include/profile_selectors.php b/include/profile_selectors.php index 92579f64a..92579f64a 100755..100644 --- a/include/profile_selectors.php +++ b/include/profile_selectors.php diff --git a/include/profile_update.php b/include/profile_update.php index 61eaee75d..61eaee75d 100755..100644 --- a/include/profile_update.php +++ b/include/profile_update.php diff --git a/include/queue.php b/include/queue.php index 7e92705be..7e92705be 100755..100644 --- a/include/queue.php +++ b/include/queue.php diff --git a/include/queue_fn.php b/include/queue_fn.php index 3c1087f4e..3c1087f4e 100755..100644 --- a/include/queue_fn.php +++ b/include/queue_fn.php diff --git a/include/remoteupdate.php b/include/remoteupdate.php index 9effc9b6e..9effc9b6e 100755..100644 --- a/include/remoteupdate.php +++ b/include/remoteupdate.php diff --git a/include/salmon.php b/include/salmon.php index 3d525f51a..3d525f51a 100755..100644 --- a/include/salmon.php +++ b/include/salmon.php diff --git a/include/security.php b/include/security.php index 66622fd33..66622fd33 100755..100644 --- a/include/security.php +++ b/include/security.php diff --git a/include/session.php b/include/session.php index 6c32e299f..6c32e299f 100755..100644 --- a/include/session.php +++ b/include/session.php diff --git a/include/socgraph.php b/include/socgraph.php index 3f5194049..3f5194049 100755..100644 --- a/include/socgraph.php +++ b/include/socgraph.php diff --git a/include/system_unavailable.php b/include/system_unavailable.php index bd7196cdf..bd7196cdf 100755..100644 --- a/include/system_unavailable.php +++ b/include/system_unavailable.php diff --git a/include/template_processor.php b/include/template_processor.php index 4c317efe1..4c317efe1 100755..100644 --- a/include/template_processor.php +++ b/include/template_processor.php diff --git a/index.php b/index.php index e7227962f..e7227962f 100755..100644 --- a/index.php +++ b/index.php diff --git a/js/acl.js b/js/acl.js index e383224ca..e383224ca 100755..100644 --- a/js/acl.js +++ b/js/acl.js diff --git a/js/ajaxupload.js b/js/ajaxupload.js index 67c4a56fb..67c4a56fb 100755..100644 --- a/js/ajaxupload.js +++ b/js/ajaxupload.js diff --git a/js/country.js b/js/country.js index 1c7505580..1c7505580 100755..100644 --- a/js/country.js +++ b/js/country.js diff --git a/js/fk.autocomplete.js b/js/fk.autocomplete.js index b1db92c41..b1db92c41 100755..100644 --- a/js/fk.autocomplete.js +++ b/js/fk.autocomplete.js diff --git a/js/jquery.htmlstream.js b/js/jquery.htmlstream.js index c62c538f7..c62c538f7 100755..100644 --- a/js/jquery.htmlstream.js +++ b/js/jquery.htmlstream.js diff --git a/js/jquery.js b/js/jquery.js index 198b3ff07..198b3ff07 100755..100644 --- a/js/jquery.js +++ b/js/jquery.js diff --git a/js/jquery.textinputs.js b/js/jquery.textinputs.js index fd6d14569..fd6d14569 100755..100644 --- a/js/jquery.textinputs.js +++ b/js/jquery.textinputs.js diff --git a/js/main.js b/js/main.js index 744691b6d..744691b6d 100755..100644 --- a/js/main.js +++ b/js/main.js diff --git a/js/webtoolkit.base64.js b/js/webtoolkit.base64.js index 5fa3c1ed7..5fa3c1ed7 100755..100644 --- a/js/webtoolkit.base64.js +++ b/js/webtoolkit.base64.js diff --git a/library/ASNValue.class.php b/library/ASNValue.class.php index 7a3c5d20e..7a3c5d20e 100755..100644 --- a/library/ASNValue.class.php +++ b/library/ASNValue.class.php diff --git a/library/HTML5/Data.php b/library/HTML5/Data.php index fa97e3ee8..fa97e3ee8 100755..100644 --- a/library/HTML5/Data.php +++ b/library/HTML5/Data.php diff --git a/library/HTML5/InputStream.php b/library/HTML5/InputStream.php index f98b42723..f98b42723 100755..100644 --- a/library/HTML5/InputStream.php +++ b/library/HTML5/InputStream.php diff --git a/library/HTML5/Parser.php b/library/HTML5/Parser.php index 5f9ca560e..5f9ca560e 100755..100644 --- a/library/HTML5/Parser.php +++ b/library/HTML5/Parser.php diff --git a/library/HTML5/Tokenizer.php b/library/HTML5/Tokenizer.php index 06c73065f..06c73065f 100755..100644 --- a/library/HTML5/Tokenizer.php +++ b/library/HTML5/Tokenizer.php diff --git a/library/HTML5/TreeBuilder.php b/library/HTML5/TreeBuilder.php index 578e73682..578e73682 100755..100644 --- a/library/HTML5/TreeBuilder.php +++ b/library/HTML5/TreeBuilder.php diff --git a/library/HTML5/named-character-references.ser b/library/HTML5/named-character-references.ser index 3004c4b91..3004c4b91 100755..100644 --- a/library/HTML5/named-character-references.ser +++ b/library/HTML5/named-character-references.ser diff --git a/library/HTMLPurifier.auto.php b/library/HTMLPurifier.auto.php index 1960c399f..1960c399f 100755..100644 --- a/library/HTMLPurifier.auto.php +++ b/library/HTMLPurifier.auto.php diff --git a/library/HTMLPurifier.autoload.php b/library/HTMLPurifier.autoload.php index 8d4017640..8d4017640 100755..100644 --- a/library/HTMLPurifier.autoload.php +++ b/library/HTMLPurifier.autoload.php diff --git a/library/HTMLPurifier.func.php b/library/HTMLPurifier.func.php index 56a55b2fe..56a55b2fe 100755..100644 --- a/library/HTMLPurifier.func.php +++ b/library/HTMLPurifier.func.php diff --git a/library/HTMLPurifier.includes.php b/library/HTMLPurifier.includes.php index 2ed0f0c17..2ed0f0c17 100755..100644 --- a/library/HTMLPurifier.includes.php +++ b/library/HTMLPurifier.includes.php diff --git a/library/HTMLPurifier.kses.php b/library/HTMLPurifier.kses.php index 3143feb17..3143feb17 100755..100644 --- a/library/HTMLPurifier.kses.php +++ b/library/HTMLPurifier.kses.php diff --git a/library/HTMLPurifier.path.php b/library/HTMLPurifier.path.php index 39b1b6531..39b1b6531 100755..100644 --- a/library/HTMLPurifier.path.php +++ b/library/HTMLPurifier.path.php diff --git a/library/HTMLPurifier.php b/library/HTMLPurifier.php index ba2c7b306..ba2c7b306 100755..100644 --- a/library/HTMLPurifier.php +++ b/library/HTMLPurifier.php diff --git a/library/HTMLPurifier.safe-includes.php b/library/HTMLPurifier.safe-includes.php index 6402de045..6402de045 100755..100644 --- a/library/HTMLPurifier.safe-includes.php +++ b/library/HTMLPurifier.safe-includes.php diff --git a/library/HTMLPurifier/AttrCollections.php b/library/HTMLPurifier/AttrCollections.php index 555b86d04..555b86d04 100755..100644 --- a/library/HTMLPurifier/AttrCollections.php +++ b/library/HTMLPurifier/AttrCollections.php diff --git a/library/HTMLPurifier/AttrDef.php b/library/HTMLPurifier/AttrDef.php index b2e4f36c5..b2e4f36c5 100755..100644 --- a/library/HTMLPurifier/AttrDef.php +++ b/library/HTMLPurifier/AttrDef.php diff --git a/library/HTMLPurifier/AttrDef/CSS.php b/library/HTMLPurifier/AttrDef/CSS.php index 953e70675..953e70675 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS.php +++ b/library/HTMLPurifier/AttrDef/CSS.php diff --git a/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php b/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php index 292c040d4..292c040d4 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php +++ b/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Background.php b/library/HTMLPurifier/AttrDef/CSS/Background.php index 3a3d20cd6..3a3d20cd6 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Background.php +++ b/library/HTMLPurifier/AttrDef/CSS/Background.php diff --git a/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php b/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php index fae82eaec..fae82eaec 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php +++ b/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Border.php b/library/HTMLPurifier/AttrDef/CSS/Border.php index 42a1d1b4a..42a1d1b4a 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Border.php +++ b/library/HTMLPurifier/AttrDef/CSS/Border.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Color.php b/library/HTMLPurifier/AttrDef/CSS/Color.php index 07f95a671..07f95a671 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Color.php +++ b/library/HTMLPurifier/AttrDef/CSS/Color.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Composite.php b/library/HTMLPurifier/AttrDef/CSS/Composite.php index de1289cba..de1289cba 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Composite.php +++ b/library/HTMLPurifier/AttrDef/CSS/Composite.php diff --git a/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php b/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php index 6599c5b2d..6599c5b2d 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php +++ b/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Filter.php b/library/HTMLPurifier/AttrDef/CSS/Filter.php index 147894b86..147894b86 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Filter.php +++ b/library/HTMLPurifier/AttrDef/CSS/Filter.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Font.php b/library/HTMLPurifier/AttrDef/CSS/Font.php index 699ee0b70..699ee0b70 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Font.php +++ b/library/HTMLPurifier/AttrDef/CSS/Font.php diff --git a/library/HTMLPurifier/AttrDef/CSS/FontFamily.php b/library/HTMLPurifier/AttrDef/CSS/FontFamily.php index 42c2054c2..42c2054c2 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/FontFamily.php +++ b/library/HTMLPurifier/AttrDef/CSS/FontFamily.php diff --git a/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php b/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php index 4e6b35e5a..4e6b35e5a 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php +++ b/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Length.php b/library/HTMLPurifier/AttrDef/CSS/Length.php index a07ec5813..a07ec5813 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Length.php +++ b/library/HTMLPurifier/AttrDef/CSS/Length.php diff --git a/library/HTMLPurifier/AttrDef/CSS/ListStyle.php b/library/HTMLPurifier/AttrDef/CSS/ListStyle.php index 4406868c0..4406868c0 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/ListStyle.php +++ b/library/HTMLPurifier/AttrDef/CSS/ListStyle.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Multiple.php b/library/HTMLPurifier/AttrDef/CSS/Multiple.php index 4d62a40d7..4d62a40d7 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Multiple.php +++ b/library/HTMLPurifier/AttrDef/CSS/Multiple.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Number.php b/library/HTMLPurifier/AttrDef/CSS/Number.php index 3f99e12ec..3f99e12ec 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Number.php +++ b/library/HTMLPurifier/AttrDef/CSS/Number.php diff --git a/library/HTMLPurifier/AttrDef/CSS/Percentage.php b/library/HTMLPurifier/AttrDef/CSS/Percentage.php index c34b8fc3c..c34b8fc3c 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/Percentage.php +++ b/library/HTMLPurifier/AttrDef/CSS/Percentage.php diff --git a/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php b/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php index 772c922d8..772c922d8 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php +++ b/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php diff --git a/library/HTMLPurifier/AttrDef/CSS/URI.php b/library/HTMLPurifier/AttrDef/CSS/URI.php index 1df17dc25..1df17dc25 100755..100644 --- a/library/HTMLPurifier/AttrDef/CSS/URI.php +++ b/library/HTMLPurifier/AttrDef/CSS/URI.php diff --git a/library/HTMLPurifier/AttrDef/Enum.php b/library/HTMLPurifier/AttrDef/Enum.php index 5d603ebcc..5d603ebcc 100755..100644 --- a/library/HTMLPurifier/AttrDef/Enum.php +++ b/library/HTMLPurifier/AttrDef/Enum.php diff --git a/library/HTMLPurifier/AttrDef/HTML/Bool.php b/library/HTMLPurifier/AttrDef/HTML/Bool.php index e06987eb8..e06987eb8 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/Bool.php +++ b/library/HTMLPurifier/AttrDef/HTML/Bool.php diff --git a/library/HTMLPurifier/AttrDef/HTML/Class.php b/library/HTMLPurifier/AttrDef/HTML/Class.php index 370068d97..370068d97 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/Class.php +++ b/library/HTMLPurifier/AttrDef/HTML/Class.php diff --git a/library/HTMLPurifier/AttrDef/HTML/Color.php b/library/HTMLPurifier/AttrDef/HTML/Color.php index d01e20454..d01e20454 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/Color.php +++ b/library/HTMLPurifier/AttrDef/HTML/Color.php diff --git a/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php b/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php index ae6ea7c01..ae6ea7c01 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php +++ b/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php diff --git a/library/HTMLPurifier/AttrDef/HTML/ID.php b/library/HTMLPurifier/AttrDef/HTML/ID.php index 81d03762d..81d03762d 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/ID.php +++ b/library/HTMLPurifier/AttrDef/HTML/ID.php diff --git a/library/HTMLPurifier/AttrDef/HTML/Length.php b/library/HTMLPurifier/AttrDef/HTML/Length.php index a242f9c23..a242f9c23 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/Length.php +++ b/library/HTMLPurifier/AttrDef/HTML/Length.php diff --git a/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php b/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php index 76d25ed08..76d25ed08 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php +++ b/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php diff --git a/library/HTMLPurifier/AttrDef/HTML/MultiLength.php b/library/HTMLPurifier/AttrDef/HTML/MultiLength.php index c72fc76e4..c72fc76e4 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/MultiLength.php +++ b/library/HTMLPurifier/AttrDef/HTML/MultiLength.php diff --git a/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php b/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php index aa34120bd..aa34120bd 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php +++ b/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php diff --git a/library/HTMLPurifier/AttrDef/HTML/Pixels.php b/library/HTMLPurifier/AttrDef/HTML/Pixels.php index 4cb2c1b85..4cb2c1b85 100755..100644 --- a/library/HTMLPurifier/AttrDef/HTML/Pixels.php +++ b/library/HTMLPurifier/AttrDef/HTML/Pixels.php diff --git a/library/HTMLPurifier/AttrDef/Integer.php b/library/HTMLPurifier/AttrDef/Integer.php index d59738d2a..d59738d2a 100755..100644 --- a/library/HTMLPurifier/AttrDef/Integer.php +++ b/library/HTMLPurifier/AttrDef/Integer.php diff --git a/library/HTMLPurifier/AttrDef/Lang.php b/library/HTMLPurifier/AttrDef/Lang.php index 10e6da56d..10e6da56d 100755..100644 --- a/library/HTMLPurifier/AttrDef/Lang.php +++ b/library/HTMLPurifier/AttrDef/Lang.php diff --git a/library/HTMLPurifier/AttrDef/Switch.php b/library/HTMLPurifier/AttrDef/Switch.php index c9e3ed193..c9e3ed193 100755..100644 --- a/library/HTMLPurifier/AttrDef/Switch.php +++ b/library/HTMLPurifier/AttrDef/Switch.php diff --git a/library/HTMLPurifier/AttrDef/Text.php b/library/HTMLPurifier/AttrDef/Text.php index c6216cc53..c6216cc53 100755..100644 --- a/library/HTMLPurifier/AttrDef/Text.php +++ b/library/HTMLPurifier/AttrDef/Text.php diff --git a/library/HTMLPurifier/AttrDef/URI.php b/library/HTMLPurifier/AttrDef/URI.php index 01a6d83e9..01a6d83e9 100755..100644 --- a/library/HTMLPurifier/AttrDef/URI.php +++ b/library/HTMLPurifier/AttrDef/URI.php diff --git a/library/HTMLPurifier/AttrDef/URI/Email.php b/library/HTMLPurifier/AttrDef/URI/Email.php index bfee9d166..bfee9d166 100755..100644 --- a/library/HTMLPurifier/AttrDef/URI/Email.php +++ b/library/HTMLPurifier/AttrDef/URI/Email.php diff --git a/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php b/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php index 94c715ab4..94c715ab4 100755..100644 --- a/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php +++ b/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php diff --git a/library/HTMLPurifier/AttrDef/URI/Host.php b/library/HTMLPurifier/AttrDef/URI/Host.php index 2156c10c6..2156c10c6 100755..100644 --- a/library/HTMLPurifier/AttrDef/URI/Host.php +++ b/library/HTMLPurifier/AttrDef/URI/Host.php diff --git a/library/HTMLPurifier/AttrDef/URI/IPv4.php b/library/HTMLPurifier/AttrDef/URI/IPv4.php index ec4cf591b..ec4cf591b 100755..100644 --- a/library/HTMLPurifier/AttrDef/URI/IPv4.php +++ b/library/HTMLPurifier/AttrDef/URI/IPv4.php diff --git a/library/HTMLPurifier/AttrDef/URI/IPv6.php b/library/HTMLPurifier/AttrDef/URI/IPv6.php index 9454e9be5..9454e9be5 100755..100644 --- a/library/HTMLPurifier/AttrDef/URI/IPv6.php +++ b/library/HTMLPurifier/AttrDef/URI/IPv6.php diff --git a/library/HTMLPurifier/AttrTransform.php b/library/HTMLPurifier/AttrTransform.php index e61d3e01b..e61d3e01b 100755..100644 --- a/library/HTMLPurifier/AttrTransform.php +++ b/library/HTMLPurifier/AttrTransform.php diff --git a/library/HTMLPurifier/AttrTransform/Background.php b/library/HTMLPurifier/AttrTransform/Background.php index 0e1ff24a3..0e1ff24a3 100755..100644 --- a/library/HTMLPurifier/AttrTransform/Background.php +++ b/library/HTMLPurifier/AttrTransform/Background.php diff --git a/library/HTMLPurifier/AttrTransform/BdoDir.php b/library/HTMLPurifier/AttrTransform/BdoDir.php index 4d1a05665..4d1a05665 100755..100644 --- a/library/HTMLPurifier/AttrTransform/BdoDir.php +++ b/library/HTMLPurifier/AttrTransform/BdoDir.php diff --git a/library/HTMLPurifier/AttrTransform/BgColor.php b/library/HTMLPurifier/AttrTransform/BgColor.php index ad3916bb9..ad3916bb9 100755..100644 --- a/library/HTMLPurifier/AttrTransform/BgColor.php +++ b/library/HTMLPurifier/AttrTransform/BgColor.php diff --git a/library/HTMLPurifier/AttrTransform/BoolToCSS.php b/library/HTMLPurifier/AttrTransform/BoolToCSS.php index 51159b671..51159b671 100755..100644 --- a/library/HTMLPurifier/AttrTransform/BoolToCSS.php +++ b/library/HTMLPurifier/AttrTransform/BoolToCSS.php diff --git a/library/HTMLPurifier/AttrTransform/Border.php b/library/HTMLPurifier/AttrTransform/Border.php index 476b0b079..476b0b079 100755..100644 --- a/library/HTMLPurifier/AttrTransform/Border.php +++ b/library/HTMLPurifier/AttrTransform/Border.php diff --git a/library/HTMLPurifier/AttrTransform/EnumToCSS.php b/library/HTMLPurifier/AttrTransform/EnumToCSS.php index 2a5b4514a..2a5b4514a 100755..100644 --- a/library/HTMLPurifier/AttrTransform/EnumToCSS.php +++ b/library/HTMLPurifier/AttrTransform/EnumToCSS.php diff --git a/library/HTMLPurifier/AttrTransform/ImgRequired.php b/library/HTMLPurifier/AttrTransform/ImgRequired.php index 7f0e4b7a5..7f0e4b7a5 100755..100644 --- a/library/HTMLPurifier/AttrTransform/ImgRequired.php +++ b/library/HTMLPurifier/AttrTransform/ImgRequired.php diff --git a/library/HTMLPurifier/AttrTransform/ImgSpace.php b/library/HTMLPurifier/AttrTransform/ImgSpace.php index fd84c10c3..fd84c10c3 100755..100644 --- a/library/HTMLPurifier/AttrTransform/ImgSpace.php +++ b/library/HTMLPurifier/AttrTransform/ImgSpace.php diff --git a/library/HTMLPurifier/AttrTransform/Input.php b/library/HTMLPurifier/AttrTransform/Input.php index 16829552d..16829552d 100755..100644 --- a/library/HTMLPurifier/AttrTransform/Input.php +++ b/library/HTMLPurifier/AttrTransform/Input.php diff --git a/library/HTMLPurifier/AttrTransform/Lang.php b/library/HTMLPurifier/AttrTransform/Lang.php index 5869e7f82..5869e7f82 100755..100644 --- a/library/HTMLPurifier/AttrTransform/Lang.php +++ b/library/HTMLPurifier/AttrTransform/Lang.php diff --git a/library/HTMLPurifier/AttrTransform/Length.php b/library/HTMLPurifier/AttrTransform/Length.php index ea2f30473..ea2f30473 100755..100644 --- a/library/HTMLPurifier/AttrTransform/Length.php +++ b/library/HTMLPurifier/AttrTransform/Length.php diff --git a/library/HTMLPurifier/AttrTransform/Name.php b/library/HTMLPurifier/AttrTransform/Name.php index 15315bc73..15315bc73 100755..100644 --- a/library/HTMLPurifier/AttrTransform/Name.php +++ b/library/HTMLPurifier/AttrTransform/Name.php diff --git a/library/HTMLPurifier/AttrTransform/NameSync.php b/library/HTMLPurifier/AttrTransform/NameSync.php index a95638c14..a95638c14 100755..100644 --- a/library/HTMLPurifier/AttrTransform/NameSync.php +++ b/library/HTMLPurifier/AttrTransform/NameSync.php diff --git a/library/HTMLPurifier/AttrTransform/SafeEmbed.php b/library/HTMLPurifier/AttrTransform/SafeEmbed.php index 4da449981..4da449981 100755..100644 --- a/library/HTMLPurifier/AttrTransform/SafeEmbed.php +++ b/library/HTMLPurifier/AttrTransform/SafeEmbed.php diff --git a/library/HTMLPurifier/AttrTransform/SafeObject.php b/library/HTMLPurifier/AttrTransform/SafeObject.php index 1ed74898b..1ed74898b 100755..100644 --- a/library/HTMLPurifier/AttrTransform/SafeObject.php +++ b/library/HTMLPurifier/AttrTransform/SafeObject.php diff --git a/library/HTMLPurifier/AttrTransform/SafeParam.php b/library/HTMLPurifier/AttrTransform/SafeParam.php index 3f992ec31..3f992ec31 100755..100644 --- a/library/HTMLPurifier/AttrTransform/SafeParam.php +++ b/library/HTMLPurifier/AttrTransform/SafeParam.php diff --git a/library/HTMLPurifier/AttrTransform/ScriptRequired.php b/library/HTMLPurifier/AttrTransform/ScriptRequired.php index 4499050a2..4499050a2 100755..100644 --- a/library/HTMLPurifier/AttrTransform/ScriptRequired.php +++ b/library/HTMLPurifier/AttrTransform/ScriptRequired.php diff --git a/library/HTMLPurifier/AttrTransform/Textarea.php b/library/HTMLPurifier/AttrTransform/Textarea.php index 81ac3488b..81ac3488b 100755..100644 --- a/library/HTMLPurifier/AttrTransform/Textarea.php +++ b/library/HTMLPurifier/AttrTransform/Textarea.php diff --git a/library/HTMLPurifier/AttrTypes.php b/library/HTMLPurifier/AttrTypes.php index fc2ea4e58..fc2ea4e58 100755..100644 --- a/library/HTMLPurifier/AttrTypes.php +++ b/library/HTMLPurifier/AttrTypes.php diff --git a/library/HTMLPurifier/AttrValidator.php b/library/HTMLPurifier/AttrValidator.php index 829a0f8f2..829a0f8f2 100755..100644 --- a/library/HTMLPurifier/AttrValidator.php +++ b/library/HTMLPurifier/AttrValidator.php diff --git a/library/HTMLPurifier/Bootstrap.php b/library/HTMLPurifier/Bootstrap.php index 559f61a23..559f61a23 100755..100644 --- a/library/HTMLPurifier/Bootstrap.php +++ b/library/HTMLPurifier/Bootstrap.php diff --git a/library/HTMLPurifier/CSSDefinition.php b/library/HTMLPurifier/CSSDefinition.php index 6a2e6f56d..6a2e6f56d 100755..100644 --- a/library/HTMLPurifier/CSSDefinition.php +++ b/library/HTMLPurifier/CSSDefinition.php diff --git a/library/HTMLPurifier/ChildDef.php b/library/HTMLPurifier/ChildDef.php index c5d5216da..c5d5216da 100755..100644 --- a/library/HTMLPurifier/ChildDef.php +++ b/library/HTMLPurifier/ChildDef.php diff --git a/library/HTMLPurifier/ChildDef/Chameleon.php b/library/HTMLPurifier/ChildDef/Chameleon.php index 15c364ee3..15c364ee3 100755..100644 --- a/library/HTMLPurifier/ChildDef/Chameleon.php +++ b/library/HTMLPurifier/ChildDef/Chameleon.php diff --git a/library/HTMLPurifier/ChildDef/Custom.php b/library/HTMLPurifier/ChildDef/Custom.php index b68047b4b..b68047b4b 100755..100644 --- a/library/HTMLPurifier/ChildDef/Custom.php +++ b/library/HTMLPurifier/ChildDef/Custom.php diff --git a/library/HTMLPurifier/ChildDef/Empty.php b/library/HTMLPurifier/ChildDef/Empty.php index 13171f665..13171f665 100755..100644 --- a/library/HTMLPurifier/ChildDef/Empty.php +++ b/library/HTMLPurifier/ChildDef/Empty.php diff --git a/library/HTMLPurifier/ChildDef/Optional.php b/library/HTMLPurifier/ChildDef/Optional.php index 32bcb9898..32bcb9898 100755..100644 --- a/library/HTMLPurifier/ChildDef/Optional.php +++ b/library/HTMLPurifier/ChildDef/Optional.php diff --git a/library/HTMLPurifier/ChildDef/Required.php b/library/HTMLPurifier/ChildDef/Required.php index 4889f249b..4889f249b 100755..100644 --- a/library/HTMLPurifier/ChildDef/Required.php +++ b/library/HTMLPurifier/ChildDef/Required.php diff --git a/library/HTMLPurifier/ChildDef/StrictBlockquote.php b/library/HTMLPurifier/ChildDef/StrictBlockquote.php index dfae8a6e5..dfae8a6e5 100755..100644 --- a/library/HTMLPurifier/ChildDef/StrictBlockquote.php +++ b/library/HTMLPurifier/ChildDef/StrictBlockquote.php diff --git a/library/HTMLPurifier/ChildDef/Table.php b/library/HTMLPurifier/ChildDef/Table.php index 34f0227dd..34f0227dd 100755..100644 --- a/library/HTMLPurifier/ChildDef/Table.php +++ b/library/HTMLPurifier/ChildDef/Table.php diff --git a/library/HTMLPurifier/Config.php b/library/HTMLPurifier/Config.php index 2a334b0d8..2a334b0d8 100755..100644 --- a/library/HTMLPurifier/Config.php +++ b/library/HTMLPurifier/Config.php diff --git a/library/HTMLPurifier/ConfigSchema.php b/library/HTMLPurifier/ConfigSchema.php index 67be5c71f..67be5c71f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema.php +++ b/library/HTMLPurifier/ConfigSchema.php diff --git a/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php b/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php index c05668a70..c05668a70 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php +++ b/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php diff --git a/library/HTMLPurifier/ConfigSchema/Builder/Xml.php b/library/HTMLPurifier/ConfigSchema/Builder/Xml.php index 244561a37..244561a37 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/Builder/Xml.php +++ b/library/HTMLPurifier/ConfigSchema/Builder/Xml.php diff --git a/library/HTMLPurifier/ConfigSchema/Exception.php b/library/HTMLPurifier/ConfigSchema/Exception.php index 2671516c5..2671516c5 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/Exception.php +++ b/library/HTMLPurifier/ConfigSchema/Exception.php diff --git a/library/HTMLPurifier/ConfigSchema/Interchange.php b/library/HTMLPurifier/ConfigSchema/Interchange.php index 91a5aa730..91a5aa730 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/Interchange.php +++ b/library/HTMLPurifier/ConfigSchema/Interchange.php diff --git a/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php b/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php index ac8be0d97..ac8be0d97 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php +++ b/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php diff --git a/library/HTMLPurifier/ConfigSchema/Interchange/Id.php b/library/HTMLPurifier/ConfigSchema/Interchange/Id.php index b9b3c6f5c..b9b3c6f5c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/Interchange/Id.php +++ b/library/HTMLPurifier/ConfigSchema/Interchange/Id.php diff --git a/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php b/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php index 785b72ce8..785b72ce8 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php +++ b/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php diff --git a/library/HTMLPurifier/ConfigSchema/Validator.php b/library/HTMLPurifier/ConfigSchema/Validator.php index f374f6a02..f374f6a02 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/Validator.php +++ b/library/HTMLPurifier/ConfigSchema/Validator.php diff --git a/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php b/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php index b95aea18c..b95aea18c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php +++ b/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php diff --git a/library/HTMLPurifier/ConfigSchema/schema.ser b/library/HTMLPurifier/ConfigSchema/schema.ser Binary files differindex 22b8d54a5..22b8d54a5 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema.ser +++ b/library/HTMLPurifier/ConfigSchema/schema.ser diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt index 0517fed0a..0517fed0a 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt index 249edd647..249edd647 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt index 9a8fa6a2e..9a8fa6a2e 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt index b01788348..b01788348 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt index e774b823b..e774b823b 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt index 533165e17..533165e17 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt index 9eb7e3846..9eb7e3846 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt index 2f17bf477..2f17bf477 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt index 52654b53a..52654b53a 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt index 6440d2103..6440d2103 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt index f31d226f5..f31d226f5 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt index 5f2b5e3d2..5f2b5e3d2 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt index 6f5824586..6f5824586 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt index cc49d43fd..cc49d43fd 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt index 2c5924a7a..2c5924a7a 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt index d5caa1bb9..d5caa1bb9 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt index 2a476481a..2a476481a 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt index 663064a34..663064a34 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt index 3a48ba960..3a48ba960 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt index db58b1346..db58b1346 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt index 7996488be..7996488be 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt index 35c393b4e..35c393b4e 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt index ca17eb1dc..ca17eb1dc 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt index 34657ba47..34657ba47 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt index dde990ab2..dde990ab2 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt b/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt index b324608f7..b324608f7 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt b/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt index 748be0eec..748be0eec 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt b/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt index 460112ebe..460112ebe 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt b/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt index 5cb7dda3b..5cb7dda3b 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt b/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt index 7a3291470..7a3291470 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt b/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt index 148eedb8b..148eedb8b 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt b/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt index c486724c8..c486724c8 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt b/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt index 54036507d..54036507d 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt index 568cbf3b3..568cbf3b3 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt index d7317911f..d7317911f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt index 08b381d34..08b381d34 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt index 64b114fce..64b114fce 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt index 36f16e07e..36f16e07e 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt index 8bfb47c3a..8bfb47c3a 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt index 4d5b5055c..4d5b5055c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt index a7a5b249b..a7a5b249b 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt index abb499948..abb499948 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt index 915391edb..915391edb 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.Language.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.Language.txt index 233fca14f..233fca14f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.Language.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.Language.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt index 8983e2cca..8983e2cca 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt index eb841a759..eb841a759 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt index 4070c2a0d..4070c2a0d 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt index a4cd966df..a4cd966df 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt b/library/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt index 3db50ef20..3db50ef20 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt index 16829bcda..16829bcda 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt index 7f95f54d1..7f95f54d1 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt index 6c231b2d7..6c231b2d7 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt index 078d08741..078d08741 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt b/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt index 7fa6536b2..7fa6536b2 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt index 3e231d2d1..3e231d2d1 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt index fcf093f17..fcf093f17 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt index 888d55819..888d55819 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt index 5a59a55c0..5a59a55c0 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt index 151fb7b82..151fb7b82 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt index 45ae469ec..45ae469ec 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt index 524618879..524618879 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt index a64e3d7c3..a64e3d7c3 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt index 103db754a..103db754a 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt index 229ae0267..229ae0267 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt index 9dab497f2..9dab497f2 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt index 57358f9ba..57358f9ba 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt index 93a53e14f..93a53e14f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt index e424c386e..e424c386e 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt index 62e8e160c..62e8e160c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt index dfb720496..dfb720496 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt index cdda09a4c..cdda09a4c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt index ceb342e22..ceb342e22 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt index a8b1de56b..a8b1de56b 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt index b4c271b7f..b4c271b7f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt index 4186ccd0d..4186ccd0d 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt index 996762bd1..996762bd1 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt index 89133b1a3..89133b1a3 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt index 2a47e384f..2a47e384f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt b/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt index 08921fde7..08921fde7 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt b/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt index 93398e859..93398e859 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt b/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt index 79f8ad82c..79f8ad82c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt b/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt index 232b02362..232b02362 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt b/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt index 06bab00a0..06bab00a0 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt b/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt index 071bc0295..071bc0295 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt index ae3a913f2..ae3a913f2 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.Base.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.Base.txt index 876f0680c..876f0680c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.Base.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.Base.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt index 728e378cb..728e378cb 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt index f05312ba8..f05312ba8 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt index 80cfea93f..80cfea93f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt index 71ce025a2..71ce025a2 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt index 13c122c8c..13c122c8c 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt index abcc1efd6..abcc1efd6 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt index 51e6ea91f..51e6ea91f 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt index ee83b121d..ee83b121d 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt index 0b6df7625..0b6df7625 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt index 4214900a5..4214900a5 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt index 58c81dcc4..58c81dcc4 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt index 6fce0fdc3..6fce0fdc3 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt index 0d00f62ea..0d00f62ea 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt index 23331a4e7..23331a4e7 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt diff --git a/library/HTMLPurifier/ConfigSchema/schema/info.ini b/library/HTMLPurifier/ConfigSchema/schema/info.ini index 5de4505e1..5de4505e1 100755..100644 --- a/library/HTMLPurifier/ConfigSchema/schema/info.ini +++ b/library/HTMLPurifier/ConfigSchema/schema/info.ini diff --git a/library/HTMLPurifier/ContentSets.php b/library/HTMLPurifier/ContentSets.php index 3b6e96f5f..3b6e96f5f 100755..100644 --- a/library/HTMLPurifier/ContentSets.php +++ b/library/HTMLPurifier/ContentSets.php diff --git a/library/HTMLPurifier/Context.php b/library/HTMLPurifier/Context.php index 9ddf0c547..9ddf0c547 100755..100644 --- a/library/HTMLPurifier/Context.php +++ b/library/HTMLPurifier/Context.php diff --git a/library/HTMLPurifier/Definition.php b/library/HTMLPurifier/Definition.php index a7408c974..a7408c974 100755..100644 --- a/library/HTMLPurifier/Definition.php +++ b/library/HTMLPurifier/Definition.php diff --git a/library/HTMLPurifier/DefinitionCache.php b/library/HTMLPurifier/DefinitionCache.php index c6e1e388c..c6e1e388c 100755..100644 --- a/library/HTMLPurifier/DefinitionCache.php +++ b/library/HTMLPurifier/DefinitionCache.php diff --git a/library/HTMLPurifier/DefinitionCache/Decorator.php b/library/HTMLPurifier/DefinitionCache/Decorator.php index b0fb6d0cd..b0fb6d0cd 100755..100644 --- a/library/HTMLPurifier/DefinitionCache/Decorator.php +++ b/library/HTMLPurifier/DefinitionCache/Decorator.php diff --git a/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php b/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php index d4cc35c4b..d4cc35c4b 100755..100644 --- a/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php +++ b/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php diff --git a/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php b/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php index 18f16d32b..18f16d32b 100755..100644 --- a/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php +++ b/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php diff --git a/library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in b/library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in index 21a8fcfda..21a8fcfda 100755..100644 --- a/library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in +++ b/library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in diff --git a/library/HTMLPurifier/DefinitionCache/Null.php b/library/HTMLPurifier/DefinitionCache/Null.php index 41d97e734..41d97e734 100755..100644 --- a/library/HTMLPurifier/DefinitionCache/Null.php +++ b/library/HTMLPurifier/DefinitionCache/Null.php diff --git a/library/HTMLPurifier/DefinitionCache/Serializer.php b/library/HTMLPurifier/DefinitionCache/Serializer.php index 7a6aa93f0..7a6aa93f0 100755..100644 --- a/library/HTMLPurifier/DefinitionCache/Serializer.php +++ b/library/HTMLPurifier/DefinitionCache/Serializer.php diff --git a/library/HTMLPurifier/DefinitionCache/Serializer/README b/library/HTMLPurifier/DefinitionCache/Serializer/README index 2e35c1c3d..2e35c1c3d 100755..100644 --- a/library/HTMLPurifier/DefinitionCache/Serializer/README +++ b/library/HTMLPurifier/DefinitionCache/Serializer/README diff --git a/library/HTMLPurifier/DefinitionCacheFactory.php b/library/HTMLPurifier/DefinitionCacheFactory.php index a6ead6281..a6ead6281 100755..100644 --- a/library/HTMLPurifier/DefinitionCacheFactory.php +++ b/library/HTMLPurifier/DefinitionCacheFactory.php diff --git a/library/HTMLPurifier/Doctype.php b/library/HTMLPurifier/Doctype.php index 1e3c574c0..1e3c574c0 100755..100644 --- a/library/HTMLPurifier/Doctype.php +++ b/library/HTMLPurifier/Doctype.php diff --git a/library/HTMLPurifier/DoctypeRegistry.php b/library/HTMLPurifier/DoctypeRegistry.php index 86049e939..86049e939 100755..100644 --- a/library/HTMLPurifier/DoctypeRegistry.php +++ b/library/HTMLPurifier/DoctypeRegistry.php diff --git a/library/HTMLPurifier/ElementDef.php b/library/HTMLPurifier/ElementDef.php index 5498d9567..5498d9567 100755..100644 --- a/library/HTMLPurifier/ElementDef.php +++ b/library/HTMLPurifier/ElementDef.php diff --git a/library/HTMLPurifier/Encoder.php b/library/HTMLPurifier/Encoder.php index 2b3140caa..2b3140caa 100755..100644 --- a/library/HTMLPurifier/Encoder.php +++ b/library/HTMLPurifier/Encoder.php diff --git a/library/HTMLPurifier/EntityLookup.php b/library/HTMLPurifier/EntityLookup.php index b4dfce94c..b4dfce94c 100755..100644 --- a/library/HTMLPurifier/EntityLookup.php +++ b/library/HTMLPurifier/EntityLookup.php diff --git a/library/HTMLPurifier/EntityLookup/entities.ser b/library/HTMLPurifier/EntityLookup/entities.ser index f2b8b8f2d..f2b8b8f2d 100755..100644 --- a/library/HTMLPurifier/EntityLookup/entities.ser +++ b/library/HTMLPurifier/EntityLookup/entities.ser diff --git a/library/HTMLPurifier/EntityParser.php b/library/HTMLPurifier/EntityParser.php index 8c384472d..8c384472d 100755..100644 --- a/library/HTMLPurifier/EntityParser.php +++ b/library/HTMLPurifier/EntityParser.php diff --git a/library/HTMLPurifier/ErrorCollector.php b/library/HTMLPurifier/ErrorCollector.php index 6713eaf77..6713eaf77 100755..100644 --- a/library/HTMLPurifier/ErrorCollector.php +++ b/library/HTMLPurifier/ErrorCollector.php diff --git a/library/HTMLPurifier/ErrorStruct.php b/library/HTMLPurifier/ErrorStruct.php index 9bc8996ec..9bc8996ec 100755..100644 --- a/library/HTMLPurifier/ErrorStruct.php +++ b/library/HTMLPurifier/ErrorStruct.php diff --git a/library/HTMLPurifier/Exception.php b/library/HTMLPurifier/Exception.php index be85b4c56..be85b4c56 100755..100644 --- a/library/HTMLPurifier/Exception.php +++ b/library/HTMLPurifier/Exception.php diff --git a/library/HTMLPurifier/Filter.php b/library/HTMLPurifier/Filter.php index 9a0e7b09f..9a0e7b09f 100755..100644 --- a/library/HTMLPurifier/Filter.php +++ b/library/HTMLPurifier/Filter.php diff --git a/library/HTMLPurifier/Filter/ExtractStyleBlocks.php b/library/HTMLPurifier/Filter/ExtractStyleBlocks.php index bbf78a663..bbf78a663 100755..100644 --- a/library/HTMLPurifier/Filter/ExtractStyleBlocks.php +++ b/library/HTMLPurifier/Filter/ExtractStyleBlocks.php diff --git a/library/HTMLPurifier/Filter/YouTube.php b/library/HTMLPurifier/Filter/YouTube.php index 23df221ea..23df221ea 100755..100644 --- a/library/HTMLPurifier/Filter/YouTube.php +++ b/library/HTMLPurifier/Filter/YouTube.php diff --git a/library/HTMLPurifier/Generator.php b/library/HTMLPurifier/Generator.php index 4a6241727..4a6241727 100755..100644 --- a/library/HTMLPurifier/Generator.php +++ b/library/HTMLPurifier/Generator.php diff --git a/library/HTMLPurifier/HTMLDefinition.php b/library/HTMLPurifier/HTMLDefinition.php index c99ac11eb..c99ac11eb 100755..100644 --- a/library/HTMLPurifier/HTMLDefinition.php +++ b/library/HTMLPurifier/HTMLDefinition.php diff --git a/library/HTMLPurifier/HTMLModule.php b/library/HTMLPurifier/HTMLModule.php index 072cf6808..072cf6808 100755..100644 --- a/library/HTMLPurifier/HTMLModule.php +++ b/library/HTMLPurifier/HTMLModule.php diff --git a/library/HTMLPurifier/HTMLModule/Bdo.php b/library/HTMLPurifier/HTMLModule/Bdo.php index 3d66f1b4e..3d66f1b4e 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Bdo.php +++ b/library/HTMLPurifier/HTMLModule/Bdo.php diff --git a/library/HTMLPurifier/HTMLModule/CommonAttributes.php b/library/HTMLPurifier/HTMLModule/CommonAttributes.php index 7c15da84f..7c15da84f 100755..100644 --- a/library/HTMLPurifier/HTMLModule/CommonAttributes.php +++ b/library/HTMLPurifier/HTMLModule/CommonAttributes.php diff --git a/library/HTMLPurifier/HTMLModule/Edit.php b/library/HTMLPurifier/HTMLModule/Edit.php index ff9369055..ff9369055 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Edit.php +++ b/library/HTMLPurifier/HTMLModule/Edit.php diff --git a/library/HTMLPurifier/HTMLModule/Forms.php b/library/HTMLPurifier/HTMLModule/Forms.php index 44c22f6f8..44c22f6f8 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Forms.php +++ b/library/HTMLPurifier/HTMLModule/Forms.php diff --git a/library/HTMLPurifier/HTMLModule/Hypertext.php b/library/HTMLPurifier/HTMLModule/Hypertext.php index d7e9bdd27..d7e9bdd27 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Hypertext.php +++ b/library/HTMLPurifier/HTMLModule/Hypertext.php diff --git a/library/HTMLPurifier/HTMLModule/Image.php b/library/HTMLPurifier/HTMLModule/Image.php index 948d435bc..948d435bc 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Image.php +++ b/library/HTMLPurifier/HTMLModule/Image.php diff --git a/library/HTMLPurifier/HTMLModule/Legacy.php b/library/HTMLPurifier/HTMLModule/Legacy.php index df33927ba..df33927ba 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Legacy.php +++ b/library/HTMLPurifier/HTMLModule/Legacy.php diff --git a/library/HTMLPurifier/HTMLModule/List.php b/library/HTMLPurifier/HTMLModule/List.php index 74d4522f4..74d4522f4 100755..100644 --- a/library/HTMLPurifier/HTMLModule/List.php +++ b/library/HTMLPurifier/HTMLModule/List.php diff --git a/library/HTMLPurifier/HTMLModule/Name.php b/library/HTMLPurifier/HTMLModule/Name.php index 05694b450..05694b450 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Name.php +++ b/library/HTMLPurifier/HTMLModule/Name.php diff --git a/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php b/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php index 5f1b14abb..5f1b14abb 100755..100644 --- a/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php +++ b/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php diff --git a/library/HTMLPurifier/HTMLModule/Object.php b/library/HTMLPurifier/HTMLModule/Object.php index 193c1011f..193c1011f 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Object.php +++ b/library/HTMLPurifier/HTMLModule/Object.php diff --git a/library/HTMLPurifier/HTMLModule/Presentation.php b/library/HTMLPurifier/HTMLModule/Presentation.php index 8ff0b5ed7..8ff0b5ed7 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Presentation.php +++ b/library/HTMLPurifier/HTMLModule/Presentation.php diff --git a/library/HTMLPurifier/HTMLModule/Proprietary.php b/library/HTMLPurifier/HTMLModule/Proprietary.php index dd36a3de0..dd36a3de0 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Proprietary.php +++ b/library/HTMLPurifier/HTMLModule/Proprietary.php diff --git a/library/HTMLPurifier/HTMLModule/Ruby.php b/library/HTMLPurifier/HTMLModule/Ruby.php index b26a0a30a..b26a0a30a 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Ruby.php +++ b/library/HTMLPurifier/HTMLModule/Ruby.php diff --git a/library/HTMLPurifier/HTMLModule/SafeEmbed.php b/library/HTMLPurifier/HTMLModule/SafeEmbed.php index ea256716b..ea256716b 100755..100644 --- a/library/HTMLPurifier/HTMLModule/SafeEmbed.php +++ b/library/HTMLPurifier/HTMLModule/SafeEmbed.php diff --git a/library/HTMLPurifier/HTMLModule/SafeObject.php b/library/HTMLPurifier/HTMLModule/SafeObject.php index 64ab8c070..64ab8c070 100755..100644 --- a/library/HTMLPurifier/HTMLModule/SafeObject.php +++ b/library/HTMLPurifier/HTMLModule/SafeObject.php diff --git a/library/HTMLPurifier/HTMLModule/Scripting.php b/library/HTMLPurifier/HTMLModule/Scripting.php index cecdea6c3..cecdea6c3 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Scripting.php +++ b/library/HTMLPurifier/HTMLModule/Scripting.php diff --git a/library/HTMLPurifier/HTMLModule/StyleAttribute.php b/library/HTMLPurifier/HTMLModule/StyleAttribute.php index eb78464cc..eb78464cc 100755..100644 --- a/library/HTMLPurifier/HTMLModule/StyleAttribute.php +++ b/library/HTMLPurifier/HTMLModule/StyleAttribute.php diff --git a/library/HTMLPurifier/HTMLModule/Tables.php b/library/HTMLPurifier/HTMLModule/Tables.php index f314ced3f..f314ced3f 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tables.php +++ b/library/HTMLPurifier/HTMLModule/Tables.php diff --git a/library/HTMLPurifier/HTMLModule/Target.php b/library/HTMLPurifier/HTMLModule/Target.php index 2b844ecc4..2b844ecc4 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Target.php +++ b/library/HTMLPurifier/HTMLModule/Target.php diff --git a/library/HTMLPurifier/HTMLModule/Text.php b/library/HTMLPurifier/HTMLModule/Text.php index ae77c7188..ae77c7188 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Text.php +++ b/library/HTMLPurifier/HTMLModule/Text.php diff --git a/library/HTMLPurifier/HTMLModule/Tidy.php b/library/HTMLPurifier/HTMLModule/Tidy.php index 21783f18e..21783f18e 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tidy.php +++ b/library/HTMLPurifier/HTMLModule/Tidy.php diff --git a/library/HTMLPurifier/HTMLModule/Tidy/Name.php b/library/HTMLPurifier/HTMLModule/Tidy/Name.php index 61ff85ce2..61ff85ce2 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tidy/Name.php +++ b/library/HTMLPurifier/HTMLModule/Tidy/Name.php diff --git a/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php b/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php index 14c15c4a0..14c15c4a0 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php +++ b/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php diff --git a/library/HTMLPurifier/HTMLModule/Tidy/Strict.php b/library/HTMLPurifier/HTMLModule/Tidy/Strict.php index c73dc3c4d..c73dc3c4d 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tidy/Strict.php +++ b/library/HTMLPurifier/HTMLModule/Tidy/Strict.php diff --git a/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php b/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php index 9960b1dd1..9960b1dd1 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php +++ b/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php diff --git a/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php b/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php index db5a378e5..db5a378e5 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php +++ b/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php diff --git a/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php b/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php index 02e943813..02e943813 100755..100644 --- a/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php +++ b/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php diff --git a/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php b/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php index 9c0e03198..9c0e03198 100755..100644 --- a/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php +++ b/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php diff --git a/library/HTMLPurifier/HTMLModuleManager.php b/library/HTMLPurifier/HTMLModuleManager.php index f5c4a1d2c..f5c4a1d2c 100755..100644 --- a/library/HTMLPurifier/HTMLModuleManager.php +++ b/library/HTMLPurifier/HTMLModuleManager.php diff --git a/library/HTMLPurifier/IDAccumulator.php b/library/HTMLPurifier/IDAccumulator.php index 73215295a..73215295a 100755..100644 --- a/library/HTMLPurifier/IDAccumulator.php +++ b/library/HTMLPurifier/IDAccumulator.php diff --git a/library/HTMLPurifier/Injector.php b/library/HTMLPurifier/Injector.php index 5922f8130..5922f8130 100755..100644 --- a/library/HTMLPurifier/Injector.php +++ b/library/HTMLPurifier/Injector.php diff --git a/library/HTMLPurifier/Injector/AutoParagraph.php b/library/HTMLPurifier/Injector/AutoParagraph.php index afa760892..afa760892 100755..100644 --- a/library/HTMLPurifier/Injector/AutoParagraph.php +++ b/library/HTMLPurifier/Injector/AutoParagraph.php diff --git a/library/HTMLPurifier/Injector/DisplayLinkURI.php b/library/HTMLPurifier/Injector/DisplayLinkURI.php index 9dce9bd08..9dce9bd08 100755..100644 --- a/library/HTMLPurifier/Injector/DisplayLinkURI.php +++ b/library/HTMLPurifier/Injector/DisplayLinkURI.php diff --git a/library/HTMLPurifier/Injector/Linkify.php b/library/HTMLPurifier/Injector/Linkify.php index 296dac282..296dac282 100755..100644 --- a/library/HTMLPurifier/Injector/Linkify.php +++ b/library/HTMLPurifier/Injector/Linkify.php diff --git a/library/HTMLPurifier/Injector/PurifierLinkify.php b/library/HTMLPurifier/Injector/PurifierLinkify.php index ad2455a91..ad2455a91 100755..100644 --- a/library/HTMLPurifier/Injector/PurifierLinkify.php +++ b/library/HTMLPurifier/Injector/PurifierLinkify.php diff --git a/library/HTMLPurifier/Injector/RemoveEmpty.php b/library/HTMLPurifier/Injector/RemoveEmpty.php index 638bfca03..638bfca03 100755..100644 --- a/library/HTMLPurifier/Injector/RemoveEmpty.php +++ b/library/HTMLPurifier/Injector/RemoveEmpty.php diff --git a/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php b/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php index b21313470..b21313470 100755..100644 --- a/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php +++ b/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php diff --git a/library/HTMLPurifier/Injector/SafeObject.php b/library/HTMLPurifier/Injector/SafeObject.php index 9e178ce01..9e178ce01 100755..100644 --- a/library/HTMLPurifier/Injector/SafeObject.php +++ b/library/HTMLPurifier/Injector/SafeObject.php diff --git a/library/HTMLPurifier/Language.php b/library/HTMLPurifier/Language.php index 3e2be03b5..3e2be03b5 100755..100644 --- a/library/HTMLPurifier/Language.php +++ b/library/HTMLPurifier/Language.php diff --git a/library/HTMLPurifier/Language/classes/en-x-test.php b/library/HTMLPurifier/Language/classes/en-x-test.php index d52fcb7ac..d52fcb7ac 100755..100644 --- a/library/HTMLPurifier/Language/classes/en-x-test.php +++ b/library/HTMLPurifier/Language/classes/en-x-test.php diff --git a/library/HTMLPurifier/Language/messages/en-x-test.php b/library/HTMLPurifier/Language/messages/en-x-test.php index 1c046f379..1c046f379 100755..100644 --- a/library/HTMLPurifier/Language/messages/en-x-test.php +++ b/library/HTMLPurifier/Language/messages/en-x-test.php diff --git a/library/HTMLPurifier/Language/messages/en-x-testmini.php b/library/HTMLPurifier/Language/messages/en-x-testmini.php index 806c83fbf..806c83fbf 100755..100644 --- a/library/HTMLPurifier/Language/messages/en-x-testmini.php +++ b/library/HTMLPurifier/Language/messages/en-x-testmini.php diff --git a/library/HTMLPurifier/Language/messages/en.php b/library/HTMLPurifier/Language/messages/en.php index 8d7b5736b..8d7b5736b 100755..100644 --- a/library/HTMLPurifier/Language/messages/en.php +++ b/library/HTMLPurifier/Language/messages/en.php diff --git a/library/HTMLPurifier/LanguageFactory.php b/library/HTMLPurifier/LanguageFactory.php index 134ef8c74..134ef8c74 100755..100644 --- a/library/HTMLPurifier/LanguageFactory.php +++ b/library/HTMLPurifier/LanguageFactory.php diff --git a/library/HTMLPurifier/Length.php b/library/HTMLPurifier/Length.php index 8d2a46b7d..8d2a46b7d 100755..100644 --- a/library/HTMLPurifier/Length.php +++ b/library/HTMLPurifier/Length.php diff --git a/library/HTMLPurifier/Lexer.php b/library/HTMLPurifier/Lexer.php index b05e11546..b05e11546 100755..100644 --- a/library/HTMLPurifier/Lexer.php +++ b/library/HTMLPurifier/Lexer.php diff --git a/library/HTMLPurifier/Lexer/DOMLex.php b/library/HTMLPurifier/Lexer/DOMLex.php index 20dc2ed48..20dc2ed48 100755..100644 --- a/library/HTMLPurifier/Lexer/DOMLex.php +++ b/library/HTMLPurifier/Lexer/DOMLex.php diff --git a/library/HTMLPurifier/Lexer/DirectLex.php b/library/HTMLPurifier/Lexer/DirectLex.php index 456e6e190..456e6e190 100755..100644 --- a/library/HTMLPurifier/Lexer/DirectLex.php +++ b/library/HTMLPurifier/Lexer/DirectLex.php diff --git a/library/HTMLPurifier/Lexer/PEARSax3.php b/library/HTMLPurifier/Lexer/PEARSax3.php index 1d358c7b6..1d358c7b6 100755..100644 --- a/library/HTMLPurifier/Lexer/PEARSax3.php +++ b/library/HTMLPurifier/Lexer/PEARSax3.php diff --git a/library/HTMLPurifier/Lexer/PH5P.php b/library/HTMLPurifier/Lexer/PH5P.php index fa1bf973e..fa1bf973e 100755..100644 --- a/library/HTMLPurifier/Lexer/PH5P.php +++ b/library/HTMLPurifier/Lexer/PH5P.php diff --git a/library/HTMLPurifier/PercentEncoder.php b/library/HTMLPurifier/PercentEncoder.php index a43c44f4c..a43c44f4c 100755..100644 --- a/library/HTMLPurifier/PercentEncoder.php +++ b/library/HTMLPurifier/PercentEncoder.php diff --git a/library/HTMLPurifier/Printer.php b/library/HTMLPurifier/Printer.php index e7eb82e83..e7eb82e83 100755..100644 --- a/library/HTMLPurifier/Printer.php +++ b/library/HTMLPurifier/Printer.php diff --git a/library/HTMLPurifier/Printer/CSSDefinition.php b/library/HTMLPurifier/Printer/CSSDefinition.php index 81f986590..81f986590 100755..100644 --- a/library/HTMLPurifier/Printer/CSSDefinition.php +++ b/library/HTMLPurifier/Printer/CSSDefinition.php diff --git a/library/HTMLPurifier/Printer/ConfigForm.css b/library/HTMLPurifier/Printer/ConfigForm.css index 3ff1a88aa..3ff1a88aa 100755..100644 --- a/library/HTMLPurifier/Printer/ConfigForm.css +++ b/library/HTMLPurifier/Printer/ConfigForm.css diff --git a/library/HTMLPurifier/Printer/ConfigForm.js b/library/HTMLPurifier/Printer/ConfigForm.js index cba00c9b8..cba00c9b8 100755..100644 --- a/library/HTMLPurifier/Printer/ConfigForm.js +++ b/library/HTMLPurifier/Printer/ConfigForm.js diff --git a/library/HTMLPurifier/Printer/ConfigForm.php b/library/HTMLPurifier/Printer/ConfigForm.php index 02aa65689..02aa65689 100755..100644 --- a/library/HTMLPurifier/Printer/ConfigForm.php +++ b/library/HTMLPurifier/Printer/ConfigForm.php diff --git a/library/HTMLPurifier/Printer/HTMLDefinition.php b/library/HTMLPurifier/Printer/HTMLDefinition.php index 8a8f126b8..8a8f126b8 100755..100644 --- a/library/HTMLPurifier/Printer/HTMLDefinition.php +++ b/library/HTMLPurifier/Printer/HTMLDefinition.php diff --git a/library/HTMLPurifier/PropertyList.php b/library/HTMLPurifier/PropertyList.php index 2b99fb7bc..2b99fb7bc 100755..100644 --- a/library/HTMLPurifier/PropertyList.php +++ b/library/HTMLPurifier/PropertyList.php diff --git a/library/HTMLPurifier/PropertyListIterator.php b/library/HTMLPurifier/PropertyListIterator.php index 8f250443e..8f250443e 100755..100644 --- a/library/HTMLPurifier/PropertyListIterator.php +++ b/library/HTMLPurifier/PropertyListIterator.php diff --git a/library/HTMLPurifier/Strategy.php b/library/HTMLPurifier/Strategy.php index 246286521..246286521 100755..100644 --- a/library/HTMLPurifier/Strategy.php +++ b/library/HTMLPurifier/Strategy.php diff --git a/library/HTMLPurifier/Strategy/Composite.php b/library/HTMLPurifier/Strategy/Composite.php index 816490b79..816490b79 100755..100644 --- a/library/HTMLPurifier/Strategy/Composite.php +++ b/library/HTMLPurifier/Strategy/Composite.php diff --git a/library/HTMLPurifier/Strategy/Core.php b/library/HTMLPurifier/Strategy/Core.php index d90e15860..d90e15860 100755..100644 --- a/library/HTMLPurifier/Strategy/Core.php +++ b/library/HTMLPurifier/Strategy/Core.php diff --git a/library/HTMLPurifier/Strategy/FixNesting.php b/library/HTMLPurifier/Strategy/FixNesting.php index f81802391..f81802391 100755..100644 --- a/library/HTMLPurifier/Strategy/FixNesting.php +++ b/library/HTMLPurifier/Strategy/FixNesting.php diff --git a/library/HTMLPurifier/Strategy/MakeWellFormed.php b/library/HTMLPurifier/Strategy/MakeWellFormed.php index c73658400..c73658400 100755..100644 --- a/library/HTMLPurifier/Strategy/MakeWellFormed.php +++ b/library/HTMLPurifier/Strategy/MakeWellFormed.php diff --git a/library/HTMLPurifier/Strategy/RemoveForeignElements.php b/library/HTMLPurifier/Strategy/RemoveForeignElements.php index cf3a33e40..cf3a33e40 100755..100644 --- a/library/HTMLPurifier/Strategy/RemoveForeignElements.php +++ b/library/HTMLPurifier/Strategy/RemoveForeignElements.php diff --git a/library/HTMLPurifier/Strategy/ValidateAttributes.php b/library/HTMLPurifier/Strategy/ValidateAttributes.php index c3328a9d4..c3328a9d4 100755..100644 --- a/library/HTMLPurifier/Strategy/ValidateAttributes.php +++ b/library/HTMLPurifier/Strategy/ValidateAttributes.php diff --git a/library/HTMLPurifier/StringHash.php b/library/HTMLPurifier/StringHash.php index 62085c5c2..62085c5c2 100755..100644 --- a/library/HTMLPurifier/StringHash.php +++ b/library/HTMLPurifier/StringHash.php diff --git a/library/HTMLPurifier/StringHashParser.php b/library/HTMLPurifier/StringHashParser.php index f3e70c712..f3e70c712 100755..100644 --- a/library/HTMLPurifier/StringHashParser.php +++ b/library/HTMLPurifier/StringHashParser.php diff --git a/library/HTMLPurifier/TagTransform.php b/library/HTMLPurifier/TagTransform.php index 210a44721..210a44721 100755..100644 --- a/library/HTMLPurifier/TagTransform.php +++ b/library/HTMLPurifier/TagTransform.php diff --git a/library/HTMLPurifier/TagTransform/Font.php b/library/HTMLPurifier/TagTransform/Font.php index ed2463786..ed2463786 100755..100644 --- a/library/HTMLPurifier/TagTransform/Font.php +++ b/library/HTMLPurifier/TagTransform/Font.php diff --git a/library/HTMLPurifier/TagTransform/Simple.php b/library/HTMLPurifier/TagTransform/Simple.php index 0e36130f2..0e36130f2 100755..100644 --- a/library/HTMLPurifier/TagTransform/Simple.php +++ b/library/HTMLPurifier/TagTransform/Simple.php diff --git a/library/HTMLPurifier/Token.php b/library/HTMLPurifier/Token.php index 7900e6cb1..7900e6cb1 100755..100644 --- a/library/HTMLPurifier/Token.php +++ b/library/HTMLPurifier/Token.php diff --git a/library/HTMLPurifier/Token/Comment.php b/library/HTMLPurifier/Token/Comment.php index dc6bdcabb..dc6bdcabb 100755..100644 --- a/library/HTMLPurifier/Token/Comment.php +++ b/library/HTMLPurifier/Token/Comment.php diff --git a/library/HTMLPurifier/Token/Empty.php b/library/HTMLPurifier/Token/Empty.php index 2a82b47ad..2a82b47ad 100755..100644 --- a/library/HTMLPurifier/Token/Empty.php +++ b/library/HTMLPurifier/Token/Empty.php diff --git a/library/HTMLPurifier/Token/End.php b/library/HTMLPurifier/Token/End.php index 353e79daf..353e79daf 100755..100644 --- a/library/HTMLPurifier/Token/End.php +++ b/library/HTMLPurifier/Token/End.php diff --git a/library/HTMLPurifier/Token/Start.php b/library/HTMLPurifier/Token/Start.php index e0e14fc62..e0e14fc62 100755..100644 --- a/library/HTMLPurifier/Token/Start.php +++ b/library/HTMLPurifier/Token/Start.php diff --git a/library/HTMLPurifier/Token/Tag.php b/library/HTMLPurifier/Token/Tag.php index 798be028e..798be028e 100755..100644 --- a/library/HTMLPurifier/Token/Tag.php +++ b/library/HTMLPurifier/Token/Tag.php diff --git a/library/HTMLPurifier/Token/Text.php b/library/HTMLPurifier/Token/Text.php index 82efd823d..82efd823d 100755..100644 --- a/library/HTMLPurifier/Token/Text.php +++ b/library/HTMLPurifier/Token/Text.php diff --git a/library/HTMLPurifier/TokenFactory.php b/library/HTMLPurifier/TokenFactory.php index 7cf48fb41..7cf48fb41 100755..100644 --- a/library/HTMLPurifier/TokenFactory.php +++ b/library/HTMLPurifier/TokenFactory.php diff --git a/library/HTMLPurifier/URI.php b/library/HTMLPurifier/URI.php index 8b50d0d18..8b50d0d18 100755..100644 --- a/library/HTMLPurifier/URI.php +++ b/library/HTMLPurifier/URI.php diff --git a/library/HTMLPurifier/URIDefinition.php b/library/HTMLPurifier/URIDefinition.php index ea2b8fe24..ea2b8fe24 100755..100644 --- a/library/HTMLPurifier/URIDefinition.php +++ b/library/HTMLPurifier/URIDefinition.php diff --git a/library/HTMLPurifier/URIFilter.php b/library/HTMLPurifier/URIFilter.php index c116f93df..c116f93df 100755..100644 --- a/library/HTMLPurifier/URIFilter.php +++ b/library/HTMLPurifier/URIFilter.php diff --git a/library/HTMLPurifier/URIFilter/DisableExternal.php b/library/HTMLPurifier/URIFilter/DisableExternal.php index d8a39a501..d8a39a501 100755..100644 --- a/library/HTMLPurifier/URIFilter/DisableExternal.php +++ b/library/HTMLPurifier/URIFilter/DisableExternal.php diff --git a/library/HTMLPurifier/URIFilter/DisableExternalResources.php b/library/HTMLPurifier/URIFilter/DisableExternalResources.php index 881abc43c..881abc43c 100755..100644 --- a/library/HTMLPurifier/URIFilter/DisableExternalResources.php +++ b/library/HTMLPurifier/URIFilter/DisableExternalResources.php diff --git a/library/HTMLPurifier/URIFilter/HostBlacklist.php b/library/HTMLPurifier/URIFilter/HostBlacklist.php index 045aa0992..045aa0992 100755..100644 --- a/library/HTMLPurifier/URIFilter/HostBlacklist.php +++ b/library/HTMLPurifier/URIFilter/HostBlacklist.php diff --git a/library/HTMLPurifier/URIFilter/MakeAbsolute.php b/library/HTMLPurifier/URIFilter/MakeAbsolute.php index f46ab2630..f46ab2630 100755..100644 --- a/library/HTMLPurifier/URIFilter/MakeAbsolute.php +++ b/library/HTMLPurifier/URIFilter/MakeAbsolute.php diff --git a/library/HTMLPurifier/URIFilter/Munge.php b/library/HTMLPurifier/URIFilter/Munge.php index efa10a645..efa10a645 100755..100644 --- a/library/HTMLPurifier/URIFilter/Munge.php +++ b/library/HTMLPurifier/URIFilter/Munge.php diff --git a/library/HTMLPurifier/URIParser.php b/library/HTMLPurifier/URIParser.php index 7179e4ab8..7179e4ab8 100755..100644 --- a/library/HTMLPurifier/URIParser.php +++ b/library/HTMLPurifier/URIParser.php diff --git a/library/HTMLPurifier/URIScheme.php b/library/HTMLPurifier/URIScheme.php index 039710fd1..039710fd1 100755..100644 --- a/library/HTMLPurifier/URIScheme.php +++ b/library/HTMLPurifier/URIScheme.php diff --git a/library/HTMLPurifier/URIScheme/data.php b/library/HTMLPurifier/URIScheme/data.php index b7f1989cb..b7f1989cb 100755..100644 --- a/library/HTMLPurifier/URIScheme/data.php +++ b/library/HTMLPurifier/URIScheme/data.php diff --git a/library/HTMLPurifier/URIScheme/ftp.php b/library/HTMLPurifier/URIScheme/ftp.php index 5849bf7ff..5849bf7ff 100755..100644 --- a/library/HTMLPurifier/URIScheme/ftp.php +++ b/library/HTMLPurifier/URIScheme/ftp.php diff --git a/library/HTMLPurifier/URIScheme/http.php b/library/HTMLPurifier/URIScheme/http.php index b097a31d6..b097a31d6 100755..100644 --- a/library/HTMLPurifier/URIScheme/http.php +++ b/library/HTMLPurifier/URIScheme/http.php diff --git a/library/HTMLPurifier/URIScheme/https.php b/library/HTMLPurifier/URIScheme/https.php index 29e380919..29e380919 100755..100644 --- a/library/HTMLPurifier/URIScheme/https.php +++ b/library/HTMLPurifier/URIScheme/https.php diff --git a/library/HTMLPurifier/URIScheme/mailto.php b/library/HTMLPurifier/URIScheme/mailto.php index c1e2cd5aa..c1e2cd5aa 100755..100644 --- a/library/HTMLPurifier/URIScheme/mailto.php +++ b/library/HTMLPurifier/URIScheme/mailto.php diff --git a/library/HTMLPurifier/URIScheme/news.php b/library/HTMLPurifier/URIScheme/news.php index f5f54f4f5..f5f54f4f5 100755..100644 --- a/library/HTMLPurifier/URIScheme/news.php +++ b/library/HTMLPurifier/URIScheme/news.php diff --git a/library/HTMLPurifier/URIScheme/nntp.php b/library/HTMLPurifier/URIScheme/nntp.php index 5bf93ea78..5bf93ea78 100755..100644 --- a/library/HTMLPurifier/URIScheme/nntp.php +++ b/library/HTMLPurifier/URIScheme/nntp.php diff --git a/library/HTMLPurifier/URISchemeRegistry.php b/library/HTMLPurifier/URISchemeRegistry.php index 576bf7b6d..576bf7b6d 100755..100644 --- a/library/HTMLPurifier/URISchemeRegistry.php +++ b/library/HTMLPurifier/URISchemeRegistry.php diff --git a/library/HTMLPurifier/UnitConverter.php b/library/HTMLPurifier/UnitConverter.php index 545d42622..545d42622 100755..100644 --- a/library/HTMLPurifier/UnitConverter.php +++ b/library/HTMLPurifier/UnitConverter.php diff --git a/library/HTMLPurifier/VarParser.php b/library/HTMLPurifier/VarParser.php index 68e72ae86..68e72ae86 100755..100644 --- a/library/HTMLPurifier/VarParser.php +++ b/library/HTMLPurifier/VarParser.php diff --git a/library/HTMLPurifier/VarParser/Flexible.php b/library/HTMLPurifier/VarParser/Flexible.php index c954250e9..c954250e9 100755..100644 --- a/library/HTMLPurifier/VarParser/Flexible.php +++ b/library/HTMLPurifier/VarParser/Flexible.php diff --git a/library/HTMLPurifier/VarParser/Native.php b/library/HTMLPurifier/VarParser/Native.php index b02a6de54..b02a6de54 100755..100644 --- a/library/HTMLPurifier/VarParser/Native.php +++ b/library/HTMLPurifier/VarParser/Native.php diff --git a/library/HTMLPurifier/VarParserException.php b/library/HTMLPurifier/VarParserException.php index 5df341495..5df341495 100755..100644 --- a/library/HTMLPurifier/VarParserException.php +++ b/library/HTMLPurifier/VarParserException.php diff --git a/library/OAuth1.php b/library/OAuth1.php index 0db6fabcb..0db6fabcb 100755..100644 --- a/library/OAuth1.php +++ b/library/OAuth1.php diff --git a/library/asn1.php b/library/asn1.php index e84398bf6..e84398bf6 100755..100644 --- a/library/asn1.php +++ b/library/asn1.php diff --git a/library/cropper/cropper.css b/library/cropper/cropper.css index c2e759818..c2e759818 100755..100644 --- a/library/cropper/cropper.css +++ b/library/cropper/cropper.css diff --git a/library/cropper/cropper.html b/library/cropper/cropper.html index 236235247..236235247 100755..100644 --- a/library/cropper/cropper.html +++ b/library/cropper/cropper.html diff --git a/library/cropper/cropper.js b/library/cropper/cropper.js index 486a92ad9..486a92ad9 100755..100644 --- a/library/cropper/cropper.js +++ b/library/cropper/cropper.js diff --git a/library/cropper/cropper.uncompressed.js b/library/cropper/cropper.uncompressed.js index 66185546e..66185546e 100755..100644 --- a/library/cropper/cropper.uncompressed.js +++ b/library/cropper/cropper.uncompressed.js diff --git a/library/cropper/lib/builder.js b/library/cropper/lib/builder.js index 5b15ba939..5b15ba939 100755..100644 --- a/library/cropper/lib/builder.js +++ b/library/cropper/lib/builder.js diff --git a/library/cropper/lib/controls.js b/library/cropper/lib/controls.js index de0261ed5..de0261ed5 100755..100644 --- a/library/cropper/lib/controls.js +++ b/library/cropper/lib/controls.js diff --git a/library/cropper/lib/dragdrop.js b/library/cropper/lib/dragdrop.js index be2a30f53..be2a30f53 100755..100644 --- a/library/cropper/lib/dragdrop.js +++ b/library/cropper/lib/dragdrop.js diff --git a/library/cropper/lib/effects.js b/library/cropper/lib/effects.js index 0864323ec..0864323ec 100755..100644 --- a/library/cropper/lib/effects.js +++ b/library/cropper/lib/effects.js diff --git a/library/cropper/lib/prototype.js b/library/cropper/lib/prototype.js index 0caf9cd7f..0caf9cd7f 100755..100644 --- a/library/cropper/lib/prototype.js +++ b/library/cropper/lib/prototype.js diff --git a/library/cropper/lib/scriptaculous.js b/library/cropper/lib/scriptaculous.js index f61fc57f7..f61fc57f7 100755..100644 --- a/library/cropper/lib/scriptaculous.js +++ b/library/cropper/lib/scriptaculous.js diff --git a/library/cropper/lib/slider.js b/library/cropper/lib/slider.js index c0f1fc01b..c0f1fc01b 100755..100644 --- a/library/cropper/lib/slider.js +++ b/library/cropper/lib/slider.js diff --git a/library/cropper/lib/unittest.js b/library/cropper/lib/unittest.js index d2c2d8171..d2c2d8171 100755..100644 --- a/library/cropper/lib/unittest.js +++ b/library/cropper/lib/unittest.js diff --git a/library/cropper/licence.txt b/library/cropper/licence.txt index b59e02917..b59e02917 100755..100644 --- a/library/cropper/licence.txt +++ b/library/cropper/licence.txt diff --git a/library/cropper/marqueeHoriz.gif b/library/cropper/marqueeHoriz.gif Binary files differindex 25317e573..25317e573 100755..100644 --- a/library/cropper/marqueeHoriz.gif +++ b/library/cropper/marqueeHoriz.gif diff --git a/library/cropper/marqueeVert.gif b/library/cropper/marqueeVert.gif Binary files differindex 354070bb4..354070bb4 100755..100644 --- a/library/cropper/marqueeVert.gif +++ b/library/cropper/marqueeVert.gif diff --git a/library/cropper/tests/castle.jpg b/library/cropper/tests/castle.jpg Binary files differindex e40b7e4cb..e40b7e4cb 100755..100644 --- a/library/cropper/tests/castle.jpg +++ b/library/cropper/tests/castle.jpg diff --git a/library/cropper/tests/castleMed.jpg b/library/cropper/tests/castleMed.jpg Binary files differindex c35a6f554..c35a6f554 100755..100644 --- a/library/cropper/tests/castleMed.jpg +++ b/library/cropper/tests/castleMed.jpg diff --git a/library/cropper/tests/example-Basic.htm b/library/cropper/tests/example-Basic.htm index 391c2ecdb..391c2ecdb 100755..100644 --- a/library/cropper/tests/example-Basic.htm +++ b/library/cropper/tests/example-Basic.htm diff --git a/library/cropper/tests/example-CSS-Absolute.htm b/library/cropper/tests/example-CSS-Absolute.htm index 17e4c489d..17e4c489d 100755..100644 --- a/library/cropper/tests/example-CSS-Absolute.htm +++ b/library/cropper/tests/example-CSS-Absolute.htm diff --git a/library/cropper/tests/example-CSS-Float.htm b/library/cropper/tests/example-CSS-Float.htm index 5066553fe..5066553fe 100755..100644 --- a/library/cropper/tests/example-CSS-Float.htm +++ b/library/cropper/tests/example-CSS-Float.htm diff --git a/library/cropper/tests/example-CSS-Relative.htm b/library/cropper/tests/example-CSS-Relative.htm index 5894fe1f9..5894fe1f9 100755..100644 --- a/library/cropper/tests/example-CSS-Relative.htm +++ b/library/cropper/tests/example-CSS-Relative.htm diff --git a/library/cropper/tests/example-CoordsOnLoad.htm b/library/cropper/tests/example-CoordsOnLoad.htm index 254a23472..254a23472 100755..100644 --- a/library/cropper/tests/example-CoordsOnLoad.htm +++ b/library/cropper/tests/example-CoordsOnLoad.htm diff --git a/library/cropper/tests/example-CoordsOnLoadWithRatio.htm b/library/cropper/tests/example-CoordsOnLoadWithRatio.htm index 3a696360a..3a696360a 100755..100644 --- a/library/cropper/tests/example-CoordsOnLoadWithRatio.htm +++ b/library/cropper/tests/example-CoordsOnLoadWithRatio.htm diff --git a/library/cropper/tests/example-Dimensions.htm b/library/cropper/tests/example-Dimensions.htm index f54f99683..f54f99683 100755..100644 --- a/library/cropper/tests/example-Dimensions.htm +++ b/library/cropper/tests/example-Dimensions.htm diff --git a/library/cropper/tests/example-DynamicImage.htm b/library/cropper/tests/example-DynamicImage.htm index 898363489..898363489 100755..100644 --- a/library/cropper/tests/example-DynamicImage.htm +++ b/library/cropper/tests/example-DynamicImage.htm diff --git a/library/cropper/tests/example-FixedRatio.htm b/library/cropper/tests/example-FixedRatio.htm index 973bedda9..973bedda9 100755..100644 --- a/library/cropper/tests/example-FixedRatio.htm +++ b/library/cropper/tests/example-FixedRatio.htm diff --git a/library/cropper/tests/example-MinimumDimensions.htm b/library/cropper/tests/example-MinimumDimensions.htm index 3ae93c8e1..3ae93c8e1 100755..100644 --- a/library/cropper/tests/example-MinimumDimensions.htm +++ b/library/cropper/tests/example-MinimumDimensions.htm diff --git a/library/cropper/tests/example-MinimumWidth.htm b/library/cropper/tests/example-MinimumWidth.htm index b0576b87f..b0576b87f 100755..100644 --- a/library/cropper/tests/example-MinimumWidth.htm +++ b/library/cropper/tests/example-MinimumWidth.htm diff --git a/library/cropper/tests/example-Preview.htm b/library/cropper/tests/example-Preview.htm index 701670c91..701670c91 100755..100644 --- a/library/cropper/tests/example-Preview.htm +++ b/library/cropper/tests/example-Preview.htm diff --git a/library/cropper/tests/poppy.jpg b/library/cropper/tests/poppy.jpg Binary files differindex 1f6498584..1f6498584 100755..100644 --- a/library/cropper/tests/poppy.jpg +++ b/library/cropper/tests/poppy.jpg diff --git a/library/cropper/tests/staticHTMLStructure.htm b/library/cropper/tests/staticHTMLStructure.htm index ddb99278e..ddb99278e 100755..100644 --- a/library/cropper/tests/staticHTMLStructure.htm +++ b/library/cropper/tests/staticHTMLStructure.htm diff --git a/library/facebook.php b/library/facebook.php index eebe3b464..eebe3b464 100755..100644 --- a/library/facebook.php +++ b/library/facebook.php diff --git a/library/fancybox/blank.gif b/library/fancybox/blank.gif Binary files differindex 35d42e808..35d42e808 100755..100644 --- a/library/fancybox/blank.gif +++ b/library/fancybox/blank.gif diff --git a/library/fancybox/fancy_close.png b/library/fancybox/fancy_close.png Binary files differindex 07035307a..07035307a 100755..100644 --- a/library/fancybox/fancy_close.png +++ b/library/fancybox/fancy_close.png diff --git a/library/fancybox/fancy_loading.png b/library/fancybox/fancy_loading.png Binary files differindex 250301796..250301796 100755..100644 --- a/library/fancybox/fancy_loading.png +++ b/library/fancybox/fancy_loading.png diff --git a/library/fancybox/fancy_nav_left.png b/library/fancybox/fancy_nav_left.png Binary files differindex ebaa6a4fd..ebaa6a4fd 100755..100644 --- a/library/fancybox/fancy_nav_left.png +++ b/library/fancybox/fancy_nav_left.png diff --git a/library/fancybox/fancy_nav_right.png b/library/fancybox/fancy_nav_right.png Binary files differindex 873294e96..873294e96 100755..100644 --- a/library/fancybox/fancy_nav_right.png +++ b/library/fancybox/fancy_nav_right.png diff --git a/library/fancybox/fancy_shadow_e.png b/library/fancybox/fancy_shadow_e.png Binary files differindex 2eda08936..2eda08936 100755..100644 --- a/library/fancybox/fancy_shadow_e.png +++ b/library/fancybox/fancy_shadow_e.png diff --git a/library/fancybox/fancy_shadow_n.png b/library/fancybox/fancy_shadow_n.png Binary files differindex 69aa10e23..69aa10e23 100755..100644 --- a/library/fancybox/fancy_shadow_n.png +++ b/library/fancybox/fancy_shadow_n.png diff --git a/library/fancybox/fancy_shadow_ne.png b/library/fancybox/fancy_shadow_ne.png Binary files differindex 79f6980a3..79f6980a3 100755..100644 --- a/library/fancybox/fancy_shadow_ne.png +++ b/library/fancybox/fancy_shadow_ne.png diff --git a/library/fancybox/fancy_shadow_nw.png b/library/fancybox/fancy_shadow_nw.png Binary files differindex 7182cd938..7182cd938 100755..100644 --- a/library/fancybox/fancy_shadow_nw.png +++ b/library/fancybox/fancy_shadow_nw.png diff --git a/library/fancybox/fancy_shadow_s.png b/library/fancybox/fancy_shadow_s.png Binary files differindex d8858bfb7..d8858bfb7 100755..100644 --- a/library/fancybox/fancy_shadow_s.png +++ b/library/fancybox/fancy_shadow_s.png diff --git a/library/fancybox/fancy_shadow_se.png b/library/fancybox/fancy_shadow_se.png Binary files differindex 541e3ffd3..541e3ffd3 100755..100644 --- a/library/fancybox/fancy_shadow_se.png +++ b/library/fancybox/fancy_shadow_se.png diff --git a/library/fancybox/fancy_shadow_sw.png b/library/fancybox/fancy_shadow_sw.png Binary files differindex b451689fa..b451689fa 100755..100644 --- a/library/fancybox/fancy_shadow_sw.png +++ b/library/fancybox/fancy_shadow_sw.png diff --git a/library/fancybox/fancy_shadow_w.png b/library/fancybox/fancy_shadow_w.png Binary files differindex 8a4e4a887..8a4e4a887 100755..100644 --- a/library/fancybox/fancy_shadow_w.png +++ b/library/fancybox/fancy_shadow_w.png diff --git a/library/fancybox/fancy_title_left.png b/library/fancybox/fancy_title_left.png Binary files differindex 6049223d1..6049223d1 100755..100644 --- a/library/fancybox/fancy_title_left.png +++ b/library/fancybox/fancy_title_left.png diff --git a/library/fancybox/fancy_title_main.png b/library/fancybox/fancy_title_main.png Binary files differindex 8044271f2..8044271f2 100755..100644 --- a/library/fancybox/fancy_title_main.png +++ b/library/fancybox/fancy_title_main.png diff --git a/library/fancybox/fancy_title_over.png b/library/fancybox/fancy_title_over.png Binary files differindex d9f458f4b..d9f458f4b 100755..100644 --- a/library/fancybox/fancy_title_over.png +++ b/library/fancybox/fancy_title_over.png diff --git a/library/fancybox/fancy_title_right.png b/library/fancybox/fancy_title_right.png Binary files differindex e36d9db2a..e36d9db2a 100755..100644 --- a/library/fancybox/fancy_title_right.png +++ b/library/fancybox/fancy_title_right.png diff --git a/library/fancybox/fancybox-x.png b/library/fancybox/fancybox-x.png Binary files differindex c2130f869..c2130f869 100755..100644 --- a/library/fancybox/fancybox-x.png +++ b/library/fancybox/fancybox-x.png diff --git a/library/fancybox/fancybox-y.png b/library/fancybox/fancybox-y.png Binary files differindex 7ef399b99..7ef399b99 100755..100644 --- a/library/fancybox/fancybox-y.png +++ b/library/fancybox/fancybox-y.png diff --git a/library/fancybox/fancybox.png b/library/fancybox/fancybox.png Binary files differindex 65e14f68f..65e14f68f 100755..100644 --- a/library/fancybox/fancybox.png +++ b/library/fancybox/fancybox.png diff --git a/library/fancybox/jquery.easing-1.3.pack.js b/library/fancybox/jquery.easing-1.3.pack.js index 9028179e7..9028179e7 100755..100644 --- a/library/fancybox/jquery.easing-1.3.pack.js +++ b/library/fancybox/jquery.easing-1.3.pack.js diff --git a/library/fancybox/jquery.fancybox-1.3.4.css b/library/fancybox/jquery.fancybox-1.3.4.css index 6f53d8f4a..6f53d8f4a 100755..100644 --- a/library/fancybox/jquery.fancybox-1.3.4.css +++ b/library/fancybox/jquery.fancybox-1.3.4.css diff --git a/library/fancybox/jquery.fancybox-1.3.4.js b/library/fancybox/jquery.fancybox-1.3.4.js index be7727537..be7727537 100755..100644 --- a/library/fancybox/jquery.fancybox-1.3.4.js +++ b/library/fancybox/jquery.fancybox-1.3.4.js diff --git a/library/fancybox/jquery.fancybox-1.3.4.pack.js b/library/fancybox/jquery.fancybox-1.3.4.pack.js index 1373ed083..1373ed083 100755..100644 --- a/library/fancybox/jquery.fancybox-1.3.4.pack.js +++ b/library/fancybox/jquery.fancybox-1.3.4.pack.js diff --git a/library/fancybox/jquery.mousewheel-3.0.4.pack.js b/library/fancybox/jquery.mousewheel-3.0.4.pack.js index cb66588e2..cb66588e2 100755..100644 --- a/library/fancybox/jquery.mousewheel-3.0.4.pack.js +++ b/library/fancybox/jquery.mousewheel-3.0.4.pack.js diff --git a/library/jgrowl/README b/library/jgrowl/README index 3c94f7508..3c94f7508 100755..100644 --- a/library/jgrowl/README +++ b/library/jgrowl/README diff --git a/library/jgrowl/jquery.jgrowl.css b/library/jgrowl/jquery.jgrowl.css index b4deb978c..b4deb978c 100755..100644 --- a/library/jgrowl/jquery.jgrowl.css +++ b/library/jgrowl/jquery.jgrowl.css diff --git a/library/jgrowl/jquery.jgrowl_minimized.js b/library/jgrowl/jquery.jgrowl_minimized.js index 782898098..782898098 100755..100644 --- a/library/jgrowl/jquery.jgrowl_minimized.js +++ b/library/jgrowl/jquery.jgrowl_minimized.js diff --git a/library/mcefixes/plugins.bbcode.editor_plugin_src.js b/library/mcefixes/plugins.bbcode.editor_plugin_src.js index a2829a21c..a2829a21c 100755..100644 --- a/library/mcefixes/plugins.bbcode.editor_plugin_src.js +++ b/library/mcefixes/plugins.bbcode.editor_plugin_src.js diff --git a/library/mcefixes/themes.advanced.img.icons.gif b/library/mcefixes/themes.advanced.img.icons.gif Binary files differindex efb356c41..efb356c41 100755..100644 --- a/library/mcefixes/themes.advanced.img.icons.gif +++ b/library/mcefixes/themes.advanced.img.icons.gif diff --git a/library/mcefixes/themes.advanced.skins.default.dialog.css b/library/mcefixes/themes.advanced.skins.default.dialog.css index f01222650..f01222650 100755..100644 --- a/library/mcefixes/themes.advanced.skins.default.dialog.css +++ b/library/mcefixes/themes.advanced.skins.default.dialog.css diff --git a/library/mcefixes/themes.advanced.skins.default.ui.css b/library/mcefixes/themes.advanced.skins.default.ui.css index 5f1f96448..5f1f96448 100755..100644 --- a/library/mcefixes/themes.advanced.skins.default.ui.css +++ b/library/mcefixes/themes.advanced.skins.default.ui.css diff --git a/library/oauth.php b/library/oauth.php index caf1a0839..caf1a0839 100755..100644 --- a/library/oauth.php +++ b/library/oauth.php diff --git a/library/oauth2-php/CHANGELOG.txt b/library/oauth2-php/CHANGELOG.txt index d854598b6..d854598b6 100755..100644 --- a/library/oauth2-php/CHANGELOG.txt +++ b/library/oauth2-php/CHANGELOG.txt diff --git a/library/oauth2-php/LICENSE.txt b/library/oauth2-php/LICENSE.txt index 7979b1c85..7979b1c85 100755..100644 --- a/library/oauth2-php/LICENSE.txt +++ b/library/oauth2-php/LICENSE.txt diff --git a/library/oauth2-php/lib/OAuth2.inc b/library/oauth2-php/lib/OAuth2.inc index e10e0f26d..e10e0f26d 100755..100644 --- a/library/oauth2-php/lib/OAuth2.inc +++ b/library/oauth2-php/lib/OAuth2.inc diff --git a/library/oauth2-php/lib/OAuth2Client.inc b/library/oauth2-php/lib/OAuth2Client.inc index e87d723de..e87d723de 100755..100644 --- a/library/oauth2-php/lib/OAuth2Client.inc +++ b/library/oauth2-php/lib/OAuth2Client.inc diff --git a/library/oauth2-php/lib/OAuth2Exception.inc b/library/oauth2-php/lib/OAuth2Exception.inc index 8dc046974..8dc046974 100755..100644 --- a/library/oauth2-php/lib/OAuth2Exception.inc +++ b/library/oauth2-php/lib/OAuth2Exception.inc diff --git a/library/openid.php b/library/openid.php index 3c58beb8a..3c58beb8a 100755..100644 --- a/library/openid.php +++ b/library/openid.php diff --git a/library/phpsec/Crypt/AES.php b/library/phpsec/Crypt/AES.php index 681800a81..681800a81 100755..100644 --- a/library/phpsec/Crypt/AES.php +++ b/library/phpsec/Crypt/AES.php diff --git a/library/phpsec/Crypt/DES.php b/library/phpsec/Crypt/DES.php index 431ad539b..431ad539b 100755..100644 --- a/library/phpsec/Crypt/DES.php +++ b/library/phpsec/Crypt/DES.php diff --git a/library/phpsec/Crypt/Hash.php b/library/phpsec/Crypt/Hash.php index ef3a85802..ef3a85802 100755..100644 --- a/library/phpsec/Crypt/Hash.php +++ b/library/phpsec/Crypt/Hash.php diff --git a/library/phpsec/Crypt/RC4.php b/library/phpsec/Crypt/RC4.php index 6f82b2413..6f82b2413 100755..100644 --- a/library/phpsec/Crypt/RC4.php +++ b/library/phpsec/Crypt/RC4.php diff --git a/library/phpsec/Crypt/RSA.php b/library/phpsec/Crypt/RSA.php index 1c562082b..1c562082b 100755..100644 --- a/library/phpsec/Crypt/RSA.php +++ b/library/phpsec/Crypt/RSA.php diff --git a/library/phpsec/Crypt/Random.php b/library/phpsec/Crypt/Random.php index a91c4d3c5..a91c4d3c5 100755..100644 --- a/library/phpsec/Crypt/Random.php +++ b/library/phpsec/Crypt/Random.php diff --git a/library/phpsec/Crypt/Rijndael.php b/library/phpsec/Crypt/Rijndael.php index f141f3762..f141f3762 100755..100644 --- a/library/phpsec/Crypt/Rijndael.php +++ b/library/phpsec/Crypt/Rijndael.php diff --git a/library/phpsec/Crypt/TripleDES.php b/library/phpsec/Crypt/TripleDES.php index 4d0dbbca0..4d0dbbca0 100755..100644 --- a/library/phpsec/Crypt/TripleDES.php +++ b/library/phpsec/Crypt/TripleDES.php diff --git a/library/phpsec/Math/BigInteger.php b/library/phpsec/Math/BigInteger.php index 5b3a4fc8b..5b3a4fc8b 100755..100644 --- a/library/phpsec/Math/BigInteger.php +++ b/library/phpsec/Math/BigInteger.php diff --git a/library/phpsec/Net/SFTP.php b/library/phpsec/Net/SFTP.php index 06812ada3..06812ada3 100755..100644 --- a/library/phpsec/Net/SFTP.php +++ b/library/phpsec/Net/SFTP.php diff --git a/library/phpsec/Net/SSH1.php b/library/phpsec/Net/SSH1.php index 7220ee402..7220ee402 100755..100644 --- a/library/phpsec/Net/SSH1.php +++ b/library/phpsec/Net/SSH1.php diff --git a/library/phpsec/Net/SSH2.php b/library/phpsec/Net/SSH2.php index aa9f6dbe5..aa9f6dbe5 100755..100644 --- a/library/phpsec/Net/SSH2.php +++ b/library/phpsec/Net/SSH2.php diff --git a/library/phpsec/PHP/Compat/Function/array_fill.php b/library/phpsec/PHP/Compat/Function/array_fill.php index e02bfa14d..e02bfa14d 100755..100644 --- a/library/phpsec/PHP/Compat/Function/array_fill.php +++ b/library/phpsec/PHP/Compat/Function/array_fill.php diff --git a/library/phpsec/PHP/Compat/Function/bcpowmod.php b/library/phpsec/PHP/Compat/Function/bcpowmod.php index 6ec1b1840..6ec1b1840 100755..100644 --- a/library/phpsec/PHP/Compat/Function/bcpowmod.php +++ b/library/phpsec/PHP/Compat/Function/bcpowmod.php diff --git a/library/phpsec/PHP/Compat/Function/str_split.php b/library/phpsec/PHP/Compat/Function/str_split.php index 8e38bdb89..8e38bdb89 100755..100644 --- a/library/phpsec/PHP/Compat/Function/str_split.php +++ b/library/phpsec/PHP/Compat/Function/str_split.php diff --git a/library/phpsec/crypt.html b/library/phpsec/crypt.html index 6720cf789..6720cf789 100755..100644 --- a/library/phpsec/crypt.html +++ b/library/phpsec/crypt.html diff --git a/library/phpsec/docbook.css b/library/phpsec/docbook.css index 4f67aa4cd..4f67aa4cd 100755..100644 --- a/library/phpsec/docbook.css +++ b/library/phpsec/docbook.css diff --git a/library/phpsec/index.html b/library/phpsec/index.html index 6dda0f369..6dda0f369 100755..100644 --- a/library/phpsec/index.html +++ b/library/phpsec/index.html diff --git a/library/phpsec/intro.html b/library/phpsec/intro.html index 406b22fc5..406b22fc5 100755..100644 --- a/library/phpsec/intro.html +++ b/library/phpsec/intro.html diff --git a/library/phpsec/math.html b/library/phpsec/math.html index 4e5a14a54..4e5a14a54 100755..100644 --- a/library/phpsec/math.html +++ b/library/phpsec/math.html diff --git a/library/phpsec/misc_crypt.html b/library/phpsec/misc_crypt.html index 9751ddac8..9751ddac8 100755..100644 --- a/library/phpsec/misc_crypt.html +++ b/library/phpsec/misc_crypt.html diff --git a/library/phpsec/net.html b/library/phpsec/net.html index 2752b826d..2752b826d 100755..100644 --- a/library/phpsec/net.html +++ b/library/phpsec/net.html diff --git a/library/phpsec/sym_crypt.html b/library/phpsec/sym_crypt.html index 956506290..956506290 100755..100644 --- a/library/phpsec/sym_crypt.html +++ b/library/phpsec/sym_crypt.html diff --git a/library/simplepie/LICENSE.txt b/library/simplepie/LICENSE.txt index a822a4bd9..a822a4bd9 100755..100644 --- a/library/simplepie/LICENSE.txt +++ b/library/simplepie/LICENSE.txt diff --git a/library/simplepie/README.markdown b/library/simplepie/README.markdown index e5ca021ce..e5ca021ce 100755..100644 --- a/library/simplepie/README.markdown +++ b/library/simplepie/README.markdown diff --git a/library/simplepie/compatibility_test/COMPATIBILITY README.txt b/library/simplepie/compatibility_test/COMPATIBILITY README.txt index 5b2498992..5b2498992 100755..100644 --- a/library/simplepie/compatibility_test/COMPATIBILITY README.txt +++ b/library/simplepie/compatibility_test/COMPATIBILITY README.txt diff --git a/library/simplepie/compatibility_test/sp_compatibility_test.php b/library/simplepie/compatibility_test/sp_compatibility_test.php index a7a7f5fde..a7a7f5fde 100755..100644 --- a/library/simplepie/compatibility_test/sp_compatibility_test.php +++ b/library/simplepie/compatibility_test/sp_compatibility_test.php diff --git a/library/simplepie/create.php b/library/simplepie/create.php index 908ed182b..908ed182b 100755..100644 --- a/library/simplepie/create.php +++ b/library/simplepie/create.php diff --git a/library/simplepie/db.sql b/library/simplepie/db.sql index 13f504c21..13f504c21 100755..100644 --- a/library/simplepie/db.sql +++ b/library/simplepie/db.sql diff --git a/library/simplepie/demo/cli_test.php b/library/simplepie/demo/cli_test.php index ec933c5ad..ec933c5ad 100755..100644 --- a/library/simplepie/demo/cli_test.php +++ b/library/simplepie/demo/cli_test.php diff --git a/library/simplepie/demo/for_the_demo/alternate_favicon.png b/library/simplepie/demo/for_the_demo/alternate_favicon.png Binary files differindex 063fb2805..063fb2805 100755..100644 --- a/library/simplepie/demo/for_the_demo/alternate_favicon.png +++ b/library/simplepie/demo/for_the_demo/alternate_favicon.png diff --git a/library/simplepie/demo/for_the_demo/background_blockquote.png b/library/simplepie/demo/for_the_demo/background_blockquote.png Binary files differindex 8267e23a2..8267e23a2 100755..100644 --- a/library/simplepie/demo/for_the_demo/background_blockquote.png +++ b/library/simplepie/demo/for_the_demo/background_blockquote.png diff --git a/library/simplepie/demo/for_the_demo/background_menuitem.gif b/library/simplepie/demo/for_the_demo/background_menuitem.gif Binary files differindex fa765d670..fa765d670 100755..100644 --- a/library/simplepie/demo/for_the_demo/background_menuitem.gif +++ b/library/simplepie/demo/for_the_demo/background_menuitem.gif diff --git a/library/simplepie/demo/for_the_demo/background_menuitem_off.gif b/library/simplepie/demo/for_the_demo/background_menuitem_off.gif Binary files differindex 236cf406d..236cf406d 100755..100644 --- a/library/simplepie/demo/for_the_demo/background_menuitem_off.gif +++ b/library/simplepie/demo/for_the_demo/background_menuitem_off.gif diff --git a/library/simplepie/demo/for_the_demo/background_menuitem_shadow.gif b/library/simplepie/demo/for_the_demo/background_menuitem_shadow.gif Binary files differindex 95cfb820d..95cfb820d 100755..100644 --- a/library/simplepie/demo/for_the_demo/background_menuitem_shadow.gif +++ b/library/simplepie/demo/for_the_demo/background_menuitem_shadow.gif diff --git a/library/simplepie/demo/for_the_demo/favicons/alternate.png b/library/simplepie/demo/for_the_demo/favicons/alternate.png Binary files differindex 063fb2805..063fb2805 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/alternate.png +++ b/library/simplepie/demo/for_the_demo/favicons/alternate.png diff --git a/library/simplepie/demo/for_the_demo/favicons/blinklist.png b/library/simplepie/demo/for_the_demo/favicons/blinklist.png Binary files differindex 53200b3c6..53200b3c6 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/blinklist.png +++ b/library/simplepie/demo/for_the_demo/favicons/blinklist.png diff --git a/library/simplepie/demo/for_the_demo/favicons/blogmarks.png b/library/simplepie/demo/for_the_demo/favicons/blogmarks.png Binary files differindex c5372614a..c5372614a 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/blogmarks.png +++ b/library/simplepie/demo/for_the_demo/favicons/blogmarks.png diff --git a/library/simplepie/demo/for_the_demo/favicons/delicious.png b/library/simplepie/demo/for_the_demo/favicons/delicious.png Binary files differindex 2e6021d26..2e6021d26 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/delicious.png +++ b/library/simplepie/demo/for_the_demo/favicons/delicious.png diff --git a/library/simplepie/demo/for_the_demo/favicons/digg.png b/library/simplepie/demo/for_the_demo/favicons/digg.png Binary files differindex 3aa96770e..3aa96770e 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/digg.png +++ b/library/simplepie/demo/for_the_demo/favicons/digg.png diff --git a/library/simplepie/demo/for_the_demo/favicons/magnolia.png b/library/simplepie/demo/for_the_demo/favicons/magnolia.png Binary files differindex da519f5ab..da519f5ab 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/magnolia.png +++ b/library/simplepie/demo/for_the_demo/favicons/magnolia.png diff --git a/library/simplepie/demo/for_the_demo/favicons/myweb2.png b/library/simplepie/demo/for_the_demo/favicons/myweb2.png Binary files differindex 2a12968d5..2a12968d5 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/myweb2.png +++ b/library/simplepie/demo/for_the_demo/favicons/myweb2.png diff --git a/library/simplepie/demo/for_the_demo/favicons/newsvine.png b/library/simplepie/demo/for_the_demo/favicons/newsvine.png Binary files differindex 5cdbb31c6..5cdbb31c6 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/newsvine.png +++ b/library/simplepie/demo/for_the_demo/favicons/newsvine.png diff --git a/library/simplepie/demo/for_the_demo/favicons/reddit.png b/library/simplepie/demo/for_the_demo/favicons/reddit.png Binary files differindex 65c38867c..65c38867c 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/reddit.png +++ b/library/simplepie/demo/for_the_demo/favicons/reddit.png diff --git a/library/simplepie/demo/for_the_demo/favicons/segnalo.png b/library/simplepie/demo/for_the_demo/favicons/segnalo.png Binary files differindex 748149b37..748149b37 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/segnalo.png +++ b/library/simplepie/demo/for_the_demo/favicons/segnalo.png diff --git a/library/simplepie/demo/for_the_demo/favicons/simpy.png b/library/simplepie/demo/for_the_demo/favicons/simpy.png Binary files differindex 30b23c1a5..30b23c1a5 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/simpy.png +++ b/library/simplepie/demo/for_the_demo/favicons/simpy.png diff --git a/library/simplepie/demo/for_the_demo/favicons/spurl.png b/library/simplepie/demo/for_the_demo/favicons/spurl.png Binary files differindex f5be3963d..f5be3963d 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/spurl.png +++ b/library/simplepie/demo/for_the_demo/favicons/spurl.png diff --git a/library/simplepie/demo/for_the_demo/favicons/technorati.png b/library/simplepie/demo/for_the_demo/favicons/technorati.png Binary files differindex 0f19e824e..0f19e824e 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/technorati.png +++ b/library/simplepie/demo/for_the_demo/favicons/technorati.png diff --git a/library/simplepie/demo/for_the_demo/favicons/wists.png b/library/simplepie/demo/for_the_demo/favicons/wists.png Binary files differindex 2e2d294d1..2e2d294d1 100755..100644 --- a/library/simplepie/demo/for_the_demo/favicons/wists.png +++ b/library/simplepie/demo/for_the_demo/favicons/wists.png diff --git a/library/simplepie/demo/for_the_demo/feed.png b/library/simplepie/demo/for_the_demo/feed.png Binary files differindex e23c50c85..e23c50c85 100755..100644 --- a/library/simplepie/demo/for_the_demo/feed.png +++ b/library/simplepie/demo/for_the_demo/feed.png diff --git a/library/simplepie/demo/for_the_demo/logo_simplepie_demo.png b/library/simplepie/demo/for_the_demo/logo_simplepie_demo.png Binary files differindex eda2d868b..eda2d868b 100755..100644 --- a/library/simplepie/demo/for_the_demo/logo_simplepie_demo.png +++ b/library/simplepie/demo/for_the_demo/logo_simplepie_demo.png diff --git a/library/simplepie/demo/for_the_demo/lucida-grande-bold.swf b/library/simplepie/demo/for_the_demo/lucida-grande-bold.swf Binary files differindex 0a41e15eb..0a41e15eb 100755..100644 --- a/library/simplepie/demo/for_the_demo/lucida-grande-bold.swf +++ b/library/simplepie/demo/for_the_demo/lucida-grande-bold.swf diff --git a/library/simplepie/demo/for_the_demo/mediaplayer.swf b/library/simplepie/demo/for_the_demo/mediaplayer.swf Binary files differindex bf78fd919..bf78fd919 100755..100644 --- a/library/simplepie/demo/for_the_demo/mediaplayer.swf +++ b/library/simplepie/demo/for_the_demo/mediaplayer.swf diff --git a/library/simplepie/demo/for_the_demo/mediaplayer_readme.htm b/library/simplepie/demo/for_the_demo/mediaplayer_readme.htm index 56e12c309..56e12c309 100755..100644 --- a/library/simplepie/demo/for_the_demo/mediaplayer_readme.htm +++ b/library/simplepie/demo/for_the_demo/mediaplayer_readme.htm diff --git a/library/simplepie/demo/for_the_demo/mini_podcast.png b/library/simplepie/demo/for_the_demo/mini_podcast.png Binary files differindex fd6faf2a3..fd6faf2a3 100755..100644 --- a/library/simplepie/demo/for_the_demo/mini_podcast.png +++ b/library/simplepie/demo/for_the_demo/mini_podcast.png diff --git a/library/simplepie/demo/for_the_demo/place_audio.png b/library/simplepie/demo/for_the_demo/place_audio.png Binary files differindex 560ea0039..560ea0039 100755..100644 --- a/library/simplepie/demo/for_the_demo/place_audio.png +++ b/library/simplepie/demo/for_the_demo/place_audio.png diff --git a/library/simplepie/demo/for_the_demo/place_video.png b/library/simplepie/demo/for_the_demo/place_video.png Binary files differindex be5ec8219..be5ec8219 100755..100644 --- a/library/simplepie/demo/for_the_demo/place_video.png +++ b/library/simplepie/demo/for_the_demo/place_video.png diff --git a/library/simplepie/demo/for_the_demo/sIFR-print.css b/library/simplepie/demo/for_the_demo/sIFR-print.css index ec89b1961..ec89b1961 100755..100644 --- a/library/simplepie/demo/for_the_demo/sIFR-print.css +++ b/library/simplepie/demo/for_the_demo/sIFR-print.css diff --git a/library/simplepie/demo/for_the_demo/sIFR-screen.css b/library/simplepie/demo/for_the_demo/sIFR-screen.css index 778e09d2b..778e09d2b 100755..100644 --- a/library/simplepie/demo/for_the_demo/sIFR-screen.css +++ b/library/simplepie/demo/for_the_demo/sIFR-screen.css diff --git a/library/simplepie/demo/for_the_demo/sifr-config.js b/library/simplepie/demo/for_the_demo/sifr-config.js index e7066b361..e7066b361 100755..100644 --- a/library/simplepie/demo/for_the_demo/sifr-config.js +++ b/library/simplepie/demo/for_the_demo/sifr-config.js diff --git a/library/simplepie/demo/for_the_demo/sifr.js b/library/simplepie/demo/for_the_demo/sifr.js index 0a8b1b6dc..0a8b1b6dc 100755..100644 --- a/library/simplepie/demo/for_the_demo/sifr.js +++ b/library/simplepie/demo/for_the_demo/sifr.js diff --git a/library/simplepie/demo/for_the_demo/simplepie.css b/library/simplepie/demo/for_the_demo/simplepie.css index 3753cb96d..3753cb96d 100755..100644 --- a/library/simplepie/demo/for_the_demo/simplepie.css +++ b/library/simplepie/demo/for_the_demo/simplepie.css diff --git a/library/simplepie/demo/for_the_demo/sleight.js b/library/simplepie/demo/for_the_demo/sleight.js index 4b5058e9a..4b5058e9a 100755..100644 --- a/library/simplepie/demo/for_the_demo/sleight.js +++ b/library/simplepie/demo/for_the_demo/sleight.js diff --git a/library/simplepie/demo/for_the_demo/source_files/place_audio_fireworksfile.png b/library/simplepie/demo/for_the_demo/source_files/place_audio_fireworksfile.png Binary files differindex 2bfd87d0c..2bfd87d0c 100755..100644 --- a/library/simplepie/demo/for_the_demo/source_files/place_audio_fireworksfile.png +++ b/library/simplepie/demo/for_the_demo/source_files/place_audio_fireworksfile.png diff --git a/library/simplepie/demo/for_the_demo/source_files/place_video_fireworksfile.png b/library/simplepie/demo/for_the_demo/source_files/place_video_fireworksfile.png Binary files differindex d0629769c..d0629769c 100755..100644 --- a/library/simplepie/demo/for_the_demo/source_files/place_video_fireworksfile.png +++ b/library/simplepie/demo/for_the_demo/source_files/place_video_fireworksfile.png diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/SifrStyleSheet.as b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/SifrStyleSheet.as index 6a98ca552..6a98ca552 100755..100644 --- a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/SifrStyleSheet.as +++ b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/SifrStyleSheet.as diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/_README_.txt b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/_README_.txt index 2b9d32d20..2b9d32d20 100755..100644 --- a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/_README_.txt +++ b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/_README_.txt diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as index 4d371954b..4d371954b 100755..100644 --- a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as +++ b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sIFR.as b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sIFR.as index 4902e003f..4902e003f 100755..100644 --- a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sIFR.as +++ b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sIFR.as diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sifr.fla b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sifr.fla Binary files differindex 2aa3f647f..2aa3f647f 100755..100644 --- a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sifr.fla +++ b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/sifr.fla diff --git a/library/simplepie/demo/for_the_demo/top_gradient.gif b/library/simplepie/demo/for_the_demo/top_gradient.gif Binary files differindex f77bd38f9..f77bd38f9 100755..100644 --- a/library/simplepie/demo/for_the_demo/top_gradient.gif +++ b/library/simplepie/demo/for_the_demo/top_gradient.gif diff --git a/library/simplepie/demo/for_the_demo/verdana.swf b/library/simplepie/demo/for_the_demo/verdana.swf Binary files differindex baf035047..baf035047 100755..100644 --- a/library/simplepie/demo/for_the_demo/verdana.swf +++ b/library/simplepie/demo/for_the_demo/verdana.swf diff --git a/library/simplepie/demo/for_the_demo/yanone-kaffeesatz-bold.swf b/library/simplepie/demo/for_the_demo/yanone-kaffeesatz-bold.swf Binary files differindex c812a79dc..c812a79dc 100755..100644 --- a/library/simplepie/demo/for_the_demo/yanone-kaffeesatz-bold.swf +++ b/library/simplepie/demo/for_the_demo/yanone-kaffeesatz-bold.swf diff --git a/library/simplepie/demo/handler_image.php b/library/simplepie/demo/handler_image.php index 49c3ec89b..49c3ec89b 100755..100644 --- a/library/simplepie/demo/handler_image.php +++ b/library/simplepie/demo/handler_image.php diff --git a/library/simplepie/demo/index.php b/library/simplepie/demo/index.php index 1481ba917..1481ba917 100755..100644 --- a/library/simplepie/demo/index.php +++ b/library/simplepie/demo/index.php diff --git a/library/simplepie/demo/minimalistic.php b/library/simplepie/demo/minimalistic.php index 56509c00c..56509c00c 100755..100644 --- a/library/simplepie/demo/minimalistic.php +++ b/library/simplepie/demo/minimalistic.php diff --git a/library/simplepie/demo/multifeeds.php b/library/simplepie/demo/multifeeds.php index b23d792a2..b23d792a2 100755..100644 --- a/library/simplepie/demo/multifeeds.php +++ b/library/simplepie/demo/multifeeds.php diff --git a/library/simplepie/demo/test.php b/library/simplepie/demo/test.php index 5b9943abb..5b9943abb 100755..100644 --- a/library/simplepie/demo/test.php +++ b/library/simplepie/demo/test.php diff --git a/library/simplepie/idn/LICENCE b/library/simplepie/idn/LICENCE index 25a1d22df..25a1d22df 100755..100644 --- a/library/simplepie/idn/LICENCE +++ b/library/simplepie/idn/LICENCE diff --git a/library/simplepie/idn/ReadMe.txt b/library/simplepie/idn/ReadMe.txt index 7ca8c7e6d..7ca8c7e6d 100755..100644 --- a/library/simplepie/idn/ReadMe.txt +++ b/library/simplepie/idn/ReadMe.txt diff --git a/library/simplepie/idn/idna_convert.class.php b/library/simplepie/idn/idna_convert.class.php index ed2bae26d..ed2bae26d 100755..100644 --- a/library/simplepie/idn/idna_convert.class.php +++ b/library/simplepie/idn/idna_convert.class.php diff --git a/library/simplepie/idn/npdata.ser b/library/simplepie/idn/npdata.ser index d7ce6d03f..d7ce6d03f 100755..100644 --- a/library/simplepie/idn/npdata.ser +++ b/library/simplepie/idn/npdata.ser diff --git a/library/simplepie/simplepie.inc b/library/simplepie/simplepie.inc index 8a2739f52..8a2739f52 100755..100644 --- a/library/simplepie/simplepie.inc +++ b/library/simplepie/simplepie.inc diff --git a/library/slinky.php b/library/slinky.php index cae1f755f..cae1f755f 100755..100644 --- a/library/slinky.php +++ b/library/slinky.php diff --git a/library/tiptip/README b/library/tiptip/README index a83cfba3e..a83cfba3e 100755..100644 --- a/library/tiptip/README +++ b/library/tiptip/README diff --git a/library/tiptip/README.txt b/library/tiptip/README.txt index 740d11a50..740d11a50 100755..100644 --- a/library/tiptip/README.txt +++ b/library/tiptip/README.txt diff --git a/library/tiptip/jquery.tipTip.js b/library/tiptip/jquery.tipTip.js index a05315dd7..a05315dd7 100755..100644 --- a/library/tiptip/jquery.tipTip.js +++ b/library/tiptip/jquery.tipTip.js diff --git a/library/tiptip/jquery.tipTip.minified.js b/library/tiptip/jquery.tipTip.minified.js index 79e58f7ad..79e58f7ad 100755..100644 --- a/library/tiptip/jquery.tipTip.minified.js +++ b/library/tiptip/jquery.tipTip.minified.js diff --git a/library/tiptip/tipTip.css b/library/tiptip/tipTip.css index 4fb95d376..4fb95d376 100755..100644 --- a/library/tiptip/tipTip.css +++ b/library/tiptip/tipTip.css diff --git a/library/twitteroauth.php b/library/twitteroauth.php index 7f3dcba4d..7f3dcba4d 100755..100644 --- a/library/twitteroauth.php +++ b/library/twitteroauth.php diff --git a/mod/acl.php b/mod/acl.php index fe353d1eb..fe353d1eb 100755..100644 --- a/mod/acl.php +++ b/mod/acl.php diff --git a/mod/admin.php b/mod/admin.php index a395027c1..a395027c1 100755..100644 --- a/mod/admin.php +++ b/mod/admin.php diff --git a/mod/allfriends.php b/mod/allfriends.php index f675b8e29..f675b8e29 100755..100644 --- a/mod/allfriends.php +++ b/mod/allfriends.php diff --git a/mod/amcd.php b/mod/amcd.php index a2a1327e6..a2a1327e6 100755..100644 --- a/mod/amcd.php +++ b/mod/amcd.php diff --git a/mod/api.php b/mod/api.php index ad75e6620..ad75e6620 100755..100644 --- a/mod/api.php +++ b/mod/api.php diff --git a/mod/apps.php b/mod/apps.php index 8049b45fb..8049b45fb 100755..100644 --- a/mod/apps.php +++ b/mod/apps.php diff --git a/mod/attach.php b/mod/attach.php index ae6540201..ae6540201 100755..100644 --- a/mod/attach.php +++ b/mod/attach.php diff --git a/mod/cb.php b/mod/cb.php index 6375d2398..6375d2398 100755..100644 --- a/mod/cb.php +++ b/mod/cb.php diff --git a/mod/common.php b/mod/common.php index 852388c14..852388c14 100755..100644 --- a/mod/common.php +++ b/mod/common.php diff --git a/mod/community.php b/mod/community.php index f8cc3305b..f8cc3305b 100755..100644 --- a/mod/community.php +++ b/mod/community.php diff --git a/mod/contactgroup.php b/mod/contactgroup.php index bf81afe07..bf81afe07 100755..100644 --- a/mod/contactgroup.php +++ b/mod/contactgroup.php diff --git a/mod/contacts.php b/mod/contacts.php index 8aa51d00a..8aa51d00a 100755..100644 --- a/mod/contacts.php +++ b/mod/contacts.php diff --git a/mod/crepair.php b/mod/crepair.php index ec963b105..ec963b105 100755..100644 --- a/mod/crepair.php +++ b/mod/crepair.php diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 65d39d5fe..65d39d5fe 100755..100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php index 5c2788983..5c2788983 100755..100644 --- a/mod/dfrn_poll.php +++ b/mod/dfrn_poll.php diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 5881b7b51..5881b7b51 100755..100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php diff --git a/mod/directory.php b/mod/directory.php index 7f18bd026..7f18bd026 100755..100644 --- a/mod/directory.php +++ b/mod/directory.php diff --git a/mod/dirfind.php b/mod/dirfind.php index 34c54dd91..34c54dd91 100755..100644 --- a/mod/dirfind.php +++ b/mod/dirfind.php diff --git a/mod/display.php b/mod/display.php index 81ed174ac..81ed174ac 100755..100644 --- a/mod/display.php +++ b/mod/display.php diff --git a/mod/editpost.php b/mod/editpost.php index 4c00201ca..4c00201ca 100755..100644 --- a/mod/editpost.php +++ b/mod/editpost.php diff --git a/mod/events.php b/mod/events.php index e66a2dc44..e66a2dc44 100755..100644 --- a/mod/events.php +++ b/mod/events.php diff --git a/mod/filer.php b/mod/filer.php index c0cca9e6d..c0cca9e6d 100755..100644 --- a/mod/filer.php +++ b/mod/filer.php diff --git a/mod/follow.php b/mod/follow.php index ae8cb200c..ae8cb200c 100755..100644 --- a/mod/follow.php +++ b/mod/follow.php diff --git a/mod/friendica.php b/mod/friendica.php index 52a064224..52a064224 100755..100644 --- a/mod/friendica.php +++ b/mod/friendica.php diff --git a/mod/friendika.php b/mod/friendika.php index 1f3df565d..1f3df565d 100755..100644 --- a/mod/friendika.php +++ b/mod/friendika.php diff --git a/mod/fsuggest.php b/mod/fsuggest.php index 9ef8f4c55..9ef8f4c55 100755..100644 --- a/mod/fsuggest.php +++ b/mod/fsuggest.php diff --git a/mod/group.php b/mod/group.php index a282dbccf..a282dbccf 100755..100644 --- a/mod/group.php +++ b/mod/group.php diff --git a/mod/hcard.php b/mod/hcard.php index 6d2d9e2eb..6d2d9e2eb 100755..100644 --- a/mod/hcard.php +++ b/mod/hcard.php diff --git a/mod/help.php b/mod/help.php index af05bd47c..af05bd47c 100755..100644 --- a/mod/help.php +++ b/mod/help.php diff --git a/mod/home.php b/mod/home.php index 0320c1b39..0320c1b39 100755..100644 --- a/mod/home.php +++ b/mod/home.php diff --git a/mod/hostxrd.php b/mod/hostxrd.php index fe61a874c..fe61a874c 100755..100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php diff --git a/mod/install.php b/mod/install.php index d1142248a..d1142248a 100755..100644 --- a/mod/install.php +++ b/mod/install.php diff --git a/mod/invite.php b/mod/invite.php index 2dbf93c59..2dbf93c59 100755..100644 --- a/mod/invite.php +++ b/mod/invite.php diff --git a/mod/item.php b/mod/item.php index 72e63865b..72e63865b 100755..100644 --- a/mod/item.php +++ b/mod/item.php diff --git a/mod/like.php b/mod/like.php index 6b97fafb5..6b97fafb5 100755..100644 --- a/mod/like.php +++ b/mod/like.php diff --git a/mod/localtime.php b/mod/localtime.php index c03eae1b0..c03eae1b0 100755..100644 --- a/mod/localtime.php +++ b/mod/localtime.php diff --git a/mod/lockview.php b/mod/lockview.php index 9e64e2608..9e64e2608 100755..100644 --- a/mod/lockview.php +++ b/mod/lockview.php diff --git a/mod/login.php b/mod/login.php index 10b4d3001..10b4d3001 100755..100644 --- a/mod/login.php +++ b/mod/login.php diff --git a/mod/lostpass.php b/mod/lostpass.php index 57e6d6965..57e6d6965 100755..100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php diff --git a/mod/manage.php b/mod/manage.php index 84dfa6917..84dfa6917 100755..100644 --- a/mod/manage.php +++ b/mod/manage.php diff --git a/mod/match.php b/mod/match.php index 926df1dff..926df1dff 100755..100644 --- a/mod/match.php +++ b/mod/match.php diff --git a/mod/message.php b/mod/message.php index 1369fde2e..1369fde2e 100755..100644 --- a/mod/message.php +++ b/mod/message.php diff --git a/mod/modexp.php b/mod/modexp.php index bba2c2882..bba2c2882 100755..100644 --- a/mod/modexp.php +++ b/mod/modexp.php diff --git a/mod/msearch.php b/mod/msearch.php index 94def7d89..94def7d89 100755..100644 --- a/mod/msearch.php +++ b/mod/msearch.php diff --git a/mod/network.php b/mod/network.php index d27945a86..d27945a86 100755..100644 --- a/mod/network.php +++ b/mod/network.php diff --git a/mod/newmember.php b/mod/newmember.php index 683463ecb..683463ecb 100755..100644 --- a/mod/newmember.php +++ b/mod/newmember.php diff --git a/mod/notes.php b/mod/notes.php index e6e2b44fb..e6e2b44fb 100755..100644 --- a/mod/notes.php +++ b/mod/notes.php diff --git a/mod/notice.php b/mod/notice.php index 19cf53189..19cf53189 100755..100644 --- a/mod/notice.php +++ b/mod/notice.php diff --git a/mod/notifications.php b/mod/notifications.php index 690a99562..690a99562 100755..100644 --- a/mod/notifications.php +++ b/mod/notifications.php diff --git a/mod/oembed.php b/mod/oembed.php index 236625f68..236625f68 100755..100644 --- a/mod/oembed.php +++ b/mod/oembed.php diff --git a/mod/oexchange.php b/mod/oexchange.php index bbb436e70..bbb436e70 100755..100644 --- a/mod/oexchange.php +++ b/mod/oexchange.php diff --git a/mod/openid.php b/mod/openid.php index e2cea7d85..e2cea7d85 100755..100644 --- a/mod/openid.php +++ b/mod/openid.php diff --git a/mod/opensearch.php b/mod/opensearch.php index ff748d1c5..ff748d1c5 100755..100644 --- a/mod/opensearch.php +++ b/mod/opensearch.php diff --git a/mod/parse_url.php b/mod/parse_url.php index 27dac4d5d..27dac4d5d 100755..100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php diff --git a/mod/photo.php b/mod/photo.php index 3a7025120..3a7025120 100755..100644 --- a/mod/photo.php +++ b/mod/photo.php diff --git a/mod/photos.php b/mod/photos.php index 2a808cb41..2a808cb41 100755..100644 --- a/mod/photos.php +++ b/mod/photos.php diff --git a/mod/poco.php b/mod/poco.php index acfa3ffaa..acfa3ffaa 100755..100644 --- a/mod/poco.php +++ b/mod/poco.php diff --git a/mod/post.php b/mod/post.php index 4a7e33b23..4a7e33b23 100755..100644 --- a/mod/post.php +++ b/mod/post.php diff --git a/mod/probe.php b/mod/probe.php index c95db291b..c95db291b 100755..100644 --- a/mod/probe.php +++ b/mod/probe.php diff --git a/mod/profile.php b/mod/profile.php index 68d73fba3..68d73fba3 100755..100644 --- a/mod/profile.php +++ b/mod/profile.php diff --git a/mod/profile_photo.php b/mod/profile_photo.php index ace8dadd4..ace8dadd4 100755..100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php diff --git a/mod/profiles.php b/mod/profiles.php index 7b3b6ccc1..7b3b6ccc1 100755..100644 --- a/mod/profiles.php +++ b/mod/profiles.php diff --git a/mod/profperm.php b/mod/profperm.php index 8d09c429c..8d09c429c 100755..100644 --- a/mod/profperm.php +++ b/mod/profperm.php diff --git a/mod/pubsub.php b/mod/pubsub.php index 93d50ef90..93d50ef90 100755..100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php diff --git a/mod/qsearch.php b/mod/qsearch.php index c35e253b6..c35e253b6 100755..100644 --- a/mod/qsearch.php +++ b/mod/qsearch.php diff --git a/mod/receive.php b/mod/receive.php index 2bd3cc65b..2bd3cc65b 100755..100644 --- a/mod/receive.php +++ b/mod/receive.php diff --git a/mod/redir.php b/mod/redir.php index 9223e5483..9223e5483 100755..100644 --- a/mod/redir.php +++ b/mod/redir.php diff --git a/mod/register.php b/mod/register.php index 630c0a675..630c0a675 100755..100644 --- a/mod/register.php +++ b/mod/register.php diff --git a/mod/regmod.php b/mod/regmod.php index 21f41eb01..21f41eb01 100755..100644 --- a/mod/regmod.php +++ b/mod/regmod.php diff --git a/mod/removeme.php b/mod/removeme.php index ee88bd76a..ee88bd76a 100755..100644 --- a/mod/removeme.php +++ b/mod/removeme.php diff --git a/mod/rsd_xml.php b/mod/rsd_xml.php index 5bf4663fd..5bf4663fd 100755..100644 --- a/mod/rsd_xml.php +++ b/mod/rsd_xml.php diff --git a/mod/salmon.php b/mod/salmon.php index 6172d17a1..6172d17a1 100755..100644 --- a/mod/salmon.php +++ b/mod/salmon.php diff --git a/mod/search.php b/mod/search.php index 4ca7db9bb..4ca7db9bb 100755..100644 --- a/mod/search.php +++ b/mod/search.php diff --git a/mod/session.php b/mod/session.php index 22c855edb..22c855edb 100755..100644 --- a/mod/session.php +++ b/mod/session.php diff --git a/mod/settings.php b/mod/settings.php index 6879da285..6879da285 100755..100644 --- a/mod/settings.php +++ b/mod/settings.php diff --git a/mod/share.php b/mod/share.php index 6c6098c83..6c6098c83 100755..100644 --- a/mod/share.php +++ b/mod/share.php diff --git a/mod/smilies.php b/mod/smilies.php index c47f95da7..c47f95da7 100755..100644 --- a/mod/smilies.php +++ b/mod/smilies.php diff --git a/mod/starred.php b/mod/starred.php index 035b81e76..035b81e76 100755..100644 --- a/mod/starred.php +++ b/mod/starred.php diff --git a/mod/suggest.php b/mod/suggest.php index 7a86d53a1..7a86d53a1 100755..100644 --- a/mod/suggest.php +++ b/mod/suggest.php diff --git a/mod/tagger.php b/mod/tagger.php index 3ff5d57aa..3ff5d57aa 100755..100644 --- a/mod/tagger.php +++ b/mod/tagger.php diff --git a/mod/tagrm.php b/mod/tagrm.php index 5041145cc..5041145cc 100755..100644 --- a/mod/tagrm.php +++ b/mod/tagrm.php diff --git a/mod/uexport.php b/mod/uexport.php index e1fb22855..e1fb22855 100755..100644 --- a/mod/uexport.php +++ b/mod/uexport.php diff --git a/mod/update_community.php b/mod/update_community.php index 3dcbce6b1..3dcbce6b1 100755..100644 --- a/mod/update_community.php +++ b/mod/update_community.php diff --git a/mod/update_network.php b/mod/update_network.php index 36de0722a..36de0722a 100755..100644 --- a/mod/update_network.php +++ b/mod/update_network.php diff --git a/mod/update_notes.php b/mod/update_notes.php index 90cc5bc69..90cc5bc69 100755..100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php diff --git a/mod/update_profile.php b/mod/update_profile.php index c4884b30f..c4884b30f 100755..100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php diff --git a/mod/viewcontacts.php b/mod/viewcontacts.php index e7d26b73e..e7d26b73e 100755..100644 --- a/mod/viewcontacts.php +++ b/mod/viewcontacts.php diff --git a/mod/viewsrc.php b/mod/viewsrc.php index 3fa4eaed5..3fa4eaed5 100755..100644 --- a/mod/viewsrc.php +++ b/mod/viewsrc.php diff --git a/mod/wall_attach.php b/mod/wall_attach.php index ecf475291..ecf475291 100755..100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php diff --git a/mod/wall_upload.php b/mod/wall_upload.php index 64f174a78..64f174a78 100755..100644 --- a/mod/wall_upload.php +++ b/mod/wall_upload.php diff --git a/mod/webfinger.php b/mod/webfinger.php index 74bd2c954..74bd2c954 100755..100644 --- a/mod/webfinger.php +++ b/mod/webfinger.php diff --git a/mod/xrd.php b/mod/xrd.php index 2fa6bcd99..2fa6bcd99 100755..100644 --- a/mod/xrd.php +++ b/mod/xrd.php diff --git a/spec/dfrn-snap2.jpg b/spec/dfrn-snap2.jpg Binary files differindex ee00f5654..ee00f5654 100755..100644 --- a/spec/dfrn-snap2.jpg +++ b/spec/dfrn-snap2.jpg diff --git a/spec/dfrn2.odt b/spec/dfrn2.odt Binary files differindex 390fc4bb8..390fc4bb8 100755..100644 --- a/spec/dfrn2.odt +++ b/spec/dfrn2.odt diff --git a/spec/dfrn2.pdf b/spec/dfrn2.pdf Binary files differindex e46225f7e..e46225f7e 100755..100644 --- a/spec/dfrn2.pdf +++ b/spec/dfrn2.pdf diff --git a/spec/zot.txt b/spec/zot.txt index 2c3bbb180..2c3bbb180 100755..100644 --- a/spec/zot.txt +++ b/spec/zot.txt diff --git a/testargs.php b/testargs.php index 4c9bce4e9..4c9bce4e9 100755..100644 --- a/testargs.php +++ b/testargs.php diff --git a/tests/autoname_test.php b/tests/autoname_test.php index 9dae920ca..9dae920ca 100755..100644 --- a/tests/autoname_test.php +++ b/tests/autoname_test.php diff --git a/tests/contains_attribute_test.php b/tests/contains_attribute_test.php index b0bb06acf..b0bb06acf 100755..100644 --- a/tests/contains_attribute_test.php +++ b/tests/contains_attribute_test.php diff --git a/tests/expand_acl_test.php b/tests/expand_acl_test.php index b516a3f14..b516a3f14 100755..100644 --- a/tests/expand_acl_test.php +++ b/tests/expand_acl_test.php diff --git a/tests/template_test.php b/tests/template_test.php index 1f9f80531..1f9f80531 100755..100644 --- a/tests/template_test.php +++ b/tests/template_test.php diff --git a/update.php b/update.php index d38e39f8b..ae35d2d50 100755..100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1134 ); +define( 'UPDATE_VERSION' , 1135 ); /** * @@ -1137,7 +1137,22 @@ INDEX ( `username` ) } function update_1133() { - q("ALTER TABLE `user` ADD `unkmail` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `blocktags` , ADD INDEX ( `unkmail` ) "); - q("ALTER TABLE `user` ADD `cntunkmail` INT NOT NULL DEFAULT '10' AFTER `unkmail` , ADD INDEX ( `cntunkmail` ) "); - q("ALTER TABLE `mail` ADD `unknown` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `replied` , ADD INDEX ( `unknown` ) "); +q("ALTER TABLE `user` ADD `unkmail` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `blocktags` , ADD INDEX ( `unkmail` ) ");
+q("ALTER TABLE `user` ADD `cntunkmail` INT NOT NULL DEFAULT '10' AFTER `unkmail` , ADD INDEX ( `cntunkmail` ) ");
+q("ALTER TABLE `mail` ADD `unknown` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `replied` , ADD INDEX ( `unknown` ) "); +} + +function update_1134() { + //there can't be indexes with more than 1000 bytes in mysql, + //so change charset to be smaller + q("ALTER TABLE `config` CHANGE `cat` `cat` CHAR( 255 ) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL , +CHANGE `k` `k` CHAR( 255 ) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL"); + //and add the index + q("ALTER TABLE `friendica`.`config` ADD UNIQUE `access` ( `cat` , `k` ) "); + + //same thing for pconfig + q("ALTER TABLE `pconfig` CHANGE `cat` `cat` CHAR( 255 ) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL , + CHANGE `k` `k` CHAR( 255 ) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL"); + + q("ALTER TABLE `friendica`.`pconfig` ADD UNIQUE `access` ( `uid` , `cat` , `k` )"); } diff --git a/util/.htaccess b/util/.htaccess index b311c14c2..b311c14c2 100755..100644 --- a/util/.htaccess +++ b/util/.htaccess diff --git a/util/README b/util/README index aceade3e2..aceade3e2 100755..100644 --- a/util/README +++ b/util/README diff --git a/util/db_update.php b/util/db_update.php index 35620e80b..35620e80b 100755..100644 --- a/util/db_update.php +++ b/util/db_update.php diff --git a/util/extract.php b/util/extract.php index 90127f3c1..90127f3c1 100755..100644 --- a/util/extract.php +++ b/util/extract.php diff --git a/util/messages.po b/util/messages.po index 60c71f7fe..60c71f7fe 100755..100644 --- a/util/messages.po +++ b/util/messages.po diff --git a/util/php2po.php b/util/php2po.php index d3ce0a5af..d3ce0a5af 100755..100644 --- a/util/php2po.php +++ b/util/php2po.php diff --git a/util/po2php.php b/util/po2php.php index c703172af..c703172af 100755..100644 --- a/util/po2php.php +++ b/util/po2php.php diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index 6ea603c83..6ea603c83 100755..100644 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh diff --git a/util/strings.php b/util/strings.php index e70766d86..e70766d86 100755..100644 --- a/util/strings.php +++ b/util/strings.php diff --git a/util/typo.php b/util/typo.php index e20cce86a..e20cce86a 100755..100644 --- a/util/typo.php +++ b/util/typo.php diff --git a/util/typohelper.php b/util/typohelper.php index 589702a02..589702a02 100755..100644 --- a/util/typohelper.php +++ b/util/typohelper.php diff --git a/view/.htaccess b/view/.htaccess index 559a5fcc0..559a5fcc0 100755..100644 --- a/view/.htaccess +++ b/view/.htaccess diff --git a/view/404.tpl b/view/404.tpl index bf4d4e949..bf4d4e949 100755..100644 --- a/view/404.tpl +++ b/view/404.tpl diff --git a/view/admin_aside.tpl b/view/admin_aside.tpl index 4bf7ce9d3..4bf7ce9d3 100755..100644 --- a/view/admin_aside.tpl +++ b/view/admin_aside.tpl diff --git a/view/admin_logs.tpl b/view/admin_logs.tpl index 9d133b155..9d133b155 100755..100644 --- a/view/admin_logs.tpl +++ b/view/admin_logs.tpl diff --git a/view/admin_plugins.tpl b/view/admin_plugins.tpl index 8367ff6a1..8367ff6a1 100755..100644 --- a/view/admin_plugins.tpl +++ b/view/admin_plugins.tpl diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl index cbaef2d66..cbaef2d66 100755..100644 --- a/view/admin_plugins_details.tpl +++ b/view/admin_plugins_details.tpl diff --git a/view/admin_remoteupdate.tpl b/view/admin_remoteupdate.tpl index 874c6e626..874c6e626 100755..100644 --- a/view/admin_remoteupdate.tpl +++ b/view/admin_remoteupdate.tpl diff --git a/view/admin_site.tpl b/view/admin_site.tpl index 01fe893c6..01fe893c6 100755..100644 --- a/view/admin_site.tpl +++ b/view/admin_site.tpl diff --git a/view/admin_summary.tpl b/view/admin_summary.tpl index eed71fbe0..eed71fbe0 100755..100644 --- a/view/admin_summary.tpl +++ b/view/admin_summary.tpl diff --git a/view/admin_users.tpl b/view/admin_users.tpl index bde7edb59..bde7edb59 100755..100644 --- a/view/admin_users.tpl +++ b/view/admin_users.tpl diff --git a/view/album_edit.tpl b/view/album_edit.tpl index 56a7b73fc..56a7b73fc 100755..100644 --- a/view/album_edit.tpl +++ b/view/album_edit.tpl diff --git a/view/api_config_xml.tpl b/view/api_config_xml.tpl index 3281e59dd..3281e59dd 100755..100644 --- a/view/api_config_xml.tpl +++ b/view/api_config_xml.tpl diff --git a/view/api_friends_xml.tpl b/view/api_friends_xml.tpl index 0ea7eb13b..0ea7eb13b 100755..100644 --- a/view/api_friends_xml.tpl +++ b/view/api_friends_xml.tpl diff --git a/view/api_ratelimit_xml.tpl b/view/api_ratelimit_xml.tpl index 36ec1993d..36ec1993d 100755..100644 --- a/view/api_ratelimit_xml.tpl +++ b/view/api_ratelimit_xml.tpl diff --git a/view/api_status_xml.tpl b/view/api_status_xml.tpl index f6cd9c2c0..f6cd9c2c0 100755..100644 --- a/view/api_status_xml.tpl +++ b/view/api_status_xml.tpl diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index fb4f51f59..fb4f51f59 100755..100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl diff --git a/view/api_timeline_rss.tpl b/view/api_timeline_rss.tpl index 40239273c..40239273c 100755..100644 --- a/view/api_timeline_rss.tpl +++ b/view/api_timeline_rss.tpl diff --git a/view/api_timeline_xml.tpl b/view/api_timeline_xml.tpl index 17860ca61..17860ca61 100755..100644 --- a/view/api_timeline_xml.tpl +++ b/view/api_timeline_xml.tpl diff --git a/view/api_user_xml.tpl b/view/api_user_xml.tpl index f1e122f3e..f1e122f3e 100755..100644 --- a/view/api_user_xml.tpl +++ b/view/api_user_xml.tpl diff --git a/view/apps.tpl b/view/apps.tpl index 4c7f8c94c..4c7f8c94c 100755..100644 --- a/view/apps.tpl +++ b/view/apps.tpl diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl index 2feb547ee..2feb547ee 100755..100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl diff --git a/view/atom_feed_dfrn.tpl b/view/atom_feed_dfrn.tpl index 0bae62b52..0bae62b52 100755..100644 --- a/view/atom_feed_dfrn.tpl +++ b/view/atom_feed_dfrn.tpl diff --git a/view/atom_mail.tpl b/view/atom_mail.tpl index bf7c3efc8..bf7c3efc8 100755..100644 --- a/view/atom_mail.tpl +++ b/view/atom_mail.tpl diff --git a/view/atom_suggest.tpl b/view/atom_suggest.tpl index 66c61f9b6..66c61f9b6 100755..100644 --- a/view/atom_suggest.tpl +++ b/view/atom_suggest.tpl diff --git a/view/auto_request.tpl b/view/auto_request.tpl index 2958397c9..2958397c9 100755..100644 --- a/view/auto_request.tpl +++ b/view/auto_request.tpl diff --git a/view/ca/cmnt_received_eml.tpl b/view/ca/cmnt_received_eml.tpl index ca61ca492..ca61ca492 100755..100644 --- a/view/ca/cmnt_received_eml.tpl +++ b/view/ca/cmnt_received_eml.tpl diff --git a/view/ca/follow_notify_eml.tpl b/view/ca/follow_notify_eml.tpl index ab5a4b371..ab5a4b371 100755..100644 --- a/view/ca/follow_notify_eml.tpl +++ b/view/ca/follow_notify_eml.tpl diff --git a/view/ca/friend_complete_eml.tpl b/view/ca/friend_complete_eml.tpl index 539d9ff3d..539d9ff3d 100755..100644 --- a/view/ca/friend_complete_eml.tpl +++ b/view/ca/friend_complete_eml.tpl diff --git a/view/ca/htconfig.tpl b/view/ca/htconfig.tpl index 28446f3df..28446f3df 100755..100644 --- a/view/ca/htconfig.tpl +++ b/view/ca/htconfig.tpl diff --git a/view/ca/intro_complete_eml.tpl b/view/ca/intro_complete_eml.tpl index 70507d71d..70507d71d 100755..100644 --- a/view/ca/intro_complete_eml.tpl +++ b/view/ca/intro_complete_eml.tpl diff --git a/view/ca/lostpass_eml.tpl b/view/ca/lostpass_eml.tpl index eccf2050a..eccf2050a 100755..100644 --- a/view/ca/lostpass_eml.tpl +++ b/view/ca/lostpass_eml.tpl diff --git a/view/ca/mail_received_html_body_eml.tpl b/view/ca/mail_received_html_body_eml.tpl index 64eee0bf1..64eee0bf1 100755..100644 --- a/view/ca/mail_received_html_body_eml.tpl +++ b/view/ca/mail_received_html_body_eml.tpl diff --git a/view/ca/mail_received_text_body_eml.tpl b/view/ca/mail_received_text_body_eml.tpl index b343c4e6d..b343c4e6d 100755..100644 --- a/view/ca/mail_received_text_body_eml.tpl +++ b/view/ca/mail_received_text_body_eml.tpl diff --git a/view/ca/messages.po b/view/ca/messages.po index 8463ceb12..8463ceb12 100755..100644 --- a/view/ca/messages.po +++ b/view/ca/messages.po diff --git a/view/ca/passchanged_eml.tpl b/view/ca/passchanged_eml.tpl index 22e54b8c0..22e54b8c0 100755..100644 --- a/view/ca/passchanged_eml.tpl +++ b/view/ca/passchanged_eml.tpl diff --git a/view/ca/register_open_eml.tpl b/view/ca/register_open_eml.tpl index 0170c98e3..0170c98e3 100755..100644 --- a/view/ca/register_open_eml.tpl +++ b/view/ca/register_open_eml.tpl diff --git a/view/ca/register_verify_eml.tpl b/view/ca/register_verify_eml.tpl index 3dd966e0a..3dd966e0a 100755..100644 --- a/view/ca/register_verify_eml.tpl +++ b/view/ca/register_verify_eml.tpl diff --git a/view/ca/request_notify_eml.tpl b/view/ca/request_notify_eml.tpl index 276624aae..276624aae 100755..100644 --- a/view/ca/request_notify_eml.tpl +++ b/view/ca/request_notify_eml.tpl diff --git a/view/ca/strings.php b/view/ca/strings.php index e5aed8be6..e5aed8be6 100755..100644 --- a/view/ca/strings.php +++ b/view/ca/strings.php diff --git a/view/ca/wall_received_eml.tpl b/view/ca/wall_received_eml.tpl index 0b5c150fd..0b5c150fd 100755..100644 --- a/view/ca/wall_received_eml.tpl +++ b/view/ca/wall_received_eml.tpl diff --git a/view/categories_widget.tpl b/view/categories_widget.tpl index 061821beb..061821beb 100755..100644 --- a/view/categories_widget.tpl +++ b/view/categories_widget.tpl diff --git a/view/comment_item.tpl b/view/comment_item.tpl index a1d4e1043..a1d4e1043 100755..100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl diff --git a/view/common_friends.tpl b/view/common_friends.tpl index 1f610d8c4..1f610d8c4 100755..100644 --- a/view/common_friends.tpl +++ b/view/common_friends.tpl diff --git a/view/common_tabs.tpl b/view/common_tabs.tpl index 146ad29fa..146ad29fa 100755..100644 --- a/view/common_tabs.tpl +++ b/view/common_tabs.tpl diff --git a/view/contact_head.tpl b/view/contact_head.tpl index a76293a68..a76293a68 100755..100644 --- a/view/contact_head.tpl +++ b/view/contact_head.tpl diff --git a/view/contact_template.tpl b/view/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/contact_template.tpl +++ b/view/contact_template.tpl diff --git a/view/contacts-template.tpl b/view/contacts-template.tpl index ecb342bf4..ecb342bf4 100755..100644 --- a/view/contacts-template.tpl +++ b/view/contacts-template.tpl diff --git a/view/conversation.tpl b/view/conversation.tpl index 43bb1dd47..43bb1dd47 100755..100644 --- a/view/conversation.tpl +++ b/view/conversation.tpl diff --git a/view/crepair.tpl b/view/crepair.tpl index a3e532b61..a3e532b61 100755..100644 --- a/view/crepair.tpl +++ b/view/crepair.tpl diff --git a/view/cropbody.tpl b/view/cropbody.tpl index b484d15bf..b484d15bf 100755..100644 --- a/view/cropbody.tpl +++ b/view/cropbody.tpl diff --git a/view/crophead.tpl b/view/crophead.tpl index 48f375426..48f375426 100755..100644 --- a/view/crophead.tpl +++ b/view/crophead.tpl diff --git a/view/cs/cmnt_received_eml.tpl b/view/cs/cmnt_received_eml.tpl index ff4492322..ff4492322 100755..100644 --- a/view/cs/cmnt_received_eml.tpl +++ b/view/cs/cmnt_received_eml.tpl diff --git a/view/cs/cmnt_received_html_body_eml.tpl b/view/cs/cmnt_received_html_body_eml.tpl index 6b6318743..6b6318743 100755..100644 --- a/view/cs/cmnt_received_html_body_eml.tpl +++ b/view/cs/cmnt_received_html_body_eml.tpl diff --git a/view/cs/cmnt_received_text_body_eml.tpl b/view/cs/cmnt_received_text_body_eml.tpl index ff4492322..ff4492322 100755..100644 --- a/view/cs/cmnt_received_text_body_eml.tpl +++ b/view/cs/cmnt_received_text_body_eml.tpl diff --git a/view/cs/follow_notify_eml.tpl b/view/cs/follow_notify_eml.tpl index 440ba9ca4..440ba9ca4 100755..100644 --- a/view/cs/follow_notify_eml.tpl +++ b/view/cs/follow_notify_eml.tpl diff --git a/view/cs/friend_complete_eml.tpl b/view/cs/friend_complete_eml.tpl index 50bb7e105..50bb7e105 100755..100644 --- a/view/cs/friend_complete_eml.tpl +++ b/view/cs/friend_complete_eml.tpl diff --git a/view/cs/htconfig.tpl b/view/cs/htconfig.tpl index 5d116dd99..5d116dd99 100755..100644 --- a/view/cs/htconfig.tpl +++ b/view/cs/htconfig.tpl diff --git a/view/cs/intro_complete_eml.tpl b/view/cs/intro_complete_eml.tpl index 91753f35d..91753f35d 100755..100644 --- a/view/cs/intro_complete_eml.tpl +++ b/view/cs/intro_complete_eml.tpl diff --git a/view/cs/lostpass_eml.tpl b/view/cs/lostpass_eml.tpl index 05042ddce..05042ddce 100755..100644 --- a/view/cs/lostpass_eml.tpl +++ b/view/cs/lostpass_eml.tpl diff --git a/view/cs/mail_received_html_body_eml.tpl b/view/cs/mail_received_html_body_eml.tpl index 427c6c98d..427c6c98d 100755..100644 --- a/view/cs/mail_received_html_body_eml.tpl +++ b/view/cs/mail_received_html_body_eml.tpl diff --git a/view/cs/mail_received_text_body_eml.tpl b/view/cs/mail_received_text_body_eml.tpl index c69872377..c69872377 100755..100644 --- a/view/cs/mail_received_text_body_eml.tpl +++ b/view/cs/mail_received_text_body_eml.tpl diff --git a/view/cs/messages.po b/view/cs/messages.po index 529504c5c..529504c5c 100755..100644 --- a/view/cs/messages.po +++ b/view/cs/messages.po diff --git a/view/cs/passchanged_eml.tpl b/view/cs/passchanged_eml.tpl index 5447d2e80..5447d2e80 100755..100644 --- a/view/cs/passchanged_eml.tpl +++ b/view/cs/passchanged_eml.tpl diff --git a/view/cs/register_open_eml.tpl b/view/cs/register_open_eml.tpl index f8e42678b..f8e42678b 100755..100644 --- a/view/cs/register_open_eml.tpl +++ b/view/cs/register_open_eml.tpl diff --git a/view/cs/register_verify_eml.tpl b/view/cs/register_verify_eml.tpl index 4b34c6b6d..4b34c6b6d 100755..100644 --- a/view/cs/register_verify_eml.tpl +++ b/view/cs/register_verify_eml.tpl diff --git a/view/cs/request_notify_eml.tpl b/view/cs/request_notify_eml.tpl index 74010c79c..74010c79c 100755..100644 --- a/view/cs/request_notify_eml.tpl +++ b/view/cs/request_notify_eml.tpl diff --git a/view/cs/strings.php b/view/cs/strings.php index 0c7d0d7bd..0c7d0d7bd 100755..100644 --- a/view/cs/strings.php +++ b/view/cs/strings.php diff --git a/view/cs/wall_received_eml.tpl b/view/cs/wall_received_eml.tpl index 9fb27ddd8..9fb27ddd8 100755..100644 --- a/view/cs/wall_received_eml.tpl +++ b/view/cs/wall_received_eml.tpl diff --git a/view/cs/wall_received_html_body_eml.tpl b/view/cs/wall_received_html_body_eml.tpl index 893eec20c..893eec20c 100755..100644 --- a/view/cs/wall_received_html_body_eml.tpl +++ b/view/cs/wall_received_html_body_eml.tpl diff --git a/view/cs/wall_received_text_body_eml.tpl b/view/cs/wall_received_text_body_eml.tpl index 088f7f9db..088f7f9db 100755..100644 --- a/view/cs/wall_received_text_body_eml.tpl +++ b/view/cs/wall_received_text_body_eml.tpl diff --git a/view/custom_tinymce.css b/view/custom_tinymce.css index 7932653b6..7932653b6 100755..100644 --- a/view/custom_tinymce.css +++ b/view/custom_tinymce.css diff --git a/view/de/cmnt_received_eml.tpl b/view/de/cmnt_received_eml.tpl index 500c93eb4..500c93eb4 100755..100644 --- a/view/de/cmnt_received_eml.tpl +++ b/view/de/cmnt_received_eml.tpl diff --git a/view/de/cmnt_received_html_body_eml.tpl b/view/de/cmnt_received_html_body_eml.tpl index db7f829bc..db7f829bc 100755..100644 --- a/view/de/cmnt_received_html_body_eml.tpl +++ b/view/de/cmnt_received_html_body_eml.tpl diff --git a/view/de/cmnt_received_text_body_eml.tpl b/view/de/cmnt_received_text_body_eml.tpl index e00a868af..e00a868af 100755..100644 --- a/view/de/cmnt_received_text_body_eml.tpl +++ b/view/de/cmnt_received_text_body_eml.tpl diff --git a/view/de/follow_notify_eml.tpl b/view/de/follow_notify_eml.tpl index d7259a240..d7259a240 100755..100644 --- a/view/de/follow_notify_eml.tpl +++ b/view/de/follow_notify_eml.tpl diff --git a/view/de/friend_complete_eml.tpl b/view/de/friend_complete_eml.tpl index 908d0df40..908d0df40 100755..100644 --- a/view/de/friend_complete_eml.tpl +++ b/view/de/friend_complete_eml.tpl diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 76709ea75..76709ea75 100755..100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl diff --git a/view/de/intro_complete_eml.tpl b/view/de/intro_complete_eml.tpl index ff9b8a379..ff9b8a379 100755..100644 --- a/view/de/intro_complete_eml.tpl +++ b/view/de/intro_complete_eml.tpl diff --git a/view/de/lostpass_eml.tpl b/view/de/lostpass_eml.tpl index 4c06d0c8d..4c06d0c8d 100755..100644 --- a/view/de/lostpass_eml.tpl +++ b/view/de/lostpass_eml.tpl diff --git a/view/de/mail_received_html_body_eml.tpl b/view/de/mail_received_html_body_eml.tpl index 34eea59da..34eea59da 100755..100644 --- a/view/de/mail_received_html_body_eml.tpl +++ b/view/de/mail_received_html_body_eml.tpl diff --git a/view/de/mail_received_text_body_eml.tpl b/view/de/mail_received_text_body_eml.tpl index f5c90cfed..f5c90cfed 100755..100644 --- a/view/de/mail_received_text_body_eml.tpl +++ b/view/de/mail_received_text_body_eml.tpl diff --git a/view/de/passchanged_eml.tpl b/view/de/passchanged_eml.tpl index d5e8d9048..d5e8d9048 100755..100644 --- a/view/de/passchanged_eml.tpl +++ b/view/de/passchanged_eml.tpl diff --git a/view/de/register_open_eml.tpl b/view/de/register_open_eml.tpl index d27c3c743..d27c3c743 100755..100644 --- a/view/de/register_open_eml.tpl +++ b/view/de/register_open_eml.tpl diff --git a/view/de/register_verify_eml.tpl b/view/de/register_verify_eml.tpl index 7ae432d61..7ae432d61 100755..100644 --- a/view/de/register_verify_eml.tpl +++ b/view/de/register_verify_eml.tpl diff --git a/view/de/request_notify_eml.tpl b/view/de/request_notify_eml.tpl index 55fa98e96..55fa98e96 100755..100644 --- a/view/de/request_notify_eml.tpl +++ b/view/de/request_notify_eml.tpl diff --git a/view/de/strings.php b/view/de/strings.php index c9cd91138..c9cd91138 100755..100644 --- a/view/de/strings.php +++ b/view/de/strings.php diff --git a/view/de/wall_received_eml.tpl b/view/de/wall_received_eml.tpl index b0ca45b24..b0ca45b24 100755..100644 --- a/view/de/wall_received_eml.tpl +++ b/view/de/wall_received_eml.tpl diff --git a/view/de/wall_received_html_body_eml.tpl b/view/de/wall_received_html_body_eml.tpl index 407e4fdce..407e4fdce 100755..100644 --- a/view/de/wall_received_html_body_eml.tpl +++ b/view/de/wall_received_html_body_eml.tpl diff --git a/view/de/wall_received_text_body_eml.tpl b/view/de/wall_received_text_body_eml.tpl index c627b0c7e..c627b0c7e 100755..100644 --- a/view/de/wall_received_text_body_eml.tpl +++ b/view/de/wall_received_text_body_eml.tpl diff --git a/view/default.php b/view/default.php index 61f5f6863..61f5f6863 100755..100644 --- a/view/default.php +++ b/view/default.php diff --git a/view/dfrn_req_confirm.tpl b/view/dfrn_req_confirm.tpl index 58e9233aa..58e9233aa 100755..100644 --- a/view/dfrn_req_confirm.tpl +++ b/view/dfrn_req_confirm.tpl diff --git a/view/dfrn_request.tpl b/view/dfrn_request.tpl index d8aa8b181..d8aa8b181 100755..100644 --- a/view/dfrn_request.tpl +++ b/view/dfrn_request.tpl diff --git a/view/diasp_dec_hdr.tpl b/view/diasp_dec_hdr.tpl index e87c61888..e87c61888 100755..100644 --- a/view/diasp_dec_hdr.tpl +++ b/view/diasp_dec_hdr.tpl diff --git a/view/diaspora_comment.tpl b/view/diaspora_comment.tpl index 6ef4ab664..6ef4ab664 100755..100644 --- a/view/diaspora_comment.tpl +++ b/view/diaspora_comment.tpl diff --git a/view/diaspora_comment_relay.tpl b/view/diaspora_comment_relay.tpl index e82de1171..e82de1171 100755..100644 --- a/view/diaspora_comment_relay.tpl +++ b/view/diaspora_comment_relay.tpl diff --git a/view/diaspora_conversation.tpl b/view/diaspora_conversation.tpl index 12807ba59..12807ba59 100755..100644 --- a/view/diaspora_conversation.tpl +++ b/view/diaspora_conversation.tpl diff --git a/view/diaspora_like.tpl b/view/diaspora_like.tpl index a777aeebe..a777aeebe 100755..100644 --- a/view/diaspora_like.tpl +++ b/view/diaspora_like.tpl diff --git a/view/diaspora_like_relay.tpl b/view/diaspora_like_relay.tpl index 65559b05b..65559b05b 100755..100644 --- a/view/diaspora_like_relay.tpl +++ b/view/diaspora_like_relay.tpl diff --git a/view/diaspora_message.tpl b/view/diaspora_message.tpl index 667b8d53f..667b8d53f 100755..100644 --- a/view/diaspora_message.tpl +++ b/view/diaspora_message.tpl diff --git a/view/diaspora_photo.tpl b/view/diaspora_photo.tpl index 75ca7f15c..75ca7f15c 100755..100644 --- a/view/diaspora_photo.tpl +++ b/view/diaspora_photo.tpl diff --git a/view/diaspora_post.tpl b/view/diaspora_post.tpl index 1ba3ebb1f..1ba3ebb1f 100755..100644 --- a/view/diaspora_post.tpl +++ b/view/diaspora_post.tpl diff --git a/view/diaspora_profile.tpl b/view/diaspora_profile.tpl index e5c3d3cad..e5c3d3cad 100755..100644 --- a/view/diaspora_profile.tpl +++ b/view/diaspora_profile.tpl diff --git a/view/diaspora_retract.tpl b/view/diaspora_retract.tpl index 6d5b6e22b..6d5b6e22b 100755..100644 --- a/view/diaspora_retract.tpl +++ b/view/diaspora_retract.tpl diff --git a/view/diaspora_share.tpl b/view/diaspora_share.tpl index c16341b1e..c16341b1e 100755..100644 --- a/view/diaspora_share.tpl +++ b/view/diaspora_share.tpl diff --git a/view/diaspora_signed_retract.tpl b/view/diaspora_signed_retract.tpl index 22120e287..22120e287 100755..100644 --- a/view/diaspora_signed_retract.tpl +++ b/view/diaspora_signed_retract.tpl diff --git a/view/diaspora_vcard.tpl b/view/diaspora_vcard.tpl index de3981a94..de3981a94 100755..100644 --- a/view/diaspora_vcard.tpl +++ b/view/diaspora_vcard.tpl diff --git a/view/directory_header.tpl b/view/directory_header.tpl index 1f03540f2..1f03540f2 100755..100644 --- a/view/directory_header.tpl +++ b/view/directory_header.tpl diff --git a/view/directory_item.tpl b/view/directory_item.tpl index b45da4465..b45da4465 100755..100644 --- a/view/directory_item.tpl +++ b/view/directory_item.tpl diff --git a/view/email_notify_html.tpl b/view/email_notify_html.tpl index 43f72f15c..43f72f15c 100755..100644 --- a/view/email_notify_html.tpl +++ b/view/email_notify_html.tpl diff --git a/view/email_notify_text.tpl b/view/email_notify_text.tpl index 018bb6078..018bb6078 100755..100644 --- a/view/email_notify_text.tpl +++ b/view/email_notify_text.tpl diff --git a/view/en/follow_notify_eml.tpl b/view/en/follow_notify_eml.tpl index ae758c9a8..ae758c9a8 100755..100644 --- a/view/en/follow_notify_eml.tpl +++ b/view/en/follow_notify_eml.tpl diff --git a/view/en/friend_complete_eml.tpl b/view/en/friend_complete_eml.tpl index ab12fcb6b..ab12fcb6b 100755..100644 --- a/view/en/friend_complete_eml.tpl +++ b/view/en/friend_complete_eml.tpl diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 9e39eeb59..9e39eeb59 100755..100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl diff --git a/view/en/intro_complete_eml.tpl b/view/en/intro_complete_eml.tpl index a60745ec5..a60745ec5 100755..100644 --- a/view/en/intro_complete_eml.tpl +++ b/view/en/intro_complete_eml.tpl diff --git a/view/en/lostpass_eml.tpl b/view/en/lostpass_eml.tpl index c350236a4..c350236a4 100755..100644 --- a/view/en/lostpass_eml.tpl +++ b/view/en/lostpass_eml.tpl diff --git a/view/en/passchanged_eml.tpl b/view/en/passchanged_eml.tpl index 9692159e1..9692159e1 100755..100644 --- a/view/en/passchanged_eml.tpl +++ b/view/en/passchanged_eml.tpl diff --git a/view/en/register_open_eml.tpl b/view/en/register_open_eml.tpl index 221e6ec74..221e6ec74 100755..100644 --- a/view/en/register_open_eml.tpl +++ b/view/en/register_open_eml.tpl diff --git a/view/en/register_verify_eml.tpl b/view/en/register_verify_eml.tpl index 60c38d800..60c38d800 100755..100644 --- a/view/en/register_verify_eml.tpl +++ b/view/en/register_verify_eml.tpl diff --git a/view/en/request_notify_eml.tpl b/view/en/request_notify_eml.tpl index 9eef7a61e..9eef7a61e 100755..100644 --- a/view/en/request_notify_eml.tpl +++ b/view/en/request_notify_eml.tpl diff --git a/view/es/cmnt_received_eml.tpl b/view/es/cmnt_received_eml.tpl index abf2d95df..abf2d95df 100755..100644 --- a/view/es/cmnt_received_eml.tpl +++ b/view/es/cmnt_received_eml.tpl diff --git a/view/es/follow_notify_eml.tpl b/view/es/follow_notify_eml.tpl index 17bd2c01c..17bd2c01c 100755..100644 --- a/view/es/follow_notify_eml.tpl +++ b/view/es/follow_notify_eml.tpl diff --git a/view/es/friend_complete_eml.tpl b/view/es/friend_complete_eml.tpl index 0dc867efd..0dc867efd 100755..100644 --- a/view/es/friend_complete_eml.tpl +++ b/view/es/friend_complete_eml.tpl diff --git a/view/es/htconfig.tpl b/view/es/htconfig.tpl index 6158f6a33..6158f6a33 100755..100644 --- a/view/es/htconfig.tpl +++ b/view/es/htconfig.tpl diff --git a/view/es/intro_complete_eml.tpl b/view/es/intro_complete_eml.tpl index a2964808c..a2964808c 100755..100644 --- a/view/es/intro_complete_eml.tpl +++ b/view/es/intro_complete_eml.tpl diff --git a/view/es/lostpass_eml.tpl b/view/es/lostpass_eml.tpl index 607744bfe..607744bfe 100755..100644 --- a/view/es/lostpass_eml.tpl +++ b/view/es/lostpass_eml.tpl diff --git a/view/es/mail_received_html_body_eml.tpl b/view/es/mail_received_html_body_eml.tpl index 5086ec246..5086ec246 100755..100644 --- a/view/es/mail_received_html_body_eml.tpl +++ b/view/es/mail_received_html_body_eml.tpl diff --git a/view/es/mail_received_text_body_eml.tpl b/view/es/mail_received_text_body_eml.tpl index 8400b9d01..8400b9d01 100755..100644 --- a/view/es/mail_received_text_body_eml.tpl +++ b/view/es/mail_received_text_body_eml.tpl diff --git a/view/es/messages.po b/view/es/messages.po index d3f8557e9..d3f8557e9 100755..100644 --- a/view/es/messages.po +++ b/view/es/messages.po diff --git a/view/es/passchanged_eml.tpl b/view/es/passchanged_eml.tpl index 7959846b7..7959846b7 100755..100644 --- a/view/es/passchanged_eml.tpl +++ b/view/es/passchanged_eml.tpl diff --git a/view/es/register_open_eml.tpl b/view/es/register_open_eml.tpl index 7c7a90b40..7c7a90b40 100755..100644 --- a/view/es/register_open_eml.tpl +++ b/view/es/register_open_eml.tpl diff --git a/view/es/register_verify_eml.tpl b/view/es/register_verify_eml.tpl index 9f2cc4d9b..9f2cc4d9b 100755..100644 --- a/view/es/register_verify_eml.tpl +++ b/view/es/register_verify_eml.tpl diff --git a/view/es/request_notify_eml.tpl b/view/es/request_notify_eml.tpl index 6161c45c1..6161c45c1 100755..100644 --- a/view/es/request_notify_eml.tpl +++ b/view/es/request_notify_eml.tpl diff --git a/view/es/strings.php b/view/es/strings.php index ac53a45a9..ac53a45a9 100755..100644 --- a/view/es/strings.php +++ b/view/es/strings.php diff --git a/view/es/wall_received_eml.tpl b/view/es/wall_received_eml.tpl index 4cd253c72..4cd253c72 100755..100644 --- a/view/es/wall_received_eml.tpl +++ b/view/es/wall_received_eml.tpl diff --git a/view/event_form.tpl b/view/event_form.tpl index 7d5f8cf4a..7d5f8cf4a 100755..100644 --- a/view/event_form.tpl +++ b/view/event_form.tpl diff --git a/view/event_head.tpl b/view/event_head.tpl index 97201e722..97201e722 100755..100644 --- a/view/event_head.tpl +++ b/view/event_head.tpl diff --git a/view/fake_feed.tpl b/view/fake_feed.tpl index c37071cf4..c37071cf4 100755..100644 --- a/view/fake_feed.tpl +++ b/view/fake_feed.tpl diff --git a/view/field.tpl b/view/field.tpl index 35f5afd39..35f5afd39 100755..100644 --- a/view/field.tpl +++ b/view/field.tpl diff --git a/view/field_checkbox.tpl b/view/field_checkbox.tpl index 725df4cdf..725df4cdf 100755..100644 --- a/view/field_checkbox.tpl +++ b/view/field_checkbox.tpl diff --git a/view/field_custom.tpl b/view/field_custom.tpl index be15d3f60..be15d3f60 100755..100644 --- a/view/field_custom.tpl +++ b/view/field_custom.tpl diff --git a/view/field_input.tpl b/view/field_input.tpl index 748d93f3e..748d93f3e 100755..100644 --- a/view/field_input.tpl +++ b/view/field_input.tpl diff --git a/view/field_intcheckbox.tpl b/view/field_intcheckbox.tpl index 47a513a55..47a513a55 100755..100644 --- a/view/field_intcheckbox.tpl +++ b/view/field_intcheckbox.tpl diff --git a/view/field_openid.tpl b/view/field_openid.tpl index acd93ff62..acd93ff62 100755..100644 --- a/view/field_openid.tpl +++ b/view/field_openid.tpl diff --git a/view/field_password.tpl b/view/field_password.tpl index e604b7f5d..e604b7f5d 100755..100644 --- a/view/field_password.tpl +++ b/view/field_password.tpl diff --git a/view/field_radio.tpl b/view/field_radio.tpl index a915e8eb3..a915e8eb3 100755..100644 --- a/view/field_radio.tpl +++ b/view/field_radio.tpl diff --git a/view/field_richtext.tpl b/view/field_richtext.tpl index c124ee000..c124ee000 100755..100644 --- a/view/field_richtext.tpl +++ b/view/field_richtext.tpl diff --git a/view/field_select.tpl b/view/field_select.tpl index d79eb48e0..d79eb48e0 100755..100644 --- a/view/field_select.tpl +++ b/view/field_select.tpl diff --git a/view/field_select_raw.tpl b/view/field_select_raw.tpl index 765b285d9..765b285d9 100755..100644 --- a/view/field_select_raw.tpl +++ b/view/field_select_raw.tpl diff --git a/view/field_textarea.tpl b/view/field_textarea.tpl index 2425cdd3b..2425cdd3b 100755..100644 --- a/view/field_textarea.tpl +++ b/view/field_textarea.tpl diff --git a/view/field_themeselect.tpl b/view/field_themeselect.tpl index f9f99492c..f9f99492c 100755..100644 --- a/view/field_themeselect.tpl +++ b/view/field_themeselect.tpl diff --git a/view/field_yesno.tpl b/view/field_yesno.tpl index 5d4a775c2..5d4a775c2 100755..100644 --- a/view/field_yesno.tpl +++ b/view/field_yesno.tpl diff --git a/view/fileas_widget.tpl b/view/fileas_widget.tpl index 54fba7435..54fba7435 100755..100644 --- a/view/fileas_widget.tpl +++ b/view/fileas_widget.tpl diff --git a/view/follow.tpl b/view/follow.tpl index 259e74a93..259e74a93 100755..100644 --- a/view/follow.tpl +++ b/view/follow.tpl diff --git a/view/follow_slap.tpl b/view/follow_slap.tpl index 0d0889f7d..0d0889f7d 100755..100644 --- a/view/follow_slap.tpl +++ b/view/follow_slap.tpl diff --git a/view/fr/cmnt_received_eml.tpl b/view/fr/cmnt_received_eml.tpl index ee98d98de..ee98d98de 100755..100644 --- a/view/fr/cmnt_received_eml.tpl +++ b/view/fr/cmnt_received_eml.tpl diff --git a/view/fr/cmnt_received_html_body_eml.tpl b/view/fr/cmnt_received_html_body_eml.tpl index 1d904c53c..1d904c53c 100755..100644 --- a/view/fr/cmnt_received_html_body_eml.tpl +++ b/view/fr/cmnt_received_html_body_eml.tpl diff --git a/view/fr/cmnt_received_text_body_eml.tpl b/view/fr/cmnt_received_text_body_eml.tpl index d46632138..d46632138 100755..100644 --- a/view/fr/cmnt_received_text_body_eml.tpl +++ b/view/fr/cmnt_received_text_body_eml.tpl diff --git a/view/fr/follow_notify_eml.tpl b/view/fr/follow_notify_eml.tpl index c77a3e427..c77a3e427 100755..100644 --- a/view/fr/follow_notify_eml.tpl +++ b/view/fr/follow_notify_eml.tpl diff --git a/view/fr/friend_complete_eml.tpl b/view/fr/friend_complete_eml.tpl index 9b9c551fe..9b9c551fe 100755..100644 --- a/view/fr/friend_complete_eml.tpl +++ b/view/fr/friend_complete_eml.tpl diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 76709ea75..76709ea75 100755..100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl diff --git a/view/fr/intro_complete_eml.tpl b/view/fr/intro_complete_eml.tpl index b8a7a3457..b8a7a3457 100755..100644 --- a/view/fr/intro_complete_eml.tpl +++ b/view/fr/intro_complete_eml.tpl diff --git a/view/fr/lostpass_eml.tpl b/view/fr/lostpass_eml.tpl index 168e9a5e2..168e9a5e2 100755..100644 --- a/view/fr/lostpass_eml.tpl +++ b/view/fr/lostpass_eml.tpl diff --git a/view/fr/mail_received_html_body_eml.tpl b/view/fr/mail_received_html_body_eml.tpl index 55e8b8a73..55e8b8a73 100755..100644 --- a/view/fr/mail_received_html_body_eml.tpl +++ b/view/fr/mail_received_html_body_eml.tpl diff --git a/view/fr/mail_received_text_body_eml.tpl b/view/fr/mail_received_text_body_eml.tpl index c877344e0..c877344e0 100755..100644 --- a/view/fr/mail_received_text_body_eml.tpl +++ b/view/fr/mail_received_text_body_eml.tpl diff --git a/view/fr/messages.po b/view/fr/messages.po index 345405760..345405760 100755..100644 --- a/view/fr/messages.po +++ b/view/fr/messages.po diff --git a/view/fr/passchanged_eml.tpl b/view/fr/passchanged_eml.tpl index c1881b13e..c1881b13e 100755..100644 --- a/view/fr/passchanged_eml.tpl +++ b/view/fr/passchanged_eml.tpl diff --git a/view/fr/register_open_eml.tpl b/view/fr/register_open_eml.tpl index d61a5996d..d61a5996d 100755..100644 --- a/view/fr/register_open_eml.tpl +++ b/view/fr/register_open_eml.tpl diff --git a/view/fr/register_verify_eml.tpl b/view/fr/register_verify_eml.tpl index 54362ce18..54362ce18 100755..100644 --- a/view/fr/register_verify_eml.tpl +++ b/view/fr/register_verify_eml.tpl diff --git a/view/fr/request_notify_eml.tpl b/view/fr/request_notify_eml.tpl index afbb2ab7e..afbb2ab7e 100755..100644 --- a/view/fr/request_notify_eml.tpl +++ b/view/fr/request_notify_eml.tpl diff --git a/view/fr/strings.php b/view/fr/strings.php index dda24d3be..dda24d3be 100755..100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php diff --git a/view/fr/wall_received_eml.tpl b/view/fr/wall_received_eml.tpl index adfb91dd8..adfb91dd8 100755..100644 --- a/view/fr/wall_received_eml.tpl +++ b/view/fr/wall_received_eml.tpl diff --git a/view/group_drop.tpl b/view/group_drop.tpl index 2cbebbb8e..2cbebbb8e 100755..100644 --- a/view/group_drop.tpl +++ b/view/group_drop.tpl diff --git a/view/group_edit.tpl b/view/group_edit.tpl index 2fa2b1a55..2fa2b1a55 100755..100644 --- a/view/group_edit.tpl +++ b/view/group_edit.tpl diff --git a/view/group_side.tpl b/view/group_side.tpl index 0353b1d2c..0353b1d2c 100755..100644 --- a/view/group_side.tpl +++ b/view/group_side.tpl diff --git a/view/head.tpl b/view/head.tpl index cd6f5ca97..cd6f5ca97 100755..100644 --- a/view/head.tpl +++ b/view/head.tpl diff --git a/view/hide_comments.tpl b/view/hide_comments.tpl index 55ee9dd7b..55ee9dd7b 100755..100644 --- a/view/hide_comments.tpl +++ b/view/hide_comments.tpl diff --git a/view/install.tpl b/view/install.tpl index b3a5f46ff..b3a5f46ff 100755..100644 --- a/view/install.tpl +++ b/view/install.tpl diff --git a/view/install_checks.tpl b/view/install_checks.tpl index a1a75ade6..a1a75ade6 100755..100644 --- a/view/install_checks.tpl +++ b/view/install_checks.tpl diff --git a/view/install_db.tpl b/view/install_db.tpl index 1302b5a70..1302b5a70 100755..100644 --- a/view/install_db.tpl +++ b/view/install_db.tpl diff --git a/view/install_settings.tpl b/view/install_settings.tpl index 05b87f904..05b87f904 100755..100644 --- a/view/install_settings.tpl +++ b/view/install_settings.tpl diff --git a/view/intros.tpl b/view/intros.tpl index e7fd53ca4..e7fd53ca4 100755..100644 --- a/view/intros.tpl +++ b/view/intros.tpl diff --git a/view/invite.tpl b/view/invite.tpl index 01a45c774..01a45c774 100755..100644 --- a/view/invite.tpl +++ b/view/invite.tpl diff --git a/view/it/cmnt_received_eml.tpl b/view/it/cmnt_received_eml.tpl index 1991d29ae..1991d29ae 100755..100644 --- a/view/it/cmnt_received_eml.tpl +++ b/view/it/cmnt_received_eml.tpl diff --git a/view/it/cmnt_received_html_body_eml.tpl b/view/it/cmnt_received_html_body_eml.tpl index 5f2edb84b..5f2edb84b 100755..100644 --- a/view/it/cmnt_received_html_body_eml.tpl +++ b/view/it/cmnt_received_html_body_eml.tpl diff --git a/view/it/cmnt_received_text_body_eml.tpl b/view/it/cmnt_received_text_body_eml.tpl index 1991d29ae..1991d29ae 100755..100644 --- a/view/it/cmnt_received_text_body_eml.tpl +++ b/view/it/cmnt_received_text_body_eml.tpl diff --git a/view/it/follow_notify_eml.tpl b/view/it/follow_notify_eml.tpl index 635dbbc29..635dbbc29 100755..100644 --- a/view/it/follow_notify_eml.tpl +++ b/view/it/follow_notify_eml.tpl diff --git a/view/it/friend_complete_eml.tpl b/view/it/friend_complete_eml.tpl index 67ad67b05..67ad67b05 100755..100644 --- a/view/it/friend_complete_eml.tpl +++ b/view/it/friend_complete_eml.tpl diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index 6158f6a33..6158f6a33 100755..100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl diff --git a/view/it/intro_complete_eml.tpl b/view/it/intro_complete_eml.tpl index 9da946a56..9da946a56 100755..100644 --- a/view/it/intro_complete_eml.tpl +++ b/view/it/intro_complete_eml.tpl diff --git a/view/it/lostpass_eml.tpl b/view/it/lostpass_eml.tpl index 7349717ea..7349717ea 100755..100644 --- a/view/it/lostpass_eml.tpl +++ b/view/it/lostpass_eml.tpl diff --git a/view/it/mail_received_html_body_eml.tpl b/view/it/mail_received_html_body_eml.tpl index 847954550..847954550 100755..100644 --- a/view/it/mail_received_html_body_eml.tpl +++ b/view/it/mail_received_html_body_eml.tpl diff --git a/view/it/mail_received_text_body_eml.tpl b/view/it/mail_received_text_body_eml.tpl index c7da9533f..c7da9533f 100755..100644 --- a/view/it/mail_received_text_body_eml.tpl +++ b/view/it/mail_received_text_body_eml.tpl diff --git a/view/it/messages.po b/view/it/messages.po index e0375764f..e0375764f 100755..100644 --- a/view/it/messages.po +++ b/view/it/messages.po diff --git a/view/it/passchanged_eml.tpl b/view/it/passchanged_eml.tpl index 290e4db94..290e4db94 100755..100644 --- a/view/it/passchanged_eml.tpl +++ b/view/it/passchanged_eml.tpl diff --git a/view/it/register_open_eml.tpl b/view/it/register_open_eml.tpl index e5f5af80c..e5f5af80c 100755..100644 --- a/view/it/register_open_eml.tpl +++ b/view/it/register_open_eml.tpl diff --git a/view/it/register_verify_eml.tpl b/view/it/register_verify_eml.tpl index f1a34dbf4..f1a34dbf4 100755..100644 --- a/view/it/register_verify_eml.tpl +++ b/view/it/register_verify_eml.tpl diff --git a/view/it/request_notify_eml.tpl b/view/it/request_notify_eml.tpl index 50532cbd4..50532cbd4 100755..100644 --- a/view/it/request_notify_eml.tpl +++ b/view/it/request_notify_eml.tpl diff --git a/view/it/strings.php b/view/it/strings.php index 5fd187f7a..5fd187f7a 100755..100644 --- a/view/it/strings.php +++ b/view/it/strings.php diff --git a/view/it/wall_received_eml.tpl b/view/it/wall_received_eml.tpl index ba9e25901..ba9e25901 100755..100644 --- a/view/it/wall_received_eml.tpl +++ b/view/it/wall_received_eml.tpl diff --git a/view/it/wall_received_html_body_eml.tpl b/view/it/wall_received_html_body_eml.tpl index cdc05cfa3..cdc05cfa3 100755..100644 --- a/view/it/wall_received_html_body_eml.tpl +++ b/view/it/wall_received_html_body_eml.tpl diff --git a/view/it/wall_received_text_body_eml.tpl b/view/it/wall_received_text_body_eml.tpl index 327557ea1..327557ea1 100755..100644 --- a/view/it/wall_received_text_body_eml.tpl +++ b/view/it/wall_received_text_body_eml.tpl diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 67e5eb681..67e5eb681 100755..100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl diff --git a/view/jot.tpl b/view/jot.tpl index 91de628ac..91de628ac 100755..100644 --- a/view/jot.tpl +++ b/view/jot.tpl diff --git a/view/jot_geotag.tpl b/view/jot_geotag.tpl index b0f71e73b..b0f71e73b 100755..100644 --- a/view/jot_geotag.tpl +++ b/view/jot_geotag.tpl diff --git a/view/like_noshare.tpl b/view/like_noshare.tpl index 2651ea1f8..2651ea1f8 100755..100644 --- a/view/like_noshare.tpl +++ b/view/like_noshare.tpl diff --git a/view/login.tpl b/view/login.tpl index 4cbbb1624..4cbbb1624 100755..100644 --- a/view/login.tpl +++ b/view/login.tpl diff --git a/view/logout.tpl b/view/logout.tpl index efc971df8..efc971df8 100755..100644 --- a/view/logout.tpl +++ b/view/logout.tpl diff --git a/view/lostpass.tpl b/view/lostpass.tpl index cd3644157..cd3644157 100755..100644 --- a/view/lostpass.tpl +++ b/view/lostpass.tpl diff --git a/view/magicsig.tpl b/view/magicsig.tpl index 75f9bc475..75f9bc475 100755..100644 --- a/view/magicsig.tpl +++ b/view/magicsig.tpl diff --git a/view/mail_conv.tpl b/view/mail_conv.tpl index 75a4506f6..75a4506f6 100755..100644 --- a/view/mail_conv.tpl +++ b/view/mail_conv.tpl diff --git a/view/mail_head.tpl b/view/mail_head.tpl index afb65f537..afb65f537 100755..100644 --- a/view/mail_head.tpl +++ b/view/mail_head.tpl diff --git a/view/match.tpl b/view/match.tpl index 5f2fc7a30..5f2fc7a30 100755..100644 --- a/view/match.tpl +++ b/view/match.tpl diff --git a/view/minimal.php b/view/minimal.php index a8c693985..a8c693985 100755..100644 --- a/view/minimal.php +++ b/view/minimal.php diff --git a/view/msg-header.tpl b/view/msg-header.tpl index 2d1ea7a61..2d1ea7a61 100755..100644 --- a/view/msg-header.tpl +++ b/view/msg-header.tpl diff --git a/view/nav.tpl b/view/nav.tpl index 4675c3e5c..4675c3e5c 100755..100644 --- a/view/nav.tpl +++ b/view/nav.tpl diff --git a/view/netfriend.tpl b/view/netfriend.tpl index c2a92ce9e..c2a92ce9e 100755..100644 --- a/view/netfriend.tpl +++ b/view/netfriend.tpl diff --git a/view/nets.tpl b/view/nets.tpl index b0cb8890c..b0cb8890c 100755..100644 --- a/view/nets.tpl +++ b/view/nets.tpl diff --git a/view/notifications.tpl b/view/notifications.tpl index 1a13b68b9..1a13b68b9 100755..100644 --- a/view/notifications.tpl +++ b/view/notifications.tpl diff --git a/view/notifications_comments_item.tpl b/view/notifications_comments_item.tpl index 73cc9f948..73cc9f948 100755..100644 --- a/view/notifications_comments_item.tpl +++ b/view/notifications_comments_item.tpl diff --git a/view/notifications_dislikes_item.tpl b/view/notifications_dislikes_item.tpl index 73cc9f948..73cc9f948 100755..100644 --- a/view/notifications_dislikes_item.tpl +++ b/view/notifications_dislikes_item.tpl diff --git a/view/notifications_friends_item.tpl b/view/notifications_friends_item.tpl index 73cc9f948..73cc9f948 100755..100644 --- a/view/notifications_friends_item.tpl +++ b/view/notifications_friends_item.tpl diff --git a/view/notifications_likes_item.tpl b/view/notifications_likes_item.tpl index 389144d9b..389144d9b 100755..100644 --- a/view/notifications_likes_item.tpl +++ b/view/notifications_likes_item.tpl diff --git a/view/notifications_network_item.tpl b/view/notifications_network_item.tpl index bd86548fc..bd86548fc 100755..100644 --- a/view/notifications_network_item.tpl +++ b/view/notifications_network_item.tpl diff --git a/view/notifications_posts_item.tpl b/view/notifications_posts_item.tpl index 73cc9f948..73cc9f948 100755..100644 --- a/view/notifications_posts_item.tpl +++ b/view/notifications_posts_item.tpl diff --git a/view/notify.tpl b/view/notify.tpl index 73cc9f948..73cc9f948 100755..100644 --- a/view/notify.tpl +++ b/view/notify.tpl diff --git a/view/oauth_authorize.tpl b/view/oauth_authorize.tpl index 31f02ac50..31f02ac50 100755..100644 --- a/view/oauth_authorize.tpl +++ b/view/oauth_authorize.tpl diff --git a/view/oauth_authorize_done.tpl b/view/oauth_authorize_done.tpl index 51eaea248..51eaea248 100755..100644 --- a/view/oauth_authorize_done.tpl +++ b/view/oauth_authorize_done.tpl diff --git a/view/oembed_video.tpl b/view/oembed_video.tpl index 5824d8d4e..5824d8d4e 100755..100644 --- a/view/oembed_video.tpl +++ b/view/oembed_video.tpl diff --git a/view/oexchange_xrd.tpl b/view/oexchange_xrd.tpl index c7e6df498..c7e6df498 100755..100644 --- a/view/oexchange_xrd.tpl +++ b/view/oexchange_xrd.tpl diff --git a/view/opensearch.tpl b/view/opensearch.tpl index 374fcaac9..374fcaac9 100755..100644 --- a/view/opensearch.tpl +++ b/view/opensearch.tpl diff --git a/view/pagetypes.tpl b/view/pagetypes.tpl index d9f873ea0..d9f873ea0 100755..100644 --- a/view/pagetypes.tpl +++ b/view/pagetypes.tpl diff --git a/view/peoplefind.tpl b/view/peoplefind.tpl index eeae2a29a..eeae2a29a 100755..100644 --- a/view/peoplefind.tpl +++ b/view/peoplefind.tpl diff --git a/view/photo_album.tpl b/view/photo_album.tpl index 3ab9fe723..3ab9fe723 100755..100644 --- a/view/photo_album.tpl +++ b/view/photo_album.tpl diff --git a/view/photo_drop.tpl b/view/photo_drop.tpl index b4ea62b45..b4ea62b45 100755..100644 --- a/view/photo_drop.tpl +++ b/view/photo_drop.tpl diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index 9950cc4ac..9950cc4ac 100755..100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl diff --git a/view/photo_item.tpl b/view/photo_item.tpl index 22884e848..22884e848 100755..100644 --- a/view/photo_item.tpl +++ b/view/photo_item.tpl diff --git a/view/photo_top.tpl b/view/photo_top.tpl index 04a054b52..04a054b52 100755..100644 --- a/view/photo_top.tpl +++ b/view/photo_top.tpl diff --git a/view/photo_view.tpl b/view/photo_view.tpl index 732caf690..732caf690 100755..100644 --- a/view/photo_view.tpl +++ b/view/photo_view.tpl diff --git a/view/photos_recent.tpl b/view/photos_recent.tpl index b8cb924b7..b8cb924b7 100755..100644 --- a/view/photos_recent.tpl +++ b/view/photos_recent.tpl diff --git a/view/photos_upload.tpl b/view/photos_upload.tpl index 318a92427..318a92427 100755..100644 --- a/view/photos_upload.tpl +++ b/view/photos_upload.tpl diff --git a/view/poco_entry_xml.tpl b/view/poco_entry_xml.tpl index 4d84cee41..4d84cee41 100755..100644 --- a/view/poco_entry_xml.tpl +++ b/view/poco_entry_xml.tpl diff --git a/view/poco_xml.tpl b/view/poco_xml.tpl index 9549b695d..9549b695d 100755..100644 --- a/view/poco_xml.tpl +++ b/view/poco_xml.tpl diff --git a/view/profed_head.tpl b/view/profed_head.tpl index a3267d591..a3267d591 100755..100644 --- a/view/profed_head.tpl +++ b/view/profed_head.tpl diff --git a/view/profile-hide-friends.tpl b/view/profile-hide-friends.tpl index 9ecacfbe0..9ecacfbe0 100755..100644 --- a/view/profile-hide-friends.tpl +++ b/view/profile-hide-friends.tpl diff --git a/view/profile-hide-wall.tpl b/view/profile-hide-wall.tpl index 10185e243..10185e243 100755..100644 --- a/view/profile-hide-wall.tpl +++ b/view/profile-hide-wall.tpl diff --git a/view/profile-in-directory.tpl b/view/profile-in-directory.tpl index 56b28d37e..56b28d37e 100755..100644 --- a/view/profile-in-directory.tpl +++ b/view/profile-in-directory.tpl diff --git a/view/profile-in-netdir.tpl b/view/profile-in-netdir.tpl index 882ad2d17..882ad2d17 100755..100644 --- a/view/profile-in-netdir.tpl +++ b/view/profile-in-netdir.tpl diff --git a/view/profile_advanced.tpl b/view/profile_advanced.tpl index 470404fc3..470404fc3 100755..100644 --- a/view/profile_advanced.tpl +++ b/view/profile_advanced.tpl diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index e5c7162d0..e5c7162d0 100755..100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl diff --git a/view/profile_edlink.tpl b/view/profile_edlink.tpl index ea787b9f5..ea787b9f5 100755..100644 --- a/view/profile_edlink.tpl +++ b/view/profile_edlink.tpl diff --git a/view/profile_entry.tpl b/view/profile_entry.tpl index 7ff6d685b..7ff6d685b 100755..100644 --- a/view/profile_entry.tpl +++ b/view/profile_entry.tpl diff --git a/view/profile_listing_header.tpl b/view/profile_listing_header.tpl index 61a273792..61a273792 100755..100644 --- a/view/profile_listing_header.tpl +++ b/view/profile_listing_header.tpl diff --git a/view/profile_photo.tpl b/view/profile_photo.tpl index 0b3a1cac1..0b3a1cac1 100755..100644 --- a/view/profile_photo.tpl +++ b/view/profile_photo.tpl diff --git a/view/profile_publish.tpl b/view/profile_publish.tpl index 8fd0bc913..8fd0bc913 100755..100644 --- a/view/profile_publish.tpl +++ b/view/profile_publish.tpl diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index d1e684795..d1e684795 100755..100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl diff --git a/view/prv_message.tpl b/view/prv_message.tpl index 2ce07ce6f..2ce07ce6f 100755..100644 --- a/view/prv_message.tpl +++ b/view/prv_message.tpl diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po index c6aca3dd9..c6aca3dd9 100755..100644 --- a/view/pt-br/messages.po +++ b/view/pt-br/messages.po diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 0cf143db4..0cf143db4 100755..100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php diff --git a/view/pwdreset.tpl b/view/pwdreset.tpl index 497b93396..497b93396 100755..100644 --- a/view/pwdreset.tpl +++ b/view/pwdreset.tpl diff --git a/view/register.tpl b/view/register.tpl index 8ce1d20ac..8ce1d20ac 100755..100644 --- a/view/register.tpl +++ b/view/register.tpl diff --git a/view/removeme.tpl b/view/removeme.tpl index a3ca8d4cf..a3ca8d4cf 100755..100644 --- a/view/removeme.tpl +++ b/view/removeme.tpl diff --git a/view/ru/messages.po b/view/ru/messages.po index 31a830935..31a830935 100755..100644 --- a/view/ru/messages.po +++ b/view/ru/messages.po diff --git a/view/ru/strings.php b/view/ru/strings.php index 4578c37e8..4578c37e8 100755..100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php diff --git a/view/saved_searches_aside.tpl b/view/saved_searches_aside.tpl index e6a0d6278..e6a0d6278 100755..100644 --- a/view/saved_searches_aside.tpl +++ b/view/saved_searches_aside.tpl diff --git a/view/search_item.tpl b/view/search_item.tpl index bfad1b7b7..bfad1b7b7 100755..100644 --- a/view/search_item.tpl +++ b/view/search_item.tpl diff --git a/view/settings.tpl b/view/settings.tpl index 8753474af..8753474af 100755..100644 --- a/view/settings.tpl +++ b/view/settings.tpl diff --git a/view/settings_addons.tpl b/view/settings_addons.tpl index 28fca5362..28fca5362 100755..100644 --- a/view/settings_addons.tpl +++ b/view/settings_addons.tpl diff --git a/view/settings_connectors.tpl b/view/settings_connectors.tpl index 43c0346bb..43c0346bb 100755..100644 --- a/view/settings_connectors.tpl +++ b/view/settings_connectors.tpl diff --git a/view/settings_nick_set.tpl b/view/settings_nick_set.tpl index eb4721d50..eb4721d50 100755..100644 --- a/view/settings_nick_set.tpl +++ b/view/settings_nick_set.tpl diff --git a/view/settings_nick_subdir.tpl b/view/settings_nick_subdir.tpl index 303c24df7..303c24df7 100755..100644 --- a/view/settings_nick_subdir.tpl +++ b/view/settings_nick_subdir.tpl diff --git a/view/settings_oauth.tpl b/view/settings_oauth.tpl index da1398ab9..da1398ab9 100755..100644 --- a/view/settings_oauth.tpl +++ b/view/settings_oauth.tpl diff --git a/view/settings_oauth_edit.tpl b/view/settings_oauth_edit.tpl index d29341386..d29341386 100755..100644 --- a/view/settings_oauth_edit.tpl +++ b/view/settings_oauth_edit.tpl diff --git a/view/suggest_friends.tpl b/view/suggest_friends.tpl index e97b5e8cc..e97b5e8cc 100755..100644 --- a/view/suggest_friends.tpl +++ b/view/suggest_friends.tpl diff --git a/view/suggestions.tpl b/view/suggestions.tpl index 656336496..656336496 100755..100644 --- a/view/suggestions.tpl +++ b/view/suggestions.tpl diff --git a/view/sv/cmnt_received_eml.tpl b/view/sv/cmnt_received_eml.tpl index d87c7a1d1..d87c7a1d1 100755..100644 --- a/view/sv/cmnt_received_eml.tpl +++ b/view/sv/cmnt_received_eml.tpl diff --git a/view/sv/follow_notify_eml.tpl b/view/sv/follow_notify_eml.tpl index fee08bdca..fee08bdca 100755..100644 --- a/view/sv/follow_notify_eml.tpl +++ b/view/sv/follow_notify_eml.tpl diff --git a/view/sv/friend_complete_eml.tpl b/view/sv/friend_complete_eml.tpl index 2b8b0238e..2b8b0238e 100755..100644 --- a/view/sv/friend_complete_eml.tpl +++ b/view/sv/friend_complete_eml.tpl diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index 76709ea75..76709ea75 100755..100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl diff --git a/view/sv/intro_complete_eml.tpl b/view/sv/intro_complete_eml.tpl index 1f24af25f..1f24af25f 100755..100644 --- a/view/sv/intro_complete_eml.tpl +++ b/view/sv/intro_complete_eml.tpl diff --git a/view/sv/lostpass_eml.tpl b/view/sv/lostpass_eml.tpl index df338fa69..df338fa69 100755..100644 --- a/view/sv/lostpass_eml.tpl +++ b/view/sv/lostpass_eml.tpl diff --git a/view/sv/mail_received_html_body_eml.tpl b/view/sv/mail_received_html_body_eml.tpl index a9a34c23a..a9a34c23a 100755..100644 --- a/view/sv/mail_received_html_body_eml.tpl +++ b/view/sv/mail_received_html_body_eml.tpl diff --git a/view/sv/mail_received_text_body_eml.tpl b/view/sv/mail_received_text_body_eml.tpl index ac2857b58..ac2857b58 100755..100644 --- a/view/sv/mail_received_text_body_eml.tpl +++ b/view/sv/mail_received_text_body_eml.tpl diff --git a/view/sv/passchanged_eml.tpl b/view/sv/passchanged_eml.tpl index 590462468..590462468 100755..100644 --- a/view/sv/passchanged_eml.tpl +++ b/view/sv/passchanged_eml.tpl diff --git a/view/sv/register_open_eml.tpl b/view/sv/register_open_eml.tpl index 1471c9b98..1471c9b98 100755..100644 --- a/view/sv/register_open_eml.tpl +++ b/view/sv/register_open_eml.tpl diff --git a/view/sv/register_verify_eml.tpl b/view/sv/register_verify_eml.tpl index aa72bc9aa..aa72bc9aa 100755..100644 --- a/view/sv/register_verify_eml.tpl +++ b/view/sv/register_verify_eml.tpl diff --git a/view/sv/request_notify_eml.tpl b/view/sv/request_notify_eml.tpl index 893bce17c..893bce17c 100755..100644 --- a/view/sv/request_notify_eml.tpl +++ b/view/sv/request_notify_eml.tpl diff --git a/view/sv/strings.php b/view/sv/strings.php index eb434df66..eb434df66 100755..100644 --- a/view/sv/strings.php +++ b/view/sv/strings.php diff --git a/view/sv/wall_received_eml.tpl b/view/sv/wall_received_eml.tpl index fc450a06d..fc450a06d 100755..100644 --- a/view/sv/wall_received_eml.tpl +++ b/view/sv/wall_received_eml.tpl diff --git a/view/tag_slap.tpl b/view/tag_slap.tpl index 6449df496..6449df496 100755..100644 --- a/view/tag_slap.tpl +++ b/view/tag_slap.tpl diff --git a/view/theme/comix-plain/comment_item.tpl b/view/theme/comix-plain/comment_item.tpl index 9c3facaff..9c3facaff 100755..100644 --- a/view/theme/comix-plain/comment_item.tpl +++ b/view/theme/comix-plain/comment_item.tpl diff --git a/view/theme/comix-plain/search_item.tpl b/view/theme/comix-plain/search_item.tpl index dba289031..dba289031 100755..100644 --- a/view/theme/comix-plain/search_item.tpl +++ b/view/theme/comix-plain/search_item.tpl diff --git a/view/theme/comix-plain/style.css b/view/theme/comix-plain/style.css index 1a89cae7c..1a89cae7c 100755..100644 --- a/view/theme/comix-plain/style.css +++ b/view/theme/comix-plain/style.css diff --git a/view/theme/comix-plain/theme.php b/view/theme/comix-plain/theme.php index be3180dc9..be3180dc9 100755..100644 --- a/view/theme/comix-plain/theme.php +++ b/view/theme/comix-plain/theme.php diff --git a/view/theme/comix-plain/wall_item.tpl b/view/theme/comix-plain/wall_item.tpl index dfcd8ca96..dfcd8ca96 100755..100644 --- a/view/theme/comix-plain/wall_item.tpl +++ b/view/theme/comix-plain/wall_item.tpl diff --git a/view/theme/comix-plain/wallwall_item.tpl b/view/theme/comix-plain/wallwall_item.tpl index abd5967b2..abd5967b2 100755..100644 --- a/view/theme/comix-plain/wallwall_item.tpl +++ b/view/theme/comix-plain/wallwall_item.tpl diff --git a/view/theme/comix/comment_item.tpl b/view/theme/comix/comment_item.tpl index 9c3facaff..9c3facaff 100755..100644 --- a/view/theme/comix/comment_item.tpl +++ b/view/theme/comix/comment_item.tpl diff --git a/view/theme/comix/search_item.tpl b/view/theme/comix/search_item.tpl index dba289031..dba289031 100755..100644 --- a/view/theme/comix/search_item.tpl +++ b/view/theme/comix/search_item.tpl diff --git a/view/theme/comix/style.css b/view/theme/comix/style.css index 534e79cf4..534e79cf4 100755..100644 --- a/view/theme/comix/style.css +++ b/view/theme/comix/style.css diff --git a/view/theme/comix/theme.php b/view/theme/comix/theme.php index e2f7f4db3..e2f7f4db3 100755..100644 --- a/view/theme/comix/theme.php +++ b/view/theme/comix/theme.php diff --git a/view/theme/comix/wall_item.tpl b/view/theme/comix/wall_item.tpl index dfcd8ca96..dfcd8ca96 100755..100644 --- a/view/theme/comix/wall_item.tpl +++ b/view/theme/comix/wall_item.tpl diff --git a/view/theme/comix/wallwall_item.tpl b/view/theme/comix/wallwall_item.tpl index abd5967b2..abd5967b2 100755..100644 --- a/view/theme/comix/wallwall_item.tpl +++ b/view/theme/comix/wallwall_item.tpl diff --git a/view/theme/darkbubble/dbicons.png b/view/theme/darkbubble/dbicons.png Binary files differindex 696ef779c..696ef779c 100755..100644 --- a/view/theme/darkbubble/dbicons.png +++ b/view/theme/darkbubble/dbicons.png diff --git a/view/theme/darkbubble/style.css b/view/theme/darkbubble/style.css index 9336dc01b..9336dc01b 100755..100644 --- a/view/theme/darkbubble/style.css +++ b/view/theme/darkbubble/style.css diff --git a/view/theme/darkbubble/theme.php b/view/theme/darkbubble/theme.php index 053730c21..053730c21 100755..100644 --- a/view/theme/darkbubble/theme.php +++ b/view/theme/darkbubble/theme.php diff --git a/view/theme/darkzero-NS/border.jpg b/view/theme/darkzero-NS/border.jpg Binary files differindex 4967412bf..4967412bf 100755..100644 --- a/view/theme/darkzero-NS/border.jpg +++ b/view/theme/darkzero-NS/border.jpg diff --git a/view/theme/darkzero-NS/head.jpg b/view/theme/darkzero-NS/head.jpg Binary files differindex 67e852140..67e852140 100755..100644 --- a/view/theme/darkzero-NS/head.jpg +++ b/view/theme/darkzero-NS/head.jpg diff --git a/view/theme/darkzero-NS/sectionend.jpg b/view/theme/darkzero-NS/sectionend.jpg Binary files differindex 9d5d5c8f3..9d5d5c8f3 100755..100644 --- a/view/theme/darkzero-NS/sectionend.jpg +++ b/view/theme/darkzero-NS/sectionend.jpg diff --git a/view/theme/darkzero-NS/shiny.png b/view/theme/darkzero-NS/shiny.png Binary files differindex 994c0d05d..994c0d05d 100755..100644 --- a/view/theme/darkzero-NS/shiny.png +++ b/view/theme/darkzero-NS/shiny.png diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 047381a92..047381a92 100755..100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php index 2d3e4fd56..2d3e4fd56 100755..100644 --- a/view/theme/darkzero-NS/theme.php +++ b/view/theme/darkzero-NS/theme.php diff --git a/view/theme/darkzero/border.jpg b/view/theme/darkzero/border.jpg Binary files differindex 4967412bf..4967412bf 100755..100644 --- a/view/theme/darkzero/border.jpg +++ b/view/theme/darkzero/border.jpg diff --git a/view/theme/darkzero/head.jpg b/view/theme/darkzero/head.jpg Binary files differindex 67e852140..67e852140 100755..100644 --- a/view/theme/darkzero/head.jpg +++ b/view/theme/darkzero/head.jpg diff --git a/view/theme/darkzero/sectionend.jpg b/view/theme/darkzero/sectionend.jpg Binary files differindex 9d5d5c8f3..9d5d5c8f3 100755..100644 --- a/view/theme/darkzero/sectionend.jpg +++ b/view/theme/darkzero/sectionend.jpg diff --git a/view/theme/darkzero/shiny.png b/view/theme/darkzero/shiny.png Binary files differindex 994c0d05d..994c0d05d 100755..100644 --- a/view/theme/darkzero/shiny.png +++ b/view/theme/darkzero/shiny.png diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 12c7d3c25..12c7d3c25 100755..100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index 8c4d3e9ac..8c4d3e9ac 100755..100644 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php diff --git a/view/theme/diabook-aerith/communityhome.tpl b/view/theme/diabook-aerith/communityhome.tpl index 4873cdd14..4873cdd14 100755..100644 --- a/view/theme/diabook-aerith/communityhome.tpl +++ b/view/theme/diabook-aerith/communityhome.tpl diff --git a/view/theme/diabook-aerith/contact_template.tpl b/view/theme/diabook-aerith/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/theme/diabook-aerith/contact_template.tpl +++ b/view/theme/diabook-aerith/contact_template.tpl diff --git a/view/theme/diabook-aerith/directory_item.tpl b/view/theme/diabook-aerith/directory_item.tpl index db1936e4b..db1936e4b 100755..100644 --- a/view/theme/diabook-aerith/directory_item.tpl +++ b/view/theme/diabook-aerith/directory_item.tpl diff --git a/view/theme/diabook-aerith/fpostit/fpostit.js b/view/theme/diabook-aerith/fpostit/fpostit.js index d183c7573..d183c7573 100755..100644 --- a/view/theme/diabook-aerith/fpostit/fpostit.js +++ b/view/theme/diabook-aerith/fpostit/fpostit.js diff --git a/view/theme/diabook-aerith/group_side.tpl b/view/theme/diabook-aerith/group_side.tpl index af183d04d..af183d04d 100755..100644 --- a/view/theme/diabook-aerith/group_side.tpl +++ b/view/theme/diabook-aerith/group_side.tpl diff --git a/view/theme/diabook-aerith/icons/attach.png b/view/theme/diabook-aerith/icons/attach.png Binary files differindex 1958041cf..1958041cf 100755..100644 --- a/view/theme/diabook-aerith/icons/attach.png +++ b/view/theme/diabook-aerith/icons/attach.png diff --git a/view/theme/diabook-aerith/icons/audio.png b/view/theme/diabook-aerith/icons/audio.png Binary files differindex 8d779a409..8d779a409 100755..100644 --- a/view/theme/diabook-aerith/icons/audio.png +++ b/view/theme/diabook-aerith/icons/audio.png diff --git a/view/theme/diabook-aerith/icons/camera.png b/view/theme/diabook-aerith/icons/camera.png Binary files differindex a5c7f1236..a5c7f1236 100755..100644 --- a/view/theme/diabook-aerith/icons/camera.png +++ b/view/theme/diabook-aerith/icons/camera.png diff --git a/view/theme/diabook-aerith/icons/close_box.png b/view/theme/diabook-aerith/icons/close_box.png Binary files differindex 28e2675b8..28e2675b8 100755..100644 --- a/view/theme/diabook-aerith/icons/close_box.png +++ b/view/theme/diabook-aerith/icons/close_box.png diff --git a/view/theme/diabook-aerith/icons/drop.png b/view/theme/diabook-aerith/icons/drop.png Binary files differindex 2abb82ef2..2abb82ef2 100755..100644 --- a/view/theme/diabook-aerith/icons/drop.png +++ b/view/theme/diabook-aerith/icons/drop.png diff --git a/view/theme/diabook-aerith/icons/file_as.png b/view/theme/diabook-aerith/icons/file_as.png Binary files differindex 16713fa53..16713fa53 100755..100644 --- a/view/theme/diabook-aerith/icons/file_as.png +++ b/view/theme/diabook-aerith/icons/file_as.png diff --git a/view/theme/diabook-aerith/icons/link.png b/view/theme/diabook-aerith/icons/link.png Binary files differindex 0ef666a67..0ef666a67 100755..100644 --- a/view/theme/diabook-aerith/icons/link.png +++ b/view/theme/diabook-aerith/icons/link.png diff --git a/view/theme/diabook-aerith/icons/lock.png b/view/theme/diabook-aerith/icons/lock.png Binary files differindex 7e34bf279..7e34bf279 100755..100644 --- a/view/theme/diabook-aerith/icons/lock.png +++ b/view/theme/diabook-aerith/icons/lock.png diff --git a/view/theme/diabook-aerith/icons/lupe.png b/view/theme/diabook-aerith/icons/lupe.png Binary files differindex f8b228347..f8b228347 100755..100644 --- a/view/theme/diabook-aerith/icons/lupe.png +++ b/view/theme/diabook-aerith/icons/lupe.png diff --git a/view/theme/diabook-aerith/icons/messages.png b/view/theme/diabook-aerith/icons/messages.png Binary files differindex e2bf7d24d..e2bf7d24d 100755..100644 --- a/view/theme/diabook-aerith/icons/messages.png +++ b/view/theme/diabook-aerith/icons/messages.png diff --git a/view/theme/diabook-aerith/icons/messages2.png b/view/theme/diabook-aerith/icons/messages2.png Binary files differindex e2bf7d24d..e2bf7d24d 100755..100644 --- a/view/theme/diabook-aerith/icons/messages2.png +++ b/view/theme/diabook-aerith/icons/messages2.png diff --git a/view/theme/diabook-aerith/icons/next.png b/view/theme/diabook-aerith/icons/next.png Binary files differindex 7b5e25b90..7b5e25b90 100755..100644 --- a/view/theme/diabook-aerith/icons/next.png +++ b/view/theme/diabook-aerith/icons/next.png diff --git a/view/theme/diabook-aerith/icons/notifications.png b/view/theme/diabook-aerith/icons/notifications.png Binary files differindex 2b4fbb818..2b4fbb818 100755..100644 --- a/view/theme/diabook-aerith/icons/notifications.png +++ b/view/theme/diabook-aerith/icons/notifications.png diff --git a/view/theme/diabook-aerith/icons/notify.png b/view/theme/diabook-aerith/icons/notify.png Binary files differindex 9765bfd53..9765bfd53 100755..100644 --- a/view/theme/diabook-aerith/icons/notify.png +++ b/view/theme/diabook-aerith/icons/notify.png diff --git a/view/theme/diabook-aerith/icons/notify2.png b/view/theme/diabook-aerith/icons/notify2.png Binary files differindex 9765bfd53..9765bfd53 100755..100644 --- a/view/theme/diabook-aerith/icons/notify2.png +++ b/view/theme/diabook-aerith/icons/notify2.png diff --git a/view/theme/diabook-aerith/icons/pencil.png b/view/theme/diabook-aerith/icons/pencil.png Binary files differindex 772e49b17..772e49b17 100755..100644 --- a/view/theme/diabook-aerith/icons/pencil.png +++ b/view/theme/diabook-aerith/icons/pencil.png diff --git a/view/theme/diabook-aerith/icons/photo-menu.jpg b/view/theme/diabook-aerith/icons/photo-menu.jpg Binary files differindex fde5eb535..fde5eb535 100755..100644 --- a/view/theme/diabook-aerith/icons/photo-menu.jpg +++ b/view/theme/diabook-aerith/icons/photo-menu.jpg diff --git a/view/theme/diabook-aerith/icons/prev.png b/view/theme/diabook-aerith/icons/prev.png Binary files differindex 55c1464ba..55c1464ba 100755..100644 --- a/view/theme/diabook-aerith/icons/prev.png +++ b/view/theme/diabook-aerith/icons/prev.png diff --git a/view/theme/diabook-aerith/icons/recycle.png b/view/theme/diabook-aerith/icons/recycle.png Binary files differindex c3b8d2bf4..c3b8d2bf4 100755..100644 --- a/view/theme/diabook-aerith/icons/recycle.png +++ b/view/theme/diabook-aerith/icons/recycle.png diff --git a/view/theme/diabook-aerith/icons/remote.png b/view/theme/diabook-aerith/icons/remote.png Binary files differindex a560cc55e..a560cc55e 100755..100644 --- a/view/theme/diabook-aerith/icons/remote.png +++ b/view/theme/diabook-aerith/icons/remote.png diff --git a/view/theme/diabook-aerith/icons/scroll_top.png b/view/theme/diabook-aerith/icons/scroll_top.png Binary files differindex 0e7f7ae6a..0e7f7ae6a 100755..100644 --- a/view/theme/diabook-aerith/icons/scroll_top.png +++ b/view/theme/diabook-aerith/icons/scroll_top.png diff --git a/view/theme/diabook-aerith/icons/selected.png b/view/theme/diabook-aerith/icons/selected.png Binary files differindex 2a30ae252..2a30ae252 100755..100644 --- a/view/theme/diabook-aerith/icons/selected.png +++ b/view/theme/diabook-aerith/icons/selected.png diff --git a/view/theme/diabook-aerith/icons/star.png b/view/theme/diabook-aerith/icons/star.png Binary files differindex 0b00cb189..0b00cb189 100755..100644 --- a/view/theme/diabook-aerith/icons/star.png +++ b/view/theme/diabook-aerith/icons/star.png diff --git a/view/theme/diabook-aerith/icons/starred.png b/view/theme/diabook-aerith/icons/starred.png Binary files differindex 2b82dfca3..2b82dfca3 100755..100644 --- a/view/theme/diabook-aerith/icons/starred.png +++ b/view/theme/diabook-aerith/icons/starred.png diff --git a/view/theme/diabook-aerith/icons/tagged.png b/view/theme/diabook-aerith/icons/tagged.png Binary files differindex 144649ef8..144649ef8 100755..100644 --- a/view/theme/diabook-aerith/icons/tagged.png +++ b/view/theme/diabook-aerith/icons/tagged.png diff --git a/view/theme/diabook-aerith/icons/unlock.png b/view/theme/diabook-aerith/icons/unlock.png Binary files differindex a0cda0ae5..a0cda0ae5 100755..100644 --- a/view/theme/diabook-aerith/icons/unlock.png +++ b/view/theme/diabook-aerith/icons/unlock.png diff --git a/view/theme/diabook-aerith/icons/unstarred.png b/view/theme/diabook-aerith/icons/unstarred.png Binary files differindex ba3183f5c..ba3183f5c 100755..100644 --- a/view/theme/diabook-aerith/icons/unstarred.png +++ b/view/theme/diabook-aerith/icons/unstarred.png diff --git a/view/theme/diabook-aerith/icons/video.png b/view/theme/diabook-aerith/icons/video.png Binary files differindex a03d1d818..a03d1d818 100755..100644 --- a/view/theme/diabook-aerith/icons/video.png +++ b/view/theme/diabook-aerith/icons/video.png diff --git a/view/theme/diabook-aerith/icons/weblink.png b/view/theme/diabook-aerith/icons/weblink.png Binary files differindex 216e78344..216e78344 100755..100644 --- a/view/theme/diabook-aerith/icons/weblink.png +++ b/view/theme/diabook-aerith/icons/weblink.png diff --git a/view/theme/diabook-aerith/jot.tpl b/view/theme/diabook-aerith/jot.tpl index ee30da7bf..ee30da7bf 100755..100644 --- a/view/theme/diabook-aerith/jot.tpl +++ b/view/theme/diabook-aerith/jot.tpl diff --git a/view/theme/diabook-aerith/mail_conv.tpl b/view/theme/diabook-aerith/mail_conv.tpl index 989f17878..989f17878 100755..100644 --- a/view/theme/diabook-aerith/mail_conv.tpl +++ b/view/theme/diabook-aerith/mail_conv.tpl diff --git a/view/theme/diabook-aerith/photo_view.tpl b/view/theme/diabook-aerith/photo_view.tpl index 511fc73ac..511fc73ac 100755..100644 --- a/view/theme/diabook-aerith/photo_view.tpl +++ b/view/theme/diabook-aerith/photo_view.tpl diff --git a/view/theme/diabook-aerith/rs_common_tabs.tpl b/view/theme/diabook-aerith/rs_common_tabs.tpl index 6a1c5c71b..6a1c5c71b 100755..100644 --- a/view/theme/diabook-aerith/rs_common_tabs.tpl +++ b/view/theme/diabook-aerith/rs_common_tabs.tpl diff --git a/view/theme/diabook-aerith/search_item.tpl b/view/theme/diabook-aerith/search_item.tpl index 123834064..123834064 100755..100644 --- a/view/theme/diabook-aerith/search_item.tpl +++ b/view/theme/diabook-aerith/search_item.tpl diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php index e56f0ab74..e56f0ab74 100755..100644 --- a/view/theme/diabook-aerith/theme.php +++ b/view/theme/diabook-aerith/theme.php diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 6e126827b..6e126827b 100755..100644 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl diff --git a/view/theme/diabook-blue/contact_template.tpl b/view/theme/diabook-blue/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/theme/diabook-blue/contact_template.tpl +++ b/view/theme/diabook-blue/contact_template.tpl diff --git a/view/theme/diabook-blue/directory_item.tpl b/view/theme/diabook-blue/directory_item.tpl index db1936e4b..db1936e4b 100755..100644 --- a/view/theme/diabook-blue/directory_item.tpl +++ b/view/theme/diabook-blue/directory_item.tpl diff --git a/view/theme/diabook-blue/fpostit/fpostit.js b/view/theme/diabook-blue/fpostit/fpostit.js index d183c7573..d183c7573 100755..100644 --- a/view/theme/diabook-blue/fpostit/fpostit.js +++ b/view/theme/diabook-blue/fpostit/fpostit.js diff --git a/view/theme/diabook-blue/group_side.tpl b/view/theme/diabook-blue/group_side.tpl index af183d04d..af183d04d 100755..100644 --- a/view/theme/diabook-blue/group_side.tpl +++ b/view/theme/diabook-blue/group_side.tpl diff --git a/view/theme/diabook-blue/icons/attach.png b/view/theme/diabook-blue/icons/attach.png Binary files differindex 1958041cf..1958041cf 100755..100644 --- a/view/theme/diabook-blue/icons/attach.png +++ b/view/theme/diabook-blue/icons/attach.png diff --git a/view/theme/diabook-blue/icons/audio.png b/view/theme/diabook-blue/icons/audio.png Binary files differindex 8d779a409..8d779a409 100755..100644 --- a/view/theme/diabook-blue/icons/audio.png +++ b/view/theme/diabook-blue/icons/audio.png diff --git a/view/theme/diabook-blue/icons/camera.png b/view/theme/diabook-blue/icons/camera.png Binary files differindex a5c7f1236..a5c7f1236 100755..100644 --- a/view/theme/diabook-blue/icons/camera.png +++ b/view/theme/diabook-blue/icons/camera.png diff --git a/view/theme/diabook-blue/icons/close_box.png b/view/theme/diabook-blue/icons/close_box.png Binary files differindex 28e2675b8..28e2675b8 100755..100644 --- a/view/theme/diabook-blue/icons/close_box.png +++ b/view/theme/diabook-blue/icons/close_box.png diff --git a/view/theme/diabook-blue/icons/contacts2.png b/view/theme/diabook-blue/icons/contacts2.png Binary files differindex 7817279f4..7817279f4 100755..100644 --- a/view/theme/diabook-blue/icons/contacts2.png +++ b/view/theme/diabook-blue/icons/contacts2.png diff --git a/view/theme/diabook-blue/icons/drop.png b/view/theme/diabook-blue/icons/drop.png Binary files differindex 2abb82ef2..2abb82ef2 100755..100644 --- a/view/theme/diabook-blue/icons/drop.png +++ b/view/theme/diabook-blue/icons/drop.png diff --git a/view/theme/diabook-blue/icons/file_as.png b/view/theme/diabook-blue/icons/file_as.png Binary files differindex 16713fa53..16713fa53 100755..100644 --- a/view/theme/diabook-blue/icons/file_as.png +++ b/view/theme/diabook-blue/icons/file_as.png diff --git a/view/theme/diabook-blue/icons/link.png b/view/theme/diabook-blue/icons/link.png Binary files differindex 0ef666a67..0ef666a67 100755..100644 --- a/view/theme/diabook-blue/icons/link.png +++ b/view/theme/diabook-blue/icons/link.png diff --git a/view/theme/diabook-blue/icons/lock.png b/view/theme/diabook-blue/icons/lock.png Binary files differindex 7e34bf279..7e34bf279 100755..100644 --- a/view/theme/diabook-blue/icons/lock.png +++ b/view/theme/diabook-blue/icons/lock.png diff --git a/view/theme/diabook-blue/icons/lupe.png b/view/theme/diabook-blue/icons/lupe.png Binary files differindex f8b228347..f8b228347 100755..100644 --- a/view/theme/diabook-blue/icons/lupe.png +++ b/view/theme/diabook-blue/icons/lupe.png diff --git a/view/theme/diabook-blue/icons/messages.png b/view/theme/diabook-blue/icons/messages.png Binary files differindex f7010c98c..f7010c98c 100755..100644 --- a/view/theme/diabook-blue/icons/messages.png +++ b/view/theme/diabook-blue/icons/messages.png diff --git a/view/theme/diabook-blue/icons/next.png b/view/theme/diabook-blue/icons/next.png Binary files differindex 7b5e25b90..7b5e25b90 100755..100644 --- a/view/theme/diabook-blue/icons/next.png +++ b/view/theme/diabook-blue/icons/next.png diff --git a/view/theme/diabook-blue/icons/notifications.png b/view/theme/diabook-blue/icons/notifications.png Binary files differindex c23673dbd..c23673dbd 100755..100644 --- a/view/theme/diabook-blue/icons/notifications.png +++ b/view/theme/diabook-blue/icons/notifications.png diff --git a/view/theme/diabook-blue/icons/notify.png b/view/theme/diabook-blue/icons/notify.png Binary files differindex 8a7bdc38f..8a7bdc38f 100755..100644 --- a/view/theme/diabook-blue/icons/notify.png +++ b/view/theme/diabook-blue/icons/notify.png diff --git a/view/theme/diabook-blue/icons/pencil.png b/view/theme/diabook-blue/icons/pencil.png Binary files differindex 772e49b17..772e49b17 100755..100644 --- a/view/theme/diabook-blue/icons/pencil.png +++ b/view/theme/diabook-blue/icons/pencil.png diff --git a/view/theme/diabook-blue/icons/prev.png b/view/theme/diabook-blue/icons/prev.png Binary files differindex 55c1464ba..55c1464ba 100755..100644 --- a/view/theme/diabook-blue/icons/prev.png +++ b/view/theme/diabook-blue/icons/prev.png diff --git a/view/theme/diabook-blue/icons/recycle.png b/view/theme/diabook-blue/icons/recycle.png Binary files differindex c3b8d2bf4..c3b8d2bf4 100755..100644 --- a/view/theme/diabook-blue/icons/recycle.png +++ b/view/theme/diabook-blue/icons/recycle.png diff --git a/view/theme/diabook-blue/icons/remote.png b/view/theme/diabook-blue/icons/remote.png Binary files differindex a560cc55e..a560cc55e 100755..100644 --- a/view/theme/diabook-blue/icons/remote.png +++ b/view/theme/diabook-blue/icons/remote.png diff --git a/view/theme/diabook-blue/icons/scroll_top.png b/view/theme/diabook-blue/icons/scroll_top.png Binary files differindex 0e7f7ae6a..0e7f7ae6a 100755..100644 --- a/view/theme/diabook-blue/icons/scroll_top.png +++ b/view/theme/diabook-blue/icons/scroll_top.png diff --git a/view/theme/diabook-blue/icons/selected.png b/view/theme/diabook-blue/icons/selected.png Binary files differindex 2a30ae252..2a30ae252 100755..100644 --- a/view/theme/diabook-blue/icons/selected.png +++ b/view/theme/diabook-blue/icons/selected.png diff --git a/view/theme/diabook-blue/icons/star.png b/view/theme/diabook-blue/icons/star.png Binary files differindex 0b00cb189..0b00cb189 100755..100644 --- a/view/theme/diabook-blue/icons/star.png +++ b/view/theme/diabook-blue/icons/star.png diff --git a/view/theme/diabook-blue/icons/starred.png b/view/theme/diabook-blue/icons/starred.png Binary files differindex 2b82dfca3..2b82dfca3 100755..100644 --- a/view/theme/diabook-blue/icons/starred.png +++ b/view/theme/diabook-blue/icons/starred.png diff --git a/view/theme/diabook-blue/icons/tagged.png b/view/theme/diabook-blue/icons/tagged.png Binary files differindex 144649ef8..144649ef8 100755..100644 --- a/view/theme/diabook-blue/icons/tagged.png +++ b/view/theme/diabook-blue/icons/tagged.png diff --git a/view/theme/diabook-blue/icons/unlock.png b/view/theme/diabook-blue/icons/unlock.png Binary files differindex a0cda0ae5..a0cda0ae5 100755..100644 --- a/view/theme/diabook-blue/icons/unlock.png +++ b/view/theme/diabook-blue/icons/unlock.png diff --git a/view/theme/diabook-blue/icons/unstarred.png b/view/theme/diabook-blue/icons/unstarred.png Binary files differindex ba3183f5c..ba3183f5c 100755..100644 --- a/view/theme/diabook-blue/icons/unstarred.png +++ b/view/theme/diabook-blue/icons/unstarred.png diff --git a/view/theme/diabook-blue/icons/video.png b/view/theme/diabook-blue/icons/video.png Binary files differindex a03d1d818..a03d1d818 100755..100644 --- a/view/theme/diabook-blue/icons/video.png +++ b/view/theme/diabook-blue/icons/video.png diff --git a/view/theme/diabook-blue/icons/weblink.png b/view/theme/diabook-blue/icons/weblink.png Binary files differindex 216e78344..216e78344 100755..100644 --- a/view/theme/diabook-blue/icons/weblink.png +++ b/view/theme/diabook-blue/icons/weblink.png diff --git a/view/theme/diabook-blue/jot.tpl b/view/theme/diabook-blue/jot.tpl index bd43994b5..bd43994b5 100755..100644 --- a/view/theme/diabook-blue/jot.tpl +++ b/view/theme/diabook-blue/jot.tpl diff --git a/view/theme/diabook-blue/mail_conv.tpl b/view/theme/diabook-blue/mail_conv.tpl index 989f17878..989f17878 100755..100644 --- a/view/theme/diabook-blue/mail_conv.tpl +++ b/view/theme/diabook-blue/mail_conv.tpl diff --git a/view/theme/diabook-blue/photo_view.tpl b/view/theme/diabook-blue/photo_view.tpl index 20926656a..20926656a 100755..100644 --- a/view/theme/diabook-blue/photo_view.tpl +++ b/view/theme/diabook-blue/photo_view.tpl diff --git a/view/theme/diabook-blue/rs_common_tabs.tpl b/view/theme/diabook-blue/rs_common_tabs.tpl index 6a1c5c71b..6a1c5c71b 100755..100644 --- a/view/theme/diabook-blue/rs_common_tabs.tpl +++ b/view/theme/diabook-blue/rs_common_tabs.tpl diff --git a/view/theme/diabook-blue/search_item.tpl b/view/theme/diabook-blue/search_item.tpl index 123834064..123834064 100755..100644 --- a/view/theme/diabook-blue/search_item.tpl +++ b/view/theme/diabook-blue/search_item.tpl diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index 2e7aca92a..2e7aca92a 100755..100644 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/theme.php diff --git a/view/theme/diabook-red/communityhome.tpl b/view/theme/diabook-red/communityhome.tpl index c47bfbda5..c47bfbda5 100755..100644 --- a/view/theme/diabook-red/communityhome.tpl +++ b/view/theme/diabook-red/communityhome.tpl diff --git a/view/theme/diabook-red/contact_template.tpl b/view/theme/diabook-red/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/theme/diabook-red/contact_template.tpl +++ b/view/theme/diabook-red/contact_template.tpl diff --git a/view/theme/diabook-red/directory_item.tpl b/view/theme/diabook-red/directory_item.tpl index db1936e4b..db1936e4b 100755..100644 --- a/view/theme/diabook-red/directory_item.tpl +++ b/view/theme/diabook-red/directory_item.tpl diff --git a/view/theme/diabook-red/fpostit/fpostit.js b/view/theme/diabook-red/fpostit/fpostit.js index d183c7573..d183c7573 100755..100644 --- a/view/theme/diabook-red/fpostit/fpostit.js +++ b/view/theme/diabook-red/fpostit/fpostit.js diff --git a/view/theme/diabook-red/group_side.tpl b/view/theme/diabook-red/group_side.tpl index af183d04d..af183d04d 100755..100644 --- a/view/theme/diabook-red/group_side.tpl +++ b/view/theme/diabook-red/group_side.tpl diff --git a/view/theme/diabook-red/icons/attach.png b/view/theme/diabook-red/icons/attach.png Binary files differindex 1958041cf..1958041cf 100755..100644 --- a/view/theme/diabook-red/icons/attach.png +++ b/view/theme/diabook-red/icons/attach.png diff --git a/view/theme/diabook-red/icons/audio.png b/view/theme/diabook-red/icons/audio.png Binary files differindex 8d779a409..8d779a409 100755..100644 --- a/view/theme/diabook-red/icons/audio.png +++ b/view/theme/diabook-red/icons/audio.png diff --git a/view/theme/diabook-red/icons/camera.png b/view/theme/diabook-red/icons/camera.png Binary files differindex a5c7f1236..a5c7f1236 100755..100644 --- a/view/theme/diabook-red/icons/camera.png +++ b/view/theme/diabook-red/icons/camera.png diff --git a/view/theme/diabook-red/icons/close_box.png b/view/theme/diabook-red/icons/close_box.png Binary files differindex 28e2675b8..28e2675b8 100755..100644 --- a/view/theme/diabook-red/icons/close_box.png +++ b/view/theme/diabook-red/icons/close_box.png diff --git a/view/theme/diabook-red/icons/contacts.png b/view/theme/diabook-red/icons/contacts.png Binary files differindex 20c990c84..20c990c84 100755..100644 --- a/view/theme/diabook-red/icons/contacts.png +++ b/view/theme/diabook-red/icons/contacts.png diff --git a/view/theme/diabook-red/icons/contacts2.png b/view/theme/diabook-red/icons/contacts2.png Binary files differindex 7817279f4..7817279f4 100755..100644 --- a/view/theme/diabook-red/icons/contacts2.png +++ b/view/theme/diabook-red/icons/contacts2.png diff --git a/view/theme/diabook-red/icons/drop.png b/view/theme/diabook-red/icons/drop.png Binary files differindex 2abb82ef2..2abb82ef2 100755..100644 --- a/view/theme/diabook-red/icons/drop.png +++ b/view/theme/diabook-red/icons/drop.png diff --git a/view/theme/diabook-red/icons/file_as.png b/view/theme/diabook-red/icons/file_as.png Binary files differindex 16713fa53..16713fa53 100755..100644 --- a/view/theme/diabook-red/icons/file_as.png +++ b/view/theme/diabook-red/icons/file_as.png diff --git a/view/theme/diabook-red/icons/link.png b/view/theme/diabook-red/icons/link.png Binary files differindex 0ef666a67..0ef666a67 100755..100644 --- a/view/theme/diabook-red/icons/link.png +++ b/view/theme/diabook-red/icons/link.png diff --git a/view/theme/diabook-red/icons/lock.png b/view/theme/diabook-red/icons/lock.png Binary files differindex 7e34bf279..7e34bf279 100755..100644 --- a/view/theme/diabook-red/icons/lock.png +++ b/view/theme/diabook-red/icons/lock.png diff --git a/view/theme/diabook-red/icons/lupe.png b/view/theme/diabook-red/icons/lupe.png Binary files differindex f8b228347..f8b228347 100755..100644 --- a/view/theme/diabook-red/icons/lupe.png +++ b/view/theme/diabook-red/icons/lupe.png diff --git a/view/theme/diabook-red/icons/next.png b/view/theme/diabook-red/icons/next.png Binary files differindex 7b5e25b90..7b5e25b90 100755..100644 --- a/view/theme/diabook-red/icons/next.png +++ b/view/theme/diabook-red/icons/next.png diff --git a/view/theme/diabook-red/icons/notifications.png b/view/theme/diabook-red/icons/notifications.png Binary files differindex 97e5c311c..97e5c311c 100755..100644 --- a/view/theme/diabook-red/icons/notifications.png +++ b/view/theme/diabook-red/icons/notifications.png diff --git a/view/theme/diabook-red/icons/pencil.png b/view/theme/diabook-red/icons/pencil.png Binary files differindex 772e49b17..772e49b17 100755..100644 --- a/view/theme/diabook-red/icons/pencil.png +++ b/view/theme/diabook-red/icons/pencil.png diff --git a/view/theme/diabook-red/icons/photo-menu.jpg b/view/theme/diabook-red/icons/photo-menu.jpg Binary files differindex fde5eb535..fde5eb535 100755..100644 --- a/view/theme/diabook-red/icons/photo-menu.jpg +++ b/view/theme/diabook-red/icons/photo-menu.jpg diff --git a/view/theme/diabook-red/icons/prev.png b/view/theme/diabook-red/icons/prev.png Binary files differindex 55c1464ba..55c1464ba 100755..100644 --- a/view/theme/diabook-red/icons/prev.png +++ b/view/theme/diabook-red/icons/prev.png diff --git a/view/theme/diabook-red/icons/recycle.png b/view/theme/diabook-red/icons/recycle.png Binary files differindex c3b8d2bf4..c3b8d2bf4 100755..100644 --- a/view/theme/diabook-red/icons/recycle.png +++ b/view/theme/diabook-red/icons/recycle.png diff --git a/view/theme/diabook-red/icons/remote.png b/view/theme/diabook-red/icons/remote.png Binary files differindex a560cc55e..a560cc55e 100755..100644 --- a/view/theme/diabook-red/icons/remote.png +++ b/view/theme/diabook-red/icons/remote.png diff --git a/view/theme/diabook-red/icons/scroll_top.png b/view/theme/diabook-red/icons/scroll_top.png Binary files differindex 0e7f7ae6a..0e7f7ae6a 100755..100644 --- a/view/theme/diabook-red/icons/scroll_top.png +++ b/view/theme/diabook-red/icons/scroll_top.png diff --git a/view/theme/diabook-red/icons/selected.png b/view/theme/diabook-red/icons/selected.png Binary files differindex 2a30ae252..2a30ae252 100755..100644 --- a/view/theme/diabook-red/icons/selected.png +++ b/view/theme/diabook-red/icons/selected.png diff --git a/view/theme/diabook-red/icons/star.png b/view/theme/diabook-red/icons/star.png Binary files differindex 0b00cb189..0b00cb189 100755..100644 --- a/view/theme/diabook-red/icons/star.png +++ b/view/theme/diabook-red/icons/star.png diff --git a/view/theme/diabook-red/icons/starred.png b/view/theme/diabook-red/icons/starred.png Binary files differindex 2b82dfca3..2b82dfca3 100755..100644 --- a/view/theme/diabook-red/icons/starred.png +++ b/view/theme/diabook-red/icons/starred.png diff --git a/view/theme/diabook-red/icons/tagged.png b/view/theme/diabook-red/icons/tagged.png Binary files differindex 144649ef8..144649ef8 100755..100644 --- a/view/theme/diabook-red/icons/tagged.png +++ b/view/theme/diabook-red/icons/tagged.png diff --git a/view/theme/diabook-red/icons/unlock.png b/view/theme/diabook-red/icons/unlock.png Binary files differindex a0cda0ae5..a0cda0ae5 100755..100644 --- a/view/theme/diabook-red/icons/unlock.png +++ b/view/theme/diabook-red/icons/unlock.png diff --git a/view/theme/diabook-red/icons/unstarred.png b/view/theme/diabook-red/icons/unstarred.png Binary files differindex ba3183f5c..ba3183f5c 100755..100644 --- a/view/theme/diabook-red/icons/unstarred.png +++ b/view/theme/diabook-red/icons/unstarred.png diff --git a/view/theme/diabook-red/icons/video.png b/view/theme/diabook-red/icons/video.png Binary files differindex a03d1d818..a03d1d818 100755..100644 --- a/view/theme/diabook-red/icons/video.png +++ b/view/theme/diabook-red/icons/video.png diff --git a/view/theme/diabook-red/icons/weblink.png b/view/theme/diabook-red/icons/weblink.png Binary files differindex 216e78344..216e78344 100755..100644 --- a/view/theme/diabook-red/icons/weblink.png +++ b/view/theme/diabook-red/icons/weblink.png diff --git a/view/theme/diabook-red/jot.tpl b/view/theme/diabook-red/jot.tpl index bd43994b5..bd43994b5 100755..100644 --- a/view/theme/diabook-red/jot.tpl +++ b/view/theme/diabook-red/jot.tpl diff --git a/view/theme/diabook-red/mail_conv.tpl b/view/theme/diabook-red/mail_conv.tpl index 989f17878..989f17878 100755..100644 --- a/view/theme/diabook-red/mail_conv.tpl +++ b/view/theme/diabook-red/mail_conv.tpl diff --git a/view/theme/diabook-red/photo_view.tpl b/view/theme/diabook-red/photo_view.tpl index 511fc73ac..511fc73ac 100755..100644 --- a/view/theme/diabook-red/photo_view.tpl +++ b/view/theme/diabook-red/photo_view.tpl diff --git a/view/theme/diabook-red/rs_common_tabs.tpl b/view/theme/diabook-red/rs_common_tabs.tpl index 6a1c5c71b..6a1c5c71b 100755..100644 --- a/view/theme/diabook-red/rs_common_tabs.tpl +++ b/view/theme/diabook-red/rs_common_tabs.tpl diff --git a/view/theme/diabook-red/search_item.tpl b/view/theme/diabook-red/search_item.tpl index 123834064..123834064 100755..100644 --- a/view/theme/diabook-red/search_item.tpl +++ b/view/theme/diabook-red/search_item.tpl diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php index 0db9818e4..0db9818e4 100755..100644 --- a/view/theme/diabook-red/theme.php +++ b/view/theme/diabook-red/theme.php diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 5c2164b50..5c2164b50 100755..100644 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl diff --git a/view/theme/diabook/contact_template.tpl b/view/theme/diabook/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/theme/diabook/contact_template.tpl +++ b/view/theme/diabook/contact_template.tpl diff --git a/view/theme/diabook/directory_item.tpl b/view/theme/diabook/directory_item.tpl index db1936e4b..db1936e4b 100755..100644 --- a/view/theme/diabook/directory_item.tpl +++ b/view/theme/diabook/directory_item.tpl diff --git a/view/theme/diabook/fpostit/fpostit.js b/view/theme/diabook/fpostit/fpostit.js index d183c7573..d183c7573 100755..100644 --- a/view/theme/diabook/fpostit/fpostit.js +++ b/view/theme/diabook/fpostit/fpostit.js diff --git a/view/theme/diabook/group_side.tpl b/view/theme/diabook/group_side.tpl index af183d04d..af183d04d 100755..100644 --- a/view/theme/diabook/group_side.tpl +++ b/view/theme/diabook/group_side.tpl diff --git a/view/theme/diabook/icons/attach.png b/view/theme/diabook/icons/attach.png Binary files differindex 1958041cf..1958041cf 100755..100644 --- a/view/theme/diabook/icons/attach.png +++ b/view/theme/diabook/icons/attach.png diff --git a/view/theme/diabook/icons/audio.png b/view/theme/diabook/icons/audio.png Binary files differindex 8d779a409..8d779a409 100755..100644 --- a/view/theme/diabook/icons/audio.png +++ b/view/theme/diabook/icons/audio.png diff --git a/view/theme/diabook/icons/camera.png b/view/theme/diabook/icons/camera.png Binary files differindex a5c7f1236..a5c7f1236 100755..100644 --- a/view/theme/diabook/icons/camera.png +++ b/view/theme/diabook/icons/camera.png diff --git a/view/theme/diabook/icons/close_box.png b/view/theme/diabook/icons/close_box.png Binary files differindex 28e2675b8..28e2675b8 100755..100644 --- a/view/theme/diabook/icons/close_box.png +++ b/view/theme/diabook/icons/close_box.png diff --git a/view/theme/diabook/icons/contacts2.png b/view/theme/diabook/icons/contacts2.png Binary files differindex 7817279f4..7817279f4 100755..100644 --- a/view/theme/diabook/icons/contacts2.png +++ b/view/theme/diabook/icons/contacts2.png diff --git a/view/theme/diabook/icons/drop.png b/view/theme/diabook/icons/drop.png Binary files differindex 2abb82ef2..2abb82ef2 100755..100644 --- a/view/theme/diabook/icons/drop.png +++ b/view/theme/diabook/icons/drop.png diff --git a/view/theme/diabook/icons/expand.png b/view/theme/diabook/icons/expand.png Binary files differindex a46e88ea5..a46e88ea5 100755..100644 --- a/view/theme/diabook/icons/expand.png +++ b/view/theme/diabook/icons/expand.png diff --git a/view/theme/diabook/icons/file_as.png b/view/theme/diabook/icons/file_as.png Binary files differindex 16713fa53..16713fa53 100755..100644 --- a/view/theme/diabook/icons/file_as.png +++ b/view/theme/diabook/icons/file_as.png diff --git a/view/theme/diabook/icons/link.png b/view/theme/diabook/icons/link.png Binary files differindex 0ef666a67..0ef666a67 100755..100644 --- a/view/theme/diabook/icons/link.png +++ b/view/theme/diabook/icons/link.png diff --git a/view/theme/diabook/icons/lock.png b/view/theme/diabook/icons/lock.png Binary files differindex 7e34bf279..7e34bf279 100755..100644 --- a/view/theme/diabook/icons/lock.png +++ b/view/theme/diabook/icons/lock.png diff --git a/view/theme/diabook/icons/lupe.png b/view/theme/diabook/icons/lupe.png Binary files differindex f8b228347..f8b228347 100755..100644 --- a/view/theme/diabook/icons/lupe.png +++ b/view/theme/diabook/icons/lupe.png diff --git a/view/theme/diabook/icons/messages.png b/view/theme/diabook/icons/messages.png Binary files differindex 38e11ef88..38e11ef88 100755..100644 --- a/view/theme/diabook/icons/messages.png +++ b/view/theme/diabook/icons/messages.png diff --git a/view/theme/diabook/icons/next.png b/view/theme/diabook/icons/next.png Binary files differindex 7b5e25b90..7b5e25b90 100755..100644 --- a/view/theme/diabook/icons/next.png +++ b/view/theme/diabook/icons/next.png diff --git a/view/theme/diabook/icons/notifications.png b/view/theme/diabook/icons/notifications.png Binary files differindex 270997740..270997740 100755..100644 --- a/view/theme/diabook/icons/notifications.png +++ b/view/theme/diabook/icons/notifications.png diff --git a/view/theme/diabook/icons/notify.png b/view/theme/diabook/icons/notify.png Binary files differindex 9b852d05b..9b852d05b 100755..100644 --- a/view/theme/diabook/icons/notify.png +++ b/view/theme/diabook/icons/notify.png diff --git a/view/theme/diabook/icons/pencil.png b/view/theme/diabook/icons/pencil.png Binary files differindex 772e49b17..772e49b17 100755..100644 --- a/view/theme/diabook/icons/pencil.png +++ b/view/theme/diabook/icons/pencil.png diff --git a/view/theme/diabook/icons/prev.png b/view/theme/diabook/icons/prev.png Binary files differindex 55c1464ba..55c1464ba 100755..100644 --- a/view/theme/diabook/icons/prev.png +++ b/view/theme/diabook/icons/prev.png diff --git a/view/theme/diabook/icons/recycle.png b/view/theme/diabook/icons/recycle.png Binary files differindex c3b8d2bf4..c3b8d2bf4 100755..100644 --- a/view/theme/diabook/icons/recycle.png +++ b/view/theme/diabook/icons/recycle.png diff --git a/view/theme/diabook/icons/remote.png b/view/theme/diabook/icons/remote.png Binary files differindex a560cc55e..a560cc55e 100755..100644 --- a/view/theme/diabook/icons/remote.png +++ b/view/theme/diabook/icons/remote.png diff --git a/view/theme/diabook/icons/scroll_top.png b/view/theme/diabook/icons/scroll_top.png Binary files differindex 0e7f7ae6a..0e7f7ae6a 100755..100644 --- a/view/theme/diabook/icons/scroll_top.png +++ b/view/theme/diabook/icons/scroll_top.png diff --git a/view/theme/diabook/icons/selected.png b/view/theme/diabook/icons/selected.png Binary files differindex 2a30ae252..2a30ae252 100755..100644 --- a/view/theme/diabook/icons/selected.png +++ b/view/theme/diabook/icons/selected.png diff --git a/view/theme/diabook/icons/star.png b/view/theme/diabook/icons/star.png Binary files differindex 0b00cb189..0b00cb189 100755..100644 --- a/view/theme/diabook/icons/star.png +++ b/view/theme/diabook/icons/star.png diff --git a/view/theme/diabook/icons/starred.png b/view/theme/diabook/icons/starred.png Binary files differindex 2b82dfca3..2b82dfca3 100755..100644 --- a/view/theme/diabook/icons/starred.png +++ b/view/theme/diabook/icons/starred.png diff --git a/view/theme/diabook/icons/tagged.png b/view/theme/diabook/icons/tagged.png Binary files differindex 144649ef8..144649ef8 100755..100644 --- a/view/theme/diabook/icons/tagged.png +++ b/view/theme/diabook/icons/tagged.png diff --git a/view/theme/diabook/icons/unlock.png b/view/theme/diabook/icons/unlock.png Binary files differindex a0cda0ae5..a0cda0ae5 100755..100644 --- a/view/theme/diabook/icons/unlock.png +++ b/view/theme/diabook/icons/unlock.png diff --git a/view/theme/diabook/icons/unstarred.png b/view/theme/diabook/icons/unstarred.png Binary files differindex ba3183f5c..ba3183f5c 100755..100644 --- a/view/theme/diabook/icons/unstarred.png +++ b/view/theme/diabook/icons/unstarred.png diff --git a/view/theme/diabook/icons/video.png b/view/theme/diabook/icons/video.png Binary files differindex a03d1d818..a03d1d818 100755..100644 --- a/view/theme/diabook/icons/video.png +++ b/view/theme/diabook/icons/video.png diff --git a/view/theme/diabook/icons/weblink.png b/view/theme/diabook/icons/weblink.png Binary files differindex 216e78344..216e78344 100755..100644 --- a/view/theme/diabook/icons/weblink.png +++ b/view/theme/diabook/icons/weblink.png diff --git a/view/theme/diabook/jot.tpl b/view/theme/diabook/jot.tpl index bd43994b5..bd43994b5 100755..100644 --- a/view/theme/diabook/jot.tpl +++ b/view/theme/diabook/jot.tpl diff --git a/view/theme/diabook/mail_conv.tpl b/view/theme/diabook/mail_conv.tpl index 989f17878..989f17878 100755..100644 --- a/view/theme/diabook/mail_conv.tpl +++ b/view/theme/diabook/mail_conv.tpl diff --git a/view/theme/diabook/photo_view.tpl b/view/theme/diabook/photo_view.tpl index 511fc73ac..511fc73ac 100755..100644 --- a/view/theme/diabook/photo_view.tpl +++ b/view/theme/diabook/photo_view.tpl diff --git a/view/theme/diabook/rs_common_tabs.tpl b/view/theme/diabook/rs_common_tabs.tpl index 6a1c5c71b..6a1c5c71b 100755..100644 --- a/view/theme/diabook/rs_common_tabs.tpl +++ b/view/theme/diabook/rs_common_tabs.tpl diff --git a/view/theme/diabook/search_item.tpl b/view/theme/diabook/search_item.tpl index 123834064..123834064 100755..100644 --- a/view/theme/diabook/search_item.tpl +++ b/view/theme/diabook/search_item.tpl diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 50a7c6974..50a7c6974 100755..100644 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php diff --git a/view/theme/dispy-dark/fpostit/fpostit.js b/view/theme/dispy-dark/fpostit/fpostit.js index eb593d838..eb593d838 100755..100644 --- a/view/theme/dispy-dark/fpostit/fpostit.js +++ b/view/theme/dispy-dark/fpostit/fpostit.js diff --git a/view/theme/dispy/connect.png b/view/theme/dispy/connect.png Binary files differindex b76fc13dc..b76fc13dc 100755..100644 --- a/view/theme/dispy/connect.png +++ b/view/theme/dispy/connect.png diff --git a/view/theme/dispy/fpostit/fpostit.js b/view/theme/dispy/fpostit/fpostit.js index d18f5d345..d18f5d345 100755..100644 --- a/view/theme/dispy/fpostit/fpostit.js +++ b/view/theme/dispy/fpostit/fpostit.js diff --git a/view/theme/dispy/login-bg.gif b/view/theme/dispy/login-bg.gif Binary files differindex cde836c89..cde836c89 100755..100644 --- a/view/theme/dispy/login-bg.gif +++ b/view/theme/dispy/login-bg.gif diff --git a/view/theme/dispy/menu-user-pin.jpg b/view/theme/dispy/menu-user-pin.jpg Binary files differindex 26449569f..26449569f 100755..100644 --- a/view/theme/dispy/menu-user-pin.jpg +++ b/view/theme/dispy/menu-user-pin.jpg diff --git a/view/theme/dispy/photo-menu.jpg b/view/theme/dispy/photo-menu.jpg Binary files differindex fde5eb535..fde5eb535 100755..100644 --- a/view/theme/dispy/photo-menu.jpg +++ b/view/theme/dispy/photo-menu.jpg diff --git a/view/theme/dispy/star.png b/view/theme/dispy/star.png Binary files differindex a327ba14e..a327ba14e 100755..100644 --- a/view/theme/dispy/star.png +++ b/view/theme/dispy/star.png diff --git a/view/theme/duepuntozero/border.jpg b/view/theme/duepuntozero/border.jpg Binary files differindex 034a1cb63..034a1cb63 100755..100644 --- a/view/theme/duepuntozero/border.jpg +++ b/view/theme/duepuntozero/border.jpg diff --git a/view/theme/duepuntozero/ff-16.jpg b/view/theme/duepuntozero/ff-16.jpg Binary files differindex 3621f5914..3621f5914 100755..100644 --- a/view/theme/duepuntozero/ff-16.jpg +++ b/view/theme/duepuntozero/ff-16.jpg diff --git a/view/theme/duepuntozero/friendika-16.png b/view/theme/duepuntozero/friendika-16.png Binary files differindex 1a742ecdc..1a742ecdc 100755..100644 --- a/view/theme/duepuntozero/friendika-16.png +++ b/view/theme/duepuntozero/friendika-16.png diff --git a/view/theme/duepuntozero/head.jpg b/view/theme/duepuntozero/head.jpg Binary files differindex 6210b76be..6210b76be 100755..100644 --- a/view/theme/duepuntozero/head.jpg +++ b/view/theme/duepuntozero/head.jpg diff --git a/view/theme/duepuntozero/lock.cur b/view/theme/duepuntozero/lock.cur Binary files differindex 892c5e851..892c5e851 100755..100644 --- a/view/theme/duepuntozero/lock.cur +++ b/view/theme/duepuntozero/lock.cur diff --git a/view/theme/duepuntozero/login-bg.gif b/view/theme/duepuntozero/login-bg.gif Binary files differindex cde836c89..cde836c89 100755..100644 --- a/view/theme/duepuntozero/login-bg.gif +++ b/view/theme/duepuntozero/login-bg.gif diff --git a/view/theme/duepuntozero/photo-menu.jpg b/view/theme/duepuntozero/photo-menu.jpg Binary files differindex fde5eb535..fde5eb535 100755..100644 --- a/view/theme/duepuntozero/photo-menu.jpg +++ b/view/theme/duepuntozero/photo-menu.jpg diff --git a/view/theme/duepuntozero/shiny.png b/view/theme/duepuntozero/shiny.png Binary files differindex 994c0d05d..994c0d05d 100755..100644 --- a/view/theme/duepuntozero/shiny.png +++ b/view/theme/duepuntozero/shiny.png diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c30e643ce..c30e643ce 100755..100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css diff --git a/view/theme/duepuntozero/theme.php b/view/theme/duepuntozero/theme.php index 701fb1349..701fb1349 100755..100644 --- a/view/theme/duepuntozero/theme.php +++ b/view/theme/duepuntozero/theme.php diff --git a/view/theme/easterbunny/border.jpg b/view/theme/easterbunny/border.jpg Binary files differindex 66c7a6fcc..66c7a6fcc 100755..100644 --- a/view/theme/easterbunny/border.jpg +++ b/view/theme/easterbunny/border.jpg diff --git a/view/theme/easterbunny/head.jpg b/view/theme/easterbunny/head.jpg Binary files differindex 1acd2ddb8..1acd2ddb8 100755..100644 --- a/view/theme/easterbunny/head.jpg +++ b/view/theme/easterbunny/head.jpg diff --git a/view/theme/easterbunny/shiny.png b/view/theme/easterbunny/shiny.png Binary files differindex d3f71ee1d..d3f71ee1d 100755..100644 --- a/view/theme/easterbunny/shiny.png +++ b/view/theme/easterbunny/shiny.png diff --git a/view/theme/easterbunny/style.css b/view/theme/easterbunny/style.css index ab2e07053..ab2e07053 100755..100644 --- a/view/theme/easterbunny/style.css +++ b/view/theme/easterbunny/style.css diff --git a/view/theme/easterbunny/theme.php b/view/theme/easterbunny/theme.php index 338f40cbf..338f40cbf 100755..100644 --- a/view/theme/easterbunny/theme.php +++ b/view/theme/easterbunny/theme.php diff --git a/view/theme/facepark/border.jpg b/view/theme/facepark/border.jpg Binary files differindex 034a1cb63..034a1cb63 100755..100644 --- a/view/theme/facepark/border.jpg +++ b/view/theme/facepark/border.jpg diff --git a/view/theme/facepark/comment_item.tpl b/view/theme/facepark/comment_item.tpl index 3503c3843..3503c3843 100755..100644 --- a/view/theme/facepark/comment_item.tpl +++ b/view/theme/facepark/comment_item.tpl diff --git a/view/theme/facepark/contact_template.tpl b/view/theme/facepark/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/theme/facepark/contact_template.tpl +++ b/view/theme/facepark/contact_template.tpl diff --git a/view/theme/facepark/conversation.tpl b/view/theme/facepark/conversation.tpl index 43bb1dd47..43bb1dd47 100755..100644 --- a/view/theme/facepark/conversation.tpl +++ b/view/theme/facepark/conversation.tpl diff --git a/view/theme/facepark/ff-16.jpg b/view/theme/facepark/ff-16.jpg Binary files differindex 3621f5914..3621f5914 100755..100644 --- a/view/theme/facepark/ff-16.jpg +++ b/view/theme/facepark/ff-16.jpg diff --git a/view/theme/facepark/friendika-16.png b/view/theme/facepark/friendika-16.png Binary files differindex 1a742ecdc..1a742ecdc 100755..100644 --- a/view/theme/facepark/friendika-16.png +++ b/view/theme/facepark/friendika-16.png diff --git a/view/theme/facepark/group_side.tpl b/view/theme/facepark/group_side.tpl index 0353b1d2c..0353b1d2c 100755..100644 --- a/view/theme/facepark/group_side.tpl +++ b/view/theme/facepark/group_side.tpl diff --git a/view/theme/facepark/head.jpg b/view/theme/facepark/head.jpg Binary files differindex 6210b76be..6210b76be 100755..100644 --- a/view/theme/facepark/head.jpg +++ b/view/theme/facepark/head.jpg diff --git a/view/theme/facepark/jot.tpl b/view/theme/facepark/jot.tpl index 5fe1f954e..5fe1f954e 100755..100644 --- a/view/theme/facepark/jot.tpl +++ b/view/theme/facepark/jot.tpl diff --git a/view/theme/facepark/lock.cur b/view/theme/facepark/lock.cur Binary files differindex 892c5e851..892c5e851 100755..100644 --- a/view/theme/facepark/lock.cur +++ b/view/theme/facepark/lock.cur diff --git a/view/theme/facepark/login-bg.gif b/view/theme/facepark/login-bg.gif Binary files differindex cde836c89..cde836c89 100755..100644 --- a/view/theme/facepark/login-bg.gif +++ b/view/theme/facepark/login-bg.gif diff --git a/view/theme/facepark/nav.tpl b/view/theme/facepark/nav.tpl index 4675c3e5c..4675c3e5c 100755..100644 --- a/view/theme/facepark/nav.tpl +++ b/view/theme/facepark/nav.tpl diff --git a/view/theme/facepark/nets.tpl b/view/theme/facepark/nets.tpl index b0cb8890c..b0cb8890c 100755..100644 --- a/view/theme/facepark/nets.tpl +++ b/view/theme/facepark/nets.tpl diff --git a/view/theme/facepark/photo-menu.jpg b/view/theme/facepark/photo-menu.jpg Binary files differindex fde5eb535..fde5eb535 100755..100644 --- a/view/theme/facepark/photo-menu.jpg +++ b/view/theme/facepark/photo-menu.jpg diff --git a/view/theme/facepark/profile_vcard.tpl b/view/theme/facepark/profile_vcard.tpl index 154f22363..154f22363 100755..100644 --- a/view/theme/facepark/profile_vcard.tpl +++ b/view/theme/facepark/profile_vcard.tpl diff --git a/view/theme/facepark/saved_searches_aside.tpl b/view/theme/facepark/saved_searches_aside.tpl index e6a0d6278..e6a0d6278 100755..100644 --- a/view/theme/facepark/saved_searches_aside.tpl +++ b/view/theme/facepark/saved_searches_aside.tpl diff --git a/view/theme/facepark/search_item.tpl b/view/theme/facepark/search_item.tpl index bfad1b7b7..bfad1b7b7 100755..100644 --- a/view/theme/facepark/search_item.tpl +++ b/view/theme/facepark/search_item.tpl diff --git a/view/theme/facepark/shiny.png b/view/theme/facepark/shiny.png Binary files differindex 994c0d05d..994c0d05d 100755..100644 --- a/view/theme/facepark/shiny.png +++ b/view/theme/facepark/shiny.png diff --git a/view/theme/facepark/theme.php b/view/theme/facepark/theme.php index 701fb1349..701fb1349 100755..100644 --- a/view/theme/facepark/theme.php +++ b/view/theme/facepark/theme.php diff --git a/view/theme/facepark/wall_item.tpl b/view/theme/facepark/wall_item.tpl index 2c88fc598..2c88fc598 100755..100644 --- a/view/theme/facepark/wall_item.tpl +++ b/view/theme/facepark/wall_item.tpl diff --git a/view/theme/facepark/wallwall_item.tpl b/view/theme/facepark/wallwall_item.tpl index 211906c93..211906c93 100755..100644 --- a/view/theme/facepark/wallwall_item.tpl +++ b/view/theme/facepark/wallwall_item.tpl diff --git a/view/theme/greenzero/border.jpg b/view/theme/greenzero/border.jpg Binary files differindex 034a1cb63..034a1cb63 100755..100644 --- a/view/theme/greenzero/border.jpg +++ b/view/theme/greenzero/border.jpg diff --git a/view/theme/greenzero/greenicons.png b/view/theme/greenzero/greenicons.png Binary files differindex 2644e4284..2644e4284 100755..100644 --- a/view/theme/greenzero/greenicons.png +++ b/view/theme/greenzero/greenicons.png diff --git a/view/theme/greenzero/head.jpg b/view/theme/greenzero/head.jpg Binary files differindex c69776214..c69776214 100755..100644 --- a/view/theme/greenzero/head.jpg +++ b/view/theme/greenzero/head.jpg diff --git a/view/theme/greenzero/shiny.png b/view/theme/greenzero/shiny.png Binary files differindex 994c0d05d..994c0d05d 100755..100644 --- a/view/theme/greenzero/shiny.png +++ b/view/theme/greenzero/shiny.png diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css index 355e7829a..355e7829a 100755..100644 --- a/view/theme/greenzero/style.css +++ b/view/theme/greenzero/style.css diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php index ceec4dd97..ceec4dd97 100755..100644 --- a/view/theme/greenzero/theme.php +++ b/view/theme/greenzero/theme.php diff --git a/view/theme/purplezero/border.jpg b/view/theme/purplezero/border.jpg Binary files differindex 66c7a6fcc..66c7a6fcc 100755..100644 --- a/view/theme/purplezero/border.jpg +++ b/view/theme/purplezero/border.jpg diff --git a/view/theme/purplezero/head.jpg b/view/theme/purplezero/head.jpg Binary files differindex 1acd2ddb8..1acd2ddb8 100755..100644 --- a/view/theme/purplezero/head.jpg +++ b/view/theme/purplezero/head.jpg diff --git a/view/theme/purplezero/shiny.png b/view/theme/purplezero/shiny.png Binary files differindex d3f71ee1d..d3f71ee1d 100755..100644 --- a/view/theme/purplezero/shiny.png +++ b/view/theme/purplezero/shiny.png diff --git a/view/theme/purplezero/style.css b/view/theme/purplezero/style.css index f0d5b96b9..f0d5b96b9 100755..100644 --- a/view/theme/purplezero/style.css +++ b/view/theme/purplezero/style.css diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/theme.php index ceec4dd97..ceec4dd97 100755..100644 --- a/view/theme/purplezero/theme.php +++ b/view/theme/purplezero/theme.php diff --git a/view/theme/quattro/comment_item.tpl b/view/theme/quattro/comment_item.tpl index cde4ca3ca..cde4ca3ca 100755..100644 --- a/view/theme/quattro/comment_item.tpl +++ b/view/theme/quattro/comment_item.tpl diff --git a/view/theme/quattro/contact_template.tpl b/view/theme/quattro/contact_template.tpl index b826acc65..b826acc65 100755..100644 --- a/view/theme/quattro/contact_template.tpl +++ b/view/theme/quattro/contact_template.tpl diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index ff202bbe4..ff202bbe4 100755..100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl diff --git a/view/theme/quattro/dark/colors.less b/view/theme/quattro/dark/colors.less index b6d487f92..b6d487f92 100755..100644 --- a/view/theme/quattro/dark/colors.less +++ b/view/theme/quattro/dark/colors.less diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 1d951aba8..1d951aba8 100755..100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css diff --git a/view/theme/quattro/dark/style.less b/view/theme/quattro/dark/style.less index 7d81e788a..7d81e788a 100755..100644 --- a/view/theme/quattro/dark/style.less +++ b/view/theme/quattro/dark/style.less diff --git a/view/theme/quattro/experimental b/view/theme/quattro/experimental index e69de29bb..e69de29bb 100755..100644 --- a/view/theme/quattro/experimental +++ b/view/theme/quattro/experimental diff --git a/view/theme/quattro/green/colors.less b/view/theme/quattro/green/colors.less index bc78c3fda..bc78c3fda 100755..100644 --- a/view/theme/quattro/green/colors.less +++ b/view/theme/quattro/green/colors.less diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index e7cc549d0..e7cc549d0 100755..100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css diff --git a/view/theme/quattro/green/style.less b/view/theme/quattro/green/style.less index 7d81e788a..7d81e788a 100755..100644 --- a/view/theme/quattro/green/style.less +++ b/view/theme/quattro/green/style.less diff --git a/view/theme/quattro/group_side.tpl b/view/theme/quattro/group_side.tpl index 596a8d13f..596a8d13f 100755..100644 --- a/view/theme/quattro/group_side.tpl +++ b/view/theme/quattro/group_side.tpl diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index e314fba1f..e314fba1f 100755..100644 --- a/view/theme/quattro/icons.less +++ b/view/theme/quattro/icons.less diff --git a/view/theme/quattro/jot.tpl b/view/theme/quattro/jot.tpl index 2f89d4372..2f89d4372 100755..100644 --- a/view/theme/quattro/jot.tpl +++ b/view/theme/quattro/jot.tpl diff --git a/view/theme/quattro/mail_conv.tpl b/view/theme/quattro/mail_conv.tpl index 989f17878..989f17878 100755..100644 --- a/view/theme/quattro/mail_conv.tpl +++ b/view/theme/quattro/mail_conv.tpl diff --git a/view/theme/quattro/msg-header.tpl b/view/theme/quattro/msg-header.tpl index 2d1ea7a61..2d1ea7a61 100755..100644 --- a/view/theme/quattro/msg-header.tpl +++ b/view/theme/quattro/msg-header.tpl diff --git a/view/theme/quattro/nav.tpl b/view/theme/quattro/nav.tpl index 8c872864c..8c872864c 100755..100644 --- a/view/theme/quattro/nav.tpl +++ b/view/theme/quattro/nav.tpl diff --git a/view/theme/quattro/nets.tpl b/view/theme/quattro/nets.tpl index cbadf1361..cbadf1361 100755..100644 --- a/view/theme/quattro/nets.tpl +++ b/view/theme/quattro/nets.tpl diff --git a/view/theme/quattro/profile_vcard.tpl b/view/theme/quattro/profile_vcard.tpl index 7cd02f164..7cd02f164 100755..100644 --- a/view/theme/quattro/profile_vcard.tpl +++ b/view/theme/quattro/profile_vcard.tpl diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index c6352cfe9..c6352cfe9 100755..100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less diff --git a/view/theme/quattro/saved_searches_aside.tpl b/view/theme/quattro/saved_searches_aside.tpl index 9c10a26de..9c10a26de 100755..100644 --- a/view/theme/quattro/saved_searches_aside.tpl +++ b/view/theme/quattro/saved_searches_aside.tpl diff --git a/view/theme/quattro/search_item.tpl b/view/theme/quattro/search_item.tpl index 80d6678fb..80d6678fb 100755..100644 --- a/view/theme/quattro/search_item.tpl +++ b/view/theme/quattro/search_item.tpl diff --git a/view/theme/quattro/wall_item.tpl b/view/theme/quattro/wall_item.tpl index e771db068..e771db068 100755..100644 --- a/view/theme/quattro/wall_item.tpl +++ b/view/theme/quattro/wall_item.tpl diff --git a/view/theme/quattro/wallwall_item.tpl b/view/theme/quattro/wallwall_item.tpl index 693ebaba6..693ebaba6 100755..100644 --- a/view/theme/quattro/wallwall_item.tpl +++ b/view/theme/quattro/wallwall_item.tpl diff --git a/view/theme/slack-NS/style.css b/view/theme/slack-NS/style.css index 82bceeac8..82bceeac8 100755..100644 --- a/view/theme/slack-NS/style.css +++ b/view/theme/slack-NS/style.css diff --git a/view/theme/slack-NS/theme.php b/view/theme/slack-NS/theme.php index ceec4dd97..ceec4dd97 100755..100644 --- a/view/theme/slack-NS/theme.php +++ b/view/theme/slack-NS/theme.php diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index ed3b413fb..ed3b413fb 100755..100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php index ceec4dd97..ceec4dd97 100755..100644 --- a/view/theme/slackr/theme.php +++ b/view/theme/slackr/theme.php diff --git a/view/theme/testbubble/calendar.png b/view/theme/testbubble/calendar.png Binary files differindex 705a75b8a..705a75b8a 100755..100644 --- a/view/theme/testbubble/calendar.png +++ b/view/theme/testbubble/calendar.png diff --git a/view/theme/testbubble/comment_item.tpl b/view/theme/testbubble/comment_item.tpl index 6d9230dbf..6d9230dbf 100755..100644 --- a/view/theme/testbubble/comment_item.tpl +++ b/view/theme/testbubble/comment_item.tpl diff --git a/view/theme/testbubble/connect.png b/view/theme/testbubble/connect.png Binary files differindex b76fc13dc..b76fc13dc 100755..100644 --- a/view/theme/testbubble/connect.png +++ b/view/theme/testbubble/connect.png diff --git a/view/theme/testbubble/contact_template.tpl b/view/theme/testbubble/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/theme/testbubble/contact_template.tpl +++ b/view/theme/testbubble/contact_template.tpl diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl index 43bb1dd47..43bb1dd47 100755..100644 --- a/view/theme/testbubble/conversation.tpl +++ b/view/theme/testbubble/conversation.tpl diff --git a/view/theme/testbubble/group_drop.tpl b/view/theme/testbubble/group_drop.tpl index f088fc06f..f088fc06f 100755..100644 --- a/view/theme/testbubble/group_drop.tpl +++ b/view/theme/testbubble/group_drop.tpl diff --git a/view/theme/testbubble/group_edit.tpl b/view/theme/testbubble/group_edit.tpl index a8b3f92a0..a8b3f92a0 100755..100644 --- a/view/theme/testbubble/group_edit.tpl +++ b/view/theme/testbubble/group_edit.tpl diff --git a/view/theme/testbubble/group_side.tpl b/view/theme/testbubble/group_side.tpl index a1fc70a22..a1fc70a22 100755..100644 --- a/view/theme/testbubble/group_side.tpl +++ b/view/theme/testbubble/group_side.tpl diff --git a/view/theme/testbubble/groups.png b/view/theme/testbubble/groups.png Binary files differindex a65a7218c..a65a7218c 100755..100644 --- a/view/theme/testbubble/groups.png +++ b/view/theme/testbubble/groups.png diff --git a/view/theme/testbubble/icons.png b/view/theme/testbubble/icons.png Binary files differindex d21640eae..d21640eae 100755..100644 --- a/view/theme/testbubble/icons.png +++ b/view/theme/testbubble/icons.png diff --git a/view/theme/testbubble/icons.svg b/view/theme/testbubble/icons.svg index 91bb2ff38..91bb2ff38 100755..100644 --- a/view/theme/testbubble/icons.svg +++ b/view/theme/testbubble/icons.svg diff --git a/view/theme/testbubble/jot-header.tpl b/view/theme/testbubble/jot-header.tpl index 0d11da271..0d11da271 100755..100644 --- a/view/theme/testbubble/jot-header.tpl +++ b/view/theme/testbubble/jot-header.tpl diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl index 45d206d57..45d206d57 100755..100644 --- a/view/theme/testbubble/jot.tpl +++ b/view/theme/testbubble/jot.tpl diff --git a/view/theme/testbubble/login-bg.gif b/view/theme/testbubble/login-bg.gif Binary files differindex cde836c89..cde836c89 100755..100644 --- a/view/theme/testbubble/login-bg.gif +++ b/view/theme/testbubble/login-bg.gif diff --git a/view/theme/testbubble/lrarrow.gif b/view/theme/testbubble/lrarrow.gif Binary files differindex fa2676944..fa2676944 100755..100644 --- a/view/theme/testbubble/lrarrow.gif +++ b/view/theme/testbubble/lrarrow.gif diff --git a/view/theme/testbubble/mail_head.tpl b/view/theme/testbubble/mail_head.tpl index afb65f537..afb65f537 100755..100644 --- a/view/theme/testbubble/mail_head.tpl +++ b/view/theme/testbubble/mail_head.tpl diff --git a/view/theme/testbubble/match.tpl b/view/theme/testbubble/match.tpl index 244b243ec..244b243ec 100755..100644 --- a/view/theme/testbubble/match.tpl +++ b/view/theme/testbubble/match.tpl diff --git a/view/theme/testbubble/menu-user-pin.jpg b/view/theme/testbubble/menu-user-pin.jpg Binary files differindex 26449569f..26449569f 100755..100644 --- a/view/theme/testbubble/menu-user-pin.jpg +++ b/view/theme/testbubble/menu-user-pin.jpg diff --git a/view/theme/testbubble/menu-user-pin.png b/view/theme/testbubble/menu-user-pin.png Binary files differindex 6becfbb66..6becfbb66 100755..100644 --- a/view/theme/testbubble/menu-user-pin.png +++ b/view/theme/testbubble/menu-user-pin.png diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index 43cc7bca0..43cc7bca0 100755..100644 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl diff --git a/view/theme/testbubble/nets.tpl b/view/theme/testbubble/nets.tpl index b0cb8890c..b0cb8890c 100755..100644 --- a/view/theme/testbubble/nets.tpl +++ b/view/theme/testbubble/nets.tpl diff --git a/view/theme/testbubble/next.png b/view/theme/testbubble/next.png Binary files differindex 353e2e72a..353e2e72a 100755..100644 --- a/view/theme/testbubble/next.png +++ b/view/theme/testbubble/next.png diff --git a/view/theme/testbubble/notifications.png b/view/theme/testbubble/notifications.png Binary files differindex f0e24a15b..f0e24a15b 100755..100644 --- a/view/theme/testbubble/notifications.png +++ b/view/theme/testbubble/notifications.png diff --git a/view/theme/testbubble/photo-menu.jpg b/view/theme/testbubble/photo-menu.jpg Binary files differindex b96a96fa1..b96a96fa1 100755..100644 --- a/view/theme/testbubble/photo-menu.jpg +++ b/view/theme/testbubble/photo-menu.jpg diff --git a/view/theme/testbubble/photo_album.tpl b/view/theme/testbubble/photo_album.tpl index a0e3f46c4..a0e3f46c4 100755..100644 --- a/view/theme/testbubble/photo_album.tpl +++ b/view/theme/testbubble/photo_album.tpl diff --git a/view/theme/testbubble/photo_top.tpl b/view/theme/testbubble/photo_top.tpl index 48a546a16..48a546a16 100755..100644 --- a/view/theme/testbubble/photo_top.tpl +++ b/view/theme/testbubble/photo_top.tpl diff --git a/view/theme/testbubble/photo_view.tpl b/view/theme/testbubble/photo_view.tpl index 4c754f597..4c754f597 100755..100644 --- a/view/theme/testbubble/photo_view.tpl +++ b/view/theme/testbubble/photo_view.tpl diff --git a/view/theme/testbubble/photography.png b/view/theme/testbubble/photography.png Binary files differindex 7ec919f2b..7ec919f2b 100755..100644 --- a/view/theme/testbubble/photography.png +++ b/view/theme/testbubble/photography.png diff --git a/view/theme/testbubble/premium.png b/view/theme/testbubble/premium.png Binary files differindex 1ad601c0f..1ad601c0f 100755..100644 --- a/view/theme/testbubble/premium.png +++ b/view/theme/testbubble/premium.png diff --git a/view/theme/testbubble/prev.png b/view/theme/testbubble/prev.png Binary files differindex 0ae6022af..0ae6022af 100755..100644 --- a/view/theme/testbubble/prev.png +++ b/view/theme/testbubble/prev.png diff --git a/view/theme/testbubble/profile_entry.tpl b/view/theme/testbubble/profile_entry.tpl index 5bea298ac..5bea298ac 100755..100644 --- a/view/theme/testbubble/profile_entry.tpl +++ b/view/theme/testbubble/profile_entry.tpl diff --git a/view/theme/testbubble/profile_vcard.tpl b/view/theme/testbubble/profile_vcard.tpl index 0ee6919bc..0ee6919bc 100755..100644 --- a/view/theme/testbubble/profile_vcard.tpl +++ b/view/theme/testbubble/profile_vcard.tpl diff --git a/view/theme/testbubble/saved_searches_aside.tpl b/view/theme/testbubble/saved_searches_aside.tpl index e2aae1e77..e2aae1e77 100755..100644 --- a/view/theme/testbubble/saved_searches_aside.tpl +++ b/view/theme/testbubble/saved_searches_aside.tpl diff --git a/view/theme/testbubble/search.png b/view/theme/testbubble/search.png Binary files differindex 51c428594..51c428594 100755..100644 --- a/view/theme/testbubble/search.png +++ b/view/theme/testbubble/search.png diff --git a/view/theme/testbubble/search_item.tpl b/view/theme/testbubble/search_item.tpl index a0a4ef393..a0a4ef393 100755..100644 --- a/view/theme/testbubble/search_item.tpl +++ b/view/theme/testbubble/search_item.tpl diff --git a/view/theme/testbubble/star.png b/view/theme/testbubble/star.png Binary files differindex a327ba14e..a327ba14e 100755..100644 --- a/view/theme/testbubble/star.png +++ b/view/theme/testbubble/star.png diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 1e63c7ef6..1e63c7ef6 100755..100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css diff --git a/view/theme/testbubble/user.png b/view/theme/testbubble/user.png Binary files differindex df899e7e0..df899e7e0 100755..100644 --- a/view/theme/testbubble/user.png +++ b/view/theme/testbubble/user.png diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index 44491d967..44491d967 100755..100644 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl diff --git a/view/theme/testbubble/wallwall_item.tpl b/view/theme/testbubble/wallwall_item.tpl index eb7c3ddba..eb7c3ddba 100755..100644 --- a/view/theme/testbubble/wallwall_item.tpl +++ b/view/theme/testbubble/wallwall_item.tpl diff --git a/view/theme/vier/calendar.png b/view/theme/vier/calendar.png Binary files differindex 705a75b8a..705a75b8a 100755..100644 --- a/view/theme/vier/calendar.png +++ b/view/theme/vier/calendar.png diff --git a/view/theme/vier/contact_template.tpl b/view/theme/vier/contact_template.tpl index 48930b48a..48930b48a 100755..100644 --- a/view/theme/vier/contact_template.tpl +++ b/view/theme/vier/contact_template.tpl diff --git a/view/theme/vier/nav.tpl b/view/theme/vier/nav.tpl index 8c872864c..8c872864c 100755..100644 --- a/view/theme/vier/nav.tpl +++ b/view/theme/vier/nav.tpl diff --git a/view/theme/vier/search_item.tpl b/view/theme/vier/search_item.tpl index fb87d7661..fb87d7661 100755..100644 --- a/view/theme/vier/search_item.tpl +++ b/view/theme/vier/search_item.tpl diff --git a/view/viewcontact_template.tpl b/view/viewcontact_template.tpl index d6f01643e..d6f01643e 100755..100644 --- a/view/viewcontact_template.tpl +++ b/view/viewcontact_template.tpl diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 9d1dd7d70..9d1dd7d70 100755..100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl diff --git a/view/wallmessage.tpl b/view/wallmessage.tpl index 66b2bc3a0..66b2bc3a0 100755..100644 --- a/view/wallmessage.tpl +++ b/view/wallmessage.tpl diff --git a/view/wallmsg-header.tpl b/view/wallmsg-header.tpl index cb3922572..cb3922572 100755..100644 --- a/view/wallmsg-header.tpl +++ b/view/wallmsg-header.tpl diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index bad5680c7..bad5680c7 100755..100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl diff --git a/view/xrd_diaspora.tpl b/view/xrd_diaspora.tpl index 25cda533c..25cda533c 100755..100644 --- a/view/xrd_diaspora.tpl +++ b/view/xrd_diaspora.tpl diff --git a/view/xrd_host.tpl b/view/xrd_host.tpl index dbb20256f..dbb20256f 100755..100644 --- a/view/xrd_host.tpl +++ b/view/xrd_host.tpl diff --git a/view/xrd_person.tpl b/view/xrd_person.tpl index a4b921fe1..a4b921fe1 100755..100644 --- a/view/xrd_person.tpl +++ b/view/xrd_person.tpl |