Commit graph

95 commits

Author SHA1 Message Date
John McLear
2bbf245d83 make it work again 2015-05-05 20:37:00 +01:00
John McLear
20c1ae0853 begin fixing plugin 2015-05-03 12:48:15 +01:00
John McLear
f515f19ef0 Merge pull request #20 from Yaco/master
fixed instructions
2014-03-17 23:38:27 +00:00
Yaco
85fd43037e fixed instructions 2014-03-17 20:36:41 -03:00
John McLear
77a81edb55 Merge pull request #19 from Yaco/master
bumped to 0.1.2
2014-03-17 23:35:29 +00:00
Yaco
c59def8afe bumped to 0.1.2 2014-03-17 20:33:25 -03:00
John McLear
9834f27b8e Merge pull request #18 from Yaco/master
added spanish translation
2014-03-17 23:25:51 +00:00
Yaco
8053b0e709 added spanish translation 2014-03-17 20:23:00 -03:00
John McLear
6c5747a2d5 bump v 2014-03-17 19:01:14 +00:00
John McLear
f99d42cf1b validator changed its api, thanks guys.... 2014-03-17 19:01:03 +00:00
John McLear
5ca7609a8b travis 2013-10-06 18:04:45 +01:00
John McLear
9cb1f884dd travis 2013-10-06 17:55:10 +01:00
John McLear
25113460d0 travis 2013-10-06 14:39:12 +01:00
John McLear
537a129e1c package 2013-10-06 14:37:24 +01:00
John McLear
4813d8f766 Merge branch 'master' of github.com:JohnMcLear/ep_email_notifications 2013-10-06 14:37:09 +01:00
John McLear
983375d353 travis 2013-10-06 14:37:01 +01:00
John McLear
bdd5e612d1 Merge pull request #15 from caugner/patch-1
package.json: add repository
2013-08-02 10:22:52 -07:00
Claas
c03a6c1030 package.json: add repository 2013-08-02 19:22:05 +02:00
John McLear
0ace6a5afe bump v 2013-06-25 13:10:34 +01:00
quenenni
c089d012c8 Merge pull request #12 from mkrauser/master
added german translation
2013-04-26 04:42:53 -07:00
Matthias Krauser
bf3999d2a9 - adjusted readme to include german language 2013-04-26 11:19:10 +02:00
Matthias Krauser
2a0a782d26 added german translation 2013-04-26 11:17:37 +02:00
quenenni
bfe5cec6f9 plugin version increased 2013-04-08 21:34:48 +02:00
quenenni
9eb541b100 fixed bad vlue: undefiend -> undefined 2013-04-08 21:10:24 +02:00
quenenni
750b0e3d18 previous fix generate another bug -> fixed 2013-04-06 22:55:21 +02:00
quenenni
e79b95af3f bug fixed in case several emails subscribed for same pad & authorId 2013-04-06 22:40:40 +02:00
quenenni
af7fa15060 Added front-end test 2013-04-06 22:37:03 +02:00
John McLear
27a363952b bump 2013-04-04 22:52:25 +01:00
John McLear
f56846309a Merge pull request #9 from quenenni/optionsAdded
Options added
2013-04-04 14:51:14 -07:00
quenenni
7135f1d47a some cleaning 2013-04-04 23:24:24 +02:00
quenenni
f7e79f4846 Back before all the tests 2013-04-04 23:07:13 +02:00
quenenni
a8d22c3cf8 testing for i18n problems 2013-04-04 21:09:57 +02:00
quenenni
5c258325c2 css correction 2013-04-04 21:03:54 +02:00
quenenni
fddc835f82 Cookie management 2013-04-04 20:56:19 +02:00
quenenni
0bccbc5ce1 handling missing setting values
- default value given to panelDisplyLocation if missing instead of showing an error msg
- sending an error msg when user tries to use the plugin if settings are missing
- send a warn msg in the console on server start and when using the plugin if settings are missing
2013-04-04 20:39:43 +02:00
quenenni
941ede5daf wIll I be invited by the king of my country now? 2013-04-04 18:06:07 +02:00
quenenni
de660e89d2 if no settings for the pligin -> msg sent to the user 2013-04-04 17:57:37 +02:00
quenenni
75578aa676 Added test to var coming from settings.json file to avoid errors 2013-04-04 14:57:54 +02:00
quenenni
66f1f7f2c3 Tweaks: i18n in unicode format + nicer color for msg 2013-04-03 05:40:12 +02:00
quenenni
18a3964a84 forgot to commit i18n files + validation output page with template and external css 2013-04-03 05:16:18 +02:00
quenenni
c84222d085 i18n of the plugin (english & french for now) 2013-04-03 01:57:32 +02:00
quenenni
a98c59fed5 Not take into account the 'pending' section when finding users to send a mail to 2013-04-03 00:41:11 +02:00
quenenni
787b9157be Better management of the (un)subscription process 2013-04-03 00:30:11 +02:00
quenenni
335a0b065f A small correction to avoid a error generated in certain cases 2013-04-02 05:36:20 +02:00
quenenni
2efae97d4a Added email confirmation for (un)subscription 2013-04-02 05:14:01 +02:00
quenenni
ad58d186fd Fixed when new settings not in settings.json 2013-03-30 15:56:10 +01:00
quenenni
45259b1207 Removed trailing space 2013-03-30 01:51:31 +01:00
quenenni
330cc427b8 Added global option + malformed email + cleaning
- Added 'panelDisplayLocation' option to choose where to show the subscription form
- Manage malformed email (it crashed EPL)
- Brought back popup form to subscribe (with the new options + unsubscription)
- Popup form is a copy of the form in mysettings menu, so no more 2 html codes in 2 different places
- On unsubscription, only remove the email from "globalAuthor" row if the email is the same.
- Put all css styles in css file
- Some cleaning
2013-03-30 01:34:19 +01:00
quenenni
7d3d2a2920 Changed tabs to spaces & removed trailing spaces 2013-03-27 02:19:27 +01:00
quenenni
907ecb9a7b Small corrections
- put back msgs to the debug level instead of info
- remove a call to ep_etherpad-lite/node/utils/Settings as it was for a function that doesn't exist anymore
- remove checked_state var for the form as I manage myself the default check for the options.
2013-03-26 21:40:02 +01:00