OSDN Git Service

add editor
authoryasushiito <yas@pen-chan.jp>
Thu, 23 Jan 2014 09:46:11 +0000 (18:46 +0900)
committeryasushiito <yas@pen-chan.jp>
Thu, 23 Jan 2014 09:46:11 +0000 (18:46 +0900)
commitf10069534dc04f48355b69d7c9094a13a31f9d95
tree72bc6e7f4a232c40ea917827c4f4ebb077af0580
parent579786aaf9b4b639fcd050e05dffde253fbee523
add editor
37 files changed:
app/controllers/panels_controller.rb
app/models/panel.rb
app/views/panels/_form.html.erb
app/views/templates/r/editor/_board_bay.html.erb [deleted file]
app/views/templates/r/editor/_dock.html.erb
app/views/templates/r/editor/_dock_label.html.erb [deleted file]
app/views/templates/r/editor/_simple_bay.html.erb [deleted file]
app/views/templates/r/editor/dock/_bay_bodys.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/_bay_label.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/_bay_labels.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/_dock_bodys.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/_dock_label.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/_dock_labels.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/_element_form.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/bay/_board_bay.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/bay/_element_form.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/bay/_simple_bay.html.erb [new file with mode: 0644]
config/environment.rb
lib/editor.rb
lib/editor/dock.rb [new file with mode: 0644]
lib/editor/dock/base.rb [new file with mode: 0644]
lib/editor/dock/bay.rb [new file with mode: 0644]
lib/editor/dock/bay/board/element.rb [new file with mode: 0644]
lib/editor/dock/bay/board/new.rb [new file with mode: 0644]
lib/editor/dock/bay/board/torder.rb [new file with mode: 0644]
lib/editor/dock/bay/board/zorder.rb [new file with mode: 0644]
lib/editor/dock/bay/element.rb [new file with mode: 0644]
lib/editor/dock/bay/new.rb [new file with mode: 0644]
lib/editor/dock/bay/root.rb [new file with mode: 0644]
lib/editor/dock/bay/torder.rb [new file with mode: 0644]
lib/editor/dock/bay/zorder.rb [new file with mode: 0644]
lib/editor/dock/board.rb [new file with mode: 0644]
lib/editor/dock/bucket.rb [new file with mode: 0644]
lib/editor/editor.rb
lib/editor/elements.rb [deleted file]
lib/editor/tsort.rb [deleted file]
lib/editor/zsort.rb [deleted file]