[moodle] / contrib / plugins / blocks / email_list / block_email_list.php Repository:

Log of /contrib/plugins/blocks/email_list/block_email_list.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 18:20:57 2009 WST (2 months, 2 weeks ago) by tmas
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +12 -1 lines
Diff to previous 1.22
Fix regression bugs.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jul 17 20:02:02 2009 WST (4 months, 1 week ago) by tmas
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
We move avanced  to solve CONTRIB-682. Now, apear next JS error:
myAutoCompTo.itemSelectEvent is null
myAutoCompTo.itemSelectEvent.subscribe(itemSelectHandler);

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Apr 2 07:07:37 2009 WST (7 months, 3 weeks ago) by tmas
Branch: MAIN
Changes since 1.20: +8 -8 lines
Diff to previous 1.20
Upgrade all eMail list table name for compatibility with Moodle 2.0.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 03:10:37 2009 WST (8 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Solve XML strict headers bugs.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 22:10:51 2009 WST (10 months ago) by tmas
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Solve bug on sending trash mails to user mail (trackbymail). Now not send unread trash eMails.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 03:25:57 2008 WST (11 months, 1 week ago) by tmas
Branch: MAIN
Changes since 1.17: +12 -0 lines
Diff to previous 1.17
Add SSL encription in view and send message action.

Add before_delete funcion for cleaning all email log display rows. Before this change, all email rows wasn't deleted, and when Admin reinstall this plugin, it print an errors. Show http://moodle.org/mod/forum/discuss.php?d=111387.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 20:00:31 2008 WST (11 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
On cron job: If message don't sendend, the job hasn't send this message.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 02:04:35 2008 WST (12 months, 3 weeks ago) by tmas
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Add new Spanish from Spain language. (es_es_utf8).

CONTRIB-840 - email_count_unread_mails return all unreaded mails from Inbox and this all subfolders.

Initial adding folder.class to manage all eMail folders.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 18:11:52 2008 WST (13 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Solve bug: Solve get_string subject error.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 17:07:11 2008 WST (13 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.13: +75 -65 lines
Diff to previous 1.13
Solve problem on sending notified mails on user accounts. If user not set these settings, and general param enable the tracking, eMail send notified mail. (alerts)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 01:49:09 2008 WST (13 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.12: +69 -60 lines
Diff to previous 1.12
Solve bug on trackbymail option. (Not completly)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 16:10:45 2008 WST (14 months, 1 week ago) by tmas
Branch: MAIN
Changes since 1.11: +73 -69 lines
Diff to previous 1.11
Add "if structure" by control that It's readed eMail list block record.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 17:43:36 2008 WST (14 months, 1 week ago) by tmas
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Fix bug. Now, get_unread_mails function doesn't count unsended mails.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 6 23:06:55 2008 WST (14 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.9: +13 -13 lines
Diff to previous 1.9
Fix undescore into PHP variables (general coding rules)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Sep 5 05:30:19 2008 WST (14 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
CONTRIB-700 And solve other bugs.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Sep 5 05:06:39 2008 WST (14 months, 2 weeks ago) by tmas
Branch: MAIN
Changes since 1.7: +9 -9 lines
Diff to previous 1.7
CONTRIB-698 Change all get_string module, "email"->"block_email_list", and drop 3rt and 4r parametrer.

Move strings of email.php to block_email_list.php. Drop all lang/*/email.php.

Drop email.php script. It's deprecated.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 27 00:36:36 2008 WST (14 months, 4 weeks ago) by tmas
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6
CONTRIB-677 - Thanks Ann.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 18 02:02:47 2008 WST (15 months ago) by tmas
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Solve any bugs from advanced search.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 11 19:30:49 2008 WST (15 months, 1 week ago) by tmas
Branch: MAIN
Changes since 1.4: +60 -55 lines
Diff to previous 1.4
Only send mail notifications if user have activate it. Thanks Paul.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 01:25:42 2008 WST (15 months, 3 weeks ago) by tmas
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
CONTRIB-626 - Add three email_list capabilities.

	- sendmessage: See http://docs.moodle.org/en/Capabilities/block/email_list:sendmessage
	- createfolder: See http://docs.moodle.org/en/Capabilities/block/email_list:createfolder
	- editsettings: See http://docs.moodle.org/en/Capabilities/block/email_list:editsettings


Add code and this documentation. Thanks Jeff for your issue.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 19:27:13 2008 WST (15 months, 3 weeks ago) by tmas
Branch: MAIN
Changes since 1.2: +49 -0 lines
Diff to previous 1.2
CONTRIB-617 - Add Backup & Restore ISU and MoodleRooms pach. Thanks Jason, Sam & cia. Good work!!

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 18:59:56 2008 WST (16 months ago) by tmas
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
CONTRIB-608 - Solve call to deprecated function sql_paging_limit(). Also, fix other small errors.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 12:01:49 2008 WST (16 months ago) by arborrow
Branch: MAIN
CONTRIB-538 - Adding the email_list block. Thanks to Toni Mas for contributing and maintaining this code.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7