Commit Graph

16 Commits

Author SHA1 Message Date
Paul van Tilburg 3bb1185267 Removed some cruft debug info generating code. 2010-09-14 17:02:21 +02:00
Paul van Tilburg fd29454796 Merge branch 'master' of git+ssh://git.luon.net/git/plemp 2010-09-12 12:38:35 +02:00
Paul van Tilburg ff5481df13 Set up the draggables 'on load', no need for a script element per draggable. 2010-09-12 12:38:15 +02:00
Paul van Tilburg 31feb93d96 Added support for the Plus key (shows the add/upload dialog). 2010-09-12 12:36:20 +02:00
Paul van Tilburg 24dec53ae5 Merge branch 'master' of git+ssh://git.luon.net/git/plemp 2010-09-12 00:33:11 +02:00
Paul van Tilburg f151100f2d Improved the mouse cursor for the add button. 2010-09-12 00:33:06 +02:00
Paul van Tilburg 65fea73f85 Fixed problem where draggables are moved on update during drags or before commit. 2010-09-12 00:32:40 +02:00
Paul van Tilburg 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.
2010-09-11 18:59:10 +02:00
Paul van Tilburg 3be69752f2 Added the upload/add dialog. 2010-09-11 13:24:46 +02:00
Paul van Tilburg 4c850354e8 Layout tweaks: line numbers for text, WIP upload dialog. 2010-09-11 00:13:51 +02:00
Paul van Tilburg 3b43695538 Implemented distributed moving of draggables via Ajax. 2010-09-11 00:13:10 +02:00
Paul van Tilburg 060a9824fb Fixed saving positions when your not using Plemp! locally. 2010-09-10 21:15:59 +02:00
Paul van Tilburg a97cb237f2 Raise Z-index on drag; moved draggable specific JS code to dragreg.js. 2010-09-10 18:34:16 +02:00
Paul van Tilburg 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.
2010-09-10 17:46:24 +02:00
Paul van Tilburg 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.
2010-06-19 00:51:58 +02:00
Paul van Tilburg cf93b1d8fc Added some tests as initial starting point. 2010-06-16 20:57:00 +02:00