This file is generated automatically by cvs2cl -r -b -t --fsf -w --header cvs2cl.pl version 2.59; distributed under the GNU GPL. This script is available from http://www.red-bean.com/cvs2cl/ 2008-07-29 Tuesday 00:33 horinout * app/controllers/explorer_controller.rb (1.13): * Bugfix : resolved incosistency regarding freeword search recording ([F] vs [FW] --> unified to [F]) 2008-07-28 Monday 23:16 tomoba * app/views/explorer/_show_results.rhtml (1.7): * enable "Show" button for images in Explorer. 2008-07-28 Monday 22:57 tomoba * app/views/explorer/_show_results.rhtml (1.6): * enable "Show" button for knowledge documents in Explorer. 2008-07-28 Monday 22:27 tomoba * app/: controllers/finder_controller.rb (1.7), views/explorer/_show_results.rhtml (1.5), views/explorer/index.rhtml (1.9): * enable "Analysis/Visualize checked items" button in Explorer. 2008-07-28 Monday 20:49 horinout * app/controllers/explorer_controller.rb (1.12): * Treatment for empty spatial specification 2008-07-28 Monday 20:21 horinout * app/views/explorer/_show_results.rhtml (1.4): * Further temporary bug fix : to handle knowledge 2008-07-28 Monday 19:58 horinout * app/views/explorer/_show_results.rhtml (1.3): * Temporary bug fix: to fix broken links to Anal/Viz and Details * In near future, all the codes for children_details_tr should be unified. 2008-07-28 Monday 19:53 horinout * app/views/nodes/description.html.erb (1.8): * debug 2008-07-28 Monday 19:04 tomoba * app/views/knowledge/show.rhtml (1.11): * to keep the value of "input the number of figures in a row" when the layout is changed. (レイアウト変更時に "input the number of figures in a row" の値が保持されるようにしました。) 2008-07-28 Monday 18:53 horinout * app/views/finder/index.html.erb (1.3): * Changed links to search menus * Explorer first. * Kept the link to old one as the second choice (link-gire corrected) 2008-07-28 Monday 18:22 horinout * app/models/spatial_and_time_attribute.rb (1.3): * To ensure longitude in DB to be >=0 and <360. (However, it would further be needed to modify register_directory_tree.rb to ensure that rt is really SW corner, which is not very easy.) 2008-07-28 Monday 17:04 horinout * app/views/explorer/index.rhtml (1.8): * Removed dateline input field * To show "SW" and "NE" to the lon-lat input windows. 2008-07-28 Monday 16:16 horinout * app/controllers/explorer_controller.rb (1.11): * get_condition4space: Modified according to the change in _display_map.rhtml (start_* and end_* always represent the SW and NE corners, respectively.) The SQL code to be generated assumes that longitudes in the database are between 0 and 360 (as before). Thus, app/models/spatial_and_time_attribute.rb should be modified to ensure it. 2008-07-28 Monday 16:10 horinout * app/views/explorer/_display_map.rhtml (1.4): * Bug fix and modification * Dateline handling is not needed any more. * Now the start_[lon|lat] corresponds to the South West corner as Google Maps expects (see the ionline manual of the constructor of GLatLngBounds). This is done by taking into account the left-hand side of the map boundary, so the judgement is correct even when the Greenwich line is in the middle of the map. However, so far it cannot handle when two cycles of the global map is shown, which is available at the lowest zoom. However, it will not be a big problem since the rectangle drawing itself is not fully functional for this case. * NOTE (watanabe san) : if you need to shift longitude, the formula should be to ADD multiples of 360, not to take 180 - lon (SUBTRACTION from 180). 2008-07-28 Monday 15:53 otsuka * install.rb (1.36): keep timestamps of installed files 2008-07-28 Monday 15:38 tomoba * app/views/nodes/description.html.erb (1.7): * bugfix. 2008-07-28 Monday 15:07 seiya * app/views/finder/_children_details.html.erb (1.4): * bugfix: invalid link in right window of node tree 2008-07-28 Monday 14:52 tomoba * app/views/nodes/description.html.erb (1.6): * enable to show the list of knowledges in details frame in Finder when one selects variable and clicks "details" button. (Finderで、変数を選択してdetailsボタンをクリックしたとき、 detailsフレームの中のknowledgeのリストが見られるようにしました。) 2008-07-28 Monday 14:45 seiya * app/: controllers/analysis_controller.rb (1.117), models/analysis.rb (1.72), views/analysis/_variables_order.rhtml (1.3): * bugfix 2008-07-28 Monday 14:22 seiya * lib/vizshot_gfdnavi.rb (1.17): * bugfix 2008-07-28 Monday 14:16 seiya * lib/execute_analysis.rb (1.21): * bugfix: variable did not appear in variables list in analysis page when people jumped from non-xhr page. 2008-07-28 Monday 14:09 seiya * app/models/knowledge.rb (1.4), db/migrate/001_initial_scheme.rb (1.39): * bugfix for sqlite3 2008-07-28 Monday 11:39 tomoba * data/samples/how_to_knowledge.knlge (1.2): * add explanation of figures in knowledge documents. 2008-07-28 Monday 11:18 horinout * app/controllers/explorer_controller.rb (1.10): * To add :description to spatial searches, which will appear in the "Query conditions" window. 2008-07-28 Monday 11:14 horinout * app/models/explorer_result.rb (1.8): * deleted a print statement (p qstr) to prevent errors on Apache. 2008-07-28 Monday 10:31 tomoba * public/stylesheets/search.css (1.9): * for knowledge documents. 2008-07-28 Monday 10:16 seiya * app/: controllers/explorer_controller.rb (1.9), views/explorer/index.rhtml (1.7): * bugfix in explorer 2008-07-28 Monday 10:01 tomoba * app/: controllers/knowledge_controller.rb (1.23), views/knowledge/_layout_figure.rhtml (1.4): * bugfix for creating a knowledge document from analysis. 2008-07-28 Monday 08:01 tomoba * data/samples/how_to_draw_multiple_images.knlge (1.1): * Put a document of explanation of drawing multiple images in Analysis. (解析画面で複数の絵を描く方法についての説明の文書を置きました。) 2008-07-28 Monday 07:18 tomoba * data/samples/how_to_knowledge.knlge (1.1): * Put a document of explanation of creating knowledge documents. (知見文書の作成に関する説明の文書を置きました。) 2008-07-28 Monday 07:05 tomoba * app/views/knowledge/list.rhtml (1.17): * minor change. 2008-07-27 Sunday 15:08 seiya * app/views/user/edit.html.erb (1.1): * add edit page for user 2008-07-27 Sunday 14:25 seiya * app/controllers/analysis_controller.rb (1.116), app/controllers/nodes_controller.rb (1.13), app/views/analysis/_draw_settings.rhtml (1.22), public/javascripts/analysis.js (1.54): * fixed bugs; keep button and animation in analysis page 2008-07-26 Saturday 22:58 otsuka * install.rb (1.35): typo 2008-07-26 Saturday 15:28 seiya * app/controllers/analysis_controller.rb (1.115), app/controllers/application.rb (1.17), app/controllers/knowledge_controller.rb (1.22), app/controllers/nodes_controller.rb (1.12), app/controllers/user_controller.rb (1.17), app/models/analysis.rb (1.71), app/models/knowledge_parser.rb (1.2), app/models/node.rb (1.25), app/models/virtual_node.rb (1.1), app/views/finder/flex.html.erb (1.2), app/views/nodes/_description_methods_table.html.erb (1.2), lib/basic_authorization.rb (1.1), lib/execute_analysis.rb (1.20), lib/vizshot_gfdnavi.rb (1.16), lib/tasks/setup.rake (1.25): * changes for web service * bugfix 2008-07-26 Saturday 13:24 tomoba * install.rb (1.34): * fixed a spell miss ("pamissoin"). 2008-07-25 Friday 15:06 otsuka * install.rb (1.33): minor change 2008-07-25 Friday 14:01 otsuka * install.rb (1.32): bug fix 2008-07-24 Thursday 21:56 otsuka * install.rb (1.31): url of will_paginate has been changed 2008-07-22 Tuesday 16:12 seiya * app/views/finder/_children_details.html.erb (1.3): * bugfix 2008-07-22 Tuesday 16:02 seiya * app/controllers/finder_controller.rb (1.6): * bugfix 2008-07-22 Tuesday 12:26 seiya * app/controllers/analysis_controller.rb (1.114), app/controllers/nodes_controller.rb (1.11), app/models/node.rb (1.24), app/views/nodes/_description_methods_table.html.erb (1.1), app/views/nodes/description_methods.html.erb (1.1), config/routes.rb (1.8), public/javascripts/application.js (1.2): * modified the nodes controller and view * change class of value from Node to String (path) in session[:variables_list] 2008-07-20 Sunday 05:57 tomoba * app/: controllers/knowledge_controller.rb (1.21), views/knowledge/_form.rhtml (1.15): * minor bugfix. 2008-07-20 Sunday 05:56 tomoba * app/views/knowledge/_knowledge_figure_form.rhtml (1.4): * minor update for view. 2008-07-19 Saturday 19:01 seiya * app/: helpers/application_helper.rb (1.10), views/analysis/_analysis_function_settings.rhtml (1.5), views/analysis/_draw_settings.rhtml (1.21): * changes for rails-2.1 2008-07-18 Friday 15:50 seiya * public/flex/: TreeNode.as (1.6), finder.mxml (1.6), finder.swf (1.7), gfdnavi.mxml (1.1), gfdnavi.swf (1.1): * add flex files * modified flex files 2008-07-18 Friday 09:40 seiya * app/: controllers/application.rb (1.16), models/analysis_history.rb (1.1), models/node.rb (1.23): * mv definition of AnalysisHistory from controller/application.rb to model/analysis_history.rb 2008-07-17 Thursday 18:05 seiya * app/controllers/keyword_attributes_controller.rb (1.3), app/controllers/nodes_controller.rb (1.10), app/models/node.rb (1.22), config/routes.rb (1.7), public/flex/TreeNode.as (1.5), public/flex/finder.mxml (1.5), public/flex/finder.swf (1.6): * minor changes 2008-07-17 Thursday 15:26 seiya * app/controllers/finder_controller.rb (1.5), app/controllers/keyword_attributes_controller.rb (1.2), app/controllers/nodes_controller.rb (1.9), app/models/node.rb (1.21), app/views/layouts/gfdnavi.rhtml (1.33), app/views/nodes/_ancestors.html.erb (1.4), app/views/nodes/_mode.html.erb (1.2), app/views/nodes/description.html.erb (1.5), config/routes.rb (1.6), public/flex/TreeNode.as (1.4), public/flex/finder.mxml (1.4), public/flex/finder.swf (1.5): * add information of children in node description page * change routing for nodes controller * bugfix 2008-07-16 Wednesday 21:00 chiemi * app/: controllers/explorer_controller.rb (1.8), models/explorer_result.rb (1.7), views/explorer/index.rhtml (1.6): modify explorer so that it does not use query histories 2008-07-16 Wednesday 18:54 seiya * app/controllers/finder_controller.rb (1.4), app/controllers/nodes_controller.rb (1.8), app/models/image.rb (1.3), app/models/node.rb (1.20), app/views/finder/_children_details.html.erb (1.2), app/views/finder/_children_details_tr.html.erb (1.6), app/views/finder/show_images.html.erb (1.1), app/views/nodes/show_image.html.erb (1.4), config/routes.rb (1.5): * mv show_images action to finder from nodes controller * bugfix 2008-07-16 Wednesday 16:35 seiya * app/models/: analysis.rb (1.69), analysis.rb (1.70): * bugfix 2008-07-16 Wednesday 16:31 seiya * app/controllers/nodes_controller.rb (1.7): * bugfix 2008-07-16 Wednesday 15:33 tomoba * db/migrate/001_initial_scheme.rb (1.38): * add comments about figures_size_status in knowledges table. 2008-07-16 Wednesday 15:32 tomoba * app/views/knowledge/_layout_figure.rhtml (1.3): * minor update for size of figures in knowledge documents. 2008-07-16 Wednesday 13:14 tomoba * app/: controllers/knowledge_controller.rb (1.20), views/knowledge/list.rhtml (1.16): * minor bugfix. 2008-07-16 Wednesday 12:54 seiya * app/views/finder/flex.html.erb (1.1), public/javascripts/AC_OETags.js (1.1): * add files for flex 2008-07-16 Wednesday 12:52 seiya * app/controllers/application.rb (1.15), app/controllers/finder_controller.rb (1.3), app/controllers/nodes_controller.rb (1.6), app/models/node.rb (1.19), public/flex/TreeNode.as (1.3), public/flex/finder.swf (1.4): * minor change * make access point to flex view * finder/flex 2008-07-16 Wednesday 11:48 chiemi * app/views/layouts/gfdnavi.rhtml (1.32): add the explorer menu 2008-07-16 Wednesday 11:43 chiemi * app/: models/explorer_result.rb (1.6), views/explorer/index.rhtml (1.5), controllers/explorer_controller.rb (1.7): bugfix 2008-07-16 Wednesday 11:42 seiya * app/views/finder/_children_details_tr.html.erb (1.5): * bugfix 2008-07-16 Wednesday 11:36 seiya * app/controllers/nodes_controller.rb (1.5), app/models/keyword_attribute.rb (1.16), app/models/node.rb (1.18), app/views/finder/_children_details_tr.html.erb (1.4), db/migrate/001_initial_scheme.rb (1.37): * add title and description column in nodes table * enable :include option for Node#children 2008-07-15 Tuesday 22:08 chiemi * app/models/explorer_result.rb (1.5): bugfix 2008-07-15 Tuesday 16:34 tomoba * app/controllers/knowledge_controller.rb (1.19): * bugfix for size of images. 2008-07-15 Tuesday 16:06 seiya * app/controllers/nodes_controller.rb (1.4), app/models/node.rb (1.17), app/views/finder/_children.html.erb (1.3), app/views/finder/_children_details_tr.html.erb (1.3), config/routes.rb (1.4), lib/create_activeresources.rb (1.2), public/flex/NodeTreeDescriptor.as (1.2), public/flex/TreeNode.as (1.2), public/flex/finder.mxml (1.3), public/flex/finder.swf (1.3): * minor updates * bugfix 2008-07-15 Tuesday 13:37 seiya * app/views/nodes/: _mode.html.erb (1.1), edit.html.erb (1.1): * add views for nodes controller 2008-07-15 Tuesday 13:34 tomoba * public/stylesheets/knowledge.css (1.7): * forgot to commit. 2008-07-15 Tuesday 12:48 seiya * app/models/: analysis.rb (1.68), node.rb (1.16): * bugfix 2008-07-15 Tuesday 12:34 tomoba * db/register_directory_tree.rb (1.62): * add a function of making a ".knlge" file written in YAML format that has contents of a knowledge document when the document is saved. (知見文書の保存時に、内容を格納した.knlgeファイルを作るようにしました。.knlgeファイルはYAML形式で書かれています。) * add a function of making knowledge documents from ".knlge" file by taking in "rake setup" command. (.knlgeファイルをrake setupコマンドで取り込んで 知見文書を作れるようにしました。) 2008-07-15 Tuesday 12:21 tomoba * app/controllers/knowledge_controller.rb (1.18), app/views/knowledge/_form.rhtml (1.14), app/views/knowledge/_layout_figures_in_a_row_above_text.rhtml (1.2), app/views/knowledge/_layout_figures_under_text.rhtml (1.2), app/views/knowledge/_layout_one_figure_above_text.rhtml (1.2), app/views/knowledge/show.rhtml (1.10), db/migrate/001_initial_scheme.rb (1.36): * add "author" to knowledge. 2008-07-15 Tuesday 09:16 seiya * app/views/nodes/: _ancestors.html.erb (1.3), description.html.erb (1.4), index.html.erb (1.3), show.html.erb (1.1), show_image.html.erb (1.3): * forgotten to commit these files 2008-07-14 Monday 22:19 tomoba * app/controllers/analysis_controller.rb (1.113), app/controllers/knowledge_controller.rb (1.17), app/models/analysis.rb (1.67), app/views/analysis/index.rhtml (1.49), app/views/knowledge/_form.rhtml (1.13), app/views/knowledge/_knowledge_figure_form.rhtml (1.3), app/views/knowledge/_layout_figure.rhtml (1.2), app/views/knowledge/edit.rhtml (1.9), app/views/knowledge/new.rhtml (1.8), app/views/knowledge/new_from_analysis.rhtml (1.4), public/javascripts/knowledge.js (1.6): * bugfix to getting able to create and edit knowledge documents. 2008-07-14 Monday 20:52 chiemi * app/controllers/explorer_controller.rb (1.6): add categorized_result function which output query result as xml data format 2008-07-14 Monday 17:30 seiya * app/views/finder/: _children.html.erb (1.2), index.html.erb (1.2): * change link name for search page in finder page * remove debuggin code 2008-07-14 Monday 16:45 seiya * config/gfdnavi.yml.example (1.18): * comment out other gfdnavi server in gfdnavi.yml.example 2008-07-14 Monday 15:08 seiya * config/gfdnavi.yml.example (1.17), public/index.html (1.5), public/flex/finder.mxml (1.2), public/flex/finder.swf (1.2): * change link in index.html to finder * bugfix 2008-07-14 Monday 14:02 seiya * public/: crossdomain.xml (1.1), flex/NodeTreeDescriptor.as (1.1), flex/TreeNode.as (1.1), flex/finder.mxml (1.1), flex/finder.swf (1.1): * experimentally add flex view for finder 2008-07-14 Monday 13:51 seiya * app/controllers/analysis_controller.rb (1.112), app/controllers/nodes_controller.rb (1.3), app/models/analysis.rb (1.66), app/models/diagram_cache.rb (1.2), app/models/keyword_attribute.rb (1.15), app/models/node.rb (1.15), app/views/analysis/_variables.rhtml (1.21), lib/vizshot_gfdnavi.rb (1.15): * fixed bug that piling-up was failed * add some parameters for actions in nodes controller 2008-07-13 Sunday 17:21 tomoba * app/views/knowledge/list.rhtml (1.15): * bugfix for session[:user]. 2008-07-13 Sunday 00:50 tomoba * app/controllers/user_controller.rb (1.16): * bugfix for session[:user]. 2008-07-11 Friday 15:30 seiya * app/controllers/analysis_controller.rb (1.111), app/controllers/finder_controller.rb (1.2), app/controllers/node_controller.rb (1.7), app/controllers/nodes_controller.rb (1.2), app/controllers/user_controller.rb (1.15), app/models/node.rb (1.14), app/models/user.rb (1.9), app/views/analysis/_diagram.rhtml (1.18), app/views/analysis/index.rhtml (1.48), app/views/finder/_children_details_tr.html.erb (1.2), app/views/layouts/gfdnavi.rhtml (1.31), app/views/node/_children_details_tr.html.erb (1.2), config/routes.rb (1.3), lib/login_system.rb (1.6): * change to show menues relating to user functions, such as logout and save, while user is logging in even when disable_user is true in the gfdnavi.yml 2008-07-11 Friday 14:40 seiya * app/controllers/analysis_controller.rb (1.110), app/controllers/application.rb (1.14), app/controllers/description_controller.rb (1.23), app/controllers/draw_method_controller.rb (1.3), app/controllers/finder_controller.rb (1.1), app/controllers/function_controller.rb (1.10), app/controllers/group_controller.rb (1.5), app/controllers/image_controller.rb (1.5), app/controllers/keyword_attributes_controller.rb (1.1), app/controllers/knowledge_controller.rb (1.16), app/controllers/node_controller.rb (1.6), app/controllers/nodes_controller.rb (1.1), app/controllers/search_controller.rb (1.47), app/controllers/user_controller.rb (1.14), app/helpers/application_helper.rb (1.9), app/models/analysis.rb (1.65), app/models/keyword_attribute.rb (1.14), app/models/node.rb (1.13), app/views/description/_ancestors.rhtml (1.3), app/views/description/directory.rhtml (1.10), app/views/description/images.rhtml (1.2), app/views/description/knowledge.rhtml (1.3), app/views/description/variable.rhtml (1.23), app/views/finder/_children.html.erb (1.1), app/views/finder/_children_details.html.erb (1.1), app/views/finder/_children_details_tr.html.erb (1.1), app/views/finder/create_tree.html.erb (1.1), app/views/finder/index.html.erb (1.1), app/views/finder/show_details.html.erb (1.1), app/views/layouts/gfdnavi.rhtml (1.30), app/views/node/__help_dir_details.html (1.2), app/views/node/__help_dir_tree.html (1.2), app/views/node/_children.html.erb (1.2), app/views/node/_children_details.html.erb (1.2), app/views/node/_mode.html.erb (1.2), app/views/node/create_tree.html.erb (1.2), app/views/node/edit.html.erb (1.2), app/views/node/show_details.html.erb (1.2), app/views/nodes/_ancestors.html.erb (1.2), app/views/nodes/description.html.erb (1.3), app/views/nodes/index.html.erb (1.2), app/views/nodes/show_image.html.erb (1.2), config/gfdnavi.yml.example (1.16), config/load_config.rb (1.14), config/routes.rb (1.2), data/samples/reanalysis/ncep/T.jan_only_root.nc.yml (1.2), db/migrate/001_initial_scheme.rb (1.35), lib/create_activeresources.rb (1.1), public/javascripts/directory_tree.js (1.16): * divided node controller into finder and nodes controller * add keyword_attributes controller * marged description and image controller into nodes controller * change class of session[:user] from User to String (User#login) 2008-07-11 Friday 12:49 tomoba * app/views/knowledge/_knowledge_figure_form.rhtml (1.2): * I had forgotten to commit this file. 2008-07-10 Thursday 14:59 seiya * app/controllers/analysis_controller.rb (1.109): * fixed the bug that we could not save diagrams 2008-07-10 Thursday 02:00 tomoba * app/controllers/knowledge_controller.rb (1.15): * fix the function of creating knowledge documents. (Analysis画面から知見文書を作成する機能を修正しました。) 2008-07-09 Wednesday 21:10 tomoba * public/javascripts/analysis.js (1.53): * Fix a problem that "Create a Knowledge Document" button doesn't appear in Gfdnavi worked in apache server. (apache で "Create a Knowledge Document" ボタンが出ない不具合を修正しました。) 2008-07-09 Wednesday 20:47 chiemi * config/gfdnavi.yml.example (1.15), config/load_config.rb (1.13), app/models/explorer_result.rb (1.4): Adding ignore attributes as facet 2008-07-08 Tuesday 17:57 otsuka * lib/tasks/setup.rake (1.24): bug fix 2008-07-08 Tuesday 15:27 seiya * app/controllers/analysis_controller.rb (1.108), app/controllers/node_controller.rb (1.5), app/views/description/_mode.rhtml (1.3), app/views/node/_mode.html.erb (1.1), app/views/node/change_mode.rhtml (1.3), app/views/node/edit.html.erb (1.1), app/views/nodes/description.html.erb (1.2), data/samples/reanalysis/ncep/T.jan.100hPa.png.yml (1.2), data/samples/reanalysis/ncep/T.jan.zonal_mean.nc.yml (1.2), db/register_directory_tree.rb (1.61): * add edit action for node controller * marge change_mode action to the edit action * bugfix 2008-07-08 Tuesday 08:46 tomoba * app/controllers/knowledge_controller.rb (1.14), app/models/knowledge_parser.rb (1.1), app/views/knowledge/_form.rhtml (1.12), app/views/knowledge/_layout0.rhtml (1.9), app/views/knowledge/_layout1.rhtml (1.9), app/views/knowledge/_layout2.rhtml (1.9), app/views/knowledge/_layout3.rhtml (1.2), app/views/knowledge/_layout_figure.rhtml (1.1), app/views/knowledge/_layout_figures_in_a_row_above_text.rhtml (1.1), app/views/knowledge/_layout_figures_under_text.rhtml (1.1), app/views/knowledge/_layout_image.rhtml (1.3), app/views/knowledge/_layout_one_figure_above_text.rhtml (1.1), app/views/knowledge/list.rhtml (1.14), app/views/knowledge/show.rhtml (1.9), db/migrate/001_initial_scheme.rb (1.34), public/stylesheets/knowledge.css (1.6): * add columns "default_layout", "horizontal_figures", "figures_size_status", "figures_size_number" to knowledges table. * filename is changed. (_layout0.rhtml, _layout1.rhtml, _layout2.rhtml, _layout_image.rhtml -> _layout_figures_under_text.rhtml, _layout_one_figure_above_text.rhtml, _layout_figures_in_a_row_above_text.rhtml) * Textbody in knowledge document can be written like RD. (知見文書の本文は、RD風に書くことができます。) * If a knowledge document is created, a ".knlge" file is created too. (知見文書が作られると、".knlge"ファイルも作られます。) 2008-07-07 Monday 17:55 seiya * app/controllers/node_controller.rb (1.4), app/controllers/search_controller.rb (1.46), app/helpers/application_helper.rb (1.8), app/helpers/search_helper.rb (1.6), app/models/analysis.rb (1.64), app/views/layouts/gfdnavi.rhtml (1.29), app/views/node/__help_dir_details.html (1.1), app/views/node/__help_dir_tree.html (1.1), app/views/node/_children.html.erb (1.1), app/views/node/_children_details.html.erb (1.1), app/views/node/_children_details_tr.html.erb (1.1), app/views/node/create_tree.html.erb (1.1), app/views/node/show_details.html.erb (1.1), app/views/nodes/_ancestors.html.erb (1.1), app/views/nodes/description.html.erb (1.1), app/views/nodes/index.html.erb (1.1), app/views/nodes/show_image.html.erb (1.1), app/views/search/__help_dir_details.html (1.3), app/views/search/__help_dir_tree.html (1.2), app/views/search/_children.rhtml (1.18), app/views/search/_children_details.rhtml (1.20), app/views/search/create_tree.rhtml (1.5), app/views/search/index.rhtml (1.7), config/gfdnavi.yml.example (1.14), config/routes.rb (1.1), data/samples/jmadata.SIGEN (1.1), data/samples/jmadata.yml (1.1), data/samples/reanalysis.SIGEN (1.1), data/samples/sonde_operational.yml (1.1), data/samples/jmadata/MSM-P/2006.nc.yml (1.1), data/samples/jmadata/MSM-P/2006.yml (1.1), data/samples/jmadata/MSM-P/2006/0101.nc (1.1), data/samples/jmadata/MSM-P/2006/0101.nc.yml (1.1), data/samples/jmadata/MSM-P/2006/0102.nc (1.1), data/samples/jmadata/MSM-P/2006/0103.nc (1.1), data/samples/jmadata/MSM-P/2006/0104.nc (1.1), data/samples/jmadata/MSM-P/2006/0105.nc (1.1), data/samples/jmadata/MSM-P/2006/010[1-3].nc.yml (1.1), data/samples/jmadata/MSM-P/2006/skip_data.rb (1.1), data/samples/jmadata/MSM-P/2006/skip_data.sh (1.1), data/samples/reanalysis/era40.SIGEN (1.1), data/samples/reanalysis/era40.yml (1.1), data/samples/reanalysis/ncep.SIGEN (1.1), data/samples/reanalysis/era40/t.jan.nc (1.1), data/samples/reanalysis/era40/t.jan.nc.yml (1.1), data/samples/reanalysis/ncep/T.jan.100hPa.png (1.1), data/samples/reanalysis/ncep/T.jan.100hPa.png.yml (1.1), data/samples/reanalysis/ncep/T.jan.nc (1.1), data/samples/reanalysis/ncep/T.jan.zonal_mean.nc (1.1), data/samples/reanalysis/ncep/T.jan.zonal_mean.nc.yml (1.1), data/samples/reanalysis/ncep/T.jan_only_root.nc (1.1), data/samples/reanalysis/ncep/T.jan_only_root.nc.yml (1.1), data/samples/reanalysis/ncep/UV.jan.nc (1.1), data/samples/reanalysis/ncep/UV.jan.nc.yml (1.1), data/samples/reanalysis/ncep/UV.jan.nc.yml.ja (1.1), data/samples/sonde_operational/std_plev.yml (1.1), data/samples/sonde_operational/std_plev/41256.spl.nc (1.1), data/samples/sonde_operational/std_plev/42410.spl.nc (1.1), data/samples/sonde_operational/std_plev/43333.spl.nc (1.1), data/samples/sonde_operational/std_plev/43346.spl.nc (1.1), data/samples/sonde_operational/std_plev/48698.spl.nc (1.1), data/samples/sonde_operational/std_plev/61641.spl.nc (1.1), data/samples/sonde_operational/std_plev/63741.spl.nc (1.1), data/samples/sonde_operational/std_plev/67083.spl.nc (1.1), data/samples/sonde_operational/std_plev/72261.spl.nc (1.1), data/samples/sonde_operational/std_plev/76805.spl.nc (1.1), data/samples/sonde_operational/std_plev/82193.spl.nc (1.1), data/samples/sonde_operational/std_plev/91165.spl.nc (1.1), data/samples/sonde_operational/std_plev/91610.spl.nc (1.1), data/samples/sonde_operational/std_plev/91948.spl.nc (1.1), data/samples/sonde_operational/std_plev/94294.spl.nc (1.1), public/javascripts/directory_tree.js (1.15): * move data directory to unpublic space * move node tree to node controller 2008-07-07 Monday 17:46 seiya * public/data/samples/: jmadata/MSM-P/2006/skip_data.rb (1.2), jmadata/MSM-P/2006/skip_data.sh (1.2), reanalysis/ncep/T.jan.100hPa.png (1.3), reanalysis/ncep/UV.jan.nc.yml.ja (1.2): * remove old files 2008-07-07 Monday 17:45 seiya * public/data/samples/: jmadata.SIGEN (1.2), jmadata.yml (1.3), reanalysis.SIGEN (1.2), sonde_operational.yml (1.2), jmadata/MSM-P/2006.yml (1.3), jmadata/MSM-P/2006/0101.nc (1.2), jmadata/MSM-P/2006/0101.nc.yml (1.3), jmadata/MSM-P/2006/0102.nc (1.2), jmadata/MSM-P/2006/0103.nc (1.2), jmadata/MSM-P/2006/0104.nc (1.2), jmadata/MSM-P/2006/0105.nc (1.2), reanalysis/era40.SIGEN (1.3), reanalysis/ncep.SIGEN (1.2), reanalysis/era40/t.jan.nc (1.2), reanalysis/era40/t.jan.nc.yml (1.2), reanalysis/ncep/T.jan.100hPa.png.yml (1.3), reanalysis/ncep/T.jan.nc (1.2), reanalysis/ncep/T.jan.zonal_mean.nc (1.3), reanalysis/ncep/T.jan.zonal_mean.nc.yml (1.3), reanalysis/ncep/T.jan_only_root.nc (1.2), reanalysis/ncep/T.jan_only_root.nc.yml (1.2), reanalysis/ncep/UV.jan.nc (1.2), reanalysis/ncep/UV.jan.nc.yml (1.3), sonde_operational/std_plev.yml (1.2), sonde_operational/std_plev/41256.spl.nc (1.2), sonde_operational/std_plev/42410.spl.nc (1.2), sonde_operational/std_plev/43333.spl.nc (1.2), sonde_operational/std_plev/43346.spl.nc (1.2), sonde_operational/std_plev/48698.spl.nc (1.2), sonde_operational/std_plev/61641.spl.nc (1.2), sonde_operational/std_plev/63741.spl.nc (1.2), sonde_operational/std_plev/67083.spl.nc (1.2), sonde_operational/std_plev/72261.spl.nc (1.2), sonde_operational/std_plev/76805.spl.nc (1.2), sonde_operational/std_plev/82193.spl.nc (1.2), sonde_operational/std_plev/91165.spl.nc (1.2), sonde_operational/std_plev/91610.spl.nc (1.2), sonde_operational/std_plev/91948.spl.nc (1.2), sonde_operational/std_plev/94294.spl.nc (1.2): * remove old data files 2008-07-04 Friday 18:20 seiya * app/models/node.rb (1.12), db/register_directory_tree.rb (1.60), public/data/samples/reanalysis/ncep/T.jan_only_root.nc (1.1), public/data/samples/reanalysis/ncep/T.jan_only_root.nc.yml (1.1): * add data which only root can access * bugfix 2008-07-04 Friday 15:17 seiya * app/: controllers/description_controller.rb (1.22), controllers/node_controller.rb (1.3), controllers/search_controller.rb (1.45), models/diagram_cache_session.rb (1.2), models/directory.rb (1.30), views/search/_children_details_tr.rhtml (1.24): * change link for downloading file to use download action of node controller 2008-07-04 Friday 14:16 seiya * app/controllers/analysis_controller.rb (1.107), app/controllers/image_controller.rb (1.4), app/helpers/application_helper.rb (1.7), app/models/analysis.rb (1.63), app/models/node.rb (1.11), app/views/analysis/_diagram.rhtml (1.17), app/views/analysis/_popular_diagrams.rhtml (1.8), app/views/analysis/index.rhtml (1.47), app/views/analysis/show_diagram.rhtml (1.3), config/gfdnavi.yml.example (1.13), config/load_config.rb (1.12), db/migrate/001_initial_scheme.rb (1.33), lib/execute_analysis.rb (1.19), lib/vizshot_gfdnavi.rb (1.14), lib/tasks/clean.rake (1.4): * move directory for temporary image files to non-public space 2008-06-24 Tuesday 13:40 mizuta * app/models/analysis.rb (1.62): * app/models/analysis.rb * use "super(xxx,xxx)" instead of "super" to avoid trouble on some environments 2008-06-10 Tuesday 15:24 tomoba * app/views/description/: knowledge.rhtml (1.2), variable.rhtml (1.22): * a little change of displaying "Referenced by" link. ("Referenced by"のところのリンクの表示を少し変えました) 2008-06-09 Monday 14:59 tomoba * public/images/tree/knowledge_icon.png (1.1): * add an icon for knowledge document. 2008-06-02 Monday 15:56 horinout * app/models/node.rb (1.10): * set_nodelineage_to_ancestors: changed to include the node lineages to self (ancestor==descendant && rel_depth==0) 2008-06-02 Monday 15:26 horinout * app/models/node.rb (1.9): * Renamed the method set_nodelineage_upon_create to set_nodelineage_to_ancestors. 2008-06-02 Monday 15:11 horinout * db/migrate/001_initial_scheme.rb (1.32): * Added indices to tables nodes (path), node_relations (reference, referenced_by), and node_lineages (ancestor, descendant). 2008-06-02 Monday 15:05 horinout * app/models/node.rb (1.8): * Created a new mothod Node#set_nodelineage_upon_create and specified it as a "after_create" method, in place of update_nodelineage, which is very slow. * set_nodelineage_upon_create: updates node_lineages only for ancestors of a node, which is the only thing needed, since nodes tables are filled in descending order in the directory tree. * update_nodelineage: updates descendants of a node as well. But I believe ITS IMPLEMETATION SHOULD BE IMPROVED. -- I dot think to JOIN the nodes tables is needed. (I did not try to improve it, since currently it is not used.) 2008-05-16 Friday 17:57 chiemi * app/: controllers/explorer_controller.rb (1.5), views/explorer/index.rhtml (1.4): [no log message] 2008-05-14 Wednesday 21:16 chiemi * app/: controllers/explorer_controller.rb (1.4), views/explorer/_display_map.rhtml (1.3), views/explorer/index.rhtml (1.3), models/node_lineage.rb (1.1): [no log message] 2008-05-14 Wednesday 21:12 chiemi * db/migrate/001_initial_scheme.rb (1.31), app/models/explorer_result.rb (1.3), app/models/node.rb (1.7), app/models/query_history.rb (1.2): [no log message] 2008-05-14 Wednesday 21:11 chiemi * public/javascripts/mapsearch.js (1.9): mapsearch.js 2008-05-08 Thursday 20:37 chiemi * public/javascripts/mapsearch.js (BRANCH_NODE.1): bugfix for displaying result on google map 2008-05-08 Thursday 20:34 chiemi * db/migrate/001_initial_scheme.rb (BRANCH_NODE.21): datatype of query_histories.conditions attribute become text 2008-05-08 Thursday 20:28 chiemi * app/: views/explorer/index.rhtml, views/explorer/_display_map.rhtml, models/explorer_result.rb, models/query_history.rb (BRANCH_NODE.[5,3,3,1]): queries are excuted without using cache tables 2008-05-08 Thursday 20:27 chiemi * app/controllers/explorer_controller.rb (BRANCH_NODE.4): query strings are generated without creating cache tables 2008-05-08 Thursday 20:25 chiemi * db/create_attribute_relations.sql (BRANCH_NODE.1): sql statement for creating attribute_relations table 2008-04-18 Friday 12:53 tomoba * public/images/tree/: analyze_visualize_checked_items.png (1.2), download_checked_items.png (1.2), show_checked_items.png (1.2): * "- selected items" ボタンを新しくしました。 パワーポイントで作り、1024x768のディスプレイで 120%に拡大し、スクリーンショットを撮ることで作成しました。 (Update "- selected items" buttons. The buttons are made by PowerPoint and enlarged 120% in 1024x768 display, and I shoot them by the function of PrintScreen.) 2008-04-18 Friday 12:46 tomoba * app/views/knowledge/: _form.rhtml (1.11), show.rhtml (1.8): * レイアウトの説明文を書き換えました。 (Rewrite explanation of layouts.) 2008-04-17 Thursday 05:44 tomoba * app/views/description/: images.rhtml (1.1), knowledge.rhtml (1.1): * I forgot to add some files. 2008-04-17 Thursday 05:40 tomoba * app/: controllers/description_controller.rb (1.21), controllers/knowledge_controller.rb (1.13), controllers/search_controller.rb (1.44), views/description/variable.rhtml (1.21), views/knowledge/_form.rhtml (1.10), views/search/_children.rhtml (1.17), views/search/_children_details.rhtml (1.19), views/search/_children_details_tr.rhtml (1.23): * Search 画面での複数のファイルに対する analyze/vizualize の インタフェースを変えました。 (In "Search", the interface of analyze/vizualize button for multiple files is changed.) * Search 画面で、Show ボタンを画像に対応させました。 また、複数の画像にも対応させました。 (In "Search", "Show" button can be used for images. And multiple images can be showed.) 2008-04-17 Thursday 05:24 tomoba * public/images/tree/: analyze_visualize_checked_items.png (1.1), download_checked_items.png (1.1), knowledges.png (1.2), show.png (1.2), show_checked_items.png (1.1): * add and update some png files. 2008-04-17 Thursday 02:07 tomoba * app/views/knowledge/: _form.rhtml (1.9), _layout_image.rhtml (1.2): * minor bugfix. 2008-04-17 Thursday 01:51 tomoba * app/views/knowledge/_layout0.rhtml (1.8): * minor bugfix. 2008-04-17 Thursday 01:13 tomoba * public/javascripts/knowledge.js (1.5): * 更新忘れ 2008-04-15 Tuesday 18:29 tomoba * db/migrate/001_initial_scheme.rb (1.30), app/controllers/knowledge_controller.rb (1.12), app/views/knowledge/_form.rhtml (1.8), app/views/knowledge/_layout0.rhtml (1.7), app/views/knowledge/_layout1.rhtml (1.8), app/views/knowledge/_layout2.rhtml (1.8), app/views/knowledge/_layout_image.rhtml (1.1), app/views/knowledge/show.rhtml (1.7): * 知見文書のレイアウトの一つに変更を加えました。 絵を一行に何枚並べるか選べるようになりました。 (One of layouts of knowledge documents is changed. One can choose the number of figures in a row.) 2008-04-07 Monday 21:01 tomoba * app/controllers/search_controller.rb (1.43): * search画面の右フレームに、ドットからはじまる名前のディレクトリが 表示されないようにしました。 (In the right frame in Search, directories that their filename started by a dot are not diplayed.) 2008-04-07 Monday 18:33 tomoba * app/controllers/knowledge_controller.rb (1.11): * minor bugfix. 2008-04-07 Monday 10:11 tomoba * app/controllers/description_controller.rb (1.20), app/controllers/knowledge_controller.rb (1.10), app/controllers/search_controller.rb (1.42), app/views/description/variable.rhtml (1.20), app/views/knowledge/_form.rhtml (1.7), app/views/knowledge/_layout2.rhtml (1.7), app/views/knowledge/edit.rhtml (1.8), app/views/search/_children.rhtml (1.16), app/views/search/_children_details.rhtml (1.18), app/views/search/_children_details_tr.rhtml (1.22), public/images/tree/show.png (1.1), public/stylesheets/knowledge.css (1.5), public/stylesheets/search.css (1.8): * Search画面の右フレームに知見情報が表示されるようにしました。 Showボタン、Detailsボタンが使えます。 (I implemented a function that the right frame in Search, Knowledge document is displayed. One can use "Show" and "Details" button.) * Search画面の左フレームに、 . からはじまるファイル名のファイルを表示しないようにしました。 (I implemented a function that the left frame in Search, file that its filename is started by dot is not displayed.) * 知見文書の保存時に、.knlgeという拡張子のYAMLファイルを作るようにしました。また、imageディレクトリを作らないようにしました。 (I implemented a function that when one creates a knowledge document, a YAML file that has a suffix ".knlge" is created and image directory is not created.) 2008-03-26 Wednesday 05:15 tomoba * app/models/variable.rb (1.47), app/views/knowledge/_layout1.rhtml (1.7), app/views/knowledge/list.rhtml (1.13), app/views/search/_children_details.rhtml (1.17), public/stylesheets/search.css (1.7): * minor update. 2008-03-25 Tuesday 21:22 tomoba * app/: controllers/knowledge_controller.rb (1.9), views/description/variable.rhtml (1.19), views/search/_children_details_tr.rhtml (1.21): * search画面で、選択した観測データおよび画像を用いて作られた 知見文書を表示できるようにしました。 (旧トランク版の機能です) (In "search", one can show the knowledge documents made by selected numerical data or images.) 2008-03-25 Tuesday 12:22 seiya * app/models/node.rb (1.6), db/register_directory_tree.rb (1.59): * add `--ignore-errors` option to register_directory_tree.rb * some minor changes 2008-03-15 Saturday 15:58 otsuka * install.rb (1.29), install.rb (1.30): bug fix 2008-03-15 Saturday 00:41 otsuka * install.rb (1.28): display default configuration 2008-03-15 Saturday 00:31 otsuka * install.rb (1.27), lib/tasks/setup.rake (1.23): add install modes with default settings 2008-03-13 Thursday 00:35 otsuka * app/views/analysis/_draw_settings.rhtml (1.20): forgot to commit 2008-03-12 Wednesday 23:49 otsuka * public/images/startanim.gif (1.1), public/images/stopanim.gif (1.1), app/views/analysis/_draw_general_settings.rhtml (1.11), public/javascripts/analysis.js (1.52): button images for animation 2008-03-12 Wednesday 17:52 seiya * app/views/analysis/_variables.rhtml (1.20): * bugfix 2008-03-12 Wednesday 17:47 seiya * lib/execute_analysis.rb (1.18): * remove second option (true) from NetCDF.create 2008-03-12 Wednesday 17:46 seiya * app/controllers/analysis_controller.rb (1.106), app/models/analysis.rb (1.61), app/views/analysis/_diagram.rhtml (1.16), app/views/analysis/_variables.rhtml (1.19), lib/execute_analysis.rb (1.17), public/javascripts/analysis.js (1.51): * commit 2008-03-12 Wednesday 15:53 uwabami * app/controllers/analysis_controller.rb (1.105): * modified save method * create session[:variables_list] before session[:variables_list].push 2008-03-12 Wednesday 15:07 uwabami * app/models/analysis.rb (1.60): * modified viz_shot option * set_tone('tonf'=> true) until draw_projection = 5 2008-03-12 Wednesday 11:29 otsuka * install.rb (1.26): enable to use src dir as a target dir 2008-03-12 Wednesday 10:33 seiya * ChangeLog (tags: RELEASE_1_1) (RELEASE_1_0.2): * update changelog 2008-03-12 Wednesday 10:32 seiya * ChangeLog, install.rb (tags: RELEASE_1_1), app/controllers/image_controller.rb (tags: RELEASE_1_1), app/controllers/knowledge_controller.rb (tags: RELEASE_1_1), app/views/analysis/_analysis_settings.rhtml (tags: RELEASE_1_1), app/views/analysis/_draw_settings.rhtml (tags: RELEASE_1_1), public/images/analyze.gif (tags: RELEASE_1_1), public/images/drawbutton.gif (tags: RELEASE_1_1), public/javascripts/draw_method.js (tags: RELEASE_1_1) (RELEASE_1_0.[1,1,1,1,1,1,1,1,1]): * marge from trunk 2008-03-11 Tuesday 16:07 otsuka * public/images/: analyze.gif (1.1), drawbutton.gif (1.1) (utags: marge_to_release_1_0): change draw button and analyze button to images 2008-03-11 Tuesday 15:50 otsuka * app/views/analysis/: _analysis_settings.rhtml (1.10), _draw_settings.rhtml (1.19) (utags: marge_to_release_1_0): change draw button and analyze button to images 2008-03-10 Monday 02:19 otsuka * install.rb (1.25, marge_to_release_1_0): * bug fix of config/*.yml configuration 2008-03-09 Sunday 22:11 horinout * app/controllers/image_controller.rb (1.3, marge_to_release_1_0): * (correction to support mswin) Not to use File.read but to explicitly open files with the 'rb' mode 2008-03-09 Sunday 21:29 otsuka * install.rb (1.24): * bugfix for windows. now ENV is used to set proxy. rake runs with rake.bat. 2008-03-09 Sunday 19:05 otsuka * install.rb (1.23): tentative workaround for windows and some bugfix. may not workcvs update 2008-03-09 Sunday 17:31 horinout * install.rb (1.22): * treatment of the "rails" command execution was corrected (hopefully...) 2008-03-09 Sunday 16:11 horinout * install.rb (1.21): * (Minor re-odering) To set the default mswin destination before asking the destination path 2008-03-09 Sunday 11:00 tomoba * app/controllers/knowledge_controller.rb (1.8, marge_to_release_1_0): * bugfix for sqlite3. 2008-03-08 Saturday 23:49 otsuka * install.rb (1.20): bugfix for proxy 2008-03-08 Saturday 23:29 otsuka * install.rb (1.19): * use proxy if needed 2008-03-08 Saturday 13:53 seiya * public/javascripts/draw_method.js (1.1, marge_to_release_1_0): * forgot to commit 2008-03-07 Friday 22:53 seiya * ChangeLog (1.5, marge_to_release_1_0, VERSION_1_0): * release-1.0 2008-03-07 Friday 22:25 otsuka * install.rb (1.18, VERSION_1_0, VERSION_0_1, BASE_1_0): add new plugin 2008-03-07 Friday 21:33 tomoba * public/javascripts/analysis.js (1.50, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * deleted unnecessary method. 2008-03-07 Friday 21:29 tomoba * app/: controllers/analysis_controller.rb (1.104, RELEASE_1_1, marge_to_release_1_0), views/analysis/_draw_settings.rhtml (1.18), views/analysis/index.rhtml (1.46, RELEASE_1_1, marge_to_release_1_0) (utags: BASE_1_0, VERSION_1_0): * ログイン無しのモードのとき、analysis画面において 「Create a Knowledge Document」ボタンが出ないようにしました。 (make "Create a Knowledge Document" button disabled in analysis when login menu is disabled. ) 2008-03-07 Friday 21:28 tomoba * app/views/knowledge/list.rhtml (1.12, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0): * minor change. 2008-03-07 Friday 19:11 tomoba * app/controllers/knowledge_controller.rb (1.7, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/analysis/_draw_settings.rhtml (1.17), app/views/analysis/index.rhtml (1.45), app/views/knowledge/list.rhtml (1.11), public/javascripts/analysis.js (1.49), public/stylesheets/knowledge.css (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0): for Nishizawa san. 2008-03-07 Friday 18:31 seiya * public/javascripts/analysis.js (1.48): * bugfix for rails-1.* 2008-03-07 Friday 15:52 tomoba * app/views/search/_children_details_tr.rhtml (1.20, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * search 画面の変な表示を修正しました。 (fix a strange expression on search.) 2008-03-07 Friday 13:27 tomoba * app/models/analysis.rb (1.59, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * Gfdnavi外で作られた絵を用いて知見情報を作成、閲覧できるようにしました。(enabled to make and show knowledge documents using figures that are not made in Gfdnavi.) 2008-03-07 Friday 12:07 tomoba * app/models/node.rb (1.5, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0): * allow find method to having a hash includes ":user" as its argument for paginate. (paginateのために、findメソッドが ":user" を含むハッシュを 引数にとることができるようにしました。) 2008-03-07 Friday 09:29 tomoba * app/views/knowledge/: _form.rhtml (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), _layout0.rhtml (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), _layout1.rhtml (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), _layout2.rhtml (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), list.rhtml (1.10): * Arrange source code. 2008-03-07 Friday 09:23 tomoba * app/models/node.rb (1.4): * return node.rb to the previous state. 2008-03-07 Friday 04:03 tomoba * app/: controllers/knowledge_controller.rb (1.6), models/node.rb (1.3): * bugfix for knowledge. 2008-03-07 Friday 01:11 tomoba * app/views/knowledge/list.rhtml (1.9): * bugfix. 2008-03-07 Friday 01:05 tomoba * app/views/knowledge/list.rhtml (1.8): * bugfix. 2008-03-07 Friday 00:43 tomoba * app/views/knowledge/list.rhtml (1.7): * Adapted to Rails 1.* 2008-03-07 Friday 00:22 otsuka * install.rb (1.17): bug fix 2008-03-06 Thursday 18:46 horinout * app/controllers/search_controller.rb (1.41, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * Adapted to the node system 2008-03-06 Thursday 18:37 tomoba * app/models/analysis.rb (1.58): * delete unnecessary print method. 2008-03-06 Thursday 18:34 tomoba * app/controllers/knowledge_controller.rb (1.5), app/models/analysis.rb (1.57), app/models/knowledge.rb (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/knowledge_figure.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/knowledge/_form.rhtml (1.5), app/views/knowledge/_layout0.rhtml (1.5), app/views/knowledge/_layout1.rhtml (1.5), app/views/knowledge/_layout2.rhtml (1.5), app/views/knowledge/edit.rhtml (1.7, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/knowledge/list.rhtml (1.6), app/views/knowledge/new.rhtml (1.7, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/knowledge/new_from_analysis.rhtml (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/knowledge/show.rhtml (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/layouts/gfdnavi.rhtml (1.28, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), public/images/new_knowledge.png (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/javascripts/knowledge.js (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/stylesheets/knowledge.css (1.3): * 知見情報に関する機能が動くようになりました。 それに伴い、メニューに "Knowledge" を加えました。 (enable to function about knowledge and add "Knowledge" to the menu.) 2008-03-06 Thursday 18:28 tomoba * db/migrate/001_initial_scheme.rb (1.29, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * nodes テーブルに対応するため knowledges, knowledge_figures テーブルの column を変えました (Change knowledges table and knowledge_figures table to correspond to nodes table.) 2008-03-06 Thursday 17:32 tomoba * app/controllers/analysis_controller.rb (1.103): * bugfix 2008-03-06 Thursday 17:31 otsuka * install.rb (1.16): bugfix for windows 2008-03-06 Thursday 17:00 seiya * lib/vizshot_gfdnavi.rb (1.13, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * bugfix 2008-03-06 Thursday 13:13 seiya * db/register_directory_tree.rb (1.58, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * bugfix for Windows 2008-03-06 Thursday 13:03 seiya * app/models/variable.rb (1.46, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/search/_children_details_tr.rhtml (1.19), lib/vizshot_gfdnavi.rb (1.12): * bugfix 2008-03-06 Thursday 01:10 otsuka * install.rb (1.15): bug fix 2008-03-06 Thursday 00:59 otsuka * install.rb (1.14): installer updated 2008-03-04 Tuesday 21:33 seiya * db/functions/mean.yml (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/javascripts/analysis.js (1.47): * bugfix 2008-03-03 Monday 20:51 seiya * app/models/analysis.rb (1.56): * remove redundancy code 2008-03-03 Monday 18:31 seiya * app/models/analysis.rb (1.55), app/views/analysis/_dimension_option.rhtml (1.17, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), lib/execute_analysis.rb (1.16, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/javascripts/analysis.js (1.46): * bugfix 2008-03-01 Saturday 09:44 seiya * app/apis/webservice_analysis_api.rb (1.8, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/controllers/analysis_controller.rb (1.102), app/controllers/application.rb (1.13, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/controllers/description_controller.rb (1.19, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/controllers/draw_method_controller.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/controllers/explorer_controller.rb (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/controllers/function_controller.rb (1.9, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/controllers/group_controller.rb (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/controllers/image_controller.rb (1.2, VERSION_1_0, VERSION_0_1, BASE_1_0), app/controllers/node_controller.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/controllers/search_controller.rb (1.40), app/controllers/user_controller.rb (1.13, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/controllers/work_flow_controller.rb (1.10, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/helpers/application_helper.rb (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/helpers/search_helper.rb (1.5, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/analysis.rb (1.54), app/models/directory.rb (1.29, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/draw_method.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/draw_method_attribute.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/draw_parameter.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/explorer_result.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/function.rb (1.15, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/function_argument.rb (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/group.rb (1.7, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/group_member.rb (1.2), app/models/image.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/keyword_attribute.rb (1.13, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/knowledge.rb (1.2), app/models/node.rb (1.2), app/models/node_entity_abstract.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/node_relation.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/path_node.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/query.rb (1.21, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/results.rb (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/sign_up_user.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/spatial_and_time_attribute.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/spatial_attribute.rb (1.2), app/models/type.rb (1.2), app/models/user.rb (1.8, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/models/value_type.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/models/variable.rb (1.45), app/models/variable_relation.rb (1.2), app/views/analysis/_analysis_function_settings.rhtml (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/analysis/_analysis_settings.rhtml (1.9, VERSION_1_0, BASE_1_0), app/views/analysis/_diagram.rhtml (1.15, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/analysis/_draw_general_settings.rhtml (1.10, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/analysis/_draw_line_settings.rhtml (1.2), app/views/analysis/_draw_settings.rhtml (1.16), app/views/analysis/_draw_tone_settings.rhtml (1.8), app/views/analysis/_draw_vector_settings.rhtml (1.3), app/views/analysis/_variables.rhtml (1.18, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/analysis/_variables_order.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/analysis/preview.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/analysis/save.rhtml (1.10, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/description/_ancestors.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/description/_mode.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/description/directory.rhtml (1.9, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/description/variable.rhtml (1.18, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/draw_method/_edit_form.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/draw_method/create.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/draw_method/details.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/draw_method/edit.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/draw_method/list.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/explorer/_display_map.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/explorer/_show_result_tree.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/explorer/_show_results.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/explorer/_style.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/explorer/index.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/function/_edit_form.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/function/create.rhtml (1.5, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/function/details.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/function/edit.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/function/list.rhtml (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/group/change_owner.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/group/delete_member.rhtml (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/group/list.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/layouts/gfdnavi.rhtml (1.27), app/views/node/change_mode.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/search/_children.rhtml (1.15, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/search/_children_details.rhtml (1.16, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/search/_children_details_tr.rhtml (1.18), app/views/search/_show_grouplist.rhtml (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/search/create_tree.rhtml (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/search/index.rhtml (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), app/views/search/show_details.rhtml (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/user/index.rhtml (1.9, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), config/environment.rb (1.21, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), config/gfdnavi.yml.example (1.12, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), config/load_config.rb (1.11, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), db/dump_db.rb (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/function_defaults.yml (1.9), db/register_directory_tree.rb (1.57), db/register_variables.rb (1.4), db/restore_db.rb (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/draw_methods/line.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/draw_methods/scatter.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/draw_methods/tone.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/draw_methods/vector.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/functions/additions.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/functions/cut.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/functions/division.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/functions/mean.yml (1.2), db/functions/multiplication.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/functions/stddev.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/functions/subtraction.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), db/migrate/001_initial_scheme.rb (1.28), db/migrate/002_rel01.rb (1.5), lib/activerecord_gfdnavi.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), lib/execute_analysis.rb (1.15), lib/file_gfdnavi.rb (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), lib/localdir.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), lib/login_system.rb (1.5, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), lib/multibytes.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), lib/narray_yaml.rb (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), lib/opendapdir.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), lib/rdb_concat.rb (1.2), lib/tar.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), lib/vizshot_gfdnavi.rb (1.11), lib/tasks/setup.rake (1.22, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), public/data/samples/jmadata.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/jmadata/MSM-P/2006.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/jmadata/MSM-P/2006/0101.nc.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/reanalysis/era40.SIGEN (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/reanalysis/ncep/T.jan.100hPa.png (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/reanalysis/ncep/T.jan.100hPa.png.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/reanalysis/ncep/T.jan.zonal_mean.nc (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/reanalysis/ncep/T.jan.zonal_mean.nc.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/data/samples/reanalysis/ncep/UV.jan.nc.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/images/map_icon_g.gif (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/images/map_icon_r.gif (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), public/javascripts/analysis.js (1.45), public/javascripts/directory_tree.js (1.14, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), public/javascripts/function.js (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), script/server_ssl (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/diagram_cache_data.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/diagram_cache_sessions.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/diagram_caches.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/directories.yml (1.8, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/draw_parameters.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/function_arguments.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/function_outputs.yml (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/functions.yml (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/group_members.yml (1.5, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/groups.yml (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/images.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/keyword_attributes.yml (1.8, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/knowledges.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/node_relations.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/nodes.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/spatial_and_time_attributes.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/spatial_attributes.yml (1.4), test/fixtures/types.yml (1.2), test/fixtures/users.yml (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/fixtures/value_types.yml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/fixtures/variable_relations.yml (1.2), test/fixtures/variables.yml (1.9, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/diagram_cache_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/directory_test.rb (1.9, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/function_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/group_member_test.rb (1.2), test/unit/group_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/image_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/unit/keyword_attribute_test.rb (1.5, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/knowledge_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/unit/node_relation_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/unit/node_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/unit/spatial_and_time_attribute_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/unit/spatial_attribute_test.rb (1.2), test/unit/type_test.rb (1.2), test/unit/user_mailer_test.rb (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/user_test.rb (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), test/unit/value_type_test.rb (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), test/unit/variable_relation_test.rb (1.2), test/unit/variable_test.rb (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0): * marged from BRANCH_NODE * somo fixs 2008-02-28 Thursday 16:28 seiya * app/: controllers/search_controller.rb, models/query.rb (BRANCH_NODE.[15,1]) (utags: MARGE_TO_TRUNK_0): * enable to work search 2008-02-26 Tuesday 16:30 seiya * app/views/analysis/_diagram.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.2): * bugfix * image does not change in analysis page with rails-2.0 2008-02-22 Friday 12:30 seiya * app/controllers/node_controller.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.2): * remove debuging code 2008-02-22 Friday 12:28 seiya * db/register_directory_tree.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.17): * support other_mode in yaml file 2008-02-18 Monday 12:09 seiya * app/: controllers/user_controller.rb, models/user.rb, views/user/index.rhtml (BRANCH_NODE.[3,4,2]) (utags: MARGE_TO_TRUNK_0): * enable to edit user information 2008-02-17 Sunday 11:26 seiya * app/: controllers/group_controller.rb, models/group.rb, models/node.rb (BRANCH_NODE.[8,10,54]) (utags: MARGE_TO_TRUNK_0): * bugfix 2008-02-16 Saturday 18:08 tomoba * app/controllers/group_controller.rb (BRANCH_NODE.7): * グループを作れないバグを直しました。 (Fix a bug that groups cannot be created.) 2008-02-16 Saturday 15:48 seiya * db/register_directory_tree.rb, lib/localdir.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[16,6]): * do not open file if it is not necessary 2008-02-16 Saturday 12:58 seiya * app/: controllers/analysis_controller.rb, controllers/application.rb, views/analysis/_variables.rhtml (BRANCH_NODE.[18,4,6]) (utags: MARGE_TO_TRUNK_0): * enable upload file in analysis page when users log in 2008-02-16 Saturday 00:38 seiya * db/register_variables.rb (BRANCH_NODE.1): * remove obsolute file 2008-02-16 Saturday 00:36 seiya * db/register_directory_tree.rb (BRANCH_NODE.15): * bugfix 2008-02-16 Saturday 00:27 seiya * app/controllers/analysis_controller.rb, db/register_directory_tree.rb (BRANCH_NODE.[17,14]): * enable to add draw_parametes option to directory nodes 2008-02-16 Saturday 00:06 seiya * app/models/analysis.rb (tags: MARGE_TO_TRUNK_0), app/models/node.rb, db/register_directory_tree.rb (BRANCH_NODE.[12,53,13]): * bugfix for sqlite3 2008-02-15 Friday 16:09 seiya * public/javascripts/directory_tree.js (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.4): * bugfix 2008-02-15 Friday 14:14 seiya * app/models/analysis.rb (BRANCH_NODE.11): * bugfix for draw spesific settings 2008-02-15 Friday 12:37 seiya * app/: controllers/search_controller.rb, models/node.rb (BRANCH_NODE.[14,52]): * open top directory in directory tree in search page, when number of top directory is one * bugfix for sqlite3 2008-02-13 Wednesday 18:45 seiya * app/: controllers/analysis_controller.rb, models/variable.rb (tags: MARGE_TO_TRUNK_0), views/analysis/_diagram.rhtml, views/analysis/_variables.rhtml (BRANCH_NODE.[16,11,1,5]): * disable to download data which is created from data which is disabled to download 2008-02-13 Wednesday 14:45 seiya * app/: models/node.rb, views/search/_children.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[51,9]): * add methods; Node#have_(entity_name)_nodes? 2008-02-12 Tuesday 19:03 seiya * app/models/keyword_attribute.rb (tags: MARGE_TO_TRUNK_0), db/register_directory_tree.rb (BRANCH_NODE.[6,12]): * bugfix 2008-02-07 Thursday 15:45 tomoba * app/views/knowledge/_layout3.rhtml (1.1), public/images/create_from_analysis_button.png (1.1), public/images/down.png (1.1), public/images/up.png (1.1), public/images/white.bmp (1.1) (utags: BASE_1_0, BASE_OLD_TRUNK_0, RELEASE_1_1, VERSION_0_1, VERSION_1_0, marge_to_release_1_0): [no log message] 2008-02-07 Thursday 15:43 tomoba * app/controllers/analysis_controller.rb (1.101), app/controllers/description_controller.rb (1.18), app/controllers/knowledge_controller.rb (1.4), app/views/analysis/_diagram.rhtml (1.14), app/views/analysis/_draw_settings.rhtml (1.15), app/views/analysis/index.rhtml (1.44), app/views/description/variable.rhtml (1.17), app/views/knowledge/_form.rhtml (1.4), app/views/knowledge/_knowledge_figure_form.rhtml (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0), app/views/knowledge/_layout0.rhtml (1.4), app/views/knowledge/_layout1.rhtml (1.4), app/views/knowledge/_layout2.rhtml (1.4), app/views/knowledge/edit.rhtml (1.6), app/views/knowledge/list.rhtml (1.5), app/views/knowledge/new.rhtml (1.6), app/views/knowledge/new_from_analysis.rhtml (1.2), app/views/knowledge/show.rhtml (1.5), app/views/layouts/gfdnavi.rhtml (1.26), app/views/search/_children_details_tr.rhtml (1.17), public/index.html (1.4, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), public/javascripts/analysis.js (1.44), public/javascripts/knowledge.js (1.3), public/stylesheets/analysis.css (1.21, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0), public/stylesheets/knowledge.css (1.2), public/stylesheets/search.css (1.6, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, BASE_1_0) (utags: BASE_OLD_TRUNK_0): * 知見情報を作成する際の入力フォームにおいて、 入力する絵の順序を入れ替える up & down ボタンと 絵を削除する x ボタンを実装しました。 (Implement up and down button to swap figures and x button to delete a figure at input form to create a knowledge document.) 2008-02-06 Wednesday 21:43 seiya * app/controllers/search_controller.rb, app/models/node.rb, app/models/variable.rb, app/views/analysis/_variables.rhtml, db/register_directory_tree.rb, public/data/samples/jmadata/MSM-P/2006.yml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[13,50,10,4,11,3]): * enable aggregation * change form in yaml file: use aggregate in gfdnavi 2008-02-06 Wednesday 17:59 seiya * app/models/keyword_attribute.rb (BRANCH_NODE.5): * bugfix 2008-02-06 Wednesday 17:54 seiya * app/models/keyword_attribute.rb (BRANCH_NODE.4): * reduce SQL call in KeywordAttribute.find_by_stdname 2008-02-06 Wednesday 17:40 seiya * app/controllers/description_controller.rb (tags: MARGE_TO_TRUNK_0), app/controllers/group_controller.rb, app/controllers/search_controller.rb, app/models/directory.rb (tags: MARGE_TO_TRUNK_0), app/models/node.rb, app/models/node_entity_abstract.rb (tags: MARGE_TO_TRUNK_0), app/models/variable.rb, lib/login_system.rb (tags: MARGE_TO_TRUNK_0), lib/tar.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[6,6,12,5,49,11,9,1,1]): * remove 'def method_missing' from node_entity_abstract class 2008-02-06 Wednesday 16:41 seiya * app/controllers/search_controller.rb, app/models/node.rb, app/views/search/_children.rhtml, app/views/search/create_tree.rhtml (tags: MARGE_TO_TRUNK_0), app/views/search/index.rhtml (tags: MARGE_TO_TRUNK_0), public/javascripts/directory_tree.js (BRANCH_NODE.[11,48,8,4,3,3]): * enable to show a specific directory when the search page is opened * e.g. search/index?path=/samples * reduce number of Ajax call when the search page is opened * bugfix 2008-02-05 Tuesday 21:58 seiya * app/: controllers/analysis_controller.rb, controllers/draw_method_controller.rb (tags: MARGE_TO_TRUNK_0), controllers/function_controller.rb (tags: MARGE_TO_TRUNK_0), controllers/group_controller.rb, controllers/user_controller.rb, models/group.rb, models/keyword_attribute.rb, models/node.rb, models/node_entity_abstract.rb, models/sign_up_user.rb (tags: MARGE_TO_TRUNK_0), views/analysis/_analysis_function_settings.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[15,3,7,5,2,9,3,47,10,1,5]): * change find_by_*(+) to find(:first,:conditions=>["*=?",+]) 2008-02-05 Tuesday 19:37 seiya * lib/vizshot_gfdnavi.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.8): * bugfix for sqlite3 2008-02-05 Tuesday 11:15 seiya * app/models/keyword_attribute.rb, db/register_directory_tree.rb (BRANCH_NODE.[2,10]): * minor change in handling keyword_attributes 2008-02-05 Tuesday 10:53 seiya * app/models/directory.rb, db/register_directory_tree.rb, db/migrate/001_initial_scheme.rb (tags: MARGE_TO_TRUNK_0), public/data/samples/reanalysis/era40.SIGEN (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[4,9,20,1]): * add 'downloadable' column to directories table 2008-02-04 Monday 21:28 seiya * db/register_directory_tree.rb (BRANCH_NODE.8): * minor change 2008-02-04 Monday 16:45 seiya * db/register_directory_tree.rb, lib/localdir.rb (BRANCH_NODE.[7,5]): * changes for handling nusdas 2008-02-04 Monday 14:34 seiya * db/register_directory_tree.rb (BRANCH_NODE.6): * suport nusdas 2008-02-03 Sunday 23:41 seiya * app/: controllers/search_controller.rb, helpers/search_helper.rb (tags: MARGE_TO_TRUNK_0), models/node.rb, views/search/_children.rhtml, views/search/_children_details_tr.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[10,3,46,7,7]): * reduce SQL call in directory tree 2008-02-03 Sunday 22:44 seiya * app/views/search/_children.rhtml, public/javascripts/directory_tree.js (BRANCH_NODE.[6,2]): * minor change and bugfix in directory tree 2008-02-02 Saturday 13:25 seiya * lib/execute_analysis.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.13): * change to use MD5 hexdigest as directory name for work and diagram 2008-02-02 Saturday 13:10 seiya * config/environment.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.4): * change to use pstore for session_store * for rails-1.* pstore is default 2008-02-01 Friday 23:20 seiya * config/environment.rb (BRANCH_NODE.3): * bugfix for rails-1.* 2008-02-01 Friday 16:07 seiya * app/helpers/application_helper.rb (tags: MARGE_TO_TRUNK_0), app/models/node.rb, config/environment.rb, config/gfdnavi.yml.example (tags: MARGE_TO_TRUNK_0), config/load_config.rb (tags: MARGE_TO_TRUNK_0), db/dump_db.rb (tags: MARGE_TO_TRUNK_0), lib/execute_analysis.rb, lib/file_gfdnavi.rb (tags: MARGE_TO_TRUNK_0), lib/tasks/setup.rake (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[1,45,2,2,4,3,12,1,8]): * changes for rails-2.* * there still remains big probrem cookie size 2008-01-31 Thursday 16:41 seiya * app/models/node.rb (BRANCH_NODE.44): * change to use cache in finding children entities in Node * directory_nodes, directories, and so 2008-01-24 Thursday 14:48 seiya * app/controllers/analysis_controller.rb, app/models/node.rb, app/models/node_entity_abstract.rb, db/register_directory_tree.rb, db/migrate/001_initial_scheme.rb, public/data/samples/reanalysis/ncep/T.jan.100hPa.png.yml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[14,43,9,5,19,2]): * add column 'vizshot' to images table 2008-01-24 Thursday 13:37 seiya * app/models/node_entity_abstract.rb (BRANCH_NODE.8): * bugfix 2007-12-30 Sunday 15:39 seiya * app/: controllers/description_controller.rb, controllers/node_controller.rb, controllers/search_controller.rb, models/group.rb, models/node.rb, models/node_entity_abstract.rb, views/description/_mode.rhtml (tags: MARGE_TO_TRUNK_0), views/description/directory.rhtml (tags: MARGE_TO_TRUNK_0), views/description/variable.rhtml (tags: MARGE_TO_TRUNK_0), views/node/change_mode.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[5,1,9,8,42,7,1,2,3,1]): * enable to change mode of node; other_mode, rgroups, and wgroups 2007-12-30 Sunday 12:30 seiya * app/models/analysis.rb (BRANCH_NODE.10): * bugfix: axes were transposed unexpectively 2007-12-30 Sunday 12:05 seiya * app/models/node.rb (BRANCH_NODE.41): * bugfix 2007-12-29 Saturday 21:35 seiya * app/models/node.rb, lib/activerecord_gfdnavi.rb (tags: MARGE_TO_TRUNK_0), lib/vizshot_gfdnavi.rb (BRANCH_NODE.[40,3,7]): * bugfix for sqlite 2007-12-28 Friday 21:14 chiemi * app/views/explorer/: _display_map.rhtml, _show_result_tree.rhtml, _show_results.rhtml, index.rhtml (BRANCH_NODE.[2,1,2,4]) (utags: MARGE_TO_TRUNK_0): display query result by tree 2007-12-28 Friday 21:10 chiemi * app/: controllers/explorer_controller.rb, models/explorer_result.rb, models/path_node.rb (BRANCH_NODE.[3,2,1]) (utags: MARGE_TO_TRUNK_0): update explorer query interface 2007-12-28 Friday 21:09 chiemi * db/migrate/001_initial_scheme.rb (BRANCH_NODE.18): modify query_history table 2007-12-22 Saturday 13:38 chiemi * app/views/explorer/index.rhtml (BRANCH_NODE.3): modify keyword list menu and bug fix 2007-12-22 Saturday 13:30 chiemi * app/controllers/explorer_controller.rb (BRANCH_NODE.2): bugfix 2007-12-21 Friday 15:35 horinout * app/views/explorer/index.rhtml (BRANCH_NODE.2): * bugfix (treatment of nil) 2007-12-21 Friday 14:55 horinout * app/models/node.rb (BRANCH_NODE.39): * Node.find (class method) : changed not to use a subquery to see the condition to read. * Added a new class method Node.conditions_to_read, which generates a piece of SQL statement to inspect wheather a Node is readable or not. This method is used in Node.find. Also, you can use it along with Node.find_by_sql. In that case, you should explicitly add the result from Node.conditions_to_read if not nil. 2007-12-20 Thursday 22:43 chiemi * app/views/explorer/_style.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.1): add _style.rhtml. 2007-12-20 Thursday 19:51 chiemi * app/models/explorer_result.rb (BRANCH_NODE.1): rename result.rb to explorer_result.rb 2007-12-20 Thursday 19:49 chiemi * app/views/explorer/_show_results.rhtml (BRANCH_NODE.1): add _show_results.rhtml 2007-12-20 Thursday 19:48 chiemi * app/views/explorer/_display_map.rhtml (BRANCH_NODE.1): add display_map.rhtml 2007-12-20 Thursday 18:33 horinout * app/: controllers/description_controller.rb, models/node.rb (BRANCH_NODE.[4,38]): * Node#fname : file --> self.file (don"t know why, but it works) * deleted update_permission_of_user_directory 2007-12-20 Thursday 18:02 chiemi * app/views/explorer/index.rhtml (BRANCH_NODE.1): update explorer interface 2007-12-20 Thursday 17:42 chiemi * app/controllers/explorer_controller.rb (BRANCH_NODE.1): update explorer_controller.rb 2007-12-18 Tuesday 17:59 seiya * app/models/analysis.rb, app/views/analysis/_draw_general_settings.rhtml (tags: MARGE_TO_TRUNK_0), lib/execute_analysis.rb (BRANCH_NODE.[9,4,11]): * enable to draw one diagram piled up graphs of selected variables 2007-12-18 Tuesday 17:11 seiya * app/: controllers/analysis_controller.rb, views/analysis/_variables.rhtml (BRANCH_NODE.[13,3]): * sort variables in analysis page by name and path 2007-12-18 Tuesday 13:37 seiya * app/: controllers/analysis_controller.rb, controllers/draw_method_controller.rb, controllers/function_controller.rb, views/draw_method/_edit_form.rhtml (tags: MARGE_TO_TRUNK_0), views/function/_edit_form.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[12,2,6,2,3]): * create button to create default html 2007-12-18 Tuesday 12:23 seiya * app/: controllers/draw_method_controller.rb, controllers/function_controller.rb, views/draw_method/_edit_form.rhtml, views/draw_method/create.rhtml (tags: MARGE_TO_TRUNK_0), views/draw_method/details.rhtml (tags: MARGE_TO_TRUNK_0), views/draw_method/edit.rhtml (tags: MARGE_TO_TRUNK_0), views/draw_method/list.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[1,5,1,1,1,1,1]): * add files which were forgotten to add * add check of html 2007-12-18 Tuesday 11:31 seiya * app/: models/node.rb, views/analysis/preview.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[37,1]): * add file which was forgotten to add * bugfix 2007-12-17 Monday 19:52 seiya * app/controllers/analysis_controller.rb, app/controllers/function_controller.rb, app/models/node.rb, app/views/analysis/_analysis_function_settings.rhtml, app/views/function/_edit_form.rhtml, db/functions/mean.yml (tags: MARGE_TO_TRUNK_0), db/functions/stddev.yml (tags: MARGE_TO_TRUNK_0), db/migrate/001_initial_scheme.rb, lib/execute_analysis.rb, lib/tasks/setup.rake, public/javascripts/analysis.js (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[11,4,36,4,2,3,3,17,10,7,5]): * add column to functions * setting_html * enable to preview setting html in create or edit page of function and draw_met hod * change rgroups of user direcotry after create or update node of function or draw_method 2007-12-17 Monday 00:05 seiya * app/controllers/function_controller.rb, app/models/draw_method.rb (tags: MARGE_TO_TRUNK_0), app/models/draw_method_attribute.rb (tags: MARGE_TO_TRUNK_0), app/models/function.rb (tags: MARGE_TO_TRUNK_0), app/views/analysis/_draw_line_settings.rhtml, app/views/analysis/_draw_scatter_settings.rhtml, app/views/analysis/_draw_settings.rhtml (tags: MARGE_TO_TRUNK_0), app/views/analysis/_draw_tone_settings.rhtml, app/views/analysis/_draw_vector_settings.rhtml, app/views/function/details.rhtml (tags: MARGE_TO_TRUNK_0), app/views/function/edit.rhtml (tags: MARGE_TO_TRUNK_0), app/views/function/list.rhtml (tags: MARGE_TO_TRUNK_0), app/views/layouts/gfdnavi.rhtml (tags: MARGE_TO_TRUNK_0), app/views/user/index.rhtml, db/register_tmp.rb, db/draw_methods/line.yml (tags: MARGE_TO_TRUNK_0), db/draw_methods/scatter.yml (tags: MARGE_TO_TRUNK_0), db/draw_methods/tone.yml (tags: MARGE_TO_TRUNK_0), db/draw_methods/vector.yml (tags: MARGE_TO_TRUNK_0), db/migrate/001_initial_scheme.rb, lib/tasks/setup.rake (BRANCH_NODE.[3,3,2,3,1,2,2,2,2,2,2,3,1,1,4,3,3,3,3,16,6]): * add columns to draw_methods table * setting_html * default * add column to function table * default * change to create yaml file when new function or draw_method is created * change to regist functions and draw_method at user directory 2007-12-16 Sunday 14:00 seiya * app/models/variable.rb, lib/execute_analysis.rb, test/fixtures/diagram_cache_data.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/diagram_cache_sessions.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/diagram_caches.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/draw_parameters.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/function_arguments.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/function_outputs.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/functions.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/knowledges.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/nodes.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/spatial_and_time_attributes.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/spatial_attributes.yml, test/fixtures/types.yml, test/fixtures/value_types.yml (tags: MARGE_TO_TRUNK_0), test/unit/diagram_cache_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/function_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/knowledge_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/node_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/spatial_and_time_attribute_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/user_mailer_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/value_type_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/variable_test.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[8,9,1,1,1,1,1,1,1,1,10,1,1,1,1,1,1,2,13,2,1,2,3]): * changes for all unit tests to success 2007-12-16 Sunday 11:41 seiya * app/models/node.rb (BRANCH_NODE.35): * change not to create yaml when Node create if it not necessary 2007-12-15 Saturday 23:57 seiya * app/controllers/function_controller.rb, app/controllers/group_controller.rb, app/models/node.rb, app/views/function/_edit_form.rhtml, app/views/function/create.rhtml (tags: MARGE_TO_TRUNK_0), app/views/function/details.rhtml, app/views/function/edit.rhtml, app/views/function/list.rhtml, app/views/group/delete_member.rhtml (tags: MARGE_TO_TRUNK_0), public/javascripts/function.js (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[2,4,34,1,2,1,1,2,2,1]): * enable edit function 2007-12-15 Saturday 20:11 seiya * app/views/group/change_owner.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.1): * forgot add file 2007-12-15 Saturday 19:21 seiya * app/: controllers/group_controller.rb, models/group.rb, views/group/delete_member.rhtml, views/group/list.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[3,7,1,3]): * enable to change owner of group 2007-12-14 Friday 13:25 horinout * db/register_directory_tree.rb (BRANCH_NODE.4): * enhanced to register image files 2007-12-14 Friday 13:25 horinout * lib/: localdir.rb, opendapdir.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[4,5]): * added a new method each_file. (and ommented out unused method plain_file_paths) 2007-12-14 Friday 11:32 horinout * app/models/node.rb (BRANCH_NODE.33): * bugfix (option passing in #{pluralized_name} methods such as directories, variables) 2007-12-14 Friday 09:41 horinout * app/: controllers/description_controller.rb, views/search/_children_details_tr.rhtml (BRANCH_NODE.[3,6]): * Corrected download link to opendap data 2007-12-14 Friday 09:40 horinout * app/models/node.rb (BRANCH_NODE.32): * added a new method "opendap?", which is currently equivalent to "remote?" 2007-12-13 Thursday 22:10 horinout * app/: controllers/function_controller.rb, views/function/create.rhtml, views/function/list.rhtml (BRANCH_NODE.[1,1,1]): * adapted to the node system : function user definition and listing 2007-12-13 Thursday 22:09 horinout * app/models/node.rb (BRANCH_NODE.31): * added a new class method make_user_directory (ref: analysis/save.rhtml) 2007-12-13 Thursday 22:06 horinout * db/restore_db.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.3): * bugfix (restore super user) 2007-12-13 Thursday 18:20 horinout * app/: controllers/group_controller.rb, views/group/list.rhtml (BRANCH_NODE.[2,2]): * updated 2007-12-13 Thursday 14:49 horinout * app/views/analysis/_analysis_function_settings.rhtml (BRANCH_NODE.3): * avoid error even when no function is available 2007-12-13 Thursday 08:50 chiemi * public/images/: map_icon_r.gif, map_icon_g.gif (BRANCH_NODE.[1,1]) (utags: MARGE_TO_TRUNK_0): add icon image 2007-12-13 Thursday 08:49 chiemi * app/views/search/_show_grouplist.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.1): change icon images on google map 2007-12-12 Wednesday 23:44 horinout * app/models/node.rb (BRANCH_NODE.30): * minor bugfix 2007-12-12 Wednesday 23:29 horinout * test/unit/node_test.rb (BRANCH_NODE.12): * commented out a test printing, since all tests pass now. 2007-12-12 Wednesday 23:25 horinout * app/models/node.rb (BRANCH_NODE.29): * redefined parent not to depend on user. 2007-12-12 Wednesday 23:23 horinout * test/unit/directory_test.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.5): * bugfix. --- It is (at least now) the second arg to specify :user in children 2007-12-12 Wednesday 22:20 horinout * test/unit/node_test.rb (BRANCH_NODE.11): * sorry. minor change again. 2007-12-12 Wednesday 22:09 horinout * test/unit/node_test.rb (BRANCH_NODE.10): * minor change 2007-12-12 Wednesday 22:00 horinout * app/models/node.rb, db/migrate/001_initial_scheme.rb, test/fixtures/nodes.yml, test/unit/node_test.rb (BRANCH_NODE.[28,15,9,9]): * Support preprocessing of read permision. (So far, find has not been changed. Thus, iI only added columns and methods for before_creation / (before|after)_update.) 2007-12-12 Wednesday 21:51 horinout * db/register_directory_tree.rb (BRANCH_NODE.3): * new option (--clear-tree) 2007-12-12 Wednesday 20:14 horinout * db/restore_db.rb (BRANCH_NODE.2): * Allow one to specify the restoration file as an argument 2007-12-12 Wednesday 20:05 horinout * lib/tasks/setup.rake (BRANCH_NODE.5): * bugfix 2007-12-12 Wednesday 19:24 horinout * db/dump_db.rb (BRANCH_NODE.2): * bugfix (yyyymmHHdd... -> yyyymmddHH...) 2007-12-12 Wednesday 19:13 horinout * db/restore_db.rb (BRANCH_NODE.1): * Changed to restore the ids in DB 2007-12-12 Wednesday 15:15 seiya * app/models/analysis.rb, lib/tasks/setup.rake, public/data/samples/jmadata/MSM-P/2006.yml, public/data/samples/jmadata/MSM-P/2006/0101.nc.yml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[8,4,2,1]): * change to make valid draw_parameter option in yaml 2007-12-12 Wednesday 14:37 seiya * app/models/node.rb, db/register_directory_tree.rb (BRANCH_NODE.[27,2]): * bugfix 2007-12-11 Tuesday 20:45 horinout * app/controllers/analysis_controller.rb (BRANCH_NODE.10): * bugfix 2007-12-11 Tuesday 20:30 horinout * app/views/: analysis/_variables.rhtml, search/_children_details.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[2,6]): * adapted to the node system : to use :action=>"node" for :controller => "description" 2007-12-11 Tuesday 14:19 horinout * app/: controllers/analysis_controller.rb, models/node.rb, views/analysis/save.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[9,26,3]): * bugfix 2007-12-11 Tuesday 00:31 horinout * db/register_tmp2.rb (BRANCH_NODE.9): * Renamed to register_directory_tree.rb 2007-12-11 Tuesday 00:29 horinout * db/register_directory_tree.rb (BRANCH_NODE.1): * Rewritten from scratch : IDENTICAL to register_tmp2.rb 1.1.2.8 * register_tmp2.rb was removed from the repositiry. 2007-12-11 Tuesday 00:25 horinout * db/register_tmp2.rb (BRANCH_NODE.8): * Supported command-line options * Minor improvements 2007-12-11 Tuesday 00:24 horinout * lib/opendapdir.rb (BRANCH_NODE.4): * a fix in mtime treatment (to handle with Time) 2007-12-11 Tuesday 00:21 horinout * config/: gfdnavi.yml.example, load_config.rb (BRANCH_NODE.[1,3]): * config/load_config.rb : added GFDNAVI_REMOTE_DATA_PATHS, which is read from "remote_data_paths:" in gfdnavi.yml * gfdnavi.yml.example : added example of "remote_data_paths:" as a commented-out field. 2007-12-11 Tuesday 00:17 horinout * public/data/samples/reanalysis/ncep/UV.jan.nc.yml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.1): * a bit modified 2007-12-11 Tuesday 00:15 horinout * db/migrate/001_initial_scheme.rb (BRANCH_NODE.14): * removed columns lon_ax_name and lat_ax_name from spatial_and_time_attributes 2007-12-10 Monday 21:45 horinout * app/models/node.rb (BRANCH_NODE.25): * top_directory_nodes : changed to order by path 2007-12-10 Monday 21:23 horinout * app/models/spatial_and_time_attribute.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.2): * to permit nil in lon/lat 2007-12-10 Monday 20:31 horinout * db/register_tmp2.rb (BRANCH_NODE.7): * support spatial_and_time_attributes * bugfix 2007-12-10 Monday 14:49 horinout * db/register_tmp2.rb (BRANCH_NODE.6): * Enhanced (such as gfdnavi metadata support) 2007-12-10 Monday 14:33 horinout * app/models/node.rb (BRANCH_NODE.24): * draw_parameter was changed to belong_to a node (it was a variable) : ddded has_many :draw_parameters * debug in save_yaml : not to make yaml files for remote files (in future, we could support metadata annotation of remote files by yaml, but in that case, yaml files should be saved locally, not under http://) 2007-12-10 Monday 14:29 horinout * app/models/variable.rb (BRANCH_NODE.7): * draw_parameter was changed to belong_to a node (it was a variable) : deleted has_many :draw_parameters 2007-12-10 Monday 14:14 horinout * app/models/draw_parameter.rb (tags: MARGE_TO_TRUNK_0), db/migrate/001_initial_scheme.rb, lib/execute_analysis.rb (BRANCH_NODE.[1,13,8]): * draw_parameter was changed to belong_to a node (is was a variable) 2007-12-08 Saturday 11:37 horinout * app/models/node.rb (BRANCH_NODE.23): * debug * make_attribute_hash : hash key in yaml files are strings, not symbols. * add_prefix : to classify all paths starting with "/usr" as user paths. (it was assumed to be /usr/uname/hogehoge..., but in that case, '/usr' and '/usr/uname' are excluded.) 2007-12-06 Thursday 17:40 seiya * app/models/node.rb, lib/narray_yaml.rb (tags: MARGE_TO_TRUNK_0), public/javascripts/analysis.js, test/unit/node_test.rb (BRANCH_NODE.[22,1,4,8]): * change to save yaml file when a node is created * change yaml data of narray 2007-12-06 Thursday 16:12 seiya * app/controllers/search_controller.rb, app/views/search/_children.rhtml, app/views/search/create_tree.rhtml, app/views/search/index.rhtml, public/javascripts/directory_tree.js (BRANCH_NODE.[8,5,3,2,1]): * bugfix 2007-12-06 Thursday 15:10 seiya * app/controllers/analysis_controller.rb, lib/vizshot_gfdnavi.rb (BRANCH_NODE.[8,6]): * change to create node relation when diagrams are saved 2007-12-05 Wednesday 21:54 horinout * app/views/analysis/save.rhtml (BRANCH_NODE.2): * minor change 2007-12-05 Wednesday 21:43 horinout * app/: controllers/analysis_controller.rb, views/analysis/save.rhtml (BRANCH_NODE.[7,1]): * Updated image saving 2007-12-05 Wednesday 21:42 horinout * app/models/group.rb (BRANCH_NODE.6): * Debug of find_by_bit_flag 2007-12-05 Wednesday 21:40 horinout * app/models/node.rb (BRANCH_NODE.21): * Added a new class method system_path. 2007-12-05 Wednesday 21:39 horinout * config/load_config.rb (BRANCH_NODE.2): * Limited the basename of the GFDNAVI_USER_PATH to 'usr', since I will assume it in node.rb 2007-12-05 Wednesday 19:28 horinout * app/views/search/_children_details.rhtml (BRANCH_NODE.5): * Changed not to sort by title, since it does not work. This is because title is not a field of nodes (it is rather derived from metadata based on a few candidate field names). 2007-12-05 Wednesday 18:55 seiya * app/: controllers/search_controller.rb, views/search/_children.rhtml (BRANCH_NODE.[7,4]): * bugfix 2007-12-05 Wednesday 18:11 seiya * app/: controllers/search_controller.rb, views/search/_children_details.rhtml, views/search/show_details.rhtml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[6,4,3]): * enable to sort items in details in tree 2007-12-05 Wednesday 17:23 seiya * app/: controllers/search_controller.rb, views/search/_children.rhtml, views/search/create_tree.rhtml, views/search/index.rhtml (BRANCH_NODE.[5,3,2,1]): * reverse foreground and background of selected path name in tree when page is reloaded 2007-12-05 Wednesday 00:55 horinout * db/register_tmp2.rb (BRANCH_NODE.5): * to support rgoups and wgroups 2007-12-05 Wednesday 00:54 horinout * public/data/samples/jmadata.yml (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.1): * added samples on how to specify owner (with a String) and rgroups (with an Array). (wgroups can be specified in the same manner. -- avoided for a security reason.) 2007-12-05 Wednesday 00:49 horinout * app/models/node.rb (BRANCH_NODE.20): * added new methods set_rgroups and set_wgroups 2007-12-05 Wednesday 00:48 horinout * app/models/group.rb (BRANCH_NODE.5): * enhanced the class method bit_mask_for (to support strings) 2007-12-05 Wednesday 00:09 horinout * app/models/node.rb (BRANCH_NODE.19): * debug (reverted the enbug by revision 1.1.2.13) 2007-12-04 Tuesday 23:44 horinout * test/unit/group_test.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.5): * not to fail with the current fixture 2007-12-04 Tuesday 23:38 horinout * app/: controllers/group_controller.rb, models/group.rb, views/group/list.rhtml (BRANCH_NODE.[1,4,1]): * Updated for current DB 2007-12-04 Tuesday 22:21 horinout * lib/tasks/setup.rake (BRANCH_NODE.3): * changed not to register the "group_missing" group. 2007-12-04 Tuesday 15:42 horinout * db/register_tmp2.rb (BRANCH_NODE.4): * supported plain_file setting 2007-12-04 Tuesday 15:08 horinout * app/views/search/_children_details_tr.rhtml, lib/multibytes.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[5,1]): * Limited lengths of srings (title and description) shown in the rhs window 2007-12-04 Tuesday 13:54 horinout * app/models/node.rb, app/views/search/_children_details.rhtml, app/views/search/_children_details_tr.rhtml, db/register_tmp2.rb, db/migrate/001_initial_scheme.rb, lib/localdir.rb, lib/opendapdir.rb (BRANCH_NODE.[18,3,4,3,12,3,3]): * supported size * app/views/search/_children_details*rhtml: In addition, "last modified" was introduced. 2007-12-04 Tuesday 11:36 horinout * app/models/node.rb, db/register_tmp2.rb, lib/localdir.rb, lib/opendapdir.rb (BRANCH_NODE.[17,2,2,2]): * lib/localdir.rb, lib/opendapdir.rb: supported mtime (also, basic support of size is done in lib/opendapdir.rb, but a consolidated support in iterators is yet to be done.) * app/models/node.rb: before_create: changed to set mtime only if not yet. * db/register_tmp2.rb * supported mtime * minor change in name (to use full urls for opendap top directories) * to scan GFDNAVI_USER_PATH 2007-12-04 Tuesday 10:49 horinout * db/migrate/001_initial_scheme.rb (BRANCH_NODE.11): * debug (table to drop variable_relations --> node_relations) 2007-12-02 Sunday 19:02 seiya * app/controllers/analysis_controller.rb, app/models/node.rb, app/views/analysis/_draw_general_settings.rhtml, lib/execute_analysis.rb (BRANCH_NODE.[6,16,3,7]): * changes for OPeNDAP 2007-12-02 Sunday 03:00 horinout * db/register_tmp2.rb (BRANCH_NODE.1): * TEMPORARY FILE : just another test directory tree register program 2007-12-02 Sunday 00:55 horinout * lib/: localdir.rb, opendapdir.rb (BRANCH_NODE.[1,1]): * Classes to handle openbap and local directories in a consolidated manner. 2007-12-02 Sunday 00:38 horinout * app/models/node.rb (BRANCH_NODE.15): * Renamed create_parent to before_create, and changed it not to create a parent node. It just look for the parent, to give up if none found. Also change is made to inherit the ownership of the parent if its owner has not been set. 2007-12-01 Saturday 18:44 seiya * app/controllers/analysis_controller.rb, app/controllers/application.rb, app/models/analysis.rb, app/models/node.rb, app/models/variable.rb, app/views/analysis/_analysis_function_settings.rhtml, app/views/analysis/_analysis_settings.rhtml (tags: MARGE_TO_TRUNK_0), lib/execute_analysis.rb, public/javascripts/analysis.js (BRANCH_NODE.[5,3,7,14,6,2,2,6,3]): * remove function_nvars 2007-12-01 Saturday 16:59 seiya * app/controllers/analysis_controller.rb, app/models/analysis.rb, app/models/draw_method.rb, app/models/function.rb, app/models/variable.rb, app/views/analysis/_analysis_function_settings.rhtml, app/views/analysis/_analysis_settings.rhtml, db/functions/additions.yml (tags: MARGE_TO_TRUNK_0), db/functions/cut.yml (tags: MARGE_TO_TRUNK_0), db/functions/division.yml (tags: MARGE_TO_TRUNK_0), db/functions/mean.yml, db/functions/multiplication.yml (tags: MARGE_TO_TRUNK_0), db/functions/stddev.yml, db/functions/subtraction.yml (tags: MARGE_TO_TRUNK_0), lib/execute_analysis.rb (BRANCH_NODE.[4,6,2,2,5,1,1,2,2,2,2,2,2,2,5]): * bugfix for function 2007-12-01 Saturday 16:00 seiya * app/controllers/analysis_controller.rb, app/controllers/application.rb, app/models/analysis.rb, app/models/node.rb, app/views/analysis/_draw_general_settings.rhtml, config/environment.rb, db/register_tmp.rb, db/draw_methods/line.yml, db/draw_methods/scatter.yml, db/draw_methods/tone.yml, db/draw_methods/vector.yml, db/migrate/001_initial_scheme.rb, lib/vizshot_extensions.rb, lib/vizshot_gfdnavi.rb, lib/vizshot_extensions/scatter.yml, public/javascripts/analysis.js (BRANCH_NODE.[3,2,5,13,2,1,3,2,2,2,2,10,3,5,3,2]): * changes for new vizshot * change names to nvars, ndims 2007-11-28 Wednesday 00:47 morikawa * db/register_directory_tree.rb (1.56, BASE_OLD_TRUNK_0): * Remove nonsence space (test for CVSROOT/loginfo). 2007-11-28 Wednesday 00:43 morikawa * db/register_directory_tree.rb (1.55): * Add nonsence space (test for CVSROOT/loginfo). 2007-11-27 Tuesday 15:59 horinout * lib/vizshot_gfdnavi.rb (BRANCH_NODE.4): * Not to require "vizshot_extensions". To: NISHIZAWA-sama: please remove vizshot_extensions.rb when you think you can. 2007-11-27 Tuesday 13:28 horinout * lib/vizshot_extensions/scatter.yml (BRANCH_NODE.2): * num_var --> nvars, num_dim --> ndims, following gphys-netcdf naming convensions 2007-11-20 Tuesday 14:44 horinout * app/models/node.rb (BRANCH_NODE.12): * Debug regading SQL's SELECT syntax (equal operator is =, not ==) 2007-11-20 Tuesday 10:01 seiya * lib/: execute_analysis.rb, vizshot_extensions.rb (BRANCH_NODE.[4,2]): * bugfix 2007-11-18 Sunday 19:49 seiya * app/models/analysis.rb, app/models/node_entity_abstract.rb, app/views/analysis/_draw_scatter_settings.rhtml, app/views/analysis/_draw_vector_settings.rhtml, app/views/analysis/_variables_order.rhtml (tags: MARGE_TO_TRUNK_0), db/draw_methods/scatter.yml, lib/execute_analysis.rb, lib/vizshot_extensions.rb, lib/vizshot_gfdnavi.rb, lib/vizshot_extensions/scatter.yml (BRANCH_NODE.[4,6,1,1,1,1,3,1,3,1]): * experimentally changes * enable to add extensions of plot method * add scatter plot 2007-11-17 Saturday 17:10 seiya * app/controllers/analysis_controller.rb, app/controllers/application.rb, app/models/analysis.rb, app/models/node.rb, app/models/node_entity_abstract.rb, app/views/analysis/_draw_general_settings.rhtml, app/views/analysis/_draw_settings.rhtml, app/views/analysis/_draw_tone_settings.rhtml, db/register_tmp.rb, lib/activerecord_gfdnavi.rb, lib/execute_analysis.rb, lib/vizshot_gfdnavi.rb, public/javascripts/analysis.js (BRANCH_NODE.[2,1,3,11,5,1,1,1,2,2,2,2,1]): * enable to draw diagram after separation of draw method description * bugfix 2007-11-17 Saturday 00:25 seiya * db/register_tmp.rb (BRANCH_NODE.1): * add temporal register script for test 2007-11-15 Thursday 09:33 seiya * app/models/analysis.rb, app/models/draw_method.rb, app/models/draw_method_attribute.rb, app/models/function.rb, app/models/function_argument.rb (tags: MARGE_TO_TRUNK_0), app/models/node.rb, app/models/node_entity_abstract.rb, app/models/spatial_and_time_attribute.rb, app/models/spatial_attribute.rb, app/views/description/_ancestors.rhtml (tags: MARGE_TO_TRUNK_0), db/function_defaults.yml, db/draw_methods/line.yml, db/draw_methods/tone.yml, db/draw_methods/vector.yml, db/functions/additions.yml, db/functions/cut.yml, db/functions/division.yml, db/functions/mean.yml, db/functions/multiplication.yml, db/functions/stddev.yml, db/functions/subtraction.yml, db/migrate/001_initial_scheme.rb, lib/tasks/setup.rake (BRANCH_NODE.[2,1,1,1,2,10,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,9,2]): * move descriptions of functions and draw methods to individual yaml file 2007-11-15 Thursday 01:39 tomoba * app/views/analysis/: _diagram.rhtml (1.13), index.rhtml (1.43): * 解析画面で描いた複数の絵をまとめて保存してから その絵を使った知見情報を作成するまでを一度に行えるようにしました。 (Saving some images that are drew in 'analysis'and making new knowledge document that includes the images can have been done by an operation once.) * 上記の機能に関して追加し忘れたファイルを追加しました。 (Add new file concernd the above-mentioned function that I forgot to add.) 2007-11-15 Thursday 00:47 tomoba * app/views/knowledge/new_from_analysis.rhtml (1.1): * 解析画面で描いた複数の絵をまとめて保存してから その絵を使った知見情報を作成するまでを一度に行えるようにしました。 (Saving some images that are drew in 'analysis'and making new knowledge document that includes the images can have been done by an operation once.) * 上記の機能に関して追加し忘れたファイルを追加しました。 (Add new file concernd the above-mentioned function that I forgot to add.) 2007-11-15 Thursday 00:42 tomoba * app/controllers/knowledge_controller.rb (1.3), app/views/knowledge/_form.rhtml (1.3), app/views/knowledge/_layout0.rhtml (1.3), app/views/knowledge/_layout1.rhtml (1.3), app/views/knowledge/_layout2.rhtml (1.3), app/views/knowledge/edit.rhtml (1.5), app/views/knowledge/list.rhtml (1.4), app/views/knowledge/new.rhtml (1.5), app/views/knowledge/show.rhtml (1.4), public/javascripts/knowledge.js (1.2): * 知見情報を作成・編集するときの入力フォームを新しくしました。 (Change input form to create or edit knowledge documents.) * 知見情報のレイアウトを更新しました。 (Update layouts of knowledge documents.) * 知見情報の閲覧画面から、 "redraw this figure to further explore the data" および"link to this diagram"をクリックしたとき、 表示される絵のX座標とY座標が逆になってしまう問題を解決しました。 (Solve the problem that X and Y coordinates of image is reversed when you click the link "redraw this figure to further explore the data" and "link to diagram".) * 解析画面で描いた複数の絵をまとめて保存してから その絵を使った知見情報を作成するまでを一度に行えるようにしました。 (Saving some images that are drew in 'analysis'and making new knowledge document that includes the images can have been done by an operation once.) * ソースコードを整理しました。 (Fix the source code.) 2007-11-10 Saturday 15:03 seiya * app/apis/webservice_analysis_api.rb (tags: MARGE_TO_TRUNK_0), app/controllers/user_controller.rb, app/controllers/work_flow_controller.rb (tags: MARGE_TO_TRUNK_0), config/load_config.rb, script/server_ssl (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[1,1,1,1,1]): * add webrick server using ssl * changes for SSL 2007-10-26 Friday 05:12 tomoba * public/stylesheets/knowledge.css (1.1), app/views/knowledge/_form.rhtml (1.2), app/views/knowledge/edit.rhtml (1.4), app/views/knowledge/new.rhtml (1.4), public/javascripts/knowledge.js (1.1): * knowledge 用の JavaScript ファイルとスタイルシートファイルを 新たに加えました。 (Add knowledge.js and knowledge.css .) * ソースコードを整理しました。 (Fix the source code.) 2007-10-22 Monday 14:25 seiya * app/controllers/analysis_controller.rb, app/controllers/image_controller.rb (tags: MARGE_TO_TRUNK_0), app/controllers/search_controller.rb, app/models/analysis.rb, app/models/node.rb, app/models/node_entity_abstract.rb, app/models/variable.rb, app/views/analysis/_variables.rhtml, app/views/search/_children_details_tr.rhtml, lib/execute_analysis.rb, lib/vizshot_gfdnavi.rb, test/unit/directory_test.rb (BRANCH_NODE.[1,1,4,1,9,3,4,1,3,1,1,4]): * enable to draw 2007-10-21 Sunday 18:23 seiya * app/controllers/description_controller.rb, app/controllers/search_controller.rb, app/helpers/search_helper.rb, app/models/node.rb, app/views/description/directory.rhtml, app/views/description/variable.rhtml, app/views/search/_children.rhtml, app/views/search/_children_details.rhtml, app/views/search/_children_details_tr.rhtml, app/views/search/show_details.rhtml, public/data/samples/reanalysis/ncep/T.jan.100hPa.png (tags: MARGE_TO_TRUNK_0), public/data/samples/reanalysis/ncep/T.jan.100hPa.png.yml, public/data/samples/reanalysis/ncep/T.jan.zonal_mean.nc (tags: MARGE_TO_TRUNK_0), public/data/samples/reanalysis/ncep/T.jan.zonal_mean.nc.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/directories.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/images.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/node_groups.yml, test/fixtures/node_relations.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/nodes.yml, test/fixtures/variables.yml (tags: MARGE_TO_TRUNK_0), test/unit/directory_test.rb, test/unit/node_group_test.rb, test/unit/node_relation_test.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[2,3,2,8,1,2,2,2,2,2,1,1,1,1,3,2,2,2,8,2,3,2,2]): * add zonal-mean data and image generated from T.jan.nc * bugfixes 2007-10-20 Saturday 21:14 seiya * app/controllers/description_controller.rb, app/controllers/search_controller.rb, app/helpers/search_helper.rb, app/models/keyword_attribute.rb, app/models/node.rb, app/models/node_entity_abstract.rb, app/models/node_relation.rb (tags: MARGE_TO_TRUNK_0), app/models/variable.rb, app/models/variable_relation.rb, app/views/description/variable.rhtml, app/views/search/_children.rhtml, app/views/search/_children_details.rhtml, app/views/search/_children_details_tr.rhtml, app/views/search/create_tree.rhtml, app/views/search/show_details.rhtml, test/fixtures/keyword_attributes.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/node_relations.yml, test/fixtures/variable_relations.yml, test/unit/directory_test.rb, test/unit/keyword_attribute_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/node_relation_test.rb, test/unit/node_test.rb, test/unit/variable_relation_test.rb, test/unit/variable_test.rb (BRANCH_NODE.[1,2,1,1,7,2,1,3,1,1,1,1,1,1,1,1,1,1,2,1,1,7,1,2]): * changes for tree search to work 2007-10-20 Saturday 19:03 seiya * lib/activerecord_gfdnavi.rb (BRANCH_NODE.1): * add methods to activerecord 2007-10-19 Friday 23:19 seiya * app/models/directory.rb, app/models/function_argument.rb, app/models/group_member.rb, app/models/knowledge.rb (tags: MARGE_TO_TRUNK_0), app/models/node.rb, app/models/results.rb (tags: MARGE_TO_TRUNK_0), app/models/type.rb, app/models/value_type.rb (tags: MARGE_TO_TRUNK_0), app/models/variable.rb, db/dump_db.rb, db/migrate/001_initial_scheme.rb, lib/rdb_concat.rb, public/data/samples/jmadata/MSM-P/2006.yml, test/fixtures/nodes.yml, test/unit/group_member_test.rb, test/unit/knowledge_test.rb, test/unit/node_test.rb, test/unit/spatial_and_time_attribute_test.rb, test/unit/spatial_attribute_test.rb, test/unit/type_test.rb, test/unit/value_type_test.rb (BRANCH_NODE.[3,1,1,2,6,1,1,1,2,1,8,1,1,7,2,1,6,1,1,1,1]): * remove file and variable delimitor * rename some files 2007-10-19 Friday 13:20 seiya * app/models/node.rb, test/fixtures/nodes.yml, test/fixtures/users.yml (tags: MARGE_TO_TRUNK_0), test/unit/node_test.rb (BRANCH_NODE.[5,6,3,5]): * modified Node.find to consider group * add tests 2007-10-19 Friday 09:36 tomoba * app/views/knowledge/: _layout0.rhtml (1.2), _layout1.rhtml (1.2), _layout2.rhtml (1.2), edit.rhtml (1.3), new.rhtml (1.3), show.rhtml (1.3): * improve on knowledge layout. 2007-10-19 Friday 03:45 tomoba * app/views/knowledge/list.rhtml (1.3): * minor debug. 2007-10-18 Thursday 05:32 tomoba * public/stylesheets/analysis.css (1.20): * for views/analysis/show_diagram.rhtml 2007-10-18 Thursday 04:58 tomoba * app/: views/knowledge/show.rhtml (1.2), controllers/knowledge_controller.rb (1.2): * レイアウトの変更機能に関連して、各レイアウトの共通部分を show.rhtmlにまとめるようにしました。 (In relation to the function of changing layout, common part of each layout is bundled in show.rhtml.) * show.rhtml(_layout0.rhtml, _layout1.rhtml, _layout2.rhtml) に 絵のURL へのリンクを"link to this diagram"という形で追加しました。 (Add link "link to this diagram" to show.rhtml(_layout0.rhtml, _layout1.rhtml, _layout2.rhtml).) * show.rhtml(_layout0.rhtml, _layout1.rhtml, _layout2.rhtml) に 解析画面へのリンクを追加しました。 (Add link to analysis to show.rhtml(_layout0.rhtml, _layout1.rhtml, _layout2.rhtml).) * knowledge_controller.rb に絵から Analysis オブジェクトを得る fig2analysis メソッドの定義を加えました。 これを用いて解析画面で絵を再描画します。 (Add the definition of fig2analysis method that get Analysis object from image. In analysis window you can redraw the image by this method.) * directory tree から knowledge のリストを画面下のフレームに出すところで 余計な装飾を外して views/knowledges/list.rhtml を出すために knowledge_controller.rb に変更を加えました。 (Add the codes to knowledge_controller.rb, had "vies/knowledges/list.rhtml" displayed in frame under window in directory tree without extra decoration.) * knowledge_controller.rb に、新たに knoweledges テーブルに追加した default_layout column に関する記述を加えました。 (Add the codes to knowledge_controller.rb and correspond new column "default_layout" in knowledges table.) 2007-10-18 Thursday 04:30 tomoba * app/: views/search/_children_details.rhtml (1.15, BASE_OLD_TRUNK_0), views/search/_children_details_tr.rhtml (1.16), models/variable.rb (1.44, BASE_OLD_TRUNK_0), views/description/variable.rhtml (1.16): * directory tree の画面で、選択したデータを使って作られた絵を使って作られた 知見情報のリストを表示できるようにしました。 (I had the list of knowledge that use images made by the selected data displayed in directory tree.) * _children_details.rhtml と _children_details_tr.rhtml に 追記することで、知見情報が存在するときに"knowledges"アイコンを出現させ、 それをクリックすると画面下のフレームに知見情報のリストを表示するようにしました。 (By add the code to _children_details.rhtml and _children_details_tr.rhtml, had "knowledges" icon appear when there are knowledge, and I had the list of knowledge displayed in frame under window when "knowledges" icon is clicked.) * また、details をクリックしたときに画面下のフレームに表示される部分の 下の方に、知見情報へのリンクを表示するようにしました。 views/description/variable.rhtml に追記しています。 (I had link to knowledge document displayed under frame under window when "details" icon is clicked. I added the code to views/description/variable.rhtml.) * それに関連して、models/variable.rb に 特定の絵を使っている知見情報の ID の配列を取得するメソッドを追加しました。 (In relation to it, I add a method in models/variable.rb. By the method, array of ID of knowledge that use specific image is found.) 2007-10-18 Thursday 03:59 tomoba * app/controllers/analysis_controller.rb (1.100): * lib/vizshot_gfdnavi.rb の reopen_variable メソッドの呼び出しを追加し、 絵を保存する前に diagram_cache を消すようにしました。 (Add reopen_variable and delete diagram_cache before save image.) 2007-10-18 Thursday 03:53 tomoba * app/views/analysis/show_diagram.rhtml (1.2, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, BASE_OLD_TRUNK_0): * 解析画面へのリンクを目立つように大きくし、上に動かしました。 (To stand out, I enlarged "click here to move to analysis page" link and moved above the image.) * 絵のURLを表示するようにしました。 (I had URL of the image displayed.) 2007-10-18 Thursday 03:43 tomoba * lib/vizshot_gfdnavi.rb (1.10, BASE_OLD_TRUNK_0): * 新たに2つのメソッドを追加しました。 reopen_variables は絵の diagram_cache を空にします。 find_variables は YAML ファイルから Variable オブジェクトを 復旧させるために使います。 (Add new two methods. "reopen_variables" made diagram_cache empty. "find_variables" is used in order to restore Variable object from a YAML file.) 2007-10-18 Thursday 03:33 tomoba * app/views/knowledge/list.rhtml (1.2): * minor changes. 2007-10-18 Thursday 03:31 tomoba * app/views/knowledge/: edit.rhtml (1.2), new.rhtml (1.2): * 新たに知見情報を作成、または編集する際に デフォルトのレイアウトを選択できるようにしました。 (Add a function of select a default layout of knowledge document when you create or edit knowledge.) 2007-10-18 Thursday 03:26 tomoba * db/migrate/002_rel01.rb (1.4, BASE_OLD_TRUNK_0): * レイアウト情報を持たせるために knowledges テーブルに 新たな column として default_layout を追加しました。 (To had information of layout included in knowledge table, I added a column "default_layout" to knowledges table.) 2007-10-18 Thursday 03:19 tomoba * app/views/knowledge/: _layout0.rhtml (1.1), _layout1.rhtml (1.1), _layout2.rhtml (1.1): * 知見情報にレイアウト選択機能を加えるために、 新たな rhtml ファイルを追加しました。 (Add new rhtml file in order to select layout of knowledge document.) 2007-10-18 Thursday 03:06 tomoba * public/images/tree/knowledges.png (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, BASE_OLD_TRUNK_0): * Add "knowledges" icon to public/images/tree/ . 2007-10-17 Wednesday 19:44 seiya * db/migrate/001_initial_scheme.rb, test/fixtures/nodes.yml (BRANCH_NODE.[7,5]): * some changes in db table structure 2007-10-17 Wednesday 00:00 seiya * app/controllers/search_controller.rb, app/models/directory.rb, app/models/image.rb (tags: MARGE_TO_TRUNK_0), app/models/knowledge.rb, app/models/node.rb, app/models/node_entity_abstract.rb, app/models/variable.rb, db/migrate/001_initial_scheme.rb, lib/tasks/setup.rake, test/fixtures/directories.yml, test/fixtures/images.yml, test/fixtures/nodes.yml, test/fixtures/variables.yml, test/unit/directory_test.rb, test/unit/group_test.rb, test/unit/image_test.rb (tags: MARGE_TO_TRUNK_0), test/unit/node_test.rb, test/unit/variable_test.rb (BRANCH_NODE.[1,2,1,1,4,1,1,6,1,2,1,4,1,1,4,1,4,1]): * make abstract class for node entities * changes in unit tests and fixtures * changes in db table structure 2007-10-13 Saturday 19:36 seiya * app/models/group.rb, app/models/node.rb, test/fixtures/groups.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/users.yml, test/unit/group_test.rb (BRANCH_NODE.[3,3,2,2,3]): * change order of arguments for assert_equal ( assert_equal expected_value, value_for_tested) * minor changes 2007-10-13 Saturday 15:31 horinout * app/models/user.rb (BRANCH_NODE.3): * not to create a group for each user automatically 2007-10-12 Friday 15:31 horinout * app/models/group.rb, app/models/user.rb, db/migrate/001_initial_scheme.rb, test/fixtures/nodes.yml, test/fixtures/users.yml, test/unit/group_test.rb, test/unit/node_test.rb, test/unit/user_test.rb (tags: MARGE_TO_TRUNK_0) (BRANCH_NODE.[2,2,5,3,1,2,3,1]): * Updated group treatement 2007-10-10 Wednesday 21:19 horinout * db/migrate/001_initial_scheme.rb (BRANCH_NODE.4): * added 8-byte int groups to Nodes and Users. Removed node_groups 2007-10-04 Thursday 21:53 horinout * app/models/directory.rb, app/models/group.rb, app/models/node.rb, app/models/user.rb, db/migrate/001_initial_scheme.rb, test/fixtures/directories.yml, test/fixtures/group_members.yml (tags: MARGE_TO_TRUNK_0), test/fixtures/groups.yml, test/fixtures/node_groups.yml, test/fixtures/nodes.yml, test/unit/group_member_test.rb, test/unit/group_test.rb, test/unit/node_group_test.rb, test/unit/node_test.rb (BRANCH_NODE.[1,1,2,1,3,1,1,1,1,2,1,1,1,2]): * いろいろコミットしますが,まだ悩み中 2007-10-04 Thursday 18:30 horinout * app/models/node.rb (BRANCH_NODE.1): * very preliminary version 2007-10-04 Thursday 18:23 horinout * db/migrate/001_initial_scheme.rb, test/fixtures/nodes.yml, test/unit/node_test.rb (BRANCH_NODE.[2,1,1]): * db schema updated * made a unit test -- which is not yet enough (relations to other tabls are yet to be supported.) 2007-09-28 Friday 13:04 otsuka * install.rb (1.13, BASE_OLD_TRUNK_0): * modification to server_type: type-2 enables user accounts and type-3 disables user accounts 2007-09-20 Thursday 20:25 horinout * db/migrate/: 001_initial_scheme.rb, 002_rel01.rb (BRANCH_NODE.[1,1]): * introduced the node system. 2007-09-13 Thursday 12:51 seiya * app/models/analysis.rb (1.53, BASE_OLD_TRUNK_0, BASE_NODE): * remove a debug message output to stdout 2007-09-04 Tuesday 19:49 otsuka * install.rb (1.12, MARGE_TO_TRUNK_0, BASE_NODE): merge modification for Win Native and fix bugs 2007-09-04 Tuesday 19:46 otsuka * config/load_config.rb (1.10, BASE_OLD_TRUNK_0, BASE_NODE): require rubygems before requiring action_mailer 2007-08-31 Friday 14:47 otsuka * install.rb (1.11): change var name: load_inst_params -> 2007-08-30 Thursday 16:34 otobe * install.rb (RELEASE_0_2.7): collect typo null -> nul 2007-08-30 Thursday 16:18 otobe * install.rb (RELEASE_0_2.6): Modified dest_path and rails command for Windows Native Environment. 2007-08-27 Monday 17:00 koshiro * install.rb (1.10): * added selection of Rails environment. * fixed some typos in messages. 2007-08-27 Monday 11:38 koshiro * config/load_config.rb (1.9): * add 'require "action_mailer"' * renamed: ActionMailer::Base.server_settings -> ActionMailer::Base.smtp_settings 2007-08-27 Monday 10:42 horinout * ChangeLog (RELEASE_0_2.1): * Updated by make cl 2007-08-27 Monday 10:37 horinout * db/migrate/001_initial_scheme.rb (RELEASE_0_2.1): * merged from trunk (revision 1.27) 2007-08-25 Saturday 14:16 seiya * app/models/analysis.rb (1.52): * bugfix 2007-08-25 Saturday 13:42 seiya * app/models/analysis.rb (1.51): * bugfix: error occured when analysis was executed 2007-08-25 Saturday 10:34 otsuka * install.rb (RELEASE_0_2.5): bug fix 2007-08-25 Saturday 09:27 seiya * app/models/group.rb (RELEASE_0_2.1): * bugfix: variable which saved to database by user did not appear in directory tree 2007-08-24 Friday 15:36 uwabami * db/migrate/001_initial_scheme.rb (1.27, BASE_OLD_TRUNK_0, BASE_NODE): [no log message] 2007-08-24 Friday 11:39 seiya * app/models/analysis.rb (1.50), lib/execute_analysis.rb (1.14, BASE_OLD_TRUNK_0, BASE_NODE): * bugfix for analysis webservice 2007-08-24 Friday 10:17 seiya * install.rb (1.9), app/controllers/analysis_controller.rb (1.99, BASE_NODE), app/views/description/variable.rhtml (1.15, BASE_NODE), app/views/function/list.rhtml (1.3, BASE_OLD_TRUNK_0, BASE_NODE), db/function_defaults.yml (1.8, BASE_OLD_TRUNK_0, BASE_NODE), db/register_directory_tree.rb (1.54, BASE_NODE), db/restore_db.rb (1.2, BASE_OLD_TRUNK_0, BASE_NODE), lib/execute_analysis.rb (1.13), lib/tasks/setup.rake (1.21, BASE_OLD_TRUNK_0, BASE_NODE), lib/tasks/update.rake (1.3, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, MARGE_TO_TRUNK_0, BASE_OLD_TRUNK_0, BASE_NODE), public/javascripts/analysis.js (1.43, BASE_NODE): * marge from RELEASE_0_2 branch 2007-08-24 Friday 02:30 otsuka * install.rb (RELEASE_0_2.4): load install_params.yml in the previous installation 2007-08-23 Thursday 17:21 horinout * lib/execute_analysis.rb (tags: VERSION_0_2) (RELEASE_0_2.3): * to be more user-friendly 2007-08-23 Thursday 17:07 seiya * public/javascripts/analysis.js (tags: VERSION_0_2) (RELEASE_0_2.2): * bugfix of animation 2007-08-23 Thursday 17:04 seiya * app/: controllers/analysis_controller.rb, views/function/list.rhtml (RELEASE_0_2.[1,1]) (utags: VERSION_0_2): * bugfix in downloading of script and data * bugfix in view of function list 2007-08-23 Thursday 16:47 seiya * public/javascripts/analysis.js (RELEASE_0_2.1): * bugfix in selecting axes 2007-08-23 Thursday 16:20 seiya * db/function_defaults.yml (tags: VERSION_0_2) (RELEASE_0_2.1): * fix description and suffix of mean and stddev 2007-08-23 Thursday 16:01 seiya * lib/execute_analysis.rb (RELEASE_0_2.2): * bugfix: arguments of function was not valide 2007-08-23 Thursday 14:34 otsuka * lib/tasks/setup.rake (tags: VERSION_0_2) (RELEASE_0_2.6): [no log message] 2007-08-23 Thursday 14:24 seiya * lib/tasks/setup.rake (RELEASE_0_2.5): [no log message] 2007-08-23 Thursday 14:17 seiya * db/restore_db.rb, lib/tasks/update.rake (RELEASE_0_2.[2,2]) (utags: VERSION_0_2): * show menu at execution of rake update * bugfix 2007-08-23 Thursday 14:16 otsuka * lib/tasks/setup.rake (RELEASE_0_2.4): previous change has been removed 2007-08-23 Thursday 13:40 otsuka * lib/tasks/setup.rake (RELEASE_0_2.3): changed not to use temporary_password 2007-08-23 Thursday 13:15 seiya * lib/tasks/setup.rake (RELEASE_0_2.2): * bugfix: password was not kept by rake setup 2007-08-23 Thursday 12:56 seiya * db/restore_db.rb, lib/tasks/update.rake (RELEASE_0_2.[1,1]): * bugfix * fix typo 2007-08-23 Thursday 12:32 horinout * install.rb (tags: VERSION_0_2) (RELEASE_0_2.3): * Removed set_root_password, which is not used any more. 2007-08-23 Thursday 11:38 horinout * app/views/description/variable.rhtml (tags: VERSION_0_2) (RELEASE_0_2.1): * Adapted to a recent change in SearchController#add_to_list usage: to use path, not id. 2007-08-22 Wednesday 19:08 horinout * lib/tasks/setup.rake (RELEASE_0_2.1): * changed a message to print a little bit (Input password --> Input password for root) 2007-08-22 Wednesday 17:07 horinout * install.rb (RELEASE_0_2.2): * Changed not to copy temporary files and data other than samples. 2007-08-22 Wednesday 14:42 horinout * install.rb (RELEASE_0_2.1): * copy_files_in_dir: Not to exclude CVS, so that one can use the copied resource as a CVS workspace (if he/she obtained gfdnavi from the cvs repository). 2007-08-22 Wednesday 14:36 horinout * db/register_directory_tree.rb (tags: VERSION_0_2) (RELEASE_0_2.1): * debug: Directory#plain_file will be false if the Directory object represents virtually integrted multiple files. 2007-08-22 Wednesday 13:03 seiya * lib/execute_analysis.rb (RELEASE_0_2.1): * fix error in analysis. The error may be due to bug of ruby. 2007-08-22 Wednesday 12:27 seiya * app/: controllers/explorer_controller.rb, models/query_history.rb, models/results.rb, views/explorer/index.rhtml (RELEASE_0_2.[1,1,1,1]): * remove exploere 2007-08-22 Wednesday 11:50 seiya * install.rb (1.8, BASE_0_2): * change of install.rb for the moveing of directory of samples 2007-08-22 Wednesday 10:53 seiya * app/controllers/explorer_controller.rb (1.2), app/models/directory.rb (1.28, VERSION_0_2), app/models/results.rb (1.3), lib/rdb_concat.rb (1.1, VERSION_0_2) (utags: BASE_0_2, BASE_NODE, BASE_OLD_TRUNK_0): * change not to use sql function concat directory, because sqlite3 does not have the concat 2007-08-22 Wednesday 10:39 horinout * public/data/samples/: jmadata.SIGEN (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, MARGE_TO_TRUNK_0), jmadata.yml (1.1), reanalysis.SIGEN (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, MARGE_TO_TRUNK_0), sonde_operational.yml (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, MARGE_TO_TRUNK_0), jmadata/MSM-P/2006.yml (1.1), jmadata/MSM-P/2006/0101.nc (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, MARGE_TO_TRUNK_0), jmadata/MSM-P/2006/0101.nc.yml (1.1), jmadata/MSM-P/2006/0102.nc (1.1, RELEASE_1_1, marge_to_release_1_0, VERSION_1_0, VERSION_0_1, BASE_1_0, MARGE_TO_TRUNK_0), jmadata/MSM-P/2006/010