Commit Graph

16416 Commits

Author SHA1 Message Date
Rom Walton 92ca396fff Quick Updates
svn path=/trunk/boinc/; revision=22330
2010-09-09 17:16:47 +00:00
David Anderson e0e237d4dc - debug the above. It now successfully displays an
RSS feed of news items from Google,
		linked from a project manager

svn path=/trunk/boinc/; revision=22326
2010-09-08 21:13:14 +00:00
David Anderson ec151ec6a2 - finish the above
svn path=/trunk/boinc/; revision=22325
2010-09-08 20:20:02 +00:00
David Anderson f31e311dd2 - client: support notice feeds from account managers.
Implementation: create a base class PROJ_AM,
    from which both PROJECT and ACCT_MGR_INFO are derived,
    with basic stuff like name, URL, and RSS feed list

svn path=/trunk/boinc/; revision=22324
2010-09-08 18:06:56 +00:00
Rom Walton 027d8e5485 Quick Updates
svn path=/trunk/boinc/; revision=22323
2010-09-08 17:14:01 +00:00
Rom Walton 33205a6039 - Tag for 6.11.7 release, all platforms
boinc_core_release_6_11_7

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=22321
2010-09-08 16:40:13 +00:00
David Anderson 1e363ba46d - server (job submission): allow input templates to specify the
URL, size, and MD5 of input files.
    This supports "non-local" input files,
    i.e. files not present on the project server.

    NOTE: as implemented,
    this requires a separate input template for each job.
    It would be slightly better to let you specify the
    URL/size/MD5 in the create_work() call.

    From Zoltan Farkas (SZTAKI)
    

svn path=/trunk/boinc/; revision=22320
2010-09-07 20:18:58 +00:00
David Anderson 7f0d38ae0c - web: make strings translatable. From Simek, fixes #1007
svn path=/trunk/boinc/; revision=22319
2010-09-07 18:20:29 +00:00
David Anderson 59f68ba4bf svn path=/trunk/boinc/; revision=22318 2010-09-07 17:38:26 +00:00
Rom Walton 10e01e653e - MGR: Properly display which components have trouble loading when
a skin is defined.
    - MGR: A new new skin which will become the new default skin.
        
    clientgui/
        SkinManager.cpp
    clientgui/skin/BOINC
        <Various Files>

svn path=/trunk/boinc/; revision=22317
2010-09-06 16:12:59 +00:00
David Anderson 9ed4f892b8 - web: make some strings translatable, fixes #1006, from Simek
svn path=/trunk/boinc/; revision=22316
2010-09-06 13:31:18 +00:00
David Anderson d6315c7112 - fix various XSS vulnerabilities reported by the
Acunetix Web Vulnerability Scanner (free edition)


svn path=/trunk/boinc/; revision=22315
2010-09-04 22:13:27 +00:00
BOINC Translator 6e786d1893 Commit from BOINC Translation Services by user SaharovNA. 802 of 804 messages translated (2 fuzzy).
svn path=/trunk/boinc/; revision=22314
2010-09-04 07:11:01 +00:00
David Anderson 98d44b0120 - web: finish the above
svn path=/trunk/boinc/; revision=22313
2010-09-02 19:29:28 +00:00
Charlie Fenton 9d55213996 client: fix problems with exclusive_gpu_app feature
svn path=/trunk/boinc/; revision=22310
2010-08-31 10:35:42 +00:00
David Anderson acb8d8ed0c - web: if SECURE_URL_BASE is defined in html/project/project.inc,
use it a prefix for forms that include passwords,
    namely login_form.php and create_account.php.
    Typically SECURE_URL_BASE would start with "https://".


svn path=/trunk/boinc/; revision=22307
2010-08-29 10:24:39 +00:00
David Anderson bf56e80bce - tweaks
svn path=/trunk/boinc/; revision=22306
2010-08-29 08:43:40 +00:00
David Anderson 3129faa5a5 svn path=/trunk/boinc/; revision=22305 2010-08-28 20:57:46 +00:00
BOINC Translator 25e140aed0 Commit from BOINC Translation Services by user Necroman. 762 of 911 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22304
2010-08-28 17:39:33 +00:00
BOINC Translator b58f3c7162 Commit from BOINC Translation Services by user DavidM. 799 of 804 messages translated (3 fuzzy).
svn path=/trunk/boinc/; revision=22303
2010-08-28 11:50:39 +00:00
BOINC Translator e7cdc30f7e Commit from BOINC Translation Services by user DavidM. 34 of 34 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22302
2010-08-28 11:36:35 +00:00
David Anderson 53943e55e2 - client: back out changeset [21086],
which cleaned out project dir on reset.
    The semantics of reset are to not delete sticky files.

svn path=/trunk/boinc/; revision=22301
2010-08-28 00:30:01 +00:00
David Anderson 5d05a8d49e - web: check the "next URL" passed to login and account
creation scripts to ensure they refer only to local pages
    (i.e. they don't contain "://").
    This prevents cross-site scripting attacks (I think).

svn path=/trunk/boinc/; revision=22300
2010-08-28 00:06:29 +00:00
David Anderson 39ce14bf9d svn path=/trunk/boinc/; revision=22299 2010-08-27 18:31:54 +00:00
David Anderson f9adad65b6 - client: ignore case in names of "exclusive apps"
and exclusive GPU apps
	- client: fix bug that caused GPU apps to not be
		suspended or resumed immediately after
		exclusive GPU app transition
	- client: in log message, instead of saying
		"fetching tasks for GPU", say which kind of GPU

svn path=/trunk/boinc/; revision=22298
2010-08-27 18:22:59 +00:00
Charlie Fenton 378eda517a MGR: On Mac only, Close Window menu item (or its shortcut Command-w) closes the Event Log if it is the front window
svn path=/trunk/boinc/; revision=22294
2010-08-26 21:45:52 +00:00
David Anderson 11fc2dcdd2 - client: treat notices from schedulers a little differently.
Ignore duplicate notices unless they're at least 24 hours
    newer than the previous one.

svn path=/trunk/boinc/; revision=22293
2010-08-26 21:26:52 +00:00
Charlie Fenton 2381583668 MGR: On Mac only, Close Window menu item (or its shortcut Command-w) closes the Event Log if it is the front window
svn path=/trunk/boinc/; revision=22292
2010-08-26 10:09:11 +00:00
Charlie Fenton 12360ca0a5 MGR: Further refinements to Client shutdown logic on Manager Exit
svn path=/trunk/boinc/; revision=22289
2010-08-24 02:41:12 +00:00
Charlie Fenton d7dd033ffc MGR: Further refinements to Client shutdown logic on Manager Exit
svn path=/trunk/boinc/; revision=22288
2010-08-24 01:46:58 +00:00
Charlie Fenton 7c032fe498 MGR: Further refinements to Client shutdown logic on Manager Exit
svn path=/trunk/boinc/; revision=22287
2010-08-24 01:45:12 +00:00
David Anderson fdf15fb3af - client: maintain "gpu_active_frac" in addition to "active_frac"
(which really means CPU active)

svn path=/trunk/boinc/; revision=22283
2010-08-23 05:00:22 +00:00
David Anderson 84679f482a - scheduler: change the "primary_platform_only" config option
to "prefer_primary_platform".
    If an app has only only 32-bit versions, use the for 64-bit clients.


svn path=/trunk/boinc/; revision=22282
2010-08-22 19:13:25 +00:00
BOINC Translator 970280bd39 Commit from BOINC Translation Services by user treppolse. 911 of 911 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22281
2010-08-22 12:20:20 +00:00
BOINC Translator 8ee60648cb Commit from BOINC Translation Services by user treppolse. 64 of 64 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22280
2010-08-22 12:19:30 +00:00
BOINC Translator 25f5bc6797 Commit from BOINC Translation Services by user Necroman. 707 of 911 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22276
2010-08-20 22:04:38 +00:00
David Anderson 0894974aa7 Update Translations
svn path=/trunk/boinc/; revision=22275
2010-08-20 19:04:09 +00:00
BOINC Translator c5fd583443 Commit from BOINC Translation Services by user Rytis. 344 of 911 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22274
2010-08-20 19:01:06 +00:00
BOINC Translator 99b70d0964 Commit from BOINC Translation Services by user Rytis. 64 of 64 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22273
2010-08-20 19:00:58 +00:00
David Anderson 97db61ba0c fix warnings
svn path=/trunk/boinc/; revision=22272
2010-08-19 00:41:31 +00:00
Rom Walton 10573af830 - MGR: Finish implementing the use of Usernames in the account manager part
of the wizard.  I must have been asleep at the wheel on that one.
        
    clientgui/
        AccountInfoPage.h
        AccountManagerProcessingPage.cpp
        ProjectProcessingPage.cpp

svn path=/trunk/boinc/; revision=22271
2010-08-19 00:22:25 +00:00
Rom Walton fb7d10a686 Quick Updates
svn path=/trunk/boinc/; revision=22270
2010-08-18 18:54:54 +00:00
Rom Walton 9a0c552a60 - MGR: Try and clean up all the undefined reference errors for the GCC
linker

    clientgui/
        BOINCHtmlLBox.cpp, .h
        BOINCVListBox.cpp, .h
        stdwx.h

svn path=/trunk/boinc/; revision=22269
2010-08-18 18:50:41 +00:00
Rom Walton 761d61a950 Quick Updates
svn path=/trunk/boinc/; revision=22268
2010-08-18 17:49:13 +00:00
Rom Walton 3c4892e028 Quick update to see if I can get the manager to automatically build again.
svn path=/trunk/boinc/; revision=22267
2010-08-18 17:45:16 +00:00
Rom Walton a1cbb05482 - client: Only error out of the CPU version check if the call to CPUID(0)
returns zero.
        
    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=22266
2010-08-18 17:26:55 +00:00
Rom Walton 34b63a5e16 - MGR: Set the email text box validator to a simple text validator when
the project in question only supports usernames.
        
    clientgui/
        AccountInfoPage.cpp

svn path=/trunk/boinc/; revision=22265
2010-08-18 06:56:09 +00:00
Charlie Fenton 82127781ab MGR: Remove unused WXDLL* declarations to improve Linux compatibility
svn path=/trunk/boinc/; revision=22264
2010-08-17 23:26:36 +00:00
David Anderson d56688527e - client: check whether anonymous-app files exist
- client: parse (and ignore) <anonymous_platform> element in state file

svn path=/trunk/boinc/; revision=22263
2010-08-17 23:08:40 +00:00
Rom Walton e491e450cc - MGR: Remove copyright claims to wxWidgets code.
clientgui/
        BOINCHtmlLBox.cpp, .h
        BOINCVListBox.cpp, .h

svn path=/trunk/boinc/; revision=22262
2010-08-17 22:22:28 +00:00