Commit Graph

4627 Commits

Author SHA1 Message Date
Janus B. Kristensen 3a2cc0dc44 html/users/forum_threads.php
svn path=/trunk/boinc/; revision=4762
2004-12-05 10:23:47 +00:00
Janus B. Kristensen 2d1cef4a9e Added display of forum navigation bar on the bottom of threads. Users won't have to scroll up to get back.
Also made the output HTML 4.01 transitional valid

svn path=/trunk/boinc/; revision=4761
2004-12-05 10:17:02 +00:00
Bruce Allen 86445e9427 Reverted configure.ac to last working version 1.144.
Version 1.145 and 1.146 were the same as 1.44.
Note that a good way to do file revision in your sandbox is
cvs update -j 1.147 -j 1.144 configure.ac

svn path=/trunk/boinc/; revision=4760
2004-12-04 07:19:09 +00:00
Rom Walton d4536f953c *** empty log message ***
svn path=/trunk/boinc/; revision=4759
2004-12-04 05:42:22 +00:00
Eric J. Korpela 743ecb1c2a Removed for reversion...
svn path=/trunk/boinc/; revision=4758
2004-12-04 02:26:02 +00:00
Eric J. Korpela c05aa8bb74 Reversion to correct version (1.144)
svn path=/trunk/boinc/; revision=4757
2004-12-04 02:03:45 +00:00
Rom Walton f3749f8128 *** empty log message ***
svn path=/trunk/boinc/; revision=4756
2004-12-04 01:49:50 +00:00
Bruce Allen d11fe55856 Thanks, Reinhard!
-   C extern statements so that 'API' header files can be included in C
        programs as well as C++.
-   Make install now only installs the header files needed for building
        the external APIs.

svn path=/trunk/boinc/; revision=4755
2004-12-04 00:56:22 +00:00
Rom Walton 08a2b68785 *** empty log message ***
svn path=/trunk/boinc/; revision=4754
2004-12-04 00:43:39 +00:00
Eric J. Korpela 116e6e5b26 reversion to earlier configure script and win_config.h
svn path=/trunk/boinc/; revision=4753
2004-12-04 00:29:22 +00:00
Eric J. Korpela 590e2cac10 Preparation for reversion to earlier versions in about 5 minutes.
svn path=/trunk/boinc/; revision=4752
2004-12-04 00:23:13 +00:00
Rom Walton 5e91fd97b2 *** empty log message ***
svn path=/trunk/boinc/; revision=4750
2004-12-04 00:08:16 +00:00
Rom Walton 870e2496fa *** empty log message ***
svn path=/trunk/boinc/; revision=4749
2004-12-04 00:02:41 +00:00
Rom Walton 16264d4901 Rom 3 Dec 2004
- Add an additional header for the additional logging prototypes under
        wxWidgets

    clientgui/
        BOINCGUIApp.cpp
        MainFrame.cpp
        stdwx.h

svn path=/trunk/boinc/; revision=4748
2004-12-03 23:45:34 +00:00
Bruce Allen 8872e2f4a1 Still working on getting cvs diff mailing going.
Sorry for the spam.
I now remember why I gave up Solaris for Linux!

svn path=/trunk/boinc/; revision=4747
2004-12-03 23:40:19 +00:00
Bruce Allen 53601b29ee Testing cvs diff emailing
svn path=/trunk/boinc/; revision=4745
2004-12-03 23:33:22 +00:00
Bruce Allen c05225e0ef Testing of cvs diff mails
svn path=/trunk/boinc/; revision=4743
2004-12-03 23:28:22 +00:00
Bruce Allen c1d0c2d719 Testing automailing of diffs
svn path=/trunk/boinc/; revision=4742
2004-12-03 23:21:07 +00:00
Rom Walton 58aa17b62e *** empty log message ***
svn path=/trunk/boinc/; revision=4740
2004-12-03 22:47:51 +00:00
Eric J. Korpela a95bfc8aee *** empty log message ***
svn path=/trunk/boinc/; revision=4739
2004-12-03 22:19:04 +00:00
Bruce Allen 54ece9fde3 Trying to get syncmail working...
svn path=/trunk/boinc/; revision=4738
2004-12-03 22:08:58 +00:00
Rom Walton 490f098fd0 *** empty log message ***
svn path=/trunk/boinc/; revision=4737
2004-12-03 22:06:39 +00:00
Eric J. Korpela f49d34d426 *** empty log message ***
svn path=/trunk/boinc/; revision=4733
2004-12-03 21:42:00 +00:00
Rom Walton d285dc4595 *** empty log message ***
svn path=/trunk/boinc/; revision=4732
2004-12-03 21:35:25 +00:00
Eric J. Korpela c3a74d384c config.h[.in] now includes win_config.h on WIN32 systems.
Split platform independent version info into version.h[.in]
(which in included from config.h)

Added all the config.h macros into win_config.h

svn path=/trunk/boinc/; revision=4731
2004-12-03 21:28:17 +00:00
Bruce Allen cf37870054 Test of auto emailing of diffs
svn path=/trunk/boinc/; revision=4730
2004-12-03 21:22:21 +00:00
Bruce Allen 894bff7b05 Added CVS diff emailing
svn path=/trunk/boinc/; revision=4728
2004-12-03 21:16:28 +00:00
Rom Walton 3125e01fbe *** empty log message ***
svn path=/trunk/boinc/; revision=4726
2004-12-03 20:30:24 +00:00
Rom Walton f040733d71 *** empty log message ***
svn path=/trunk/boinc/; revision=4725
2004-12-03 19:47:54 +00:00
Bruce Allen f85b7d8da3 - Fixed a nasty bug in the scheduler. Under a number of possible
error conditions, handle_request.C would read only some fields of
      and existing request into memory, and then write more of those fields,
      some of which were null, back into memory.  This had the effect of nulling
      out outcome, client_state, exit_status, cpu_time, xml_doc_out, stderr_out,
      validate_state, claimed_credit and client_version.  The point is that
      DB_SCHED_RESULT_ITEM_SET::enumerate() followed by
      DB_SCHED_RESULT_ITEM_SET::update_result
      did not preserve an 'existing result'.  It wiped out the fields above.

svn path=/trunk/boinc/; revision=4724
2004-12-03 14:50:12 +00:00
Bruce Allen 087ea6b791 Mislabeled row, added userid to table
svn path=/trunk/boinc/; revision=4723
2004-12-03 12:58:50 +00:00
Rom Walton 5d201427d5 *** empty log message ***
svn path=/trunk/boinc/; revision=4722
2004-12-03 01:21:30 +00:00
Rom Walton b509b0a9b1 *** empty log message ***
svn path=/trunk/boinc/; revision=4721
2004-12-03 01:02:27 +00:00
Rom Walton 485f70e77c *** empty log message ***
svn path=/trunk/boinc/; revision=4720
2004-12-03 00:59:34 +00:00
Rom Walton 0b6ad56a62 *** empty log message ***
svn path=/trunk/boinc/; revision=4719
2004-12-03 00:57:54 +00:00
Rom Walton 6d31cb5666 *** empty log message ***
svn path=/trunk/boinc/; revision=4718
2004-12-03 00:54:30 +00:00
Bruce Allen 6aa04b9cf2 Better formatting
svn path=/trunk/boinc/; revision=4717
2004-12-02 23:41:09 +00:00
Bruce Allen 0fe77e9c1d - Display some useful Unix times on db query page (helpful in formulating
queries.

svn path=/trunk/boinc/; revision=4716
2004-12-02 23:33:06 +00:00
Bruce Allen 79865e672c Added display of some unix times on query page: helpful in adding clauses
svn path=/trunk/boinc/; revision=4715
2004-12-02 23:30:25 +00:00
Bruce Allen d73bddd4b6 Oops
svn path=/trunk/boinc/; revision=4714
2004-12-02 23:12:04 +00:00
Bruce Allen ecbd25e36d Helps if I check in the right files (with the right notes, too!)
-   Added logging of remaining result.outcome==OVER states to logging
    output of transitioner.
-   Fixed nasty bug in ops pages where top two WU error mask bits were
    not being shown in WU summary/detail pages.

svn path=/trunk/boinc/; revision=4713
2004-12-02 23:00:30 +00:00
David Anderson 5664a85754 *** empty log message ***
svn path=/trunk/boinc/; revision=4712
2004-12-02 22:56:49 +00:00
Bruce Allen f1656f4379 - Added logging of remaining result.outcome==OVER states to logging
output of validator.
-   Fixed nasty bug in ops pages where top two WU error mask bits were
        not being shown in WU summary/detail pages.

svn path=/trunk/boinc/; revision=4711
2004-12-02 22:55:25 +00:00
Bruce Allen 5dee0314d3 Fixed nasty bug in ops pages where top two WU error mask bits were
not being shown in WU summary/detail pages.

svn path=/trunk/boinc/; revision=4710
2004-12-02 22:53:16 +00:00
David Anderson 1dd3076855 *** empty log message ***
svn path=/trunk/boinc/; revision=4709
2004-12-02 22:24:53 +00:00
Rom Walton 088d462e36 *** empty log message ***
svn path=/trunk/boinc/; revision=4708
2004-12-02 21:55:04 +00:00
Rom Walton 54f144092a *** empty log message ***
svn path=/trunk/boinc/; revision=4707
2004-12-02 21:43:44 +00:00
Rom Walton f966ffac7a *** empty log message ***
svn path=/trunk/boinc/; revision=4706
2004-12-02 20:17:34 +00:00
Bruce Allen 6f62a332fd Minor format changes
svn path=/trunk/boinc/; revision=4705
2004-12-02 18:46:21 +00:00
Bruce Allen b0141b1c1a Modified php script to work with both php4 and php5
svn path=/trunk/boinc/; revision=4704
2004-12-02 18:14:16 +00:00