Merge branch 'testing'
Conflicts: plugins/Facebook/facebookaction.php plugins/Facebook/facebookhome.php plugins/Facebook/facebookutil.php
Showing
with
157489 additions
and
74916 deletions
+157489
-74916
- .gitignore .gitignore +1 -0
- EVENTS.txt EVENTS.txt +170 -231
- README README +24 -4
- actions/apiaccountupdatedeliverydevice.php actions/apiaccountupdatedeliverydevice.php +1 -1
- actions/apiaccountupdateprofile.php actions/apiaccountupdateprofile.php +1 -1
- actions/apiaccountupdateprofilebackgroundimage.php actions/apiaccountupdateprofilebackgroundimage.php +1 -1
- actions/apiaccountupdateprofilecolors.php actions/apiaccountupdateprofilecolors.php +1 -1
- actions/apiaccountupdateprofileimage.php actions/apiaccountupdateprofileimage.php +4 -3
- actions/apiatomservice.php actions/apiatomservice.php +135 -0
- actions/apiblockcreate.php actions/apiblockcreate.php +1 -0
- actions/apidirectmessagenew.php actions/apidirectmessagenew.php +1 -1
- actions/apifriendshipsexists.php actions/apifriendshipsexists.php +1 -1
- actions/apigroupcreate.php actions/apigroupcreate.php +3 -30
- actions/apigroupmembership.php actions/apigroupmembership.php +6 -6
- actions/apioauthauthorize.php actions/apioauthauthorize.php +1 -1
- actions/apistatusesshow.php actions/apistatusesshow.php +59 -7
- actions/apistatusesupdate.php actions/apistatusesupdate.php +4 -4
- actions/apitimelinegroup.php actions/apitimelinegroup.php +0 -4
- actions/apitimelineuser.php actions/apitimelineuser.php +291 -28
- actions/apiuserprofileimage.php actions/apiuserprofileimage.php +135 -0
- actions/atompubfavoritefeed.php actions/atompubfavoritefeed.php +374 -0
- actions/atompubmembershipfeed.php actions/atompubmembershipfeed.php +357 -0
- actions/atompubshowfavorite.php actions/atompubshowfavorite.php +224 -0
- actions/atompubshowmembership.php actions/atompubshowmembership.php +233 -0
- actions/atompubshowsubscription.php actions/atompubshowsubscription.php +223 -0
- actions/atompubsubscriptionfeed.php actions/atompubsubscriptionfeed.php +346 -0
- actions/attachment.php actions/attachment.php +1 -7
- actions/attachment_ajax.php actions/attachment_ajax.php +0 -2
- actions/attachment_thumbnail.php actions/attachment_thumbnail.php +0 -4
- actions/avatarbynickname.php actions/avatarbynickname.php +6 -2
- actions/avatarsettings.php actions/avatarsettings.php +38 -26
- actions/backupaccount.php actions/backupaccount.php +254 -0
- actions/block.php actions/block.php +7 -5
- actions/blockedfromgroup.php actions/blockedfromgroup.php +16 -9
- actions/bookmarklet.php actions/bookmarklet.php +2 -3
- actions/confirmaddress.php actions/confirmaddress.php +13 -8
- actions/conversation.php actions/conversation.php +3 -14
- actions/deleteaccount.php actions/deleteaccount.php +325 -0
- actions/deleteapplication.php actions/deleteapplication.php +6 -5
- actions/deletegroup.php actions/deletegroup.php +2 -2
- actions/deletenotice.php actions/deletenotice.php +9 -4
- actions/deleteuser.php actions/deleteuser.php +7 -6
- actions/designadminpanel.php actions/designadminpanel.php +56 -33
- actions/disfavor.php actions/disfavor.php +5 -2
- actions/doc.php actions/doc.php +3 -6
- actions/editapplication.php actions/editapplication.php +3 -1
- actions/editgroup.php actions/editgroup.php +106 -86
- actions/emailsettings.php actions/emailsettings.php +119 -97
- actions/favor.php actions/favor.php +4 -2
- actions/favorited.php actions/favorited.php +8 -8
- actions/favoritesrss.php actions/favoritesrss.php +5 -3
- actions/featured.php actions/featured.php +5 -2
- actions/file.php actions/file.php +7 -3
- actions/finishremotesubscribe.php actions/finishremotesubscribe.php +9 -2
- actions/foaf.php actions/foaf.php +9 -6
- actions/foafgroup.php actions/foafgroup.php +4 -0
- actions/geocode.php actions/geocode.php +1 -2
- actions/getfile.php actions/getfile.php +2 -7
- actions/grantrole.php actions/grantrole.php +7 -6
- actions/groupblock.php actions/groupblock.php +15 -8
- actions/groupbyid.php actions/groupbyid.php +3 -4
- actions/groupdesignsettings.php actions/groupdesignsettings.php +12 -17
- actions/grouplogo.php actions/grouplogo.php +29 -18
- actions/groupmembers.php actions/groupmembers.php +9 -21
- actions/grouprss.php actions/grouprss.php +3 -4
- actions/groups.php actions/groups.php +10 -4
- actions/groupsearch.php actions/groupsearch.php +8 -2
- actions/groupunblock.php actions/groupunblock.php +9 -6
- actions/hcard.php actions/hcard.php +3 -2
- actions/hostmeta.php actions/hostmeta.php +23 -6
- actions/imsettings.php actions/imsettings.php +52 -63
- actions/inbox.php actions/inbox.php +28 -16
- actions/invite.php actions/invite.php +4 -3
- actions/joingroup.php actions/joingroup.php +11 -5
- actions/leavegroup.php actions/leavegroup.php +9 -4
- actions/licenseadminpanel.php actions/licenseadminpanel.php +1 -9
- actions/newapplication.php actions/newapplication.php +18 -8
- actions/newgroup.php actions/newgroup.php +95 -88
- actions/newmessage.php actions/newmessage.php +1 -1
- actions/newnotice.php actions/newnotice.php +10 -9
- actions/oembed.php actions/oembed.php +28 -8
- actions/othersettings.php actions/othersettings.php +15 -5
- actions/outbox.php actions/outbox.php +23 -14
- actions/profilesettings.php actions/profilesettings.php +55 -18
- actions/recoverpassword.php actions/recoverpassword.php +47 -8
- actions/register.php actions/register.php +8 -10
- actions/remotesubscribe.php actions/remotesubscribe.php +2 -4
- actions/repeat.php actions/repeat.php +1 -3
- actions/restoreaccount.php actions/restoreaccount.php +375 -0
- actions/rsd.php actions/rsd.php +14 -0
- actions/showfavorites.php actions/showfavorites.php +16 -8
- actions/showgroup.php actions/showgroup.php +125 -94
- actions/showmessage.php actions/showmessage.php +54 -74
- actions/shownotice.php actions/shownotice.php +31 -5
- actions/showstream.php actions/showstream.php +39 -16
- actions/sitenoticeadminpanel.php actions/sitenoticeadminpanel.php +11 -8
- actions/smssettings.php actions/smssettings.php +8 -22
- actions/subedit.php actions/subedit.php +6 -0
- actions/subscribers.php actions/subscribers.php +0 -2
- actions/subscriptions.php actions/subscriptions.php +15 -2
- actions/useradminpanel.php actions/useradminpanel.php +26 -19
- actions/userdesignsettings.php actions/userdesignsettings.php +1 -12
- actions/userxrd.php actions/userxrd.php +2 -2
- classes/Design.php classes/Design.php +1 -1
- classes/Fave.php classes/Fave.php +51 -0
- classes/File.php classes/File.php +173 -26
- classes/File_oembed.php classes/File_oembed.php +9 -19
- classes/File_redirection.php classes/File_redirection.php +34 -8
- classes/File_thumbnail.php classes/File_thumbnail.php +37 -4
- classes/File_to_post.php classes/File_to_post.php +15 -0
- classes/Group_member.php classes/Group_member.php +42 -1
- classes/Memcached_DataObject.php classes/Memcached_DataObject.php +11 -2
- classes/Message.php classes/Message.php +9 -2
- classes/Notice.php classes/Notice.php +327 -359
- classes/Notice_tag.php classes/Notice_tag.php +18 -8
- classes/Profile.php classes/Profile.php +69 -91
- classes/Queue_item.php classes/Queue_item.php +1 -1
- classes/Reply.php classes/Reply.php +3 -8
- classes/Session.php classes/Session.php +0 -2
- classes/Subscription.php classes/Subscription.php +160 -0
- classes/User.php classes/User.php +10 -15
- classes/User_group.php classes/User_group.php +70 -49
- classes/statusnet.ini classes/statusnet.ini +1 -14
- db/096to097.sql db/096to097.sql +26 -0
- db/notice_source.sql db/notice_source.sql +2 -1
- db/sms_carrier.sql db/sms_carrier.sql +2 -1
- db/statusnet.sql db/statusnet.sql +31 -8
- extlib/HTTP/Request.php extlib/HTTP/Request.php +0 -1521
- extlib/HTTP/Request/Listener.php extlib/HTTP/Request/Listener.php +0 -106
- extlib/Net/URL/Mapper.php extlib/Net/URL/Mapper.php +1 -1
- extlib/Net/URL/Mapper/Exception.php extlib/Net/URL/Mapper/Exception.php +1 -1
- extlib/Net/URL/Mapper/Part.php extlib/Net/URL/Mapper/Part.php +1 -1
- extlib/Net/URL/Mapper/Part/Dynamic.php extlib/Net/URL/Mapper/Part/Dynamic.php +1 -1
- extlib/Net/URL/Mapper/Part/Fixed.php extlib/Net/URL/Mapper/Part/Fixed.php +1 -1
- extlib/Net/URL/Mapper/Part/Wildcard.php extlib/Net/URL/Mapper/Part/Wildcard.php +1 -1
- extlib/Net/URL/Mapper/Path.php extlib/Net/URL/Mapper/Path.php +33 -12
- extlib/Net/URL/Mapper/Path.plex extlib/Net/URL/Mapper/Path.plex +334 -0
- extlib/Services/oEmbed.php extlib/Services/oEmbed.php +0 -357
- extlib/Services/oEmbed/Exception.php extlib/Services/oEmbed/Exception.php +0 -65
- extlib/Services/oEmbed/Exception/NoSupport.php extlib/Services/oEmbed/Exception/NoSupport.php +0 -63
- extlib/Services/oEmbed/Object.php extlib/Services/oEmbed/Object.php +0 -126
- extlib/Services/oEmbed/Object/Common.php extlib/Services/oEmbed/Object/Common.php +0 -139
- extlib/Services/oEmbed/Object/Exception.php extlib/Services/oEmbed/Object/Exception.php +0 -65
- extlib/Services/oEmbed/Object/Link.php extlib/Services/oEmbed/Object/Link.php +0 -73
- extlib/Services/oEmbed/Object/Photo.php extlib/Services/oEmbed/Object/Photo.php +0 -89
- extlib/Services/oEmbed/Object/Rich.php extlib/Services/oEmbed/Object/Rich.php +0 -82
- extlib/Services/oEmbed/Object/Video.php extlib/Services/oEmbed/Object/Video.php +0 -82
- index.php index.php +6 -1
- js/Makefile js/Makefile +15 -0
- js/emailsettings.js js/emailsettings.js +23 -0
- js/geometa.js js/geometa.js +217 -0
- js/jquery.cookie.min.js js/jquery.cookie.min.js +1 -0
- js/jquery.form.js js/jquery.form.js +803 -632
- js/jquery.form.min.js js/jquery.form.min.js +11 -0
- js/jquery.js js/jquery.js +2033 -1095
- js/jquery.min.js js/jquery.min.js +152 -140
- js/json2.js js/json2.js +480 -2
- js/json2.min.js js/json2.min.js +1 -0
- js/util.js js/util.js +556 -345
- js/util.min.js js/util.min.js +1 -0
- js/xbImportNode.js js/xbImportNode.js +47 -0
- lib/accountmover.php lib/accountmover.php +151 -0
- lib/accountsettingsaction.php lib/accountsettingsaction.php +2 -2
- lib/action.php lib/action.php +105 -26
- lib/activity.php lib/activity.php +185 -32
- lib/activitycontext.php lib/activitycontext.php +2 -0
- lib/activityimporter.php lib/activityimporter.php +365 -0
- lib/activitymover.php lib/activitymover.php +166 -0
- lib/activityobject.php lib/activityobject.php +160 -90
- lib/activitysink.php lib/activitysink.php +175 -0
- lib/activitysource.php lib/activitysource.php +56 -0
- lib/activityutils.php lib/activityutils.php +47 -0
- lib/apiaction.php lib/apiaction.php +27 -34
- lib/applicationeditform.php lib/applicationeditform.php +4 -4
- lib/arraywrapper.php lib/arraywrapper.php +4 -0
- lib/atom10feed.php lib/atom10feed.php +6 -3
- lib/atomcategory.php lib/atomcategory.php +8 -3
- lib/atomgroupnoticefeed.php lib/atomgroupnoticefeed.php +8 -2
- lib/atomusernoticefeed.php lib/atomusernoticefeed.php +2 -2
- lib/attachmentlist.php lib/attachmentlist.php +50 -22
- lib/cache.php lib/cache.php +4 -0
- lib/command.php lib/command.php +12 -8
- lib/commandinterpreter.php lib/commandinterpreter.php +262 -227
- lib/common.php lib/common.php +24 -3
- lib/connectsettingsaction.php lib/connectsettingsaction.php +2 -2
- lib/currentuserdesignaction.php lib/currentuserdesignaction.php +30 -5
- lib/default.php lib/default.php +16 -1
- lib/deleteuserform.php lib/deleteuserform.php +2 -4
- lib/designsettings.php lib/designsettings.php +39 -25
- lib/discovery.php lib/discovery.php +192 -15
- lib/disfavorform.php lib/disfavorform.php +8 -14
- lib/favorform.php lib/favorform.php +8 -13
- lib/featureduserssection.php lib/featureduserssection.php +1 -1
- lib/feedimporter.php lib/feedimporter.php +160 -0
- lib/feedlist.php lib/feedlist.php +1 -0
- lib/groupeditform.php lib/groupeditform.php +47 -48
- lib/htmloutputter.php lib/htmloutputter.php +10 -3
- lib/httpclient.php lib/httpclient.php +8 -0
- lib/imagefile.php lib/imagefile.php +99 -37
- lib/inlineattachmentlist.php lib/inlineattachmentlist.php +108 -0
- lib/linkheader.php lib/linkheader.php +129 -0
- lib/logingroupnav.php lib/logingroupnav.php +8 -7
- lib/mail.php lib/mail.php +6 -10
- lib/mailbox.php lib/mailbox.php +13 -148
- lib/mailhandler.php lib/mailhandler.php +4 -3
- lib/mediafile.php lib/mediafile.php +59 -1
- lib/messagelist.php lib/messagelist.php +107 -0
- lib/messagelistitem.php lib/messagelistitem.php +178 -0
- lib/nickname.php lib/nickname.php +196 -0
- lib/noticeform.php lib/noticeform.php +1 -1
- lib/noticelist.php lib/noticelist.php +21 -12
- lib/oembedhelper.php lib/oembedhelper.php +322 -0
- lib/personalgroupnav.php lib/personalgroupnav.php +24 -13
- lib/personaltagcloudsection.php lib/personaltagcloudsection.php +1 -2
- lib/ping.php lib/ping.php +36 -39
- lib/poco.php lib/poco.php +11 -7
- lib/pocoaddress.php lib/pocoaddress.php +10 -7
- lib/pocourl.php lib/pocourl.php +11 -6
- lib/popularnoticesection.php lib/popularnoticesection.php +1 -1
- lib/profileaction.php lib/profileaction.php +107 -67
- lib/profileformaction.php lib/profileformaction.php +4 -4
- lib/queuemanager.php lib/queuemanager.php +4 -0
- lib/right.php lib/right.php +4 -0
- lib/router.php lib/router.php +147 -90
- lib/search_engines.php lib/search_engines.php +9 -9
- lib/searchaction.php lib/searchaction.php +3 -3
- lib/statusnet.php lib/statusnet.php +5 -1
- lib/theme.php lib/theme.php +2 -16
- lib/themeuploader.php lib/themeuploader.php +4 -3
- lib/uapplugin.php lib/uapplugin.php +0 -9
- lib/unblockform.php lib/unblockform.php +1 -5
- lib/useractivitystream.php lib/useractivitystream.php +10 -4
- lib/userprofile.php lib/userprofile.php +28 -8
- lib/util.php lib/util.php +211 -39
- lib/uuid.php lib/uuid.php +109 -0
- lib/webcolor.php lib/webcolor.php +5 -4
- lib/xmppmanager.php lib/xmppmanager.php +1 -1
- lib/xrd.php lib/xrd.php +19 -3
- lib/xrdaction.php lib/xrdaction.php +162 -0
- locale/af/LC_MESSAGES/statusnet.po locale/af/LC_MESSAGES/statusnet.po +1640 -784
- locale/ar/LC_MESSAGES/statusnet.po locale/ar/LC_MESSAGES/statusnet.po +2515 -1220
- locale/arz/LC_MESSAGES/statusnet.po locale/arz/LC_MESSAGES/statusnet.po +2464 -1174
- locale/bg/LC_MESSAGES/statusnet.po locale/bg/LC_MESSAGES/statusnet.po +2427 -1182
- locale/br/LC_MESSAGES/statusnet.po locale/br/LC_MESSAGES/statusnet.po +2479 -1275
- locale/ca/LC_MESSAGES/statusnet.po locale/ca/LC_MESSAGES/statusnet.po +2535 -1373
- locale/cs/LC_MESSAGES/statusnet.po locale/cs/LC_MESSAGES/statusnet.po +2477 -1205
- locale/da/LC_MESSAGES/statusnet.po locale/da/LC_MESSAGES/statusnet.po +4476 -1080
- locale/de/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po +2529 -1316
- locale/el/LC_MESSAGES/statusnet.po locale/el/LC_MESSAGES/statusnet.po +4565 -973
- locale/en_GB/LC_MESSAGES/statusnet.po locale/en_GB/LC_MESSAGES/statusnet.po +2427 -1177
- locale/eo/LC_MESSAGES/statusnet.po locale/eo/LC_MESSAGES/statusnet.po +2486 -1229
- locale/es/LC_MESSAGES/statusnet.po locale/es/LC_MESSAGES/statusnet.po +2456 -1204
- locale/fa/LC_MESSAGES/statusnet.po locale/fa/LC_MESSAGES/statusnet.po +2428 -1184
- locale/fi/LC_MESSAGES/statusnet.po locale/fi/LC_MESSAGES/statusnet.po +2422 -1188
- locale/fr/LC_MESSAGES/statusnet.po locale/fr/LC_MESSAGES/statusnet.po +2477 -1236
- locale/ga/LC_MESSAGES/statusnet.po locale/ga/LC_MESSAGES/statusnet.po +1647 -754
- locale/gl/LC_MESSAGES/statusnet.po locale/gl/LC_MESSAGES/statusnet.po +2463 -1217
- locale/he/LC_MESSAGES/statusnet.po locale/he/LC_MESSAGES/statusnet.po +5249 -845
- locale/hsb/LC_MESSAGES/statusnet.po locale/hsb/LC_MESSAGES/statusnet.po +2814 -1750
- locale/hu/LC_MESSAGES/statusnet.po locale/hu/LC_MESSAGES/statusnet.po +2435 -1187
- locale/ia/LC_MESSAGES/statusnet.po locale/ia/LC_MESSAGES/statusnet.po +2427 -1235
- locale/is/LC_MESSAGES/statusnet.po locale/is/LC_MESSAGES/statusnet.po +2411 -1169
- locale/it/LC_MESSAGES/statusnet.po locale/it/LC_MESSAGES/statusnet.po +2450 -1192
- locale/ja/LC_MESSAGES/statusnet.po locale/ja/LC_MESSAGES/statusnet.po +2444 -1206
- locale/ka/LC_MESSAGES/statusnet.po locale/ka/LC_MESSAGES/statusnet.po +2430 -1192
- locale/ko/LC_MESSAGES/statusnet.po locale/ko/LC_MESSAGES/statusnet.po +2406 -1176
- locale/mk/LC_MESSAGES/statusnet.po locale/mk/LC_MESSAGES/statusnet.po +2447 -1256
- locale/ml/LC_MESSAGES/statusnet.po locale/ml/LC_MESSAGES/statusnet.po +9123 -0
- locale/nb/LC_MESSAGES/statusnet.po locale/nb/LC_MESSAGES/statusnet.po +2549 -1355
- locale/nl/LC_MESSAGES/statusnet.po locale/nl/LC_MESSAGES/statusnet.po +2450 -1237
- locale/nn/LC_MESSAGES/statusnet.po locale/nn/LC_MESSAGES/statusnet.po +2412 -1185
- locale/pl/LC_MESSAGES/statusnet.po locale/pl/LC_MESSAGES/statusnet.po +2450 -1240
- locale/pt/LC_MESSAGES/statusnet.po locale/pt/LC_MESSAGES/statusnet.po +2470 -1207
- locale/pt_BR/LC_MESSAGES/statusnet.po locale/pt_BR/LC_MESSAGES/statusnet.po +2580 -1375
- locale/ru/LC_MESSAGES/statusnet.po locale/ru/LC_MESSAGES/statusnet.po +2636 -1422
- locale/statusnet.pot locale/statusnet.pot +2333 -1169
- locale/sv/LC_MESSAGES/statusnet.po locale/sv/LC_MESSAGES/statusnet.po +2499 -1284
- locale/te/LC_MESSAGES/statusnet.po locale/te/LC_MESSAGES/statusnet.po +2443 -1212
- locale/tr/LC_MESSAGES/statusnet.po locale/tr/LC_MESSAGES/statusnet.po +2454 -1258
- locale/uk/LC_MESSAGES/statusnet.po locale/uk/LC_MESSAGES/statusnet.po +2449 -1233
- locale/vi/LC_MESSAGES/statusnet.po locale/vi/LC_MESSAGES/statusnet.po +5333 -906
- locale/zh_CN/LC_MESSAGES/statusnet.po locale/zh_CN/LC_MESSAGES/statusnet.po +2492 -1380
- plugins/APC/locale/APC.pot plugins/APC/locale/APC.pot +1 -1
- plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po +31 -0
- plugins/APC/locale/br/LC_MESSAGES/APC.po plugins/APC/locale/br/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/es/LC_MESSAGES/APC.po plugins/APC/locale/es/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/fr/LC_MESSAGES/APC.po plugins/APC/locale/fr/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/gl/LC_MESSAGES/APC.po plugins/APC/locale/gl/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/he/LC_MESSAGES/APC.po plugins/APC/locale/he/LC_MESSAGES/APC.po +30 -0
- plugins/APC/locale/ia/LC_MESSAGES/APC.po plugins/APC/locale/ia/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/id/LC_MESSAGES/APC.po plugins/APC/locale/id/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/mk/LC_MESSAGES/APC.po plugins/APC/locale/mk/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/nb/LC_MESSAGES/APC.po plugins/APC/locale/nb/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/nl/LC_MESSAGES/APC.po plugins/APC/locale/nl/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/pl/LC_MESSAGES/APC.po plugins/APC/locale/pl/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/pt/LC_MESSAGES/APC.po plugins/APC/locale/pt/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/ru/LC_MESSAGES/APC.po plugins/APC/locale/ru/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/tl/LC_MESSAGES/APC.po plugins/APC/locale/tl/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/uk/LC_MESSAGES/APC.po plugins/APC/locale/uk/LC_MESSAGES/APC.po +5 -5
- plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po +5 -5
- plugins/Adsense/AdsensePlugin.php plugins/Adsense/AdsensePlugin.php +1 -1
- plugins/Adsense/locale/Adsense.pot plugins/Adsense/locale/Adsense.pot +2 -2
- plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po +103 -0
- plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po +102 -0
- plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po +9 -8
- plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/he/LC_MESSAGES/Adsense.po plugins/Adsense/locale/he/LC_MESSAGES/Adsense.po +101 -0
- plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po +6 -6
- plugins/Adsense/locale/lb/LC_MESSAGES/Adsense.po plugins/Adsense/locale/lb/LC_MESSAGES/Adsense.po +101 -0
- plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po +6 -6
- plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po +6 -6
- plugins/Adsense/locale/pl/LC_MESSAGES/Adsense.po plugins/Adsense/locale/pl/LC_MESSAGES/Adsense.po +102 -0
- plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po +101 -0
- plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po +8 -8
- plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po +6 -6
- plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/tr/LC_MESSAGES/Adsense.po plugins/Adsense/locale/tr/LC_MESSAGES/Adsense.po +101 -0
- plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po +7 -7
- plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po +7 -7
- plugins/AnonymousFave/locale/AnonymousFave.pot plugins/AnonymousFave/locale/AnonymousFave.pot +1 -1
- plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po ...onymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po +104 -0
- plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po +8 -8
- plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po +102 -0
- plugins/AnonymousFave/locale/ru/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/ru/LC_MESSAGES/AnonymousFave.po +102 -0
- plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po +5 -5
- plugins/AutoSandbox/locale/AutoSandbox.pot plugins/AutoSandbox/locale/AutoSandbox.pot +1 -1
- plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po ...s/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po +46 -0
- plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po +45 -0
- plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po +5 -5
- plugins/Autocomplete/Autocomplete.js plugins/Autocomplete/Autocomplete.js +36 -35
- plugins/Autocomplete/AutocompletePlugin.php plugins/Autocomplete/AutocompletePlugin.php +1 -1
- plugins/Autocomplete/README plugins/Autocomplete/README +9 -2
- plugins/Autocomplete/autocomplete.php plugins/Autocomplete/autocomplete.php +45 -3
- plugins/Autocomplete/locale/Autocomplete.pot plugins/Autocomplete/locale/Autocomplete.pot +1 -1
- plugins/Autocomplete/locale/be-tarask/LC_MESSAGES/Autocomplete.po ...Autocomplete/locale/be-tarask/LC_MESSAGES/Autocomplete.po +33 -0
- plugins/Autocomplete/locale/br/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/br/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po +32 -0
- plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/id/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/id/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/ja/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/ja/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/pt/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/pt/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/pt_BR/LC_MESSAGES/Autocomplete.po ...ins/Autocomplete/locale/pt_BR/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/ru/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/ru/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Autocomplete/locale/zh_CN/LC_MESSAGES/Autocomplete.po ...ins/Autocomplete/locale/zh_CN/LC_MESSAGES/Autocomplete.po +5 -5
- plugins/Awesomeness/AwesomenessPlugin.php plugins/Awesomeness/AwesomenessPlugin.php +14 -16
- plugins/Awesomeness/locale/Awesomeness.pot plugins/Awesomeness/locale/Awesomeness.pot +23 -0
- plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po ...s/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po +31 -0
- plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po +30 -0
- plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po +30 -0
- plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po +30 -0
- plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po +30 -0
- plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po +29 -0
- plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po +31 -0
- plugins/BitlyUrl/locale/BitlyUrl.pot plugins/BitlyUrl/locale/BitlyUrl.pot +4 -4
- plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po +90 -0
- plugins/BitlyUrl/locale/br/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/br/LC_MESSAGES/BitlyUrl.po +78 -0
- plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po +84 -0
- plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po +8 -8
- plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po +80 -0
- plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po +8 -8
- plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po +8 -8
- plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po +9 -9
- plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po +8 -8
- plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po +26 -18
- plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po +8 -8
- plugins/Blacklist/locale/Blacklist.pot plugins/Blacklist/locale/Blacklist.pot +1 -1
- plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po +131 -0
- plugins/Blacklist/locale/br/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/br/LC_MESSAGES/Blacklist.po +14 -14
- plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po +13 -15
- plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po +5 -5
- plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po +13 -15
- plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po +4 -4
- plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po +5 -5
- plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po +5 -5
- plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po +5 -5
- plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po +132 -0
- plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po +5 -5
- plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po +16 -17
- plugins/BlankAd/locale/BlankAd.pot plugins/BlankAd/locale/BlankAd.pot +1 -1
- plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po +27 -0
- plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po +26 -0
- plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po +26 -0
- plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po +5 -5
- plugins/BlogspamNet/locale/BlogspamNet.pot plugins/BlogspamNet/locale/BlogspamNet.pot +1 -1
- plugins/BlogspamNet/locale/be-tarask/LC_MESSAGES/BlogspamNet.po ...s/BlogspamNet/locale/be-tarask/LC_MESSAGES/BlogspamNet.po +28 -0
- plugins/BlogspamNet/locale/br/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/br/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/he/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/he/LC_MESSAGES/BlogspamNet.po +26 -0
- plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/pt/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/pt/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/BlogspamNet/locale/zh_CN/LC_MESSAGES/BlogspamNet.po plugins/BlogspamNet/locale/zh_CN/LC_MESSAGES/BlogspamNet.po +5 -5
- plugins/Bookmark/Bookmark.php plugins/Bookmark/Bookmark.php +325 -0
- plugins/Bookmark/BookmarkPlugin.php plugins/Bookmark/BookmarkPlugin.php +798 -0
- plugins/Bookmark/bookmark.css plugins/Bookmark/bookmark.css +8 -0
- plugins/Bookmark/bookmarkform.php plugins/Bookmark/bookmarkform.php +164 -0
- plugins/Bookmark/bookmarklet plugins/Bookmark/bookmarklet +9 -0
- plugins/Bookmark/bookmarkpopup.js plugins/Bookmark/bookmarkpopup.js +30 -0
- plugins/Bookmark/bookmarkpopup.php plugins/Bookmark/bookmarkpopup.php +112 -0
- plugins/Bookmark/deliciousbackupimporter.php plugins/Bookmark/deliciousbackupimporter.php +310 -0
- plugins/Bookmark/deliciousbookmarkimporter.php plugins/Bookmark/deliciousbookmarkimporter.php +89 -0
- plugins/Bookmark/importbookmarks.php plugins/Bookmark/importbookmarks.php +96 -0
- plugins/Bookmark/importdelicious.php plugins/Bookmark/importdelicious.php +345 -0
- plugins/Bookmark/locale/Bookmark.pot plugins/Bookmark/locale/Bookmark.pot +31 -0
- plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po +36 -0
- plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po +36 -0
- plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po +36 -0
- plugins/Bookmark/locale/ru/LC_MESSAGES/Bookmark.po plugins/Bookmark/locale/ru/LC_MESSAGES/Bookmark.po +37 -0
- plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po +37 -0
- plugins/Bookmark/locale/zh_CN/LC_MESSAGES/Bookmark.po plugins/Bookmark/locale/zh_CN/LC_MESSAGES/Bookmark.po +37 -0
- plugins/Bookmark/newbookmark.php plugins/Bookmark/newbookmark.php +196 -0
- plugins/Bookmark/noticebyurl.php plugins/Bookmark/noticebyurl.php +177 -0
- plugins/Bookmark/showbookmark.php plugins/Bookmark/showbookmark.php +125 -0
- plugins/CacheLog/locale/CacheLog.pot plugins/CacheLog/locale/CacheLog.pot +1 -1
- plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po +27 -0
- plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po +26 -0
- plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po +26 -0
- plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po +5 -5
- plugins/CasAuthentication/CasAuthenticationPlugin.php plugins/CasAuthentication/CasAuthenticationPlugin.php +1 -1
- plugins/CasAuthentication/locale/CasAuthentication.pot plugins/CasAuthentication/locale/CasAuthentication.pot +1 -1
- plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po ...ication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po +76 -0
- plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/br/LC_MESSAGES/CasAuthentication.po +75 -0
- plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/de/LC_MESSAGES/CasAuthentication.po +71 -0
- plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/es/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/fr/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/gl/LC_MESSAGES/CasAuthentication.po +73 -0
- plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/ia/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/mk/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/nl/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po ...hentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/ru/LC_MESSAGES/CasAuthentication.po +77 -0
- plugins/CasAuthentication/locale/te/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/te/LC_MESSAGES/CasAuthentication.po +71 -0
- plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po ...Authentication/locale/uk/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po ...hentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po +5 -5
- plugins/ClientSideShorten/locale/ClientSideShorten.pot plugins/ClientSideShorten/locale/ClientSideShorten.pot +1 -1
- plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po ...Shorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po +35 -0
- plugins/ClientSideShorten/locale/br/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/br/LC_MESSAGES/ClientSideShorten.po +32 -0
- plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po +6 -6
- plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po +34 -0
- plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po +36 -0
- plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po ...entSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po +7 -6
- plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po ...SideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po +5 -5
- plugins/Comet/locale/Comet.pot plugins/Comet/locale/Comet.pot +1 -1
- plugins/Comet/locale/be-tarask/LC_MESSAGES/Comet.po plugins/Comet/locale/be-tarask/LC_MESSAGES/Comet.po +28 -0
- plugins/Comet/locale/br/LC_MESSAGES/Comet.po plugins/Comet/locale/br/LC_MESSAGES/Comet.po +28 -0
- plugins/Comet/locale/de/LC_MESSAGES/Comet.po plugins/Comet/locale/de/LC_MESSAGES/Comet.po +26 -0
- plugins/Comet/locale/es/LC_MESSAGES/Comet.po plugins/Comet/locale/es/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/fr/LC_MESSAGES/Comet.po plugins/Comet/locale/fr/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/he/LC_MESSAGES/Comet.po plugins/Comet/locale/he/LC_MESSAGES/Comet.po +26 -0
- plugins/Comet/locale/ia/LC_MESSAGES/Comet.po plugins/Comet/locale/ia/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/id/LC_MESSAGES/Comet.po plugins/Comet/locale/id/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/mk/LC_MESSAGES/Comet.po plugins/Comet/locale/mk/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/nb/LC_MESSAGES/Comet.po plugins/Comet/locale/nb/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/nl/LC_MESSAGES/Comet.po plugins/Comet/locale/nl/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/pt/LC_MESSAGES/Comet.po plugins/Comet/locale/pt/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/pt_BR/LC_MESSAGES/Comet.po plugins/Comet/locale/pt_BR/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/ru/LC_MESSAGES/Comet.po plugins/Comet/locale/ru/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/tl/LC_MESSAGES/Comet.po plugins/Comet/locale/tl/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/uk/LC_MESSAGES/Comet.po plugins/Comet/locale/uk/LC_MESSAGES/Comet.po +5 -5
- plugins/Comet/locale/zh_CN/LC_MESSAGES/Comet.po plugins/Comet/locale/zh_CN/LC_MESSAGES/Comet.po +5 -5
- plugins/DirectionDetector/locale/DirectionDetector.pot plugins/DirectionDetector/locale/DirectionDetector.pot +1 -1
- plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po ...etector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po +29 -0
- plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po +28 -0
- plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po ...ectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po ...ionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po +5 -5
- plugins/DiskCache/locale/DiskCache.pot plugins/DiskCache/locale/DiskCache.pot +1 -1
- plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po +27 -0
- plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po +27 -0
- plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po +26 -0
- plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po +5 -5
- plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po +5 -5
- plugins/Disqus/DisqusPlugin.php plugins/Disqus/DisqusPlugin.php +4 -0
- plugins/Disqus/locale/Disqus.pot plugins/Disqus/locale/Disqus.pot +9 -5
- plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po +53 -0
- plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po +16 -10
- plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po +15 -9
- plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po +47 -0
- plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/lb/LC_MESSAGES/Disqus.po plugins/Disqus/locale/lb/LC_MESSAGES/Disqus.po +47 -0
- plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/te/LC_MESSAGES/Disqus.po plugins/Disqus/locale/te/LC_MESSAGES/Disqus.po +47 -0
- plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po +13 -9
- plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po +13 -9
- plugins/Echo/locale/Echo.pot plugins/Echo/locale/Echo.pot +1 -1
- plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po +31 -0
- plugins/Echo/locale/br/LC_MESSAGES/Echo.po plugins/Echo/locale/br/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/de/LC_MESSAGES/Echo.po plugins/Echo/locale/de/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/es/LC_MESSAGES/Echo.po plugins/Echo/locale/es/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/fi/LC_MESSAGES/Echo.po plugins/Echo/locale/fi/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/fr/LC_MESSAGES/Echo.po plugins/Echo/locale/fr/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/he/LC_MESSAGES/Echo.po plugins/Echo/locale/he/LC_MESSAGES/Echo.po +30 -0
- plugins/Echo/locale/ia/LC_MESSAGES/Echo.po plugins/Echo/locale/ia/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/id/LC_MESSAGES/Echo.po plugins/Echo/locale/id/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/lb/LC_MESSAGES/Echo.po plugins/Echo/locale/lb/LC_MESSAGES/Echo.po +30 -0
- plugins/Echo/locale/mk/LC_MESSAGES/Echo.po plugins/Echo/locale/mk/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/nb/LC_MESSAGES/Echo.po plugins/Echo/locale/nb/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/nl/LC_MESSAGES/Echo.po plugins/Echo/locale/nl/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/pt/LC_MESSAGES/Echo.po plugins/Echo/locale/pt/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/ru/LC_MESSAGES/Echo.po plugins/Echo/locale/ru/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/tl/LC_MESSAGES/Echo.po plugins/Echo/locale/tl/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/uk/LC_MESSAGES/Echo.po plugins/Echo/locale/uk/LC_MESSAGES/Echo.po +5 -5
- plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po +5 -5
- plugins/EmailAuthentication/locale/EmailAuthentication.pot plugins/EmailAuthentication/locale/EmailAuthentication.pot +1 -1
- plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po ...ation/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po +31 -0
- plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/br/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/de/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/es/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/fr/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/he/LC_MESSAGES/EmailAuthentication.po +28 -0
- plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/ia/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/id/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/ja/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/mk/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/nb/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/nl/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/pt/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po ...ntication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/ru/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/tl/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po ...thentication/locale/uk/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po ...ntication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po +5 -5
- plugins/EmailSummary/EmailSummaryPlugin.php plugins/EmailSummary/EmailSummaryPlugin.php +202 -0
- plugins/EmailSummary/Email_summary_status.php plugins/EmailSummary/Email_summary_status.php +167 -0
- plugins/EmailSummary/locale/EmailSummary.pot plugins/EmailSummary/locale/EmailSummary.pot +21 -0
- plugins/EmailSummary/locale/be-tarask/LC_MESSAGES/EmailSummary.po ...EmailSummary/locale/be-tarask/LC_MESSAGES/EmailSummary.po +28 -0
- plugins/EmailSummary/locale/br/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/br/LC_MESSAGES/EmailSummary.po +26 -0
- plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po +28 -0
- plugins/EmailSummary/locale/he/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/he/LC_MESSAGES/EmailSummary.po +26 -0
- plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po +26 -0
- plugins/EmailSummary/locale/id/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/id/LC_MESSAGES/EmailSummary.po +26 -0
- plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po +26 -0
- plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po +26 -0
- plugins/EmailSummary/locale/ru/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/ru/LC_MESSAGES/EmailSummary.po +28 -0
- plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po +29 -0
- plugins/EmailSummary/locale/zh_CN/LC_MESSAGES/EmailSummary.po ...ins/EmailSummary/locale/zh_CN/LC_MESSAGES/EmailSummary.po +27 -0
- plugins/EmailSummary/sendemailsummary.php plugins/EmailSummary/sendemailsummary.php +47 -0
- plugins/EmailSummary/siteemailsummaryhandler.php plugins/EmailSummary/siteemailsummaryhandler.php +96 -0
- plugins/EmailSummary/useremailsummaryhandler.php plugins/EmailSummary/useremailsummaryhandler.php +226 -0
- plugins/Facebook/FBC_XDReceiver.php plugins/Facebook/FBC_XDReceiver.php +0 -66
- plugins/Facebook/FBConnect.css plugins/Facebook/FBConnect.css +0 -36
- plugins/Facebook/FBConnectSettings.php plugins/Facebook/FBConnectSettings.php +0 -203
- plugins/Facebook/FacebookPlugin.php plugins/Facebook/FacebookPlugin.php +0 -599
- plugins/Facebook/README plugins/Facebook/README +0 -157
- plugins/Facebook/facebook/facebook.php plugins/Facebook/facebook/facebook.php +0 -609
- plugins/Facebook/facebook/facebook_desktop.php plugins/Facebook/facebook/facebook_desktop.php +0 -104
- plugins/Facebook/facebook/facebook_mobile.php plugins/Facebook/facebook/facebook_mobile.php +0 -260
- plugins/Facebook/facebook/facebookapi_php5_restlib.php plugins/Facebook/facebook/facebookapi_php5_restlib.php +0 -3702
- plugins/Facebook/facebook/jsonwrapper/JSON/JSON.php plugins/Facebook/facebook/jsonwrapper/JSON/JSON.php +0 -806
- plugins/Facebook/facebook/jsonwrapper/JSON/LICENSE plugins/Facebook/facebook/jsonwrapper/JSON/LICENSE +0 -21
- plugins/Facebook/facebook/jsonwrapper/jsonwrapper.php plugins/Facebook/facebook/jsonwrapper/jsonwrapper.php +0 -6
- plugins/Facebook/facebook/jsonwrapper/jsonwrapper_inner.php plugins/Facebook/facebook/jsonwrapper/jsonwrapper_inner.php +0 -23
- plugins/Facebook/facebookaction.php plugins/Facebook/facebookaction.php +0 -531
- plugins/Facebook/facebookapp.css plugins/Facebook/facebookapp.css +0 -115
- plugins/Facebook/facebookapp.js plugins/Facebook/facebookapp.js +0 -33
- plugins/Facebook/facebookhome.php plugins/Facebook/facebookhome.php +0 -246
- plugins/Facebook/facebookinvite.php plugins/Facebook/facebookinvite.php +0 -145
- plugins/Facebook/facebooklogin.php plugins/Facebook/facebooklogin.php +0 -97
- plugins/Facebook/facebooknoticeform.php plugins/Facebook/facebooknoticeform.php +0 -198
- plugins/Facebook/facebookremove.php plugins/Facebook/facebookremove.php +0 -73
- plugins/Facebook/facebooksettings.php plugins/Facebook/facebooksettings.php +0 -136
- plugins/Facebook/facebookutil.php plugins/Facebook/facebookutil.php +0 -409
- plugins/Facebook/fbfavicon.ico plugins/Facebook/fbfavicon.ico +0 -0
- plugins/Facebook/locale/de/LC_MESSAGES/Facebook.po plugins/Facebook/locale/de/LC_MESSAGES/Facebook.po +0 -584
- plugins/Facebook/locale/es/LC_MESSAGES/Facebook.po plugins/Facebook/locale/es/LC_MESSAGES/Facebook.po +0 -569
- plugins/Facebook/locale/fr/LC_MESSAGES/Facebook.po plugins/Facebook/locale/fr/LC_MESSAGES/Facebook.po +0 -587
- plugins/Facebook/locale/gl/LC_MESSAGES/Facebook.po plugins/Facebook/locale/gl/LC_MESSAGES/Facebook.po +0 -551
- plugins/Facebook/locale/mk/LC_MESSAGES/Facebook.po plugins/Facebook/locale/mk/LC_MESSAGES/Facebook.po +0 -573
- plugins/Facebook/locale/nb/LC_MESSAGES/Facebook.po plugins/Facebook/locale/nb/LC_MESSAGES/Facebook.po +0 -544
- plugins/Facebook/locale/pt_BR/LC_MESSAGES/Facebook.po plugins/Facebook/locale/pt_BR/LC_MESSAGES/Facebook.po +0 -550
- plugins/Facebook/locale/tl/LC_MESSAGES/Facebook.po plugins/Facebook/locale/tl/LC_MESSAGES/Facebook.po +0 -589
- plugins/Facebook/locale/zh_CN/LC_MESSAGES/Facebook.po plugins/Facebook/locale/zh_CN/LC_MESSAGES/Facebook.po +0 -559
- plugins/FacebookBridge/FacebookBridgePlugin.php plugins/FacebookBridge/FacebookBridgePlugin.php +552 -0
- plugins/FacebookBridge/README plugins/FacebookBridge/README +108 -0
- plugins/FacebookBridge/actions/facebookadminpanel.php plugins/FacebookBridge/actions/facebookadminpanel.php +9 -9
- plugins/FacebookBridge/actions/facebookdeauthorize.php plugins/FacebookBridge/actions/facebookdeauthorize.php +144 -0
- plugins/FacebookBridge/actions/facebookfinishlogin.php plugins/FacebookBridge/actions/facebookfinishlogin.php +318 -118
- plugins/FacebookBridge/actions/facebooklogin.php plugins/FacebookBridge/actions/facebooklogin.php +123 -0
- plugins/FacebookBridge/actions/facebooksettings.php plugins/FacebookBridge/actions/facebooksettings.php +266 -0
- plugins/FacebookBridge/classes/Notice_to_item.php plugins/FacebookBridge/classes/Notice_to_item.php +190 -0
- plugins/FacebookBridge/extlib/facebook.php plugins/FacebookBridge/extlib/facebook.php +963 -0
- plugins/FacebookBridge/extlib/fb_ca_chain_bundle.crt plugins/FacebookBridge/extlib/fb_ca_chain_bundle.crt +121 -0
- plugins/FacebookBridge/images/login-button.png plugins/FacebookBridge/images/login-button.png +0 -0
- plugins/FacebookBridge/lib/facebookclient.php plugins/FacebookBridge/lib/facebookclient.php +1139 -0
- plugins/FacebookBridge/lib/facebookqueuehandler.php plugins/FacebookBridge/lib/facebookqueuehandler.php +18 -8
- plugins/FacebookBridge/locale/FacebookBridge.pot plugins/FacebookBridge/locale/FacebookBridge.pot +295 -0
- plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po ...ns/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po +302 -0
- plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po ...ns/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po +316 -0
- plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po ...ns/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po +316 -0
- plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po ...ns/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po +313 -0
- plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po ...ns/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po +320 -0
- plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po ...ns/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po +316 -0
- plugins/FirePHP/locale/FirePHP.pot plugins/FirePHP/locale/FirePHP.pot +1 -1
- plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po +27 -0
- plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po +26 -0
- plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po +5 -5
- plugins/FollowEveryone/locale/FollowEveryone.pot plugins/FollowEveryone/locale/FollowEveryone.pot +1 -1
- plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po +28 -0
- plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po +28 -0
- plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po +26 -0
- plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po +5 -5
- plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po +5 -5
- plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po +5 -5
- plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po +29 -0
- plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po ...ns/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po +5 -5
- plugins/ForceGroup/locale/ForceGroup.pot plugins/ForceGroup/locale/ForceGroup.pot +1 -1
- plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po +36 -0
- plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po +38 -0
- plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po +36 -0
- plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po +5 -5
- plugins/GeoURL/locale/GeoURL.pot plugins/GeoURL/locale/GeoURL.pot +1 -1
- plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po +30 -0
- plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po +5 -5
- plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po +5 -5
- plugins/Geonames/locale/Geonames.pot plugins/Geonames/locale/Geonames.pot +1 -1
- plugins/Geonames/locale/br/LC_MESSAGES/Geonames.po plugins/Geonames/locale/br/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/eo/LC_MESSAGES/Geonames.po plugins/Geonames/locale/eo/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/he/LC_MESSAGES/Geonames.po plugins/Geonames/locale/he/LC_MESSAGES/Geonames.po +30 -0
- plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/id/LC_MESSAGES/Geonames.po plugins/Geonames/locale/id/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/nb/LC_MESSAGES/Geonames.po plugins/Geonames/locale/nb/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/pt/LC_MESSAGES/Geonames.po plugins/Geonames/locale/pt/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/pt_BR/LC_MESSAGES/Geonames.po plugins/Geonames/locale/pt_BR/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/ru/LC_MESSAGES/Geonames.po plugins/Geonames/locale/ru/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po +5 -5
- plugins/Geonames/locale/zh_CN/LC_MESSAGES/Geonames.po plugins/Geonames/locale/zh_CN/LC_MESSAGES/Geonames.po +5 -5
- plugins/GoogleAnalytics/locale/GoogleAnalytics.pot plugins/GoogleAnalytics/locale/GoogleAnalytics.pot +1 -1
- plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po +30 -0
- plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po +30 -0
- plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po ...ogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po .../GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po ...ogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po +5 -5
- plugins/Gravatar/locale/Gravatar.pot plugins/Gravatar/locale/Gravatar.pot +1 -1
- plugins/Gravatar/locale/br/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/br/LC_MESSAGES/Gravatar.po +72 -0
- plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po +11 -14
- plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po +72 -0
- plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/te/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/te/LC_MESSAGES/Gravatar.po +72 -0
- plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po +5 -5
- plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po +5 -5
- plugins/GroupFavorited/groupfavoritedaction.php plugins/GroupFavorited/groupfavoritedaction.php +1 -6
- plugins/GroupFavorited/locale/GroupFavorited.pot plugins/GroupFavorited/locale/GroupFavorited.pot +3 -3
- plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po +53 -0
- plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po +53 -0
- plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po ...ns/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po +7 -7
- plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php +505 -0
- plugins/GroupPrivateMessage/Group_message.php plugins/GroupPrivateMessage/Group_message.php +208 -0
- plugins/GroupPrivateMessage/Group_message_profile.php plugins/GroupPrivateMessage/Group_message_profile.php +189 -0
- plugins/GroupPrivateMessage/Group_privacy_settings.php plugins/GroupPrivateMessage/Group_privacy_settings.php +201 -0
- plugins/GroupPrivateMessage/groupinbox.php plugins/GroupPrivateMessage/groupinbox.php +208 -0
- plugins/GroupPrivateMessage/groupmessagecommand.php plugins/GroupPrivateMessage/groupmessagecommand.php +85 -0
- plugins/GroupPrivateMessage/groupmessageform.php plugins/GroupPrivateMessage/groupmessageform.php +166 -0
- plugins/GroupPrivateMessage/groupmessagelist.php plugins/GroupPrivateMessage/groupmessagelist.php +90 -0
- plugins/GroupPrivateMessage/groupmessagelistitem.php plugins/GroupPrivateMessage/groupmessagelistitem.php +113 -0
- plugins/GroupPrivateMessage/newgroupmessage.php plugins/GroupPrivateMessage/newgroupmessage.php +161 -0
- plugins/GroupPrivateMessage/showgroupmessage.php plugins/GroupPrivateMessage/showgroupmessage.php +188 -0
- plugins/Imap/locale/Imap.pot plugins/Imap/locale/Imap.pot +1 -1
- plugins/Imap/locale/br/LC_MESSAGES/Imap.po plugins/Imap/locale/br/LC_MESSAGES/Imap.po +54 -0
- plugins/Imap/locale/fr/LC_MESSAGES/Imap.po plugins/Imap/locale/fr/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/ia/LC_MESSAGES/Imap.po plugins/Imap/locale/ia/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/mk/LC_MESSAGES/Imap.po plugins/Imap/locale/mk/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/nb/LC_MESSAGES/Imap.po plugins/Imap/locale/nb/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/nl/LC_MESSAGES/Imap.po plugins/Imap/locale/nl/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/ru/LC_MESSAGES/Imap.po plugins/Imap/locale/ru/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/tl/LC_MESSAGES/Imap.po plugins/Imap/locale/tl/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/uk/LC_MESSAGES/Imap.po plugins/Imap/locale/uk/LC_MESSAGES/Imap.po +5 -5
- plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po +5 -5
- plugins/InProcessCache/InProcessCachePlugin.php plugins/InProcessCache/InProcessCachePlugin.php +215 -0
- plugins/InProcessCache/locale/InProcessCache.pot plugins/InProcessCache/locale/InProcessCache.pot +21 -0
- plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po ...ns/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po +26 -0
- plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po ...ns/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po +26 -0
- plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po ...ns/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po +26 -0
- plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po ...ns/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po +26 -0
- plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po ...ns/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po +27 -0
- plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po ...ns/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po +27 -0
- plugins/InfiniteScroll/infinitescroll.js plugins/InfiniteScroll/infinitescroll.js +7 -1
- plugins/InfiniteScroll/jquery.infinitescroll.js plugins/InfiniteScroll/jquery.infinitescroll.js +1 -1
- plugins/InfiniteScroll/locale/InfiniteScroll.pot plugins/InfiniteScroll/locale/InfiniteScroll.pot +1 -1
- plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po +34 -0
- plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po ...InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po ...ns/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po ...InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po +5 -5
- plugins/LdapAuthentication/locale/LdapAuthentication.pot plugins/LdapAuthentication/locale/LdapAuthentication.pot +1 -1
- plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/es/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/he/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/he/LC_MESSAGES/LdapAuthentication.po +28 -0
- plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/id/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/id/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/ja/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/ja/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/nb/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/nb/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/pt_BR/LC_MESSAGES/LdapAuthentication.po ...entication/locale/pt_BR/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/ru/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/ru/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po ...uthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthentication/locale/zh_CN/LC_MESSAGES/LdapAuthentication.po ...entication/locale/zh_CN/LC_MESSAGES/LdapAuthentication.po +5 -5
- plugins/LdapAuthorization/locale/LdapAuthorization.pot plugins/LdapAuthorization/locale/LdapAuthorization.pot +1 -1
- plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/he/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/he/LC_MESSAGES/LdapAuthorization.po +28 -0
- plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/id/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/id/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/nb/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/nb/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/pt_BR/LC_MESSAGES/LdapAuthorization.po ...thorization/locale/pt_BR/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/ru/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/ru/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po ...pAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapAuthorization/locale/zh_CN/LC_MESSAGES/LdapAuthorization.po ...thorization/locale/zh_CN/LC_MESSAGES/LdapAuthorization.po +5 -5
- plugins/LdapCommon/LdapCommon.php plugins/LdapCommon/LdapCommon.php +2 -2
- plugins/LilUrl/locale/LilUrl.pot plugins/LilUrl/locale/LilUrl.pot +1 -1
- plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po +31 -0
- plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po +31 -0
- plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po +5 -5
- plugins/LinkPreview/LinkPreviewPlugin.php plugins/LinkPreview/LinkPreviewPlugin.php +101 -0
- plugins/LinkPreview/Makefile plugins/LinkPreview/Makefile +11 -0
- plugins/LinkPreview/linkpreview.js plugins/LinkPreview/linkpreview.js +247 -0
- plugins/LinkPreview/linkpreview.min.js plugins/LinkPreview/linkpreview.min.js +1 -0
- plugins/LinkPreview/locale/LinkPreview.pot plugins/LinkPreview/locale/LinkPreview.pot +21 -0
- plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po +28 -0
- plugins/LinkPreview/locale/he/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/he/LC_MESSAGES/LinkPreview.po +26 -0
- plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po +28 -0
- plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po +27 -0
- plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po +28 -0
- plugins/LinkPreview/locale/pt/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/pt/LC_MESSAGES/LinkPreview.po +27 -0
- plugins/LinkPreview/locale/ru/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/ru/LC_MESSAGES/LinkPreview.po +28 -0
- plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po +28 -0
- plugins/LinkPreview/oembedproxyaction.php plugins/LinkPreview/oembedproxyaction.php +87 -0
- plugins/Linkback/locale/Linkback.pot plugins/Linkback/locale/Linkback.pot +1 -1
- plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po +34 -0
- plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po +5 -5
- plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po +5 -5
- plugins/LogFilter/LogFilterPlugin.php plugins/LogFilter/LogFilterPlugin.php +94 -0
- plugins/LogFilter/locale/LogFilter.pot plugins/LogFilter/locale/LogFilter.pot +21 -0
- plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po +28 -0
- plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po +26 -0
- plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po +28 -0
- plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po +28 -0
- plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po +27 -0
- plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po +28 -0
- plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po +29 -0
- plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po +29 -0
- plugins/Mapstraction/MapstractionPlugin.php plugins/Mapstraction/MapstractionPlugin.php +2 -2
- plugins/Mapstraction/allmap.php plugins/Mapstraction/allmap.php +1 -6
- plugins/Mapstraction/locale/Mapstraction.pot plugins/Mapstraction/locale/Mapstraction.pot +7 -7
- plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po +12 -12
- plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po +65 -0
- plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po +64 -0
- plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po ...ins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po +11 -11
- plugins/Mapstraction/map.php plugins/Mapstraction/map.php +1 -1
- plugins/Mapstraction/usermap.php plugins/Mapstraction/usermap.php +1 -6
- plugins/Memcache/locale/Memcache.pot plugins/Memcache/locale/Memcache.pot +1 -1
- plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po +8 -7
- plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po +29 -0
- plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po +5 -5
- plugins/Memcached/locale/Memcached.pot plugins/Memcached/locale/Memcached.pot +1 -1
- plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po +29 -0
- plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po +29 -0
- plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po +29 -0
- plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po +5 -5
- plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po +5 -5
- plugins/Meteor/MeteorPlugin.php plugins/Meteor/MeteorPlugin.php +1 -1
- plugins/Meteor/locale/Meteor.pot plugins/Meteor/locale/Meteor.pot +1 -1
- plugins/Meteor/locale/br/LC_MESSAGES/Meteor.po plugins/Meteor/locale/br/LC_MESSAGES/Meteor.po +38 -0
- plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po +38 -0
- plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po +5 -5
- plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po +5 -5
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.