Project

General

Profile

Statistics
| Revision:

# Date Author Comment
5710 12/09/2010 10:04 AM ben leinfelder

include EML 2.1.1 documents in skin (path query search, mostly)

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5119 11/10/2009 01:31 PM ben leinfelder

check for IE6 and show warning if they are using it

5106 11/06/2009 01:05 PM ben leinfelder

add id attributes for form elements (in case IE6 needed them) but it appears they are not required

5105 11/05/2009 11:34 AM ben leinfelder

add the "value" attribute for metadata tag downloads

5102 11/03/2009 06:26 PM ben leinfelder

add code block (commented out) to use in case "?column?" headers become an issue.

5101 11/03/2009 03:44 PM ben leinfelder

handle repeating "?column?" headers - somewhat naively, but consistent

5087 10/15/2009 03:55 PM ben leinfelder

correct the metadata matrix for "transposed" data download
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4452

5084 10/15/2009 02:51 PM ben leinfelder

order the unions by width
addresses this bug:
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4376

5083 10/15/2009 10:42 AM ben leinfelder

include at least one metadata field and then include any that are additional (_2, _3....etc)
bug #4452

5081 10/06/2009 01:58 PM ben leinfelder

allow user to specify the data columns included for the transpose data set (score, response, response file).
decided in today's CC

5068 10/01/2009 03:04 PM ben leinfelder

choices for metadata tags to include:
1-10, increments of 1; 11-50 increments of 10

5067 10/01/2009 01:28 PM ben leinfelder

add "responsefile" column as data in the transpose
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4412

5065 09/28/2009 10:09 AM ben leinfelder

include input selection for the number of metadata fields to download
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4414

5064 09/28/2009 08:56 AM ben leinfelder

include more than just the first metadata field for questions
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4414

5063 09/25/2009 09:36 AM ben leinfelder

include download link instead of an ecogrid pointer
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4412

5062 09/24/2009 04:30 PM ben leinfelder

include ecogrid link to the external file in downloaded data

5061 09/21/2009 12:41 PM ben leinfelder

do not search across items when simply "browsing all"

5060 09/21/2009 12:38 PM ben leinfelder

comment out a debugging alert() call

5059 09/18/2009 10:09 PM ben leinfelder

use keyword field for both assessments and assessment items
remove unused query options that were in place for the mock up UI
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4387

5058 09/18/2009 04:53 PM ben leinfelder

search across items as well as assessments
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4387
note: you can switch this feature off using the checkbox provided in the search form. the search can be slow otherwise

5031 08/24/2009 02:37 PM daigle

Change location of PropertyService to properties directory

5019 08/07/2009 11:36 AM ben leinfelder

fixes for first installation

5000 07/28/2009 10:01 AM ben leinfelder

override the 10px margin that was added to the EML stylesheet that we are including.

4998 07/27/2009 02:42 PM ben leinfelder

-handle new(?) XPath for the question prompt and include in the CSV download
-sort the multiple choice options

4997 07/27/2009 12:59 PM ben leinfelder

fix name="...." attribute that was causing problems in IE (it was a typo, but not caught in firefox)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4262

4932 04/22/2009 09:05 AM ben leinfelder

include the "mock up" search fields

4898 04/02/2009 05:45 PM ben leinfelder

do not duplicate the true/false indicators for the metadata vocab/value matrix

4897 04/02/2009 05:40 PM ben leinfelder

use recordNum instead of studentId for transposed data

4896 04/02/2009 05:20 PM ben leinfelder

use "recordNum" rather than "studentId"

4895 04/02/2009 05:00 PM ben leinfelder

omit studentId values from normal resultset
strip the html tags from the qti elements for both return formats

4893 04/02/2009 03:20 PM ben leinfelder

disable output escaping for CDATA html elements

4892 04/02/2009 09:36 AM ben leinfelder

split vocab/value into two columns (can easily switch back to single column)

4890 04/01/2009 12:00 PM ben leinfelder

question choices and metadata selection controlled by a counter - can easily increase the number returned...note: probably need to make this a parameter for user or be intelligent about figuring what the widest question is (ie: does it have 5,10,20! metadata entries?)

4889 04/01/2009 10:21 AM ben leinfelder

include short answer prompts in the resultset view

4888 04/01/2009 10:06 AM ben leinfelder

include prompt for both multiple choice and short answer questions when downloading

4887 04/01/2009 09:08 AM ben leinfelder

omit the demographic data - this is not well-defined for the prototype

4886 03/31/2009 03:43 PM ben leinfelder

omit duplicate values in the for the standard metadata header section (columns for each question)

4885 03/31/2009 03:26 PM ben leinfelder

omit the metadata vocab/values from the normal header section since they will be used in the "matrix-style" header section

4883 03/31/2009 12:03 PM ben leinfelder

add vocab name/value matrix above data rows.
currently there is only a single column for the concatenated value of the vocab name + "/" + vocab value. it's so much easier!

4881 03/31/2009 09:33 AM ben leinfelder

reduce the extra whitespace on the transpose

4880 03/30/2009 04:01 PM ben leinfelder

hide the "transpose" checkbox except when on the data cart page

4879 03/30/2009 11:10 AM ben leinfelder

use name attributes for selection entity-attributes.
note: this is still a static version of which question-level metadata is being included in the resultset

4878 03/30/2009 11:08 AM ben leinfelder

only "correct" non-null values

4876 03/27/2009 01:17 PM ben leinfelder

include qPrompt and qChoice
need to quote the csv so that commas in the question text do not throw it off

4875 03/27/2009 11:21 AM ben leinfelder

Now the metadata attributes show as rows above the data.
very close!
todo: special handling for thesaurus (ie NBII/Bloom) metadata fields

4874 03/27/2009 09:15 AM ben leinfelder

pivot constrained to a List of specific attributes: studentId (record number), score, response.
This is the "lower half" of the return set (data).
now: on to the metadata header rows

4872 03/26/2009 04:06 PM ben leinfelder

Now doing the dataquery/download in the FIRST skin's jsp rather than embedded in the Metacat servlet.
TODO: implement the very-custom data return format agreed upon by the FIRST team

4859 03/24/2009 04:36 PM ben leinfelder

include pivot options for dataquery

4841 03/13/2009 01:27 PM daigle

Use only one eml common stylesheet directory for all post 2.0.0 beta versions of eml. Point all eml versions to that directory in skin xml files.

4831 03/05/2009 01:29 PM ben leinfelder

include NSF grant number

4796 02/06/2009 11:45 AM ben leinfelder

use "prompt" xpath that matches current QTI serialization

4792 01/29/2009 02:15 PM ben leinfelder

handle case when there is a single question on the assessment

4791 01/29/2009 02:14 PM ben leinfelder

correct spelling of "Assessment"

4787 01/28/2009 05:16 PM ben leinfelder

change "blah blah" to something more respectable

4659 12/08/2008 02:36 PM ben leinfelder

add skin properties files so that first can be enabled as the default when configuring metacat in the admin interface.
note: not checking in the modifcation to metacat.properties file - that will remain a deployment-specific change and not included in the standard distribution

4653 12/08/2008 10:32 AM ben leinfelder

handle mixture of datapackages: some with demographic data, some without.
takes advantage of the [new] StaticSelectionItem feature in the datamanager

4650 12/04/2008 05:21 PM ben leinfelder

include demographic data if present in the datapackage
TODO: handle a mixture of datapackages when performing the union (i.e. cases when one package as demographic data and the other does not)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3519

4636 11/26/2008 02:07 PM ben leinfelder

assessment title and type are now elements rather than attributes in edml
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3345

4562 11/16/2008 08:08 AM ben leinfelder

added "generic" search term picklist
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3520

4555 11/11/2008 10:36 AM ben leinfelder

declare questionIds array for each document
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3620

4538 11/07/2008 11:02 AM ben leinfelder

add "Assessment Database" to the header banner
remove "II" from the banner

4537 11/06/2008 05:07 PM ben leinfelder

call it FIRST without the numerals

4536 11/06/2008 05:07 PM ben leinfelder

call it the "Data Cart" instead of just the "Cart"

4535 11/06/2008 05:06 PM ben leinfelder

add institution logos to footer

4534 11/06/2008 05:06 PM ben leinfelder

use solid green for chalkboard borders

4495 10/30/2008 01:11 PM ben leinfelder

pull out the IE/FF differences into common method that returns the document object for an iFrame (works with IE now!)

4494 10/30/2008 12:42 PM ben leinfelder

try IE work around for iframe access

4493 10/30/2008 11:12 AM ben leinfelder

update the status of search items WRT the cart when adding/removing from within the search results view (when you add an assessment, the icon changes to the "remove" icon)

4492 10/30/2008 10:13 AM ben leinfelder

swap out new add/remove cart icons, ensure left and right chalkboard borders continue all the way down the page with the content

4491 10/29/2008 03:56 PM ben leinfelder

make metadata field selections only from within the cart

4490 10/29/2008 03:22 PM ben leinfelder

add page header

4489 10/29/2008 03:19 PM ben leinfelder

logout redirects to the login page (just needed to use _top)

4484 10/29/2008 11:26 AM ben leinfelder

redesign the look and feel - save point.
-cart editing is done by clicking individual assessments rather than doing them in batches.
-cart status is shown in the search results (but still need a refresh for after adding cart items from search...)

4459 10/16/2008 11:37 AM Jing Tao

Redirects to the index.jsp page.

4411 09/30/2008 02:45 PM ben leinfelder

improve clarity of the available cart actions by:
-hiding/showing the logical options for a given screen (only allowed to remove when viewing the cart)
-refresh when cart changes - more positive feedback that pushing buttons actually did something.

4410 09/30/2008 11:19 AM ben leinfelder

make "add to cart" more obvious (with icon, too!)

4398 09/26/2008 03:10 PM ben leinfelder

add login feature for first. integrates with existing metacat-skin-based login approach.
only show cart for authenticated users.

4397 09/26/2008 03:01 PM ben leinfelder

add logout link.
do not search for cart documents if the cart is empty.

4393 09/25/2008 04:11 PM ben leinfelder

add spinner for long searches

4392 09/25/2008 04:10 PM ben leinfelder

highlight the cart contents on reload

4391 09/25/2008 04:09 PM ben leinfelder

use regular hyperlink to viewing question (item) details - nested form elements were causing grief after being included with ajax calls.

4390 09/25/2008 04:06 PM ben leinfelder

refresh the entire cart view when modifications are made.
add icons to many of the control features (download, remove...)

4389 09/25/2008 04:02 PM ben leinfelder

show selected metadata fields in the cart view and allow them to be removed from said view

4388 09/24/2008 05:41 PM ben leinfelder

added Scriptaculous effects to many of the ajax calls.
neat-o!

4387 09/24/2008 04:04 PM ben leinfelder

can now select and save metadata fields from a document and use them when merging across documents in the "cart"

4386 09/24/2008 04:02 PM ben leinfelder

use full width of the screen

4381 09/23/2008 04:44 PM ben leinfelder

add "cart" information (won't work for others until i commit the backing classes in meetacat servlet...but need to track the changes for this now).

4380 09/23/2008 04:43 PM ben leinfelder

add "cart" information (won't work for others until i commit the backing classes in meetacat servlet...but need to track the changes for this now).

4379 09/23/2008 04:42 PM ben leinfelder

[optionally] view assessment details from within results set

4377 09/23/2008 04:40 PM ben leinfelder

parameterize the div used for ajax results

4374 09/23/2008 04:15 PM ben leinfelder

correct targets for links in iframe

4365 09/22/2008 03:26 PM ben leinfelder

rearrange pages, search features, etc...

4364 09/22/2008 03:25 PM ben leinfelder

search within specific fields - with option for matching any vs. all

4363 09/19/2008 04:52 PM ben leinfelder

search method for retrieving specific documents (matching docid)

4362 09/19/2008 04:51 PM ben leinfelder

added place holders for structured search fields

4361 09/19/2008 04:50 PM ben leinfelder

added place holders for structured search fields

4305 08/22/2008 04:48 PM ben leinfelder

make as-you-type search the default.
remove assessment vs. question search checkboxes...confusing.

4290 08/22/2008 03:59 PM ben leinfelder

refactor search methods into common search.js file.
start on making ajax-based search from the index page.
state of things: now merging across assessments and including question-level metadata

4289 08/22/2008 02:18 PM ben leinfelder

use the generalized (and now built-in) data query mechanism for downloading "merged" data.