Commit graph

23 commits

Author SHA1 Message Date
29f6b52dff Use the filedrop jQuery plugin to allow for drag & drop uploading 2012-01-18 22:18:35 +01:00
5a4ab521b3 Add the filedrop jQuery plugin 2012-01-18 22:18:35 +01:00
0b6d9c6ba0 Raise a draggable on click 2012-01-17 14:27:52 +01:00
b961536aab Modify draggable params: dragging starts from > 10px and not on audio/vido 2012-01-17 14:27:37 +01:00
bc35b23891 Remove debug statements; added missing semicolons 2012-01-16 23:45:15 +01:00
6300da2881 Fixed id attribute retrieval due to refactoring in 5b3edc5 2012-01-16 20:27:09 +01:00
5b3edc5e53 Refactored the draggable setup into the plempable jQuery plugin 2012-01-16 10:22:22 +01:00
33f5f1511e Rename dragreg.js to plemp-ui.js 2012-01-16 10:02:50 +01:00
d201cd9fa7 Show comments part of the draggable when hovering over it (no comments yet though) 2012-01-16 00:17:51 +01:00
03f6469223 Removed unused callback function 2012-01-15 23:52:08 +01:00
e09dc28a06 Keycode 16 is actually Shift, don't trigger on that! 2012-01-15 23:51:51 +01:00
98c37dba4e Add fade effect when a draggable is removed 2012-01-15 23:51:01 +01:00
1e0b8a21d8 Include and use the Jeditable jQuery plugin to update the title 2012-01-15 23:46:09 +01:00
5a1f6fe4ac Add the Jeditable jQuery plugin 2012-01-15 23:42:39 +01:00
569052a06e Delete the draggable when the "X" is clicked upon
Also apply syntax highlighting, draggabilty, and signals to the last
added draggable in the iteration, not to all.
2012-01-15 17:15:10 +01:00
2537e0ef77 Only apply syntax highlighting to code now that we know the type 2012-01-15 16:19:12 +01:00
86f518d0c7 Fix saving positions of text and code 2012-01-13 10:43:47 +01:00
f938e66614 Fix stacking of things that are not an image 2012-01-13 10:43:08 +01:00
68e38d8568 Apply source highlighting to all <pre/> blocks 2012-01-12 14:22:37 +01:00
245f97c636 Add the highlight.js library 2012-01-12 14:20:50 +01:00
9b4f70c6e9 Implement keyboard support (Plus/Escape) for showing/hiding the upload dialog 2012-01-12 13:22:52 +01:00
c630ac3beb Changed the routes to provide a more RESTful interface 2012-01-12 11:38:40 +01:00
faea9200db Reorganize public/ to have a more tradition Express-y structure 2012-01-12 11:20:33 +01:00