Commit Graph

1006 Commits

Author SHA1 Message Date
Janus B. Kristensen fe423a3a08 Escaping of strings and checking of everything else before inserting into SQL DB
svn path=/trunk/boinc/; revision=6071
2005-05-08 01:19:12 +00:00
David Anderson 148b72cfe9 *** empty log message ***
svn path=/trunk/boinc/; revision=6066
2005-05-07 06:41:27 +00:00
Bruce Allen 0b62469e31 Strip slashes from clause
svn path=/trunk/boinc/; revision=6061
2005-05-06 18:35:55 +00:00
David Anderson 31b1dbbc02 *** empty log message ***
svn path=/trunk/boinc/; revision=6047
2005-05-05 21:12:26 +00:00
Jens Seidler ef1809f065 Localization: Clientgui and web language files updated: Polish (pl) and Czech (cs)
svn path=/trunk/boinc/; revision=6037
2005-05-05 09:22:55 +00:00
David Anderson de6cc8f23c *** empty log message ***
svn path=/trunk/boinc/; revision=6034
2005-05-05 06:21:45 +00:00
David Anderson 204fcd1f13 *** empty log message ***
svn path=/trunk/boinc/; revision=6033
2005-05-05 06:08:57 +00:00
Bruce Allen 58b5a09fa5 Oops
svn path=/trunk/boinc/; revision=6029
2005-05-05 05:15:26 +00:00
Bruce Allen 367d0daa8e Change php functions to correctly describe timezone field.
svn path=/trunk/boinc/; revision=6028
2005-05-05 05:06:16 +00:00
David Anderson 1ae7d9b042 *** empty log message ***
svn path=/trunk/boinc/; revision=6026
2005-05-04 22:38:14 +00:00
Janus B. Kristensen 6ea73ff7dd Separating the forum.inc into two files - one related to the database and one related to actual forum stuff (like displaying posts etc).
svn path=/trunk/boinc/; revision=6021
2005-05-04 08:46:46 +00:00
David Anderson 3d05c8b499 *** empty log message ***
svn path=/trunk/boinc/; revision=6020
2005-05-04 08:07:20 +00:00
Bruce Allen 0ce0500e17 in host page visible to ordinary users, include daily result
quota info.

svn path=/trunk/boinc/; revision=6011
2005-05-04 05:01:18 +00:00
Jens Seidler 6fad399b8c Localization: Clientgui and web language files updated: Spanish (es), Chinese Traditional (zh_TW), German (de), Czech (cs)
svn path=/trunk/boinc/; revision=5992
2005-04-30 21:48:47 +00:00
Janus B. Kristensen 1de42d1500 Ability to ignore sticky posts (don't reorder them in forum list)
svn path=/trunk/boinc/; revision=5990
2005-04-30 10:20:49 +00:00
Janus B. Kristensen e70234033f Rating +/- links now are images
svn path=/trunk/boinc/; revision=5988
2005-04-30 09:04:00 +00:00
Bruce Allen 44b8232bc4 Typo
svn path=/trunk/boinc/; revision=5979
2005-04-29 19:31:02 +00:00
Bruce Allen f8de417987 Fixed update_average() function to do the right thing when the time
between successive calls is small (zero seconds):

Consider the limit
as diff->0, using the first-order Taylor expansion of
exp(x)=1+x+O(x^2).
So to the lowest order in diff:
weight = 1 - diff ln(2) / half_life
so one has
avg += (1-weight)*(work/diff_days)
avg += [diff*ln(2)/half_life] * (work*SECONDS_PER_DAY/diff)
notice that diff cancels out, leaving
avg += [ln(2)/half_life] * work*SECONDS_PER_DAY

svn path=/trunk/boinc/; revision=5978
2005-04-29 19:22:43 +00:00
Janus B. Kristensen 53fe1e1ed2 Lessen the load from bugs in third party scripts that continuously look up non-existant users.
svn path=/trunk/boinc/; revision=5953
2005-04-28 09:34:06 +00:00
Janus B. Kristensen 0223fb3a22 Rating can now only be done if the rules for rating in the DB have been followed.
svn path=/trunk/boinc/; revision=5952
2005-04-28 09:33:07 +00:00
Janus B. Kristensen 5f214a026d Quoting is now done using blockquote, loads of get_int/get_str changes. Moderators can now view hidden threads if going direct by id.
svn path=/trunk/boinc/; revision=5951
2005-04-28 09:32:22 +00:00
Janus B. Kristensen bc302dfff9 Added blockquote and u as valid tags
svn path=/trunk/boinc/; revision=5950
2005-04-28 09:30:37 +00:00
Janus B. Kristensen c82fd585d5 Minor correction that will take "holes" in special user bitfield into account.
svn path=/trunk/boinc/; revision=5947
2005-04-27 15:13:44 +00:00
Rom Walton c1595522f9 *** empty log message ***
svn path=/trunk/boinc/; revision=5934
2005-04-25 18:44:17 +00:00
Bruce Allen 219fab8a5c Put 'do another' at the top not bottom of the page
svn path=/trunk/boinc/; revision=5930
2005-04-25 15:06:22 +00:00
David Anderson 615982f0b4 *** empty log message ***
svn path=/trunk/boinc/; revision=5910
2005-04-20 22:46:47 +00:00
Janus B. Kristensen f1a7efccf8 Stickies and new forum rules
svn path=/trunk/boinc/; revision=5906
2005-04-20 21:25:18 +00:00
Janus B. Kristensen 110ec42307 Old image files are being moved to the img/ dir to create a better overview of which files goes where.
svn path=/trunk/boinc/; revision=5905
2005-04-20 21:17:07 +00:00
Janus B. Kristensen 5c3a3db1c1 Old image files are being moved to this directory to create a better overview of which files goes where.
svn path=/trunk/boinc/; revision=5904
2005-04-20 21:16:26 +00:00
Janus B. Kristensen 55ada424a9 Image files for sticky forum entries
svn path=/trunk/boinc/; revision=5903
2005-04-20 21:12:45 +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
Janus B. Kristensen cddce53f72 Stickies and new forum rules
svn path=/trunk/boinc/; revision=5901
2005-04-20 20:56:58 +00:00
Bruce Allen 35acc96c5a Forgot to check in modified ops/index.php page
svn path=/trunk/boinc/; revision=5896
2005-04-19 20:48:43 +00:00
Bruce Allen 615d8aea5c Better error reporting from problem_host.php reporting page, if
host does not exist.  Thanks to Christian Beer.

svn path=/trunk/boinc/; revision=5895
2005-04-19 19:56:23 +00:00
Bruce Allen ffcebd559f Added ops page script to email owners of 'problem' hosts. Thanks to
Christian Beer for writing this.

svn path=/trunk/boinc/; revision=5888
2005-04-18 18:26:14 +00:00
Bruce Allen 01f30efe26 Made default choice 'ACCEPT' for screening user profiles for UOTD.
svn path=/trunk/boinc/; revision=5882
2005-04-18 02:36:35 +00:00
Jens Seidler faf00b141e Localization: Clientgui and web language files updated: Czech (cs), Spanish (es)
svn path=/trunk/boinc/; revision=5881
2005-04-17 12:07:50 +00:00
David Anderson fbea520885 *** empty log message ***
svn path=/trunk/boinc/; revision=5872
2005-04-15 22:58:32 +00:00
David Anderson 33a36d367f *** empty log message ***
svn path=/trunk/boinc/; revision=5871
2005-04-15 22:52:19 +00:00
David Anderson 05ece15a25 *** empty log message ***
svn path=/trunk/boinc/; revision=5860
2005-04-15 18:43:53 +00:00
Jens Seidler 5ad1cc6c8a Localization: Clientgui and web language files updated: Spanish (es)
svn path=/trunk/boinc/; revision=5856
2005-04-15 17:12:27 +00:00
Jens Seidler 893c211845 Localization: Clientgui and web language files updated: Catalan (ca)
svn path=/trunk/boinc/; revision=5853
2005-04-14 21:14:00 +00:00
David Anderson 38c306c40d *** empty log message ***
svn path=/trunk/boinc/; revision=5826
2005-04-11 18:24:36 +00:00
David Anderson cfbf124d4d *** empty log message ***
svn path=/trunk/boinc/; revision=5809
2005-04-08 21:40:32 +00:00
Jens Seidler 51751cbaec Localization: web language file updated : Swedish (sv), Bulgarian (bg)
svn path=/trunk/boinc/; revision=5800
2005-04-08 05:40:14 +00:00
David Anderson 1c4a881fe1 *** empty log message ***
svn path=/trunk/boinc/; revision=5798
2005-04-08 00:06:52 +00:00
David Anderson 5fa6e0ec46 *** empty log message ***
svn path=/trunk/boinc/; revision=5794
2005-04-07 20:46:25 +00:00
Jens Seidler 075087821f Localization: Clientgui and web language files updated: Bulgarian (bg) and German (de)
svn path=/trunk/boinc/; revision=5791
2005-04-07 19:06:15 +00:00
David Anderson 67f6558e04 *** empty log message ***
svn path=/trunk/boinc/; revision=5785
2005-04-06 19:41:31 +00:00
Jens Seidler d1b3444fb1 Localization: web language file updated: Russian (ru)
svn path=/trunk/boinc/; revision=5783
2005-04-06 04:54:28 +00:00