Log of /contributions/modules/notify/notify.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
2.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 11 21:24:47 2006 UTC
(3 years, 3 months ago)
by
robroy
Branch:
MAIN
Changes since
2.61: +390 -12 lines
Diff to
previous 2.61
- Another access check for comments to ensure node view rights.
- Removed notify.inc and put all code in .module.
- Using FAPI correctly in notify_admin now.
Revision
2.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 13 18:26:25 2006 UTC
(3 years, 7 months ago)
by
robroy
Branch:
MAIN
Changes since
2.57: +84 -11 lines
Diff to
previous 2.57
- Applied webchick's patch 39225
- PGSQL support
- Admins can edit other user's notify settings
- Manually send pending notification emails
- Cleaned up email
- Fixes for 4.7
Revision
2.53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 16 10:22:33 2004 UTC
(5 years, 2 months ago)
by
killes
Branch:
MAIN
Changes since
2.52: +103 -101 lines
Diff to
previous 2.52
Start of notify module changes:
- Some "->'
- re-ordered functions
- menu caching
Upcoming:
- split in .module and .inc
- really fix access controll
Revision
2.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 12 16:33:27 2003 UTC
(6 years, 8 months ago)
by
ax
Branch:
MAIN
Changes since
2.37: +36 -24 lines
Diff to
previous 2.37
- changed path_uri() to url() / $base_url
- do not notify php content (it was notified uneval'ed). TODO: should this be notified eval'ed? a related idea / question: wouldn't it be nice if every node type could be php / have the "format" flag?
- corrected %-directives (see http://drupal.org/node/view/1310)
- enabled admin to set notify.teasers ("Title only", "Title + Teaser", "Title + Body")
- removed some unnecessary check_input/output's
- simplified checkbox processing (use form_hidden (see http://lists.drupal.org/pipermail/drupal-devel/2003-February/022017.html), fields don't have to be deleted before being set, 1 query less)
Revision
2.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 15 12:35:59 2003 UTC
(6 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
2.34: +5 -5 lines
Diff to
previous 2.34
- Updated the modules in the contributions repository to use
'theme("function")' instead of '$theme->function()'. Hopefully I didn't
break anything. If I did, let me know.
The following modules need special attention (but should still work as is):
1. The ldap_integration directory has its own user.module; I haven't updated
the documentation bit that talks about themes.
2. The hotlist module uses '$theme->hotlist_del_icon'. Should be avoided
and somehow wrapped in a (larger) call to theme().
3. The image module has its own way of doing what 'theme()' does (or the
former 'theme_invoke()'). Constructs like the one below (a) look wrong
and (b) should be rewritten to properly use 'theme()'. For example:
$theme->box("foo", method_exists("bar") ? $theme->bar() : $bar);
Search for "image_gallery_album", "image_gallery_home" and
"image_thumb_browser". I've already changed '$theme->box()' to
'theme()'.
4. The sidebar module uses '$theme->foreground' and '$theme->background'.
Should be avoided and somehow wrapped in a (larger) call to theme().
5. The org_informations module uses '$theme->separator()', which is new to
me.
6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'. It
should use 'theme("taxolist_filter_item")' instead. I haven't changed
it because it would probably fail to resolve the default function if
not overridden by a theme.
7. The taxonomy_dhtml module's INSTALL file still talks about
'$theme->image'.
8. The xloadtree module's INSTALL file still talks about '$theme->image'.
9. I haven't updated the style.module; too many $theme's, though I don't
think it needs any updates.
[I'll try to update the sandboxes later on.]
Revision
2.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 5 00:39:20 2003 UTC
(6 years, 9 months ago)
by
weitzman
Branch:
MAIN
Changes since
2.32: +13 -10 lines
Diff to
previous 2.32
works now. the admin page doesn't properly display the new content type, but it generally works. this module looks it hasn't been reworked in a long long time.
Revision
2.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 17 12:32:19 2003 UTC
(6 years, 10 months ago)
by
ax
Branch:
MAIN
Changes since
2.29: +7 -7 lines
Diff to
previous 2.29
- updated to clean urls. tested and working at my local cvs install. hope i didn't miss anything (you may have a look at it).
- menu_add()ed "notifications" (user notifications) to "admin" > "user management". a little issue here:
"Search a user account." is added to "user management" with weight 5, "More information about user management." ("help") with weight 7. i think "help" should be always the last entry (user expectation), so i added "notifications" with weight 6. clearly this will break if more (contrib) modules add to it. i would suggest to add "help" with a very high weight (if you agree that it should be the last entry) and to give some advice / rule of thumb of how (contrib) modules should add entries (dries?! ;)). thanks!
Revision
2.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 12 14:21:47 2002 UTC
(7 years, 10 months ago)
by
dries
Branch:
MAIN
Changes since
2.23: +3 -3 lines
Diff to
previous 2.23
- Changed "comment.lid" to "comment.nid" such that the notify module
works again on drop.org and drupal.org.
Revision
2.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 21 09:10:36 2001 UTC
(7 years, 11 months ago)
by
kjartan
Branch:
MAIN
Changes since
2.22: +8 -6 lines
Diff to
previous 2.22
notify.module
- fixed node titles not always being shown with comments.
- fixed not all comments being included in mails.
Revision
2.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 13 14:26:45 2001 UTC
(7 years, 11 months ago)
by
kjartan
Branch:
MAIN
Changes since
2.20: +4 -3 lines
Diff to
previous 2.20
notify.module
- removed notification of node updates.
- fixed certain text being mailed when it was not necessary.
Revision
2.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 10 10:19:30 2001 UTC
(7 years, 11 months ago)
by
kjartan
Branch:
MAIN
Changes since
2.17: +6 -2 lines
Diff to
previous 2.17
notify.module
- fixed node title not being attached to comments properly.
- fixed a bug in the mail routine that would not mail everyone.
Revision
2.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 8 20:26:27 2001 UTC
(7 years, 11 months ago)
by
kjartan
Branch:
MAIN
Changes since
2.16: +89 -65 lines
Diff to
previous 2.16
notify.module
- changed the send code to be more flexible.
- updated the mail code to show the status of nodes.
- users without access to the queue will not be shown queued nodes.
- the link to queued nodes will now link to the queue and not the node.
- updated the admin page so the site admin can change the notification of
users.
Revision
2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 17 14:53:33 2001 UTC
(8 years ago)
by
kjartan
Branch:
MAIN
Changes since
2.11: +37 -31 lines
Diff to
previous 2.11
notify.mysql
- added a new table collumn to store teaser config setting.
notify.module
- added teaser configuration.
- updated to function with latest node system.
- coding style changes.
Revision
2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 19 13:59:19 2001 UTC
(8 years, 2 months ago)
by
kjartan
Branch:
MAIN
Changes since
2.7: +11 -10 lines
Diff to
previous 2.7
19. Sept. 2001
--------------
notify.mysql
- modified the database field names to be in sync with Drupal.
Required update!
notify.module
- fixed everything to be in sync with the new user system.
Revision
2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 11 15:49:05 2001 UTC
(8 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
2.5: +10 -10 lines
Diff to
previous 2.5
- Updated the contributions directory to reflect the recent changes:
please double-check my changes if you are a module or theme owner!
Revision
2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 6 11:18:58 2001 UTC
(8 years, 3 months ago)
by
kjartan
Branch:
MAIN
Changes since
2.1: +4 -4 lines
Diff to
previous 2.1
notify.module
- greeting now shows the name correctly.
- nodes/comments submitted by anonymous users are now displayed correctly.
Revision
2.0 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 25 19:49:12 2001 UTC
(8 years, 4 months ago)
by
kjartan
Branch:
MAIN
Changes since
1.7: +3 -3 lines
Diff to
previous 1.7
notify.module
- the mail is now a lot more configurable using the locale.module if you need
translations.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 09:18:51 2001 UTC
(8 years, 4 months ago)
by
kjartan
Branch:
MAIN
Changes since
1.4: +2 -2 lines
Diff to
previous 1.4
notify.module
- fixed a bug that caused cron not working.
- fixed a bug where the greeting was not reset for every send.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 09:02:58 2001 UTC
(8 years, 4 months ago)
by
kjartan
Branch:
MAIN
Changes since
1.3: +13 -12 lines
Diff to
previous 1.3
notify.module
- cleaned up the code a little.
- added a failed attempts counter.
- added a config setting to not send mails to users that have more then X
failed attempts, this can also be disabled.
notify.mysql
- added attempts field. SQL update required.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 14 14:33:44 2001 UTC
(8 years, 4 months ago)
by
kjartan
Branch:
MAIN
- Submitting a notify.module that will mail out a notification mail every X
minutes (configurable in the admin settings and filters page), to users that
have it enabled (requires the role to have the access).
Requires: the SQL to be added, and crontab.
Warning: this is still a work in progress. It works but does not have the
number of features I want it to have. Also the INSTALL file is not ready yet.
Will add and test more in the future once I get some more time. Feel free to
commit updates and patches.
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.