My favorites | Sign in
Google
       
Details: Show all Hide all

Older

  • Jul 10, 2009
    issue 77 (Better 404 page) reported   -   Could provide a better 404 page that could contain some explanatory text, particularly when trying to view a dataset that has not arrived yet, and has timed out to the 404 whilst there, might as well pop in a 500 page.
    Could provide a better 404 page that could contain some explanatory text, particularly when trying to view a dataset that has not arrived yet, and has timed out to the 404 whilst there, might as well pop in a 500 page.
  • Jul 03, 2009
    issue 76 (support Firefox middle click convention in the extension) commented on   -   Added code to capture middle click on peerscape status bar label/icon, and then open the home page in a new tab.
    Added code to capture middle click on peerscape status bar label/icon, and then open the home page in a new tab.
  • Jul 03, 2009
    issue 75 (Creating "Wonder wall" app in group fails) Status changed   -   Had to make sure that the group iid was a str rather than a unicode string when attaching an application to a group.
    Status: Fixed
    Had to make sure that the group iid was a str rather than a unicode string when attaching an application to a group.
    Status: Fixed
  • Jun 22, 2009
    ApplicationsAndContent (A guide to the structure and functionality provided by the p...) Wiki page edited
  • Jun 22, 2009
    ApplicationsAndContent (A guide to the structure and functionality provided by the p...) Wiki page edited
  • May 28, 2009
    issue 71 (Possible to have invitation alert even if you are already fr...) reported   -   It is possible to be in a position where you are presented with an invitation alert, even if you are friends with the invitee. (possible synching-based issue?) Need to check before displaying the alert to trap this.
    It is possible to be in a position where you are presented with an invitation alert, even if you are friends with the invitee. (possible synching-based issue?) Need to check before displaying the alert to trap this.
  • May 26, 2009
    issue 70 (remove status updates from events list?) reported   -   Events mirror status updates currently. Status message is intrinsically part of personal profile, not much special treatment is given. Therefore when writing status message, usual writing to profile event is triggered. suggest: - have option to suppress event when write to profile (default False) - suppress such event for person/edit_status
    Events mirror status updates currently. Status message is intrinsically part of personal profile, not much special treatment is given. Therefore when writing status message, usual writing to profile event is triggered. suggest: - have option to suppress event when write to profile (default False) - suppress such event for person/edit_status
  • May 25, 2009
    issue 69 (Create content page should clarify 'public' flag) reported   -   Currently when the user views the 'create content' page they enter the title of the new content, and also are presented with a checkbox labelled: 'Make this public on my profile' The user is not told what the opposite of 'public' is. (opposite is 'friends only' rather than completely private) could: - change so checkbox is labelled 'Restrict to friends' - use radio buttons with both options visible
    Currently when the user views the 'create content' page they enter the title of the new content, and also are presented with a checkbox labelled: 'Make this public on my profile' The user is not told what the opposite of 'public' is. (opposite is 'friends only' rather than completely private) could: - change so checkbox is labelled 'Restrict to friends' - use radio buttons with both options visible
  • May 25, 2009
    issue 68 (User preference to switch on FTP support in the firefox exte...) reported   -   Add a boolean user preference peerscape.withFTP which would govern whether FTP support is enabled in the extension. This preference should be set manually using about:config Changing the preference would require restarting firefox to take effect
    Add a boolean user preference peerscape.withFTP which would govern whether FTP support is enabled in the extension. This preference should be set manually using about:config Changing the preference would require restarting firefox to take effect
  • May 25, 2009
    issue 67 (Goup membership list should use fallback names) reported   -   The list of group members should use the fallback name (much like the list of friends on person profile), rather than displaying 'Unknown person'.
    The list of group members should use the fallback name (much like the list of friends on person profile), rather than displaying 'Unknown person'.
  • May 25, 2009
    issue 66 (Manage content screen sometimes displays name of application...) reported   -   If the user does not have the profile of an application author, they see the author's name to be 'None' Applications should have a 'fallback name', i.e. they should store the name of the author as well as the iid which could then be used as a fallback should the viewing user not have the author's profile.
    If the user does not have the profile of an application author, they see the author's name to be 'None' Applications should have a 'fallback name', i.e. they should store the name of the author as well as the iid which could then be used as a fallback should the viewing user not have the author's profile.
  • May 25, 2009
    issue 65 (Add 'database location' to the system info page) reported   -   The system information page should display the location of the database file. this can be determined: import os from peerscape import PATH path = os.path.dirname(os.path.expanduser(PATH))
    The system information page should display the location of the database file. this can be determined: import os from peerscape import PATH path = os.path.dirname(os.path.expanduser(PATH))
  • May 24, 2009
    issue 64 (Profile Updates versus Content Updates) reported   -   reporter: Would it make any sense to have separate sections for Profile Updates and Content Updates? This would repair the irregularity in the current presentation and give you the opportunity to cut back on the bolded "New content in" noise words.
    reporter: Would it make any sense to have separate sections for Profile Updates and Content Updates? This would repair the irregularity in the current presentation and give you the opportunity to cut back on the bolded "New content in" noise words.
  • May 23, 2009
    issue 63 (Buttons in section headers) reported   -   A couple of people hadtrouble matching the Manage buttons to the sections they go with. When they wanted to manage their content, they went to the bottom of the section and clicked on the Manage button for Friends. Someone spoke about the user interface violating the convention that the buttons go at the bottom. The style you use in the About table on the left looks like one way to solve this problem.
    A couple of people hadtrouble matching the Manage buttons to the sections they go with. When they wanted to manage their content, they went to the bottom of the section and clicked on the Manage button for Friends. Someone spoke about the user interface violating the convention that the buttons go at the bottom. The style you use in the About table on the left looks like one way to solve this problem.
  • May 22, 2009
    Downloads (How to download and install.) Wiki page edited
  • May 20, 2009
    issue 59 (Javscript polls for connectoion information even if not on h...) Status changed   -   polling code is now only triggered when body has class 'self'
    Status: Fixed
    polling code is now only triggered when body has class 'self'
    Status: Fixed
  • May 19, 2009
    issue 60 (Entering an invitation code at the same time as creating per...) reported   -   At the moment there is the option to enter an invitation code at the same time as creating your persona for the first time. If there is a problem with this code, it fails silently, which potentially can confuse the user. Propose adding some better validation for the code, and consider some feedback to the user.
    At the moment there is the option to enter an invitation code at the same time as creating your persona for the first time. If there is a problem with this code, it fails silently, which potentially can confuse the user. Propose adding some better validation for the code, and consider some feedback to the user.
  • May 19, 2009
    issue 59 (Javscript polls for connectoion information even if not on h...) reported   -   On a user's own profile a count of the peer connections is show in the top banner. Javascript periodically polls the daemon to update this count dynamically. This javascript gets executed on pages other then the user's profile, which is wrong as the count is not shown on other pages.
    On a user's own profile a count of the peer connections is show in the top banner. Javascript periodically polls the daemon to update this count dynamically. This javascript gets executed on pages other then the user's profile, which is wrong as the count is not shown on other pages.
  • May 14, 2009
    issue 31 (Better way of blocking when viewing content?) Status changed   -   In the content controller added a blocking get on /application/index.html which times out in 20 seconds. This seems to greatly help the issue of initially having a 404 where /application/index.html was expected.
    Status: Fixed
    In the content controller added a blocking get on /application/index.html which times out in 20 seconds. This seems to greatly help the issue of initially having a 404 where /application/index.html was expected.
    Status: Fixed
  • May 14, 2009
    issue 48 (When a non-owner/admin views an empty photo album they see t...) Status changed   -   Fixed, will appear in new instances of the Photo Album App.
    Status: Fixed
    Fixed, will appear in new instances of the Photo Album App.
    Status: Fixed
  • May 14, 2009
    issue 44 (Delete content issues) Status changed   -   As suggeted, when a content dataset is attached to a group full permissions are given to admins of the group automatically.
    Status: Fixed
    As suggeted, when a content dataset is attached to a group full permissions are given to admins of the group automatically.
    Status: Fixed
  • May 14, 2009
    issue 58 (Check should be made for type even when servicing 'adorned' ...) Status changed   -   person, group and application controllers check for the type of the dataset they are operating on before proceeding. If the wrong type is found the user is re-directed to index form where they are typically redirected to the correct controller. These are all client-side re-directs so that the user eventually ends up with the correct url in their browser.
    Status: Fixed
    person, group and application controllers check for the type of the dataset they are operating on before proceeding. If the wrong type is found the user is re-directed to index form where they are typically redirected to the correct controller. These are all client-side re-directs so that the user eventually ends up with the correct url in their browser.
    Status: Fixed
  • May 12, 2009
    issue 53 (Make dates more user friendly) Status changed   -  
    Status: Fixed
    Status: Fixed
  • May 12, 2009
    issue 53 (Make dates more user friendly) commented on   -   Ported the logic from jquery.pretty plugin.
    Ported the logic from jquery.pretty plugin.
  • May 12, 2009
    issue 44 (Delete content issues) commented on   -   Performance issue addressed as per issue #10 Would like to look into a bit further the possibilities of group content causing permission errors. Could be that when a content dataset is attached to a group, full write permissions are give to admins of that group automatically to mitigate this possibility?
    Performance issue addressed as per issue #10 Would like to look into a bit further the possibilities of group content causing permission errors. Could be that when a content dataset is attached to a group, full write permissions are give to admins of that group automatically to mitigate this possibility?
  • May 12, 2009
    issue 10 (Create / delete content should have a visual progress feedb...) Status changed   -   wrapping the write operations in a transaction has made enough of a speed up.
    Status: Fixed
    wrapping the write operations in a transaction has made enough of a speed up.
    Status: Fixed
  • May 12, 2009
    issue 58 (Check should be made for type even when servicing 'adorned' ...) reported   -   It is possible to cause a 500 error when viewing a dataset though the wrong type of controller. e.g. viewing a content dataset through http://<iid>.hexlable.net/person/ Controllers should have a mechanism for checking this and dealing with it in some way. An error may be an appropriate response. Also as part of this, investigate the need to block on the dataset type somewhere along the request chain.
    It is possible to cause a 500 error when viewing a dataset though the wrong type of controller. e.g. viewing a content dataset through http://<iid>.hexlable.net/person/ Controllers should have a mechanism for checking this and dealing with it in some way. An error may be an appropriate response. Also as part of this, investigate the need to block on the dataset type somewhere along the request chain.
  • May 11, 2009
    PeerscapeRESTAPIReference (REST-like API for working with Peerscape) Wiki page edited
  • May 07, 2009
    PeerscapeRESTAPIReference (REST-like API for working with Peerscape) Wiki page edited
  • May 06, 2009
    ApplicationsAndContent (A guide to the structure and functionality provided by the p...) Wiki page edited
  • May 05, 2009
    issue 47 (Wall attached to a group does not allow group members to add...) Status changed   -   There was a bug in the way that group permissions were being granted. This is fixed in the current wonder wall app, but older instances will still suffer from this. This does not affect wonder wall app instances attached to personal profiles.
    Status: Fixed
    There was a bug in the way that group permissions were being granted. This is fixed in the current wonder wall app, but older instances will still suffer from this. This does not affect wonder wall app instances attached to personal profiles.
    Status: Fixed
  • May 04, 2009
    PeerscapeFTPSupport (Accessing Peerscape data via FTP) Wiki page edited
  • May 04, 2009
  • May 04, 2009
    ApplicationsAndContent Wiki page added
  • Apr 29, 2009
    issue 15 ('admin' sounds too much like some kind of special privileged...) Status changed   -   currently section has been changed to 'system information' and most management tasks have been moved out of this section.
    Status: Fixed
    currently section has been changed to 'system information' and most management tasks have been moved out of this section.
    Status: Fixed
  • Apr 29, 2009
    issue 53 (Make dates more user friendly) commented on   -   Issue 54 has been merged into this issue.
    Issue 54 has been merged into this issue.
  • Apr 29, 2009
    issue 54 (Make dates more user friendly) changed   -  
    Status: Duplicate
    Status: Duplicate
  • Apr 29, 2009
    issue 55 (Caching issues with my.hexlabel.net) reported   -   Bug report: --- He got to the point of editing his profile, whereupon he clicked on his name at the upper right and ended up back at the "Existing or New User" page. This was repeatable and caused no end of confusion. The problem went away when he cleared his browser cache. He was using an old version of Firefox on Linux. ---
    Bug report: --- He got to the point of editing his profile, whereupon he clicked on his name at the upper right and ended up back at the "Existing or New User" page. This was repeatable and caused no end of confusion. The problem went away when he cleared his browser cache. He was using an old version of Firefox on Linux. ---
  • Apr 29, 2009
    issue 54 (Make dates more user friendly) reported   -   Most dates displayed are in ISOish format. Format them so that they are more like the dates in the photo album, i.e. relative dates such as "1 day ago", etc.
    Most dates displayed are in ISOish format. Format them so that they are more like the dates in the photo album, i.e. relative dates such as "1 day ago", etc.
  • Apr 29, 2009
    issue 53 (Make dates more user friendly) reported   -   Most dates displayed are in ISOish format. Format them so that they are more like the dates in the photo album, i.e. relative dates such as "1 day ago", etc.
    Most dates displayed are in ISOish format. Format them so that they are more like the dates in the photo album, i.e. relative dates such as "1 day ago", etc.
  • Apr 24, 2009
    issue 50 (profile fields cannot be cleared) Status changed   -   Looks like this never worked! Now fixed.
    Status: Fixed
    Looks like this never worked! Now fixed.
    Status: Fixed
  • Apr 23, 2009
    issue 49 (Peerscape Firefox extension should react to single-click) Status changed   -   Extension amended.
    Status: Fixed
    Extension amended.
    Status: Fixed
  • Apr 22, 2009
    issue 48 (When a non-owner/admin views an empty photo album they see t...) reported   -   When a non-owner/admin views an empty photo album they incorrectly are presented with the "Click here to add a photo" link.
    When a non-owner/admin views an empty photo album they incorrectly are presented with the "Click here to add a photo" link.
  • Apr 22, 2009
    issue 47 (Wall attached to a group does not allow group members to add...) reported   -   An instance of Wonder Wall App attached to a group does not allow group members to post an entry. Attempt results in a 403: Forbidden response and an Unauthorized exception.
    An instance of Wonder Wall App attached to a group does not allow group members to post an entry. Attempt results in a 403: Forbidden response and an Unauthorized exception.
  • Apr 22, 2009
    issue 13 (Warning screens are too intense?) Status changed   -   Toned down slightly. Don't want to make it too "passive".
    Status: Fixed
    Toned down slightly. Don't want to make it too "passive".
    Status: Fixed
  • Apr 22, 2009
    issue 15 ('admin' sounds too much like some kind of special privileged...) commented on   -   Consider changing title on "Peerscape admin" home page.
    Consider changing title on "Peerscape admin" home page.
  • Apr 22, 2009
    issue 46 (Application startup problems) reported   -   1) when creating a photo album content instance, album starts with "Photo information not found." error 2) all applications occasionally startup and fail to render.
    1) when creating a photo album content instance, album starts with "Photo information not found." error 2) all applications occasionally startup and fail to render.
  • Apr 22, 2009
    issue 39 (Cannot change wall title & yellow input field) commented on   -   Added 'settings' tab much like the photo album where the title can be changed. Also removed yellow colouring of input textarea. This amend has been propagated to the Wonderwall App application, so newly created content instances will have the enhancements. For manually updating via FTP, get the latest version of: $/peersacpe/v3/content/applications/Wonder Wall App/application and update the files in the corresponding application/ folder in your content instances.
    Added 'settings' tab much like the photo album where the title can be changed. Also removed yellow colouring of input textarea. This amend has been propagated to the Wonderwall App application, so newly created content instances will have the enhancements. For manually updating via FTP, get the latest version of: $/peersacpe/v3/content/applications/Wonder Wall App/application and update the files in the corresponding application/ folder in your content instances.
  • Apr 22, 2009
    issue 39 (Cannot change wall title & yellow input field) Status changed   -   Added 'settings' tab much like the photo album where the title can be changed. Also removed yellow colouring of input textarea. This amend has been propagated to the Wonderwall App application, so newly created content instances will have the enhancements. For manually updating via FTP, get the latest version of: $/peersacpe/v3/content/applications/Wonder Wall App/application and update the files in the corresponding application/ folder in your content instances.
    Status: Fixed
    Added 'settings' tab much like the photo album where the title can be changed. Also removed yellow colouring of input textarea. This amend has been propagated to the Wonderwall App application, so newly created content instances will have the enhancements. For manually updating via FTP, get the latest version of: $/peersacpe/v3/content/applications/Wonder Wall App/application and update the files in the corresponding application/ folder in your content instances.
    Status: Fixed
 
Powered by Google Project Hosting