Commit Graph

61 Commits

Author SHA1 Message Date
Rom Walton 2746479875 - MGR: Make the Account Manager Properties page and the Project
Properties page the start for all automated wizard processes
        so that we can successfully handle the need to check for
        proxy servers.  When directly advancing to the Processing
        pages the proxy server checks were being skipped.
    - MGR: Add some more smarts to the terms of use page which should
        advance to the processing pages and skip the Account Info
        page when the desired credentials are already known.

    clientgui/
        AccountInfoPage.cpp
        AccountManagerPropertiesPage.cpp, .h
        ProjectPropertiesPage.cpp, .h
        TermsOfUsePage.cpp, .h
        WelcomePage.cpp
        WizardAttachProject.cpp

svn path=/branches/boinc_core_release_6_8/; revision=18470
2009-06-19 18:08:47 +00:00
Rom Walton af51ccdefd - MGR: Massive wizard cleanup
- Remove diagnostic framework, it wasn't being used anymore
            and basically cluttered things up.
        - Remove the notion of the Account Manager Remove wizard,
            it hasn't ever been used.
        - Simplify the welcome page
        - Trim down the height of the wizard by hiding the new
            cookie controls on the Account Info page.  The wizard
            needs to stay compatible with small displays.
    - MGR: Only display the 'This is not a BOINC project' on an
        HTTP 404 error.  For a gethostbyname, xml parsing, and
        socket connect error display the 'project is temporarly
        unavailable'.
        
    clientgui/
        AccountInfoPage.cpp
        AccountManagerInfoPage.cpp
        AccountManagerProcessingPage.cpp
        AccountManagerPropertiesPage.cpp
        BOINCBaseWizard.cpp, .h
        BOINCWizards.h
        CompletionPage.cpp
        ProjectInfoPage.cpp
        ProjectListCtrl.cpp
        ProjectProcessingPage.cpp
        ProjectPropertiesPage.cpp, .h
        UnavailablePage.cpp
        WelcomePage.cpp, .h
        WizardAttachProject.cpp

svn path=/branches/boinc_core_release_6_8/; revision=18467
2009-06-19 18:01:21 +00:00
Charlie Fenton 741e2a8476 Mac: uninstaller doesn't delete data; fixes for PTP installer
svn path=/trunk/boinc/; revision=18405
2009-06-13 00:54:29 +00:00
Rom Walton 674437a3bc - MGR: Introduce the cookie detection failure URL to the
acct_mgr_logon.xml file. If the cookies cannot be found provide
        a hyperlink control on the AcctountInfo page in the wizard
        which will point to a fallback URL the user can go to to
        find out what logon credentials to use.
        
    client/
        acct_mgr.cpp, .h
        gui_rpc_server_ops.cpp
    clientgui/
        AccountInfoPage.cpp, .h
        BOINCWizards.h
        WizardAttachProject.cpp, .h
    lib/
        gui_rpc_client.h
        gui_rpc_client_ops.cpp

svn path=/trunk/boinc/; revision=18400
2009-06-12 21:34:33 +00:00
Rom Walton 06da777ef5 - MGR: Introduce the notion of a Return URL to the attach to
account manager wizard.  When successfully attached the
        account manager can have the manager launch a browser to
        a given URL by way of a cookie. It only works if the logon
        credentials were also given to the manager by way of a cookie.
        
    clientgui/
        AccountInfoPage.cpp
        AccountManagerProcessingPage.cpp
        browser.cpp, .h
        CompletionPage.cpp
        WizardAttachProject.cpp, .h

svn path=/trunk/boinc/; revision=18399
2009-06-12 17:50:03 +00:00
Rom Walton 689bfc61bd - MGR: Accept Unicode input for usernames and password in the
manager now that the manager is Unicode enabled.  Input will
        show up as UTF-8 strings in the CC and project.
        
        Fixes #452
        
    clientgui/
        AccountInfoPage.cpp
        AccountManagerInfoPage.cpp
        ProjectInfoPage.cpp

svn path=/trunk/boinc/; revision=18291
2009-06-04 05:48:01 +00:00
David Anderson a2f8cb66f2 - manager: compile fix
svn path=/trunk/boinc/; revision=18281
2009-06-03 22:05:55 +00:00
Charlie Fenton 6e527a0891 MGR: finish changes to combined attach wizard
svn path=/trunk/boinc/; revision=18273
2009-06-03 08:59:24 +00:00
Charlie Fenton d07db51551 MGR: cosmetic changes to combined attach wizard, partial fix to "Forgot password" link for accoount managers
svn path=/trunk/boinc/; revision=18272
2009-06-03 04:01:29 +00:00
Charlie Fenton c7970d19ef MGR: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
svn path=/trunk/boinc/; revision=18112
2009-05-15 08:21:04 +00:00
Charlie Fenton 8d8bf6f0c0 MGR: Merge "Attach to account manager" functionality into "Attach to project" wizard; Synchronize and Remove Acct Mgr not yet merged.
svn path=/trunk/boinc/; revision=18088
2009-05-13 12:42:05 +00:00
Rom Walton 809adc7e68 - MGR: Save and Restore the last email address/user id used to attach
to a project or account manager
    
    clientgui/
        AccountInfoPage.cpp

svn path=/trunk/boinc/; revision=17068
2009-01-29 15:44:45 +00:00
Rom Walton 08a41ed986 - MGR: Remove the Account Key page from the Wizard.
- MGR: Add a Terms of Use page to the Wizard.
    
    clientgui/
        AccountInfoPage.cpp
        AccountKeyPage.cpp, .h (removed)
        AccountManagerPropertiesPage.cpp, .h
        BOINCWizards.h
        ProjectProcessingPage.cpp
        ProjectPropertiesPage.cpp, .h
        ProxyPage.cpp
        TermsOfUsePage .cpp, .h (added)
        WizardAccountManager.cpp, .h
        WizardAttachProject.cpp, .h
    win_build/
        boincmgr_curl.vcproj

svn path=/trunk/boinc/; revision=16560
2008-11-25 22:58:14 +00:00
Charlie Fenton f3146210d7 MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs
svn path=/trunk/boinc/; revision=15901
2008-08-20 16:07:06 +00:00
David Anderson 4f66bb4c95 - added copyright and license info to .C, .cpp, .h files
- scheduler: fix bug in adaptive replication:
    if send an unreplicated job to untrusted host,
    set both wu.target_nresults and wu.min_quorum to app.target_nresults.

svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Eric J. Korpela 47ff3d9bd4 Fix for compilers that can't concatenate a normal character string
to a wide character string.  For example L"Hi "  "There" works in GCC
but not in some compilers because L"Hi " has a different type than
"There". This primarily shows up in SunStudio compilers.  The fix is
ugly, but it works.


svn path=/trunk/boinc/; revision=15568
2008-07-08 20:05:07 +00:00
David Anderson eb98d630c3 - Manager: make email input field bigger
svn path=/trunk/boinc/; revision=14622
2008-01-24 22:09:09 +00:00
David Anderson 3c62cb8e88 - Manager: "Forgot your password" needs a question mark
- Win diagnostics: diagnostics_dump_thread_information() had a printf
  with bad format string, caused a crash, not what diagnostics should do

svn path=/trunk/boinc/; revision=14560
2008-01-15 22:03:14 +00:00
Rom Walton ae4476c998 - Add a "Forgot your password" hyperlink to the wizards
account info page.
        
    clientgui/
        AccountInfoPage.cpp, .h
        BOINCWizards.h

svn path=/trunk/boinc/; revision=14551
2008-01-14 19:30:19 +00:00
Frank Thomas 3bfc78b511 Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
David Anderson afe62aeaea - Manager: made some strings translatable
svn path=/trunk/boinc/; revision=13142
2007-07-11 16:26:44 +00:00
Rom Walton b22ebf83fa *** empty log message ***
svn path=/trunk/boinc/; revision=12204
2007-03-09 23:44:34 +00:00
Rom Walton 86bc75a83c *** empty log message ***
svn path=/trunk/boinc/; revision=12191
2007-03-06 00:35:04 +00:00
Rom Walton 6690a5c15e *** empty log message ***
svn path=/trunk/boinc/; revision=11407
2006-10-31 01:22:29 +00:00
Rom Walton 89f9e8eaf7 *** empty log message ***
svn path=/trunk/boinc/; revision=11325
2006-10-20 15:00:14 +00:00
David Anderson 43f716610b *** empty log message ***
svn path=/trunk/boinc/; revision=11130
2006-09-08 22:53:28 +00:00
David Anderson 5c1551f7f0 *** empty log message ***
svn path=/trunk/boinc/; revision=11126
2006-09-08 20:29:37 +00:00
David Anderson b7b0abf860 *** empty log message ***
svn path=/trunk/boinc/; revision=11115
2006-09-06 16:47:04 +00:00
David Anderson 5f34a40dd6 *** empty log message ***
svn path=/trunk/boinc/; revision=11055
2006-09-01 00:01:33 +00:00
Rom Walton f2805f6a46 *** empty log message ***
svn path=/trunk/boinc/; revision=11053
2006-08-31 21:29:44 +00:00
Rom Walton 76e753ec14 *** empty log message ***
svn path=/trunk/boinc/; revision=11051
2006-08-31 19:24:38 +00:00
David Anderson 3fc4bf3ea9 *** empty log message ***
svn path=/trunk/boinc/; revision=11047
2006-08-31 15:01:41 +00:00
Rom Walton e48ff5095d *** empty log message ***
svn path=/trunk/boinc/; revision=11046
2006-08-31 08:27:20 +00:00
Rom Walton ad2c3aaa19 *** empty log message ***
svn path=/trunk/boinc/; revision=10718
2006-07-21 08:23:26 +00:00
Rom Walton 9ef57d69d0 *** empty log message ***
svn path=/trunk/boinc/; revision=9843
2006-04-12 02:28:50 +00:00
Rom Walton 07320bd57c *** empty log message ***
svn path=/trunk/boinc/; revision=9799
2006-04-05 07:48:14 +00:00
Rom Walton d964b2a489 *** empty log message ***
svn path=/trunk/boinc/; revision=9623
2006-03-09 10:21:07 +00:00
Rom Walton 4202896f51 *** empty log message ***
svn path=/trunk/boinc/; revision=9620
2006-03-07 23:43:30 +00:00
Rom Walton 04d0041600 *** empty log message ***
svn path=/trunk/boinc/; revision=9603
2006-03-06 17:48:56 +00:00
Rom Walton 92d231236e *** empty log message ***
svn path=/trunk/boinc/; revision=9602
2006-03-06 17:41:52 +00:00
Rom Walton dd09f559f1 *** empty log message ***
svn path=/trunk/boinc/; revision=9601
2006-03-06 17:31:02 +00:00
Rom Walton ce3f987c37 *** empty log message ***
svn path=/trunk/boinc/; revision=9466
2006-02-14 21:41:22 +00:00
Rom Walton 71fa6b7cf9 *** empty log message ***
svn path=/trunk/boinc/; revision=9443
2006-02-10 23:51:46 +00:00
Rom Walton ba76c123fb *** empty log message ***
svn path=/trunk/boinc/; revision=9379
2006-02-01 12:18:10 +00:00
Rom Walton 1ff4b9088d *** empty log message ***
svn path=/trunk/boinc/; revision=9360
2006-01-31 07:31:16 +00:00
David Anderson 0524626bcc manager text changes
svn path=/trunk/boinc/; revision=9328
2006-01-27 19:18:43 +00:00
Rom Walton b559e267e1 *** empty log message ***
svn path=/trunk/boinc/; revision=9323
2006-01-27 08:11:29 +00:00
Rom Walton 4329473e26 *** empty log message ***
svn path=/trunk/boinc/; revision=9321
2006-01-27 01:06:03 +00:00
Rom Walton 0aea1c6c00 *** empty log message ***
svn path=/trunk/boinc/; revision=9320
2006-01-27 00:34:53 +00:00
Rom Walton cbcee71ca4 *** empty log message ***
svn path=/trunk/boinc/; revision=9313
2006-01-25 11:58:02 +00:00