Hannes Wallnöfer
518a568053
Remove assignment of description property to new user which isn't defined
...
and causes an error in the SQL insert code.
2003-10-29 11:38:48 +00:00
Hannes Wallnöfer
66da088957
Use res.handlers.context to get the site/server title
2003-10-23 17:48:20 +00:00
b8aec719dc
redirect to main action of an image after creation
2003-10-17 08:42:06 +00:00
47eef10af3
added table rows and cells for better display
2003-10-16 17:57:46 +00:00
a9965c9657
added <noscript> tag with some information about the new way referrers work
2003-10-16 17:55:08 +00:00
9b9f595d08
decreased size of spamfilter textarea and added some explanation
2003-10-16 17:44:21 +00:00
0242b38da8
removed "instead" at the end of the text
2003-10-16 17:38:15 +00:00
8b41b1fc1d
added class definitions according to old backlinks layout
2003-10-16 17:34:12 +00:00
4ae5ec0482
* modified referrers to be written by client-side javascript code
...
* added filters to sort out spam, search referrers or the like
2003-10-16 17:29:10 +00:00
2c9c1262d1
removed tag for external "safescripts" file -- code has moved to
...
root/systemscripts.skin and is included in site/javascript.skin via macro
2003-10-16 17:27:53 +00:00
0a55f0e398
added system-wide javascript code via skin macro
2003-10-16 17:25:56 +00:00
4e37c2b08d
* renamed safescripts.skin to systemscripts for convenience
...
* added Antville object which will contain all of the Antville-specific, client-side javascript code from now on and in the future
2003-10-16 17:20:51 +00:00
833de0a4a1
* modified referrers to be written by client-side javascript code
2003-10-16 17:19:31 +00:00
514d56ea23
* modified referrers to be written by client-side javascript code
...
* added filters to sort out spam, search referrers or the like
2003-10-16 17:19:04 +00:00
98aefe54a9
* added generic preference_macro for output of preference value or editor
...
* added spamfilter_macro for output of spamfilter data approripate for client-side javascript code
2003-10-16 17:13:22 +00:00
6ec62c8a56
added preference editor for spamfilter
2003-10-16 17:10:38 +00:00
Robert Gaggl
07b311f384
modified sites_action(), users_action() and logs_action() to use the new global renderList() and renderPageNavigation() methods
2003-10-15 20:08:45 +00:00
Robert Gaggl
9d4676a0c9
- modified main_action to use global renderList() and renderPageNavigation()
...
- added offline_action() and mystories_action()
2003-10-15 20:08:02 +00:00
Robert Gaggl
699b857bd1
- modified main_action to use global renderList() and renderPageNavigation()
...
- added openpolls_action() and mypolls_action()
2003-10-15 20:07:39 +00:00
Robert Gaggl
ba6660e76c
- modified main_action to use global renderList() and renderPageNavigation()
...
- added myimages_action
2003-10-15 20:06:56 +00:00
Robert Gaggl
4b86b3e518
- modified main_action to use global renderList() and renderPageNavigation()
...
- added myfiles_action
2003-10-15 20:06:41 +00:00
Robert Gaggl
7a732c0a9f
simplyfied html code, embedded page navigation
2003-10-15 20:06:10 +00:00
Robert Gaggl
33e55a1f01
minor code formatting
2003-10-15 20:05:22 +00:00
Robert Gaggl
f16666882d
- embedded page navigation
...
- urls of filter options now point to actions in storymgr instead of main action using GET parameters
2003-10-15 20:04:56 +00:00
Robert Gaggl
3a9b530528
- embedded page navigation
...
- urls of filter options now point to actions in pollmgr instead of main action using GET parameters
2003-10-15 20:04:37 +00:00
Robert Gaggl
1a6ef430fa
- embedded page navigation
...
- urls of filter options now point to actions in imagemgr instead of main action using GET parameters
2003-10-15 20:04:15 +00:00
Robert Gaggl
dadc7cb64b
- embedded page navigation
...
- added header similar to imagemgr, added filter link for "my files"
2003-10-15 20:03:18 +00:00
Robert Gaggl
a878d0b2f2
initial check-in: used for rendering the page navigation bar in mgr-mountpoints
2003-10-15 20:02:17 +00:00
Robert Gaggl
15544b702b
removed methods renderList() and renderPageNavigation() which are now replaced by global methods
2003-10-15 20:01:46 +00:00
Robert Gaggl
db1794278e
removed method renderStoryList() which is replaced by global renderList(), added method renderManagerView() that is passed as argument to global renderList() (this method does the actual rendering of an item in the list)
2003-10-15 20:00:43 +00:00
Robert Gaggl
6d9851250b
removed method renderPollList() which is replaced by global renderList(), added method renderManagerView() that is passed as argument to global renderList() (this method does the actual rendering of an item in the list)
2003-10-15 19:59:26 +00:00
Robert Gaggl
bd5eabe5ae
added methods renderList(), renderPageNavigation() and renderPageNavItem() that are used for rendering lists in mgr-mountpoints and rendering the page navigation
2003-10-15 19:58:26 +00:00
Robert Gaggl
fcaf16f869
added cases for actions "offline" and "mystories"
2003-10-15 19:57:28 +00:00
Robert Gaggl
18ca823342
added cases for actions "open" and "mypolls"
2003-10-15 19:57:10 +00:00
Robert Gaggl
21076f4d18
added classes used for page navigation
2003-10-15 19:56:49 +00:00
Robert Gaggl
dcfaf27dce
added classes used for page navigation in mgr-mountpoints
2003-10-15 19:56:41 +00:00
Robert Gaggl
00c9220f4f
added collection "offline" that contains offline stories (used for filtering in storymgr)
2003-10-15 19:56:17 +00:00
Robert Gaggl
1114b4c5fe
added collection "open" that contains only open polls
2003-10-15 19:55:51 +00:00
Robert Gaggl
2c6c72edcb
added collections stories, polls, images and files that contain objects that were created by the user in the site the membership points to (these collections are used in the manager mountpoints for the "my xxxxx" options)
2003-10-15 19:55:30 +00:00
Robert Gaggl
4937d54283
modified text in notification dropdowns to be more precise
2003-10-11 10:43:10 +00:00
Robert Gaggl
2ffe2a20d8
modified assignment of root.sys_allowEmails, it should be an integer (or null) instead of a string
2003-10-11 10:42:33 +00:00
Robert Gaggl
772c53d17f
modified debug output of flushMailQueue()
2003-10-11 10:41:45 +00:00
Robert Gaggl
b2f57212f5
check if notification is enabled for a site by calling isNotificationEnabled()
2003-10-11 10:41:16 +00:00
Robert Gaggl
45fd91573a
- 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
2003-10-11 10:40:03 +00:00
Hannes Wallnöfer
6e147b0e32
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.
2003-10-10 17:12:59 +00:00
7bad3bf9ac
* 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
2003-10-08 16:54:20 +00:00
e4df22eef5
simplified notification_macro and adjusted wording
2003-10-08 16:49:55 +00:00
738a791a74
added mail.notification message
2003-10-08 16:21:40 +00:00
cdbf273d0a
* app.data.mailQueue (now with capital Q) is defined in onStart function
...
* modified sendMail function to add multiple recipients via addBCC method
2003-10-08 16:20:54 +00:00
74006dc880
added main_action to redirect to the same url that is available via the "download" link in the file manager
2003-10-08 16:18:34 +00:00