FeedbackWorkshop » History » Version 1

Luis Figueira, 2011-03-16 04:39 PM
Added Mark's Comments

1 1 Luis Figueira
h1. Feedback from the 16/March Workshop
2 1 Luis Figueira
3 1 Luis Figueira
h2. code.soundsoftware
4 1 Luis Figueira
5 1 Luis Figueira
* No main link from front page http://www.soundsoftware.ac.uk/
6 1 Luis Figueira
* Go to projects, search for "Easy" - not useful result (should give the project first)
7 1 Luis Figueira
* On http://code.soundsoftware.ac.uk/projects/easyhg/wiki/InstallingEasyHg, it says that Windows release is highlighed on http://code.soundsoftware.ac.uk/projects/easyhg/files, but actually several are highlighted.
8 1 Luis Figueira
* On http://code.soundsoftware.ac.uk/projects/easyhg, the "Download" link is too far down, make it a big "Download" button at the top!
9 1 Luis Figueira
* On https://code.soundsoftware.ac.uk/projects/qm-test-project-mdp/settings, please add help to what different roles do.
10 1 Luis Figueira
* Have an option to get sent email when added to a project
11 1 Luis Figueira
* In Repository " This URL has Read+Write access." Is meaningless to user
12 1 Luis Figueira
* In Repository " your preferred Mercurial client" could be EasyMercurial.
13 1 Luis Figueira
* When empty, could say "no files yet"?
14 1 Luis Figueira
* Provide 2 URLs, like Doodle does
15 1 Luis Figueira
* URL box easyhg is too short for https://markp@code.soundsoftware.ac.uk/hg/qm-test-project-mdp
16 1 Luis Figueira
17 1 Luis Figueira
18 1 Luis Figueira
* On repository, e.g. https://code.soundsoftware.ac.uk/projects/qm-test-project-mdp/repository, when click on file name, allow "open" or "preview" for text files etc, not just "download" (which enforces save).
19 1 Luis Figueira
20 1 Luis Figueira
21 1 Luis Figueira
h2 EasyHg
22 1 Luis Figueira
23 1 Luis Figueira
* On re-run (after install), it opens "Open Repository" dialog, but the default local Mercurial repostitory location is C:/Program Files (x86)/EasyMercurial, but should be e.g. C:/Users/[username]/My Documents (at least for 64-bit Windows 7).
24 1 Luis Figueira
* Entering a name then typing enter gives an error message - reason code missing
25 1 Luis Figueira
* Remote repository defaults to " C:/Program Files (x86)/EasyMercurial"
26 1 Luis Figueira
* Local folder defaults to C:/Users/markp, should default to C:/Users/markp/My Documents
27 1 Luis Figueira
* Local folder browse doesn't start from right place. E.g. Folder is " C:/Users/markp/My Documents/ ", click "Browse", shows C:\Program Files (x86)\EasyMercurial instead.
28 1 Luis Figueira
* On windows, can't select a folder with "Browse" unless it exists, so why complain that it already exists? It now says I cannot clone to it!
29 1 Luis Figueira
* On cancel, Open Repository dialog forgets past state.
30 1 Luis Figueira
* What "password" do I type? Is this for my PC or for the repository, or creating a new one for the project?
31 1 Luis Figueira
* Clone succsessful - more details is now wide enough (or should wrap text)
32 1 Luis Figueira
* .hg directory not hidden on windows - should tell people to ignore it!
33 1 Luis Figueira
* Commit to "local" repository - why? In Commit files dialog, maybe say its going to the local repository. Also, what is the "default branch"?
34 1 Luis Figueira
* Commit doesn't use file selection, uses all files. (Can commit individually with right-click).
35 1 Luis Figueira
* keyboard shortcuts don't work on right-click menus, e.g. right-click button then "d" should to diff.
36 1 Luis Figueira
* Push should warn on modified, uncommitted files. (Currently allows push with modified files).
37 1 Luis Figueira
* Pushed 1 changeset dialog details text is too small.
38 1 Luis Figueira
* Folder dialog uses "/" not "\"?
39 1 Luis Figueira
* Why does "open" say "Clone successful"? Does "open" = "Clone"?
40 1 Luis Figueira
* Commit files dialog box doesn't close on enter. Also can't use TAB to get to enter button. What's keyboard shortcut to committ?
41 1 Luis Figueira
* On commit, I get Command Failed:
42 1 Luis Figueira
<pre>
43 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
44 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
45 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
46 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
47 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
48 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
49 1 Luis Figueira
abort: authorization failed
50 1 Luis Figueira
51 1 Luis Figueira
If not authorized, suggest ask the project manager to make sure you have access rights.
52 1 Luis Figueira
53 1 Luis Figueira
</pre>