Code Monkey home page Code Monkey logo

edukapp's People

Contributors

anastluc avatar krispopat avatar scottbw avatar

Watchers

 avatar

edukapp's Issues

Missing links in navigation bar

What steps will reproduce the problem?
1. Click on any tag (e.g. http://widgets.open.ac.uk:8080/tag/952)
2. The Home link on the navigation bar (Home /  Tag/  twitter) is not working. 
The other elements of the navigation bar (Tag and twitter) do not have any 
links.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Chrome on MacOS

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 3:36

voting

Implement review (= requirements) voting.

Original issue reported on code.google.com by [email protected] on 27 Mar 2012 at 2:00

add affordances

button and subsequent input form for managing affordances is still missing.

Original issue reported on code.google.com by [email protected] on 27 Mar 2012 at 1:57

package with wookie and shindig

we assume that wookie and shindig services run in parallel
integrate distribution war files of wookie and shindig and auto-deploy all 
three components together (edukapp+wookie+shindig) through the ant script   



Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 5:06

Registration successful message

When registering as a new user, you are redirected to the front page without 
any feedback; there should be a message to the user explaining that 
registration was successful.


Original issue reported on code.google.com by [email protected] on 28 Mar 2012 at 8:27

Search uses "or" rather than "and" as the default

To reproduce:

- Search for "chat" (two widgets found: Natter, SimpleChat)

- Search for "chat simple" (three widgets found: Natter, SimpleChat, YouDecide)

The expected result would be one widget, SimpleChat

This is probably fixed with changing a setting in the Solr configuration.


Original issue reported on code.google.com by [email protected] on 28 Mar 2012 at 8:31

bundles

Bundles feature still missing (aka "collections" of widgets).

Original issue reported on code.google.com by [email protected] on 27 Mar 2012 at 1:59

Widget not publishing

What steps will reproduce the problem?
1. Go to upload page 
2. select w3c widget and upload zip 
3. left hanging on http://widgets.open.ac.uk:8080/api/upload

What is the expected output? What do you see instead?
not sure, but would expect to be taken to page for widget/ and or widget 
listing of some sort

What version of the product are you using? On what operating system?
Mac 0S Lion on both Safari 5.1.4 and Firefox 11.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Mar 2012 at 1:16

session error (while instantiating a widget)

Known isuue of the dist version of wookie and related to dwr library trying to 
prevent crsf attacks

To overpass add in web.xml

<init-param>
   <param-name>crossDomainSessionSecurity</param-name>
   <param-value>false</param-value>
</init-param>

in the dwr-invoker servlet


Original issue reported on code.google.com by [email protected] on 31 Jan 2012 at 5:16

Gadget rendering fails

When uploading an opensocial gadget and redirected to widget page, the gadget 
does not render but shows a 404

Original issue reported on code.google.com by [email protected] on 28 Mar 2012 at 1:40

Problem with the search function

What steps will reproduce the problem?
1. Submitted the FlashMeeting gadget
2. Search for "FlashMeeting"
3. No results

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Chrome on MacOS

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 3:18

passwords hashed but with no salt

For extra security passwords in useraccount need to be hashed after adding a 
salt nonce to them.

Need to alter the table to include an extra field

Original issue reported on code.google.com by [email protected] on 26 Jan 2012 at 6:16

Errors in editing a widget submission

What steps will reproduce the problem?
1. Submitted the FlashMeeting gadget
2. Tried to edit the description and add tags
3. Error messages: "2there was an error in your update" and "2 - there was an 
error in your addition"

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Chrome on MacOS

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 3:20

produce clean urls

figure out how to do it with tomcat

in the end shall produce something like 

edukapp/account/anastluc
edukapp/widget/flashmeeting
edukapp/bundle/learning
edukapp/tag/awesome
edukapp/xxx/yy/zzzz/qqq

Original issue reported on code.google.com by [email protected] on 25 Jan 2012 at 6:17

documentation on DB users incorrect

the readme stats the username/passwd should be edukapptest, however, it appears 
this should be "edukapptests"
Otherwise it results in:
aused by: java.sql.SQLException: Access denied for user 
'edukapptests'@'localhost' (using password: YES)

Original issue reported on code.google.com by [email protected] on 20 Apr 2012 at 2:31

error in building edukapp

What steps will reproduce the problem?
1. svn checkout
2. mvn install

[ERROR] Failed to execute goal on project edukapp: Could not resolve 
dependencies for project uk.ac.edukapp:edukapp:war:0.0.1-SNAPSHOT: Failure to 
find com.navnorth.learningregistry:LRJavaLib:jar:0.1.2 in 
https://oss.sonatype.org/content/repositories/releases was cached in the local 
repository, resolution will not be reattempted until the update interval of 
oss.sonatype.org has elapsed or updates are forced


mvn version 3.0.3

Original issue reported on code.google.com by [email protected] on 30 Aug 2012 at 2:31

Search servlet only ever returns a result set size of 10

if you call
/api/search?q=searchterm&start=0

10 items will be returned, the next 10 can be got via start and so-on

it would be useful to have another parameter which allows the caller to specify 
how many should be returned such as

/api/search?q=searchterm&start=n&resultsize=n


Incidentally this is a problem for the initial indexing of the store via

/api/search?q=%5B*TO%20*%5D

as only 10 items are indexed!


Original issue reported on code.google.com by [email protected] on 23 May 2012 at 9:01

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.