Commit Graph

  • 0dfe4b52f2 Split the draggable div generating code from Views#draggables ; added the Draggable controller. master Paul van Tilburg 2010-09-14 17:03:03 +0200
  • 3bb1185267 Removed some cruft debug info generating code. Paul van Tilburg 2010-09-14 17:02:21 +0200
  • 0ce1fcb4f0 Added application and source documentation. Paul van Tilburg 2010-09-12 13:56:24 +0200
  • fd29454796 Merge branch 'master' of git+ssh://git.luon.net/git/plemp Paul van Tilburg 2010-09-12 12:38:35 +0200
  • ff5481df13 Set up the draggables 'on load', no need for a script element per draggable. Paul van Tilburg 2010-09-12 12:38:15 +0200
  • 0fe45a24ee Remove draggable entries from the database if the corresponding file is gone. Paul van Tilburg 2010-09-12 12:38:12 +0200
  • 31feb93d96 Added support for the Plus key (shows the add/upload dialog). Paul van Tilburg 2010-09-12 12:36:20 +0200
  • 24dec53ae5 Merge branch 'master' of git+ssh://git.luon.net/git/plemp Paul van Tilburg 2010-09-12 00:33:11 +0200
  • f151100f2d Improved the mouse cursor for the add button. Paul van Tilburg 2010-09-12 00:33:06 +0200
  • 65fea73f85 Fixed problem where draggables are moved on update during drags or before commit. Paul van Tilburg 2010-09-12 00:32:40 +0200
  • f633696e7e Some Javascript refactoring. * Moved all initialisation stuff to init_plemp(). * No longer set and user BaseUrl but use document.baseURI instead. * Added the function key_handler() for handling key presses. * Added functionality to dismiss the add/upload dialog when pressing Escape. Paul van Tilburg 2010-09-11 18:59:10 +0200
  • 3be69752f2 Added the upload/add dialog. Paul van Tilburg 2010-09-11 13:24:46 +0200
  • 4c850354e8 Layout tweaks: line numbers for text, WIP upload dialog. Paul van Tilburg 2010-09-11 00:13:51 +0200
  • 3b43695538 Implemented distributed moving of draggables via Ajax. Paul van Tilburg 2010-09-11 00:13:10 +0200
  • d78ec2e6c8 Implemented basic database support; dropped the Positions hash. Paul van Tilburg 2010-09-10 22:03:00 +0200
  • 060a9824fb Fixed saving positions when your not using Plemp! locally. Paul van Tilburg 2010-09-10 21:15:59 +0200
  • e7b4425936 Added support for audio and video (using an HTML5 hack). Paul van Tilburg 2010-09-10 21:00:24 +0200
  • a97cb237f2 Raise Z-index on drag; moved draggable specific JS code to dragreg.js. Paul van Tilburg 2010-09-10 18:34:16 +0200
  • 37138619c0 Added support for other file types than images. * Use mime/types library for MIME type management. * Use CodeRay for syntax highlighting code/text files. * Added code to observe the drags; fixed committing position changes to the app. * Commenced work on the Z-index problem. Paul van Tilburg 2010-09-10 17:46:24 +0200
  • 56216b3bea Added upload/.placeholder so the directory gets created. * Modified the main view to ignore the placeholder. Paul van Tilburg 2010-07-29 23:50:41 +0200
  • ed2453cc03 Add placeholder so that the upload dir exists too. Paul van Tilburg 2010-06-19 09:42:26 +0200
  • 0555395095 Switched to using scriptaculous for dragging support. * Moved inline CSS to public/plemp.css. * Improved default for initial random positions. * Replaced drag.js by dragreg.js which is going to do the position changes registration via the Draggables object. * Added Move effect for initial placing. Paul van Tilburg 2010-06-19 00:51:58 +0200
  • 039bd6f0aa Added upload support; load and show uploaded images instead of dummies. Paul van Tilburg 2010-06-16 22:51:45 +0200
  • ab0fecd06e Added upload support (in upload/ for now). Paul van Tilburg 2010-06-16 21:32:22 +0200
  • cf93b1d8fc Added some tests as initial starting point. Paul van Tilburg 2010-06-16 20:57:00 +0200