Skip to content

Commit

Permalink
* Update translation. Thanks to @franck-tomek.
Browse files Browse the repository at this point in the history
* Fix issue with link on calendar widget. Thanks to Onurb Teva <dev@taktile.fr>.
  • Loading branch information
nikrou committed May 31, 2015
1 parent 68fdc17 commit 4480787
Show file tree
Hide file tree
Showing 10 changed files with 1,106 additions and 977 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
plugin eventHandler 2015-05-31
==============================
* Update translation. Thanks to @franck-tomek.
* Fix issue with link on calendar widget. Thanks to Onurb Teva <dev@taktile.fr>.

plugin eventHandler 2015-04-22 - 2015-04-22
===========================================
Fixes #23 - Lost automatic address completion from GMaps when entering partial address.
Expand Down
2 changes: 1 addition & 1 deletion _define.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/* Name */ "EventHandler",
/* Description*/ "Manage events on your blog",
/* Author */ "JC Denis, Nicolas Roudaire",
/* Version */ '2015.04.22',
/* Version */ '2015.05.31',
/* Properties */
array(
'permissions' => 'usage,contentadmin',
Expand Down
12 changes: 6 additions & 6 deletions inc/class.admin.eventhandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static function doBindUnBind($core, dcPostsActionsPage $ap, $post){
}
dcPage::addSuccessNotice(sprintf(
__(
'%d entry has been successfully bound %s',
'%d entries have been successfully bound %s',
'%d entry has been bound %s',
'%d entries have been bound %s',
count($posts_ids)
),
count($posts_ids),__('to the selected event','to the selected events',$events->count()))
Expand Down Expand Up @@ -146,8 +146,8 @@ public static function doBindUnBind($core, dcPostsActionsPage $ap, $post){
}
dcPage::addSuccessNotice(sprintf(
__(
'%d post has been successfully unbound from its events',
'%d posts have been successfully unbound from their events',
'%d post has been unbound from its events',
'%d posts have been unbound from their events',
count($posts_ids)
),
count($posts_ids)));
Expand All @@ -168,8 +168,8 @@ public static function doBindUnBind($core, dcPostsActionsPage $ap, $post){
}
dcPage::addSuccessNotice(sprintf(
__(
'Event #%d (%s) successfully unbound from %d related post',
'Event #%d (%s) successfully unbound from %d related posts',
'Event #%d (%s) unbound from %d related post',
'Event #%d (%s) unbound from %d related posts',
$posts->count()
),
$v,$event->post_title,$posts->count()));
Expand Down
8 changes: 4 additions & 4 deletions inc/index.events.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@

dcPage::addSuccessNotice(sprintf(
__(
'%d entry has been successfully set to user "%s"',
'%d entries have been successfully set to user "%s"',
'%d entry has been set to user "%s"',
'%d entries have been set to user "%s"',
count($entries)
),
count($entries),
Expand Down Expand Up @@ -125,8 +125,8 @@
$title = $core->blog->getCategory($new_cat_id);
dcPage::addSuccessNotice(sprintf(
__(
'%d entry has been successfully moved to category "%s"',
'%d entries have been successfully moved to category "%s"',
'%d entry has been moved to category "%s"',
'%d entries have been moved to category "%s"',
count($entries)
),
count($entries),
Expand Down
2 changes: 1 addition & 1 deletion js/event-public-cal.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
success:function(data){
data=$(data);
if(data.find('rsp').attr('status')=='ok'){
$(target).find('table').replaceWith($(data).find('calendar').text());
$(target).find('table').replaceWith($(data).find('calendar').text().find('table'));
$(target).eventHandlerCalendar();
return false;
}else{
Expand Down
31 changes: 14 additions & 17 deletions locales/en/help/help.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>eventHandler</title>
</head>
<body>

<p>If you want some help or contribute to the plugin eventHandler, follow these links.</p>
<ul>
<li><a href="http://dotclear.jcdenis.com/go/eventHandler-support" title="Forum">Post on Dotclear's forum</a></li>
<li><a href="http://lab.dotclear.org/wiki/plugin/eventHandler" title="Lab">Page on Dotclear's lab</a></li>
<li><a href="http://dotclear.jcdenis.com/go/eventHandler" title="Blog">Post on author's blog</a></li>
</ul>

</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>eventHandler</title>
</head>
<body>
<p>If you want some help or contribute to the plugin eventHandler, follow these links.</p>
<ul>
<li><a href="http://forum.dotclear.org/viewtopic.php?id=43296" title="Forum" hreflang="fr">Post on Dotclear's forum</a></li>
<li><a href="https://github.com/nikrou/eventHandler" title="Github">Github repository</a></li>
<li><a href="http://www.nikrou.net/post/2014/11/23/G%C3%A9rer-des-%C3%A9v%C3%A9nements" title="Blog" hreflang="fr">Post on author's blog</a></li>
</ul>
</body>
</html>
31 changes: 14 additions & 17 deletions locales/fr/help/help.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>eventHandler</title>
</head>
<body>

<p>Si vous souhaitez plus d'aide ou apporter votre contribution à l'extension eventHandler, voici quelques liens utiles.</p>
<ul>
<li><a href="http://dotclear.jcdenis.com/go/eventHandler-support" title="Forum">Sujet sur le forum Dotclear</a></li>
<li><a href="http://lab.dotclear.org/wiki/plugin/eventHandler" title="Lab">Page dédiée du lab Dotclear</a></li>
<li><a href="http://dotclear.jcdenis.com/go/eventHandler" title="Blog">Billet dédié sur le blog de l'auteur</a></li>
</ul>

</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>eventHandler</title>
</head>
<body>
<p>Si vous souhaitez plus d'aide ou apporter votre contribution à l'extension eventHandler, voici quelques liens utiles.</p>
<ul>
<li><a href="http://forum.dotclear.org/viewtopic.php?id=43296" title="Forum">Sujet sur le forum Dotclear</a></li>
<li><a href="https://github.com/nikrou/eventHandler" title="Github">Dépôt Github</a></li>
<li><a href="http://www.nikrou.net/post/2014/11/23/G%C3%A9rer-des-%C3%A9v%C3%A9nements" title="Blog">Billet dédié sur le blog de l'auteur</a></li>
</ul>
</body>
</html>
Loading

0 comments on commit 4480787

Please sign in to comment.