A multi-platform application used to upload and watch TV shows and movies. http://www.showveo.com
  • JavaScript 89.9%
  • CSS 7.5%
  • HTML 2.6%
Find a file
2011-03-27 22:12:49 -06:00
controllers Fixed a bug in which the title and year of a movie was incorrectly derived. 2011-03-27 22:12:49 -06:00
controls I've fixed a bug which was preventing the filename of an uncategorized movie from showing in the add movie dialog. 2011-02-07 23:15:27 -07:00
css Updated the locations to be relative and not absolutely pointing to localhost... *facepalm* 2011-03-05 23:26:37 -07:00
extensions A couple changes: 1) Added the movie details page. 2) Hooked up the favorite/unfavorite events for the movie details page. 3) Added a genres tab to the manage movies page (empty so far). 4) Added the state class to manage page transitions. 2010-11-29 15:32:10 -07:00
factories Updated the movie panel creation script to no longer reference the owner of a movie, as movies no longer have 'owners'. 2011-02-05 11:01:48 -07:00
fixtures I've completed the movie search UI and fixed a bug which was preventing incomplete pages from displaying properly. 2011-02-05 10:27:56 -07:00
images A couple changes: 1) Added the movie details page. 2) Hooked up the favorite/unfavorite events for the movie details page. 3) Added a genres tab to the manage movies page (empty so far). 4) Added the state class to manage page transitions. 2010-11-29 15:32:10 -07:00
models Fixed a bug in which the title and year of a movie was incorrectly derived. 2011-03-27 22:12:49 -06:00
plugins Two changes: I've created fixture-tested UIs for 1) the genres tab and 2) the uncategorized tab for the manage movies page. 2010-12-19 13:17:17 -07:00
prereqs Updated the locations to be relative and not absolutely pointing to localhost... *facepalm* 2011-03-05 23:26:37 -07:00
resources Modified model settings to point toward localhost:3000 for the dynamic requests because it turns out ports affect the same origin policy... 2010-12-19 23:16:21 -07:00
views Fixed a bug in which the title and year of a movie was incorrectly derived. 2011-03-27 22:12:49 -06:00
.gitignore I've added a custom tooltip jquery plugin which replaces the title attribute of an element to display a stylized tooltip. 2010-11-23 14:51:23 -07:00
index.html Updated the locations to be relative and not absolutely pointing to localhost... *facepalm* 2011-03-05 23:26:37 -07:00
test.html Updated the doctype to reflect html5. 2010-12-07 11:00:43 -07:00
test.ogv I've moved all requests for dynamic content to port 3001 to coincide with the change to the back end service. 2010-12-02 18:57:25 -07:00