David Anderson
61cbe110ef
- web: when creating an item in News forum,
...
show "Export as Notice?" checkbox, and default to off.
svn path=/trunk/boinc/; revision=23721
2011-06-14 05:42:52 +00:00
David Anderson
4392d8b40f
- user web: style tweaks
...
svn path=/trunk/boinc/; revision=23021
2011-02-11 18:09:08 +00:00
David Anderson
d27af6214d
- user web: finish dealing with get args spam
...
svn path=/trunk/boinc/; revision=23010
2011-02-09 22:11:34 +00:00
Rytis Slatkevičius
e0bcf3805f
user web: add some CSS classes for easier styling
...
svn path=/trunk/boinc/; revision=22850
2010-12-21 17:15:57 +00:00
David Anderson
98a192e5ac
- web: bug fixes to the above.
...
svn path=/trunk/boinc/; revision=19951
2009-12-17 00:17:37 +00:00
David Anderson
e1bdfc0ee8
- web: change the way project news is stored.
...
Old: in a flat file (html/project/project_news.inc)
New: in a forum (called "News" by default)
The script html/ops/news_convert.php copies news from
old to new format.
You'll also need to edit your index.php and use
"show_news(0, 5)" to show news.
- web: added a "message of the day" mechanism.
Edit html/user/motd.php to show a message.
This will be shown as the first news item,
but it's not archived (i.e., it's not a forum post)
svn path=/trunk/boinc/; revision=19949
2009-12-16 22:35:08 +00:00
David Anderson
5e94337e8e
- more code cleanup
...
svn path=/trunk/boinc/; revision=18487
2009-06-23 17:15:17 +00:00
David Anderson
df9547fcf4
- web: code cleanup
...
svn path=/trunk/boinc/; revision=18486
2009-06-23 17:13:35 +00:00
David Anderson
9f8fda388b
- web: add buttons for BBCode editing.
...
From John Hallissey
svn path=/trunk/boinc/; revision=18485
2009-06-23 16:37:13 +00:00
Janus B. Kristensen
ef3fb01631
- Added ability to mildly force a specific title on forum posts when posting
...
- Added ability to get a forum post title from the GET request as well as the POST request data (POST overwrites GET)
svn path=/trunk/boinc/; revision=16747
2008-12-29 10:19:25 +00:00
David Anderson
a42ba237f3
- client: correctly null-terminate file upload handler reply
...
- web: fix typo
svn path=/trunk/boinc/; revision=16189
2008-10-11 18:13:33 +00:00
David Anderson
37364ab657
- client: show message when suspending because of exclusive app
...
- web: remove file_get_contents() workaround for PHP4
- web: If Akismet or ReCaptcha failure,
display the form again with a warning message at the top.
That way the user doesn't lose the text they just typed.
svn path=/trunk/boinc/; revision=16175
2008-10-09 18:28:55 +00:00
David Anderson
9baf78fe5f
- web: added copyright and license info to PHP files
...
svn path=/trunk/boinc/; revision=15758
2008-08-05 22:43:14 +00:00
David Anderson
d764eb5873
- web: clean up stuff related to stripslashes():
...
1) it's not correct to apply stripslashes() to all form input.
That should be done only if magic quotes is on.
I fixed this by adding a function undo_magic_quotes()
that does the right thing.
2) There's no reason to strip backslashes from user-supplied text
(forum titles and bodies, private messages, passwords etc.)
I'm not sure why this was being done.
It prevented messages from containing backslashes.
svn path=/trunk/boinc/; revision=15364
2008-06-05 20:32:21 +00:00
David Anderson
0e03df254b
- Back end: add adaptive validation feature
...
(DB update required)
- Fixed typo in Eric's 5/28 checkin
svn path=/trunk/boinc/; revision=15357
2008-06-04 23:04:12 +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
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
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
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
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
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
793c459f67
Fix forum preview once again
...
svn path=/trunk/boinc/; revision=13717
2007-09-29 18:40:46 +00:00
Rytis Slatkevičius
870924eb13
Fix #424 (backslash problem)
...
svn path=/trunk/boinc/; revision=13716
2007-09-29 15:47:12 +00:00
Rytis Slatkevičius
f2cccbd4cf
Preview functionality for the forums
...
svn path=/trunk/boinc/; revision=13715
2007-09-29 12:53:16 +00:00
Rytis Slatkevičius
f198d8c78e
Adding anti-spam protection from akismet.com to the forums. Disabled by default; see http://boinc.berkeley.edu/trac/wiki/ProtectionFromSpam for information on how to enable it.
...
svn path=/trunk/boinc/; revision=12420
2007-04-19 18:22:38 +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
Matt Lebofsky
0a720c1da0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11935
2007-01-22 22:39:22 +00:00
Matt Lebofsky
d60d1c6920
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11205
2006-09-27 16:58:59 +00:00
Janus B. Kristensen
f87bb18959
- When a user forgets to make a title for a new thread he/she will be reminded and their input text will be remembered to avoid wasting their time.
...
- A few HTML4.01trans corrections
- Added CVS auto tag
svn path=/trunk/boinc/; revision=10962
2006-08-22 09:04:28 +00:00
David Anderson
0328bd2122
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10867
2006-08-08 20:32:37 +00:00
David Anderson
aeac868c11
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10559
2006-07-01 20:03:48 +00:00
David Anderson
091b57c6c1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10380
2006-06-16 23:53:56 +00:00
Rom Walton
8d8ccb9d5c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9791
2006-04-04 00:39:53 +00:00
Janus B. Kristensen
60b6c6d973
Translate text from forum_post page
...
svn path=/trunk/boinc/; revision=8228
2005-09-27 20:38:44 +00:00
Janus B. Kristensen
a27c54cc31
Stickies and new forum rules
...
svn path=/trunk/boinc/; revision=5902
2005-04-20 21:11:20 +00:00
David Anderson
7be3f2711b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5500
2005-02-23 00:42:14 +00:00
David Anderson
e54580eb96
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5436
2005-02-16 00:24:53 +00:00
David Anderson
a7320942ad
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5422
2005-02-13 21:33:02 +00:00
David Anderson
e5296e5518
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5421
2005-02-13 20:57:43 +00:00
David Anderson
2e71493903
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5246
2005-01-30 20:15:18 +00:00
David Anderson
15e29841be
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4941
2004-12-27 03:42:11 +00:00
David Anderson
4cb055dbe8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4442
2004-10-26 22:27:50 +00:00
David Anderson
abd4c861ed
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4311
2004-10-10 03:04:29 +00:00
David Anderson
2634204c88
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4152
2004-09-04 23:37:49 +00:00
David Anderson
c46546288e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3508
2004-06-07 03:34:07 +00:00
David Anderson
ec78e50fb6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3476
2004-05-30 21:47:11 +00:00