Commit Log (Page 32 of 89)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Summary Period: 2003-10-11 to 2003-09-07 (Commits 2809-2858 of 4408)

robert 2003-10-11 12:42

modified assignment of root.sys_allowEmails, it should be an integer (or null) instead of a string

2 lines of code changed in:

robert 2003-10-11 12:41

modified debug output of flushMailQueue()

14 lines of code changed in:

robert 2003-10-11 12:41

check if notification is enabled for a site by calling isNotificationEnabled()

12 lines of code changed in:

robert 2003-10-11 12:40

- added method isNotificationEnabled() that does a basic check if email notification is enabled for a site
- simplified level checks in sendNotification(), removed commented out code

26 lines of code changed in:

hannes 2003-10-10 19:12

Forgot to commit when checking in skinsets: displays a dropdown chooser for
skinsets on the preferences page. I don't know if this is a good idea, but with the
current code in site/edit_action it's required, otherwise the site's skinset will be
when saving preferences.

12 lines of code changed in:

tobi 2003-10-08 18:54

* all notification e-mails are now sent via site/sendNotification function
* removed option to get notifications only for new comments
* added check if receipient is identical with the creator/modifier of the modified object
* made use of sendMail function

90 lines of code changed in:

tobi 2003-10-08 18:49

simplified notification_macro and adjusted wording

24 lines of code changed in:

tobi 2003-10-08 18:21

added mail.notification message

2 lines of code changed in:

tobi 2003-10-08 18:20

* app.data.mailQueue (now with capital Q) is defined in onStart function
* modified sendMail function to add multiple recipients via addBCC method

12 lines of code changed in:

tobi 2003-10-08 18:18

added main_action to redirect to the same url that is available via the "download" link in the file manager

18 lines of code changed in:

tobi 2003-10-08 18:17

all notification e-mails are now sent via site/sendNotification function
(ie. story/sendNotification was removed.)

12 lines of code changed in:

tobi 2003-10-08 18:11

* added "form" anchors just above comment and reply forms
* implemented anchor parameter in comment/replylink_macro to directly scroll to the form

8 lines of code changed in:

tobi 2003-10-08 18:09

moved skin for notification mail body from global/notification.skin to site/notificationMail.skin

34 lines of code changed in:

tobi 2003-10-07 18:12

* modified sendMail function to queue mails instead of immediately sending them
* fixed a small bug that caused an error message due to an undefined mail queue array

18 lines of code changed in:

hannes 2003-10-07 18:01

Beatification of skinset creation form (table, style)

32 lines of code changed in:

hannes 2003-10-07 17:51

Added support for skinsets:
* Skins are attached to skinset rather than site objects
* Each site can have multiple skinsets
* Skinsets can inherit from each other
* Added subclasses of imagemgr and skinmgr that mount on root/manage

14 lines of code changed in:

hannes 2003-10-07 17:14

Added support for skinsets:
* Skins are attached to skinset rather than site objects
* Each site can have multiple skinsets
* Skinsets can inherit from each other
* Added subclasses of imagemgr and skinmgr that mount on root/manage

1658 lines of code changed in:

hannes 2003-10-07 16:56

Use status page rather than sites page as system management entry page

2 lines of code changed in:

hannes 2003-10-07 16:47

Make text inputs for font names 40 chars wide

20 lines of code changed in:

hannes 2003-10-07 16:45

Added error action

28 lines of code changed in:

tobi 2003-10-07 16:44

* added queue method to Mail prototype for sending e-mail notifications via scheduler
* added flushMailQueue to send mail objects contained in the mail queue (ie. app.data.mailqueue)
* added call for flushMailQueue from the scheduler function
* changed mail.send() to mail.queue() in sendNotification functions

62 lines of code changed in:

hannes 2003-10-07 16:29

Remove font-size definition from local style

0 lines of code changed in:

tobi 2003-10-06 18:29

redirect to the site's edit mask after preferences were saved

2 lines of code changed in:

tobi 2003-10-06 18:28

implemented first version of e-mail notification using kris' contribution (with slight modifications):
* since site preferences are stored as xml the corresponding code had to be adjusted
* currently, no notification is sent if a story's status changes from offline to online (abuse factor is too high)
* there's only one global notification skin used for the mail body
* the sender is always set to sys_email to avoid the bounce problem we already had with registration mails

342 lines of code changed in:

tobi 2003-10-06 11:44

reduced and simplified conditional checks in evalURL()

12 lines of code changed in:

robert 2003-09-24 13:52

bugfix: use path.site instead of this._parent since checkAccess() is also called for topics (and the parent of a topic is topicmgr)

2 lines of code changed in:

michi 2003-09-21 18:59

fixed evalURL, so that web addresses with @ are possible

2 lines of code changed in:

tobi 2003-09-19 16:53

removed double entry of line defining Http.toString method

0 lines of code changed in:

tobi 2003-09-19 12:25

the end of pixel gifs to be uploaded is nigh...

56 lines of code changed in:

hannes 2003-09-18 17:49

Interpret no="" in commentcounter macro as to simply print out nothing
if there are no comments.

2 lines of code changed in:

tobi 2003-09-16 18:06

changed sentence structure of important note for better instruction

10 lines of code changed in:

tobi 2003-09-16 18:02

added "important note" to warn from not converting site data to the new database scheme before proceeding

28 lines of code changed in:

tobi 2003-09-16 17:49

initial check-in

20 lines of code changed in:

robert 2003-09-11 22:04

added support for fallback image (http://grazia.helma.at/pipermail/antville-dev/2003-September/000160.html)

4 lines of code changed in:

tobi 2003-09-10 10:03

moved content of .hac files to actions.js file

0 lines of code changed in:

tobi 2003-09-10 09:53

fixed missing <p> tag for xhtml compliance

1 lines of code changed in:

tobi 2003-09-10 09:48

slightly modified display of uptime

1 lines of code changed in:

robert 2003-09-09 21:42

only send registration confirmation mail if root.sys_email is set (otherwise eg. antclick users would get an error message during setup)

16 lines of code changed in:

robert 2003-09-09 21:09

removed second drop statement of column SITE_TEXTFONT

0 lines of code changed in:

robert 2003-09-09 21:09

added column SITE_PREFERENCES, removed preference columns that are now stored xml encoded in SITE_PREFERENCES (includes db-patches 20030729 and 20030728)

4 lines of code changed in:

hannes 2003-09-09 19:57

Tentative code to set the colorpicker to the color of the selected textclass
(works only if the color matches one in the color raster 100%)

36 lines of code changed in:

hannes 2003-09-09 19:30

Make colorpicker.skin XHTML complient

12 lines of code changed in:

tobi 2003-09-09 19:24

refactored, condensed and fixed the whole application

179 lines of code changed in:

hannes 2003-09-09 16:41

Add a preview area to the colorpicker and make it possible
to edit all colors at once.

248 lines of code changed in:

robert 2003-09-07 23:11

introduced new deny.* messages (the former *Denied messages) that are used by DenyException objects

72 lines of code changed in:

robert 2003-09-07 23:10

added constants ONEMINUTE, ONEHOUR and ONEDAY

14 lines of code changed in:

robert 2003-09-07 23:10

modified addstory_macro() because checkAdd() now possibly throws an exception

10 lines of code changed in:

robert 2003-09-07 23:09

modified editlink_macro(), deletelink_macro(), onlinelink_macro() and viewlink_macro() since checkXxx methods now throw an exception

68 lines of code changed in:

robert 2003-09-07 23:09

- modified history_macro() since checkView throws an exception
- use constant ONEDAY in age_macro()

10 lines of code changed in:

robert 2003-09-07 23:08

modified editlink_macro(), deletelink_macro(), closelink_macro() and viewlink_macro() since checkXxx methods now throw a DenyException

58 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Generated by StatCVS 0.2.2