The production SDS: http://saildataservice.concord.org/
is at r386: $ svn info Path: . URL: file:///home/subversion/sds/trunk Repository Root: file:///home/subversion/sds Repository UUID: 4e27850c-0488-45a1-9bd4-87dd9910adcb Revision: 386 Node Kind: directory Schedule: normal Last Changed Author: aunger Last Changed Rev: 386 Last Changed Date: 2008-05-16 11:52:56 -0400 (Fri, 16 May 2008) There are a few fixes and features that have been added to the SDS codebase. These have all been deployed to the dev SDS. I'd like to hear from users of the production SDS that their deployed applications work with the current dev SDS: http://rails.dev.concord.org/sds/ Fixes: * Starting a SAIl session in FireFox or IE no longer always displays a window asking about the jnlp disposition * Fixed browser updating of workgroup membership. New Features: * Refactored production of the XMLEncoded SAIL session config to make it easier to add new types of configs to support new repository types: * see: http://rails.dev.concord.org/sds/config_versions new: ** OTrunk View System With console logging ** OTrunk Contoller System With console logging ** Jackrabbit OTrunk View System With console logging Here the changelog $ svn -r387:406 log ------------------------------------------------------------------------ r387 | aunger | 2008-05-29 13:04:53 -0400 (Thu, 29 May 2008) | 2 lines Updated the sample so that the SDS will work by default. Needed to uncomment the section declaring the table names to be used for sessions and schema info. ------------------------------------------------------------------------ r388 | sbannasch | 2008-05-29 18:12:32 -0400 (Thu, 29 May 2008) | 1 line fix for browser updating of workgroup membership ------------------------------------------------------------------------ r389 | scytacki | 2008-05-30 10:25:54 -0400 (Fri, 30 May 2008) | 1 line renamed the sum method so it doesn't conflict with a sum method defined on Enumerable by rails. The rails sum method is needed to generate the error page when there is a problem in a view. The sum method defined by rails is almost functionally equivalent to the one defined in statistics.rb, but the one in statistics forces the result to be a float. ------------------------------------------------------------------------ r390 | scytacki | 2008-05-30 10:32:57 -0400 (Fri, 30 May 2008) | 1 line changed content-disposition header to type inline, this removes the open dialog that shows when running a jnlp. I tested this on osx_firefox, win_firefox, win_ie_6.0 ------------------------------------------------------------------------ r391 | sbannasch | 2008-06-02 14:50:06 -0400 (Mon, 02 Jun 2008) | 1 line fix bug where newer workgroups weren't returning ot_learner_data ------------------------------------------------------------------------ r392 | scytacki | 2008-06-09 17:27:55 -0400 (Mon, 09 Jun 2008) | 1 line new rake file for setting up configs, it hasn't been recently tested, so the configs generated might not work ------------------------------------------------------------------------ r393 | scytacki | 2008-06-09 17:48:40 -0400 (Mon, 09 Jun 2008) | 1 line helper instance variables to simplify config builders ------------------------------------------------------------------------ r394 | aunger | 2008-06-10 10:07:43 -0400 (Tue, 10 Jun 2008) | 1 line Fix rexml: & in the urls should show as & in the jnlp. ------------------------------------------------------------------------ r395 | aunger | 2008-06-10 11:50:36 -0400 (Tue, 10 Jun 2008) | 1 line Add route and action for generating an html export via the pdf-generator. ------------------------------------------------------------------------ r396 | aunger | 2008-06-10 12:49:02 -0400 (Tue, 10 Jun 2008) | 2 lines response.code is a String not a number, so we should test for "302". ------------------------------------------------------------------------ r397 | scytacki | 2008-06-10 14:56:13 -0400 (Tue, 10 Jun 2008) | 1 line Added a trial find_or_create_by method so multiple config versions don't get created. It is just using the name for now, so I don't have to mess with the ConfigVersion model. ------------------------------------------------------------------------ r398 | aunger | 2008-06-12 10:18:32 -0400 (Thu, 12 Jun 2008) | 1 line Add key, description to ConfigVersion model. ------------------------------------------------------------------------ r399 | aunger | 2008-06-12 10:22:15 -0400 (Thu, 12 Jun 2008) | 1 line Also add key, description to the index and show views. ------------------------------------------------------------------------ r400 | aunger | 2008-06-12 10:23:52 -0400 (Thu, 12 Jun 2008) | 1 line Typo in ConfigVersion model. ------------------------------------------------------------------------ r401 | aunger | 2008-06-12 10:34:59 -0400 (Thu, 12 Jun 2008) | 1 line Hide the "new config version" link in the list page. ------------------------------------------------------------------------ r402 | sbannasch | 2008-06-12 13:11:19 -0400 (Thu, 12 Jun 2008) | 20 lines updated rake task for ConfigVersion template generation Config templates can now be updated in the rake file: sds_setup_config.rake Updating existing and creating new ConfigVersions can now be done by running this rake task: rake sds_config:setup_all_config_versions *** IMPORTANT *** If you have an SDS with existing ConfigVersions do this maintenence first: Set the key attribute for each existing ConfigVersion to match the key in the file; sds_setup_config.rake. ------------------------------------------------------------------------ r403 | sbannasch | 2008-06-12 13:31:30 -0400 (Thu, 12 Jun 2008) | 1 line extract setting up jnlps to a separate: setup_all_jnlps_to_use_original_config_version task. ------------------------------------------------------------------------ r404 | scytacki | 2008-06-12 14:34:54 -0400 (Thu, 12 Jun 2008) | 3 lines Added in a legacy_find_or_create method so an SDS with existing ConfigVersions will get updated automatically. Changed the key names to concisely describe the config. On second though I'm not sure that is a good idea, but I'll check it in so people can see it. ------------------------------------------------------------------------ r405 | sbannasch | 2008-06-12 14:43:27 -0400 (Thu, 12 Jun 2008) | 1 line use ruby idiom for returning value from legacy_find_or_create, fix spelling mistake ------------------------------------------------------------------------ r406 | sbannasch | 2008-06-12 15:30:16 -0400 (Thu, 12 Jun 2008) | 1 line fixes for legacy ConfigVersions ------------------------------------------------------------------------ -- - Stephen Bannasch Concord Consortium, http://www.concord.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
