David Anderson
e5c3b749c4
- user web: tweak PM-related text
...
svn path=/trunk/boinc/; revision=14259
2007-11-19 16:44:24 +00:00
David Anderson
fd399c351d
- user web: for moderation actions on team forums,
...
send email notifications to team founder (not project admin)
- user web: let project admins (S_ADMIN) moderate team forums
svn path=/trunk/boinc/; revision=14245
2007-11-18 04:10:37 +00:00
David Anderson
cca50422cd
svn path=/trunk/boinc/; revision=14236
2007-11-17 00:44:21 +00:00
David Anderson
b597e4d204
- user web: on team message board pages,
...
put a link to the top-level message board
svn path=/trunk/boinc/; revision=14233
2007-11-16 21:48:28 +00:00
David Anderson
c23eb176a6
- user web: fixes #482
...
svn path=/trunk/boinc/; revision=14231
2007-11-16 20:52:42 +00:00
David Anderson
a49608a028
- user web: allow teams to create their own "team message board".
...
Team founder and admins have moderator power.
Anyone can view a team message board,
but only team members can write to it.
Users cannot be banished from team message boards
(due to database limitations).
svn path=/trunk/boinc/; revision=14218
2007-11-15 22:51:05 +00:00
David Anderson
c83eeef1a5
- user web: factor out code for forum header (search forum and PM info)
...
into a separate function.
Don't show subtitle bar for categories with no name.
Rename search_post_titles() to search_post_content()
svn path=/trunk/boinc/; revision=14209
2007-11-15 00:27:02 +00:00
David Anderson
83362a31ed
- user web: change forum prefs editing to use new DB interface
...
svn path=/trunk/boinc/; revision=14175
2007-11-13 17:18:34 +00:00
David Anderson
a18dfc55a7
- user web: revise forum code to use new-style DB interface
...
svn path=/trunk/boinc/; revision=14160
2007-11-12 20:57:15 +00:00
Janus B. Kristensen
3f71604529
Factored out the supermassive if-sentence in show_post into a seperate function called should_show_post.
...
svn path=/trunk/boinc/; revision=14135
2007-11-11 19:22:35 +00:00
David Anderson
4c8b387791
- user web: change more links to buttons; fix PHP warning
...
svn path=/trunk/boinc/; revision=14023
2007-11-02 18:48:48 +00:00
David Anderson
017c3a45f8
- user web: <form> outside of <td> screwed up Opera
...
svn path=/trunk/boinc/; revision=14021
2007-11-02 15:57:19 +00:00
Rytis Slatkevičius
c1fb4934ec
- user web: convert translations from tokens to strings; update Lithuanian translation.
...
- ops pages: add user removal feature (for spammers).
svn path=/trunk/boinc/; revision=14020
2007-11-02 14:43:02 +00:00
David Anderson
f46a06305d
- user web:
...
- changed Private Messages interface so that you see
all your messages on one page,
and remove various redundant links
(like the Inbox link on the Inbox page)
- changed links to buttons for moderator functions
svn path=/trunk/boinc/; revision=14019
2007-11-01 23:04:39 +00:00
David Anderson
02a6928335
- see last commit
...
svn path=/trunk/boinc/; revision=14018
2007-11-01 20:41:24 +00:00
David Anderson
15238b5747
- user web:
...
- replace some links with buttons in forum pages; add hover text.
- show "mark all threads as read" only in forum page
- fix bugs in team creation
svn path=/trunk/boinc/; revision=14016
2007-11-01 17:54:44 +00:00
David Anderson
94f9b46fc9
- user web: make buttons look better;
...
add a function show_button() to display links as buttons
with hover-based explanation.
This should be used whenever clicking on something
performs an action, rather than just going to a new page
(sometimes the boundary is fuzzy)
- user web: fixed bug when send private message by user name
svn path=/trunk/boinc/; revision=14015
2007-10-31 23:50:21 +00:00
David Anderson
24869ae8d4
- user web: bug fix in forum banish
...
- user web: add link to boinc-team-founders Google group
in founder management page
svn path=/trunk/boinc/; revision=14011
2007-10-31 19:26:02 +00:00
David Anderson
cef83b5538
- user web: eliminate some PHP warnings, and code cleanup
...
svn path=/trunk/boinc/; revision=14000
2007-10-30 23:34:26 +00:00
Rytis Slatkevičius
4b28e7c183
User web: add HTML DOCTYPE (4.01 Transitional) to all pages, make some HTML validity changes.
...
svn path=/trunk/boinc/; revision=13928
2007-10-22 19:36:01 +00:00
Rytis Slatkevičius
717898ae03
Fix a lot of PHP notices that show up when error reporting E_NOTICE is enabled
...
svn path=/trunk/boinc/; revision=13843
2007-10-12 17:58:50 +00:00
Rytis Slatkevičius
31901159fc
Make private message functions translatable, using newly added string-based translation method.
...
Update English and Lithuanian languages.
svn path=/trunk/boinc/; revision=13460
2007-08-25 15:04:29 +00:00
Rytis Slatkevičius
bc17c8ab45
Fix previous checkin to conform to RFC (Location header expects complete URL)
...
svn path=/trunk/boinc/; revision=13413
2007-08-18 16:45:54 +00:00
Rytis Slatkevičius
882d20b226
Forums: return user to the same page after selecting "Mark all threads as read".
...
svn path=/trunk/boinc/; revision=13412
2007-08-18 16:14:53 +00:00
Rytis Slatkevičius
b24c43f06f
- user web: add a feature to mark all threads as read (forums). ( fix #52 )
...
svn path=/trunk/boinc/; revision=13182
2007-07-18 15:48:07 +00:00
Rytis Slatkevičius
8ae1777f6f
Use web: move named anchor used for "jump to post" feature ( fix #323 ).
...
svn path=/trunk/boinc/; revision=13153
2007-07-14 18:33:48 +00:00
Rytis Slatkevičius
3259b704a2
Show a link to a specific post in user post listings (requested by John McLeod VII).
...
svn path=/trunk/boinc/; revision=13072
2007-07-02 14:15:28 +00:00
Rytis Slatkevičius
8fe8acf2d9
User web: fix forum display when viewing unfiltered posts from blocked users
...
svn path=/trunk/boinc/; revision=12981
2007-06-22 13:19:56 +00:00
Rytis Slatkevičius
b3e3ce4c43
Include quick link to block PMs from a specific user ( fix #188 ).
...
svn path=/trunk/boinc/; revision=12748
2007-05-26 17:00:01 +00:00
Rytis Slatkevičius
56871331a5
- Fix #189 : add links to send PMs below user name in the forum, in the user overview and in user profile page.
...
- Change "CVS" into "SVN" in the CVS version tracker (automatically generated comment in the pages showing page revision number)
svn path=/trunk/boinc/; revision=12666
2007-05-15 10:06:38 +00:00
Rytis Slatkevičius
5f7ed5b8fc
Remove redundant search boxes from the bottom of the forum pages
...
svn path=/trunk/boinc/; revision=12660
2007-05-13 18:41:34 +00:00
Rom Walton
2e944052a6
- Add a project config.xml option to allow moderators to ban
...
accounts.
<moderators_allowed_to_ban>1</moderators_allowed_to_ban>
html/inc/
forum.inc
forum_moderators.inc
svn path=/trunk/boinc/; revision=12643
2007-05-11 02:43:57 +00:00
Rytis Slatkevičius
4332736ae9
Private message functionality for the forums.
...
NOTE: needs database update.
svn path=/trunk/boinc/; revision=12499
2007-04-29 14:22:28 +00:00
Rytis Slatkevičius
4ccd2698ef
<no_forum_rating/> should be parsed as bool, not as string
...
svn path=/trunk/boinc/; revision=12497
2007-04-29 13:02:35 +00:00
Rytis Slatkevičius
b0822ac3bf
Allow projects to modify text under user's avatar (from Eric Myers)
...
svn path=/trunk/boinc/; revision=12270
2007-03-27 14:43:00 +00:00
Rytis Slatkevičius
3d9e92055f
Fix for the security fix (allow reading forums when logged out)
...
svn path=/trunk/boinc/; revision=12067
2007-02-09 21:07:51 +00:00
Rytis Slatkevičius
aa396080c0
Fix XSS vulnerability in the forum
...
svn path=/trunk/boinc/; revision=12055
2007-02-08 19:54:05 +00:00
Rytis Slatkevičius
90ad37471b
Team types display (from Eric Myers)
...
svn path=/trunk/boinc/; revision=11761
2007-01-03 18:07:44 +00:00
Rytis Slatkevičius
e1bf139562
Multiple forum related fixes
...
svn path=/trunk/boinc/; revision=11739
2006-12-29 20:57:29 +00:00
Rytis Slatkevičius
eedd0db6c9
HTML stripping issue
...
svn path=/trunk/boinc/; revision=11718
2006-12-23 14:59:47 +00:00
Rytis Slatkevičius
67b3f9a911
Forum thread locking
...
svn path=/trunk/boinc/; revision=11514
2006-11-10 17:09:09 +00:00
Matt Lebofsky
44435b0191
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11289
2006-10-17 05:40:33 +00:00
David Anderson
6ecbc8ef12
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11188
2006-09-25 18:51:50 +00:00
Matt Lebofsky
d5edfcfe23
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11153
2006-09-13 16:47:48 +00:00
Janus B. Kristensen
4a7088ca0a
Fixed two off-by-one errors in the monster if-sentence that controls which posts are to be displayed.
...
svn path=/trunk/boinc/; revision=10965
2006-08-22 10:49:46 +00:00
David Anderson
f4a37c6130
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10875
2006-08-09 19:12:54 +00:00
David Anderson
0328bd2122
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10867
2006-08-08 20:32:37 +00:00
David Anderson
2585ff086e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10812
2006-08-01 22:28:03 +00:00
David Anderson
6e4da982f7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10809
2006-08-01 21:45:05 +00:00
Matt Lebofsky
43a742bc1c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10635
2006-07-12 16:18:12 +00:00