From k at dev.open-bio.org Sat Sep 1 03:36:41 2007 From: k at dev.open-bio.org (Katayama Toshiaki) Date: Sat, 01 Sep 2007 07:36:41 +0000 Subject: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby bioruby_generator.rb, 1.5, 1.6 Message-ID: <200709010736.l817af87003929@dev.open-bio.org> Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby In directory dev.open-bio.org:/tmp/cvs-serv3923 Modified Files: bioruby_generator.rb Log Message: * remove the image on the background in console Index: bioruby_generator.rb =================================================================== RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/bioruby_generator.rb,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bioruby_generator.rb 9 Jul 2007 11:46:00 -0000 1.5 --- bioruby_generator.rb 1 Sep 2007 07:36:38 -0000 1.6 *************** *** 22,26 **** m.file 'bioruby-link.gif', 'public/images/bioruby-link.gif' m.file 'bioruby-bg.gif', 'public/images/bioruby-bg.gif' - m.file 'bioruby-console.png', 'public/images/bioruby-console.png' m.file 'bioruby.css', 'public/stylesheets/bioruby.css' end --- 22,25 ---- From k at dev.open-bio.org Sat Sep 1 03:36:41 2007 From: k at dev.open-bio.org (Katayama Toshiaki) Date: Sat, 01 Sep 2007 07:36:41 +0000 Subject: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates bioruby.css, 1.6, 1.7 bioruby-console.png, 1.1, NONE Message-ID: <200709010736.l817afxI003932@dev.open-bio.org> Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates In directory dev.open-bio.org:/tmp/cvs-serv3923/templates Modified Files: bioruby.css Removed Files: bioruby-console.png Log Message: * remove the image on the background in console --- bioruby-console.png DELETED --- Index: bioruby.css =================================================================== RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bioruby.css 9 Jul 2007 11:46:00 -0000 1.6 --- bioruby.css 1 Sep 2007 07:36:39 -0000 1.7 *************** *** 336,340 **** textarea { - background: url("/images/bioruby-console.png") no-repeat center; background-color: #eaedeb; font-family: monospace; --- 336,339 ---- From k at dev.open-bio.org Sat Sep 15 10:49:43 2007 From: k at dev.open-bio.org (Katayama Toshiaki) Date: Sat, 15 Sep 2007 14:49:43 +0000 Subject: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby bioruby_generator.rb, 1.6, 1.7 Message-ID: <200709151449.l8FEnhFd024616@dev.open-bio.org> Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby In directory dev.open-bio.org:/tmp/cvs-serv24610 Modified Files: bioruby_generator.rb Log Message: * added spinner during evaluation Index: bioruby_generator.rb =================================================================== RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/bioruby_generator.rb,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bioruby_generator.rb 1 Sep 2007 07:36:38 -0000 1.6 --- bioruby_generator.rb 15 Sep 2007 14:49:41 -0000 1.7 *************** *** 23,26 **** --- 23,27 ---- m.file 'bioruby-bg.gif', 'public/images/bioruby-bg.gif' m.file 'bioruby.css', 'public/stylesheets/bioruby.css' + m.file 'spinner.gif', 'public/images/spinner.gif' end end From k at dev.open-bio.org Sat Sep 15 10:49:43 2007 From: k at dev.open-bio.org (Katayama Toshiaki) Date: Sat, 15 Sep 2007 14:49:43 +0000 Subject: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates spinner.gif, NONE, 1.1 bioruby.css, 1.7, 1.8 index.rhtml, 1.4, 1.5 Message-ID: <200709151449.l8FEnhg6024619@dev.open-bio.org> Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates In directory dev.open-bio.org:/tmp/cvs-serv24610/templates Modified Files: bioruby.css index.rhtml Added Files: spinner.gif Log Message: * added spinner during evaluation Index: index.rhtml =================================================================== RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/index.rhtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.rhtml 9 Jul 2007 11:14:29 -0000 1.4 --- index.rhtml 15 Sep 2007 14:49:41 -0000 1.5 *************** *** 3,8 ****
<%= flash[:notice] %>
<%= flash[:notice] %>
--- 29,33 ----
Index: bioruby.css
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** bioruby.css 15 Sep 2007 14:49:41 -0000 1.8
--- bioruby.css 17 Sep 2007 00:01:11 -0000 1.9
***************
*** 4,8 ****
margin: 0;
color: #555555;
! background: url("/images/bioruby-bg.gif") repeat-y center;
font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
font-size: 12px;
--- 4,8 ----
margin: 0;
color: #555555;
! background: url("/images/bioruby/bg.gif") repeat-y center;
font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
font-size: 12px;
***************
*** 23,27 ****
margin-bottom: 20px;
text-align: left;
! background: url("/images/bioruby-gem.png") no-repeat left bottom;
}
--- 23,27 ----
margin-bottom: 20px;
text-align: left;
! background: url("/images/bioruby/gem.png") no-repeat left bottom;
}
From k at dev.open-bio.org Sun Sep 16 20:55:20 2007
From: k at dev.open-bio.org (Katayama Toshiaki)
Date: Mon, 17 Sep 2007 00:55:20 +0000
Subject: [BioRuby-cvs]
bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates
index.rhtml, 1.6, 1.7
Message-ID: <200709170055.l8H0tKiT030996@dev.open-bio.org>
Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates
In directory dev.open-bio.org:/tmp/cvs-serv30992/templates
Modified Files:
index.rhtml
Log Message:
* remove end_form_tag (deprecated)
Index: index.rhtml
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/index.rhtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.rhtml 17 Sep 2007 00:01:11 -0000 1.6
--- index.rhtml 17 Sep 2007 00:55:18 -0000 1.7
***************
*** 1,25 ****
<%= flash[:notice] %>
<%= flash[:notice] %>