Activity Log - Version 2.2.0

Version Description

  • New! - Adds search box, to allow users to search the description field.
  • New! - Allows users to now filter by action
  • New! - Added translate: Polish (pl_PL) - Thanks to Maciej Gryniuk
  • Tweak! - SQL Optimizations for larger sites
Download this release

Release Info

Developer KingYes
Plugin Icon 128x128 Activity Log
Version 2.2.0
Comparing to
See all releases

Code changes from version 2.1.16 to 2.2.0

aryo-activity-log.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
- Plugin Name: ARYO Activity Log
4
  Plugin URI: http://wordpress.org/plugins/aryo-activity-log/
5
  Description: Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it's all these for you to see.
6
  Author: Yakir Sitbon, Maor Chasen, Ariel Klikstein
7
  Author URI: http://pojo.me/
8
- Version: 2.1.16
9
  Text Domain: aryo-aal
10
  Domain Path: /language/
11
  License: GPLv2 or later
1
  <?php
2
  /*
3
+ Plugin Name: Activity Log
4
  Plugin URI: http://wordpress.org/plugins/aryo-activity-log/
5
  Description: Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it's all these for you to see.
6
  Author: Yakir Sitbon, Maor Chasen, Ariel Klikstein
7
  Author URI: http://pojo.me/
8
+ Version: 2.2.0
9
  Text Domain: aryo-aal
10
  Domain Path: /language/
11
  License: GPLv2 or later
language/aryo-aal-he_IL.mo CHANGED
Binary file
language/aryo-aal-he_IL.po CHANGED
@@ -2,18 +2,18 @@
2
  # This file is distributed under the same license as the package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: ARYO Activity Log\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/activity-log\n"
7
  "POT-Creation-Date: 2014-04-26 21:46+0200\n"
8
- "PO-Revision-Date: 2014-04-26 22:10+0200\n"
9
- "Last-Translator: Ariel Klikstein <a@arielk.net>\n"
10
  "Language-Team: Pojo Team <team@pojo.me>\n"
11
  "Language: he_IL\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_x;_n:1,2;_c,_nc:4c,1,2\n"
19
  "X-Poedit-Basepath: .\n"
@@ -116,17 +116,9 @@ msgstr "התראות"
116
 
117
  #: ../classes/class-aal-help.php:25
118
  msgid ""
119
- "This screen lets you control what will happen once a user on your site does "
120
- "something you define. For instance, let us assume that you have created a "
121
- "user on your site\n"
122
- " for your content editor. Now, let's say that every time "
123
- "that user updates a post, you want to know about it. You can easily do it "
124
- "from this page."
125
- msgstr ""
126
- "עמוד זה מאפשר לך לשלוט במה שיקרה ברגע שמשתמש באתר שלך ביצע את אחד האירועים "
127
- "שהגדרת. לדוגמא, נניח שיצירת משתמשים באתר שלך עם הרשאת עורך ואתה רוצה לדעת כל "
128
- "פעם שהוא פמפרסם פוסט חדש, עכשיו אתה יכול ליצור אירוע כזה בקלות באמצעות מערכת "
129
- "ההתראות."
130
 
131
  #: ../classes/class-aal-notifications.php:274
132
  msgid "The AAL notification handler you are trying to register does not exist."
@@ -157,12 +149,8 @@ msgid "days."
157
  msgstr "ימים"
158
 
159
  #: ../classes/class-aal-settings.php:100 ../classes/class-aal-settings.php:140
160
- msgid ""
161
- "Maximum number of days to keep activity log. Leave blank to keep activity "
162
- "log forever (not recommended)."
163
- msgstr ""
164
- "מספר ימים מרבי כדי לשמור תיעוד יומן הפעילות. השאר ריק כדי לשמור תיעוד יומן "
165
- "הפעילות לנצח (לא מומלץ)"
166
 
167
  #: ../classes/class-aal-settings.php:107
168
  msgid "Delete Log Activities"
@@ -206,12 +194,8 @@ msgid "These are some basic settings for Activity Log."
206
  msgstr "אלו חלק מההגדרות הבסיסיות של יומן הפעילות."
207
 
208
  #: ../classes/class-aal-settings.php:328
209
- msgid ""
210
- "Serve yourself with custom-tailored notifications. First, define your "
211
- "conditions. Then, choose how the notifications will be sent."
212
- msgstr ""
213
- "התראות מותאמות אישית ישירות לאימייל שלך. ראשית, הגדר את האירועים. ולאחר מכן "
214
- "תבחר את התראות שישלחו."
215
 
216
  #: ../classes/class-aal-settings.php:427
217
  msgid "Yes"
@@ -244,28 +228,16 @@ msgid "not equals to"
244
  msgstr "לא שווה ל"
245
 
246
  #: ../classes/class-aal-settings.php:462
247
- msgid ""
248
- "A notification will be sent upon a successful match with the following "
249
- "conditions:"
250
  msgstr "תישלח התראה אם תהיה התאמה לאחד התנאים הבאים:"
251
 
252
  #: ../hooks/class-aal-hook-posts.php:9
253
  msgid "(no title)"
254
  msgstr "(ללא כותרת)"
255
 
256
- #: ../language/strings.php:5
257
- msgid "ARYO Activity Log"
258
- msgstr "יומן פעילות"
259
-
260
  #: ../language/strings.php:6
261
- msgid ""
262
- "Get aware of any activities that are taking place on your dashboard! Imagine "
263
- "it like a black-box for your WordPress site. e.g. post was deleted, plugin "
264
- "was activated, user logged in or logged out - it's all these for you to see."
265
- msgstr ""
266
- "תיעוד כל הפעילויות המתרחשות בלוח הבקרה של מערכת וורדפרס. לדוגמא: פוסט נמחק, "
267
- "תוסף הופעל, משתמש התחבר או התנתק מהמערכת - כל זה מתועד בלוח בקרה של התוסף "
268
- "יומן פעילות."
269
 
270
  #: ../language/strings.php:9
271
  msgid "Post"
2
  # This file is distributed under the same license as the package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Activity Log\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/activity-log\n"
7
  "POT-Creation-Date: 2014-04-26 21:46+0200\n"
8
+ "PO-Revision-Date: 2015-05-18 09:24+0200\n"
9
+ "Last-Translator: Yakir Sitbon <yakir@pojo.me>\n"
10
  "Language-Team: Pojo Team <team@pojo.me>\n"
11
  "Language: he_IL\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Generator: Poedit 1.7.5\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_x;_n:1,2;_c,_nc:4c,1,2\n"
19
  "X-Poedit-Basepath: .\n"
116
 
117
  #: ../classes/class-aal-help.php:25
118
  msgid ""
119
+ "This screen lets you control what will happen once a user on your site does something you define. For instance, let us assume that you have created a user on your site\n"
120
+ " for your content editor. Now, let's say that every time that user updates a post, you want to know about it. You can easily do it from this page."
121
+ msgstr "עמוד זה מאפשר לך לשלוט במה שיקרה ברגע שמשתמש באתר שלך ביצע את אחד האירועים שהגדרת. לדוגמא, נניח שיצירת משתמשים באתר שלך עם הרשאת עורך ואתה רוצה לדעת כל פעם שהוא פמפרסם פוסט חדש, עכשיו אתה יכול ליצור אירוע כזה בקלות באמצעות מערכת ההתראות."
 
 
 
 
 
 
 
 
122
 
123
  #: ../classes/class-aal-notifications.php:274
124
  msgid "The AAL notification handler you are trying to register does not exist."
149
  msgstr "ימים"
150
 
151
  #: ../classes/class-aal-settings.php:100 ../classes/class-aal-settings.php:140
152
+ msgid "Maximum number of days to keep activity log. Leave blank to keep activity log forever (not recommended)."
153
+ msgstr "מספר ימים מרבי כדי לשמור תיעוד יומן הפעילות. השאר ריק כדי לשמור תיעוד יומן הפעילות לנצח (לא מומלץ)"
 
 
 
 
154
 
155
  #: ../classes/class-aal-settings.php:107
156
  msgid "Delete Log Activities"
194
  msgstr "אלו חלק מההגדרות הבסיסיות של יומן הפעילות."
195
 
196
  #: ../classes/class-aal-settings.php:328
197
+ msgid "Serve yourself with custom-tailored notifications. First, define your conditions. Then, choose how the notifications will be sent."
198
+ msgstr "התראות מותאמות אישית ישירות לאימייל שלך. ראשית, הגדר את האירועים. ולאחר מכן תבחר את התראות שישלחו."
 
 
 
 
199
 
200
  #: ../classes/class-aal-settings.php:427
201
  msgid "Yes"
228
  msgstr "לא שווה ל"
229
 
230
  #: ../classes/class-aal-settings.php:462
231
+ msgid "A notification will be sent upon a successful match with the following conditions:"
 
 
232
  msgstr "תישלח התראה אם תהיה התאמה לאחד התנאים הבאים:"
233
 
234
  #: ../hooks/class-aal-hook-posts.php:9
235
  msgid "(no title)"
236
  msgstr "(ללא כותרת)"
237
 
 
 
 
 
238
  #: ../language/strings.php:6
239
+ msgid "Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it's all these for you to see."
240
+ msgstr "תיעוד כל הפעילויות המתרחשות בלוח הבקרה של מערכת וורדפרס. לדוגמא: פוסט נמחק, תוסף הופעל, משתמש התחבר או התנתק מהמערכת - כל זה מתועד בלוח בקרה של התוסף יומן פעילות."
 
 
 
 
 
 
241
 
242
  #: ../language/strings.php:9
243
  msgid "Post"
language/aryo-aal.pot CHANGED
@@ -6,9 +6,9 @@
6
  #, fuzzy
7
  msgid ""
8
  msgstr ""
9
- "Project-Id-Version: aryo-activity-log 2.1.16\n"
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2015-04-23 15:54+0300\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -108,6 +108,7 @@ msgid "Filter"
108
  msgstr ""
109
 
110
  #: classes/class-aal-admin-ui.php:16 classes/class-aal-admin-ui.php:26
 
111
  msgid "Activity Log"
112
  msgstr ""
113
 
@@ -251,10 +252,6 @@ msgstr ""
251
  msgid "(no title)"
252
  msgstr ""
253
 
254
- #: language/strings.php:5
255
- msgid "ARYO Activity Log"
256
- msgstr ""
257
-
258
  #: language/strings.php:6
259
  msgid ""
260
  "Get aware of any activities that are taking place on your dashboard! Imagine "
6
  #, fuzzy
7
  msgid ""
8
  msgstr ""
9
+ "Project-Id-Version: aryo-activity-log 2.2.0\n"
10
  "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2015-05-18 09:26+0300\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
108
  msgstr ""
109
 
110
  #: classes/class-aal-admin-ui.php:16 classes/class-aal-admin-ui.php:26
111
+ #: language/strings.php:5
112
  msgid "Activity Log"
113
  msgstr ""
114
 
252
  msgid "(no title)"
253
  msgstr ""
254
 
 
 
 
 
255
  #: language/strings.php:6
256
  msgid ""
257
  "Get aware of any activities that are taking place on your dashboard! Imagine "
language/strings.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
 
5
- __( 'ARYO Activity Log', 'aryo-aal' );
6
  __( 'Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it\'s all these for you to see.', 'aryo-aal' );
7
 
8
  __( 'Administrator', 'aryo-aal' );
2
 
3
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
 
5
+ __( 'Activity Log', 'aryo-aal' );
6
  __( 'Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it\'s all these for you to see.', 'aryo-aal' );
7
 
8
  __( 'Administrator', 'aryo-aal' );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: pojo.me, KingYes, ariel.k, maor
3
  Tags: administration, activity, event, monitor, multisite, multi-users, log, logger, audit log, stats, security, tracking, woocommerce, notifications, email notifications
4
  Requires at least: 3.5
5
  Tested up to: 4.2
6
- Stable tag: 2.1.16
7
  License: GPLv2 or later
8
 
9
  Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
@@ -58,6 +58,7 @@ If you have tens of users or more, you really can’t know who did it. This plug
58
  * Turkish (tr_TR) - [Ahmet Kolcu](http://ahmetkolcu.org)
59
  * Persian (fa_IR) - [Promising](http://vwp.ir/)
60
  * Russian (ru_RU) - Oleg Reznikov
 
61
 
62
  The plugin does not require any kind of setup. It works out of the box (and that’s why we love it too).
63
 
@@ -93,6 +94,12 @@ Would you like to like to contribute to Activity Log? You are more than welcome
93
 
94
  == Changelog ==
95
 
 
 
 
 
 
 
96
  = 2.1.16 =
97
  * New! Added translate: Russian (ru_RU) - Thanks to Oleg Reznikov
98
  * Fixes Undefined property with some 3td party themes/plugins
3
  Tags: administration, activity, event, monitor, multisite, multi-users, log, logger, audit log, stats, security, tracking, woocommerce, notifications, email notifications
4
  Requires at least: 3.5
5
  Tested up to: 4.2
6
+ Stable tag: 2.2.0
7
  License: GPLv2 or later
8
 
9
  Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
58
  * Turkish (tr_TR) - [Ahmet Kolcu](http://ahmetkolcu.org)
59
  * Persian (fa_IR) - [Promising](http://vwp.ir/)
60
  * Russian (ru_RU) - Oleg Reznikov
61
+ * Polish (pl_PL) - Maciej Gryniuk
62
 
63
  The plugin does not require any kind of setup. It works out of the box (and that’s why we love it too).
64
 
94
 
95
  == Changelog ==
96
 
97
+ = 2.2.0 =
98
+ * New! - Adds search box, to allow users to search the description field.
99
+ * New! - Allows users to now filter by action
100
+ * New! - Added translate: Polish (pl_PL) - Thanks to Maciej Gryniuk
101
+ * Tweak! - SQL Optimizations for larger sites
102
+
103
  = 2.1.16 =
104
  * New! Added translate: Russian (ru_RU) - Thanks to Oleg Reznikov
105
  * Fixes Undefined property with some 3td party themes/plugins