Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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.

4288 08/22/2008 02:16 PM ben leinfelder

refactor into reusable methods such that queries can be constructed from different form interfaces.

4282 08/21/2008 11:36 AM ben leinfelder

fix the optional "include questions" checkbox so that it actually toggles the option.

4281 08/21/2008 10:52 AM ben leinfelder

added support for merging response data with question-level metadata

4273 08/20/2008 02:42 PM ben leinfelder

only include checked metadata

4271 08/20/2008 11:02 AM ben leinfelder

detokenize

4267 08/18/2008 08:12 PM ben leinfelder

add dataquery construction via js.
used in the first XSL-housed style sheets

4242 08/14/2008 10:48 AM ben leinfelder

switch to jsp

4238 08/13/2008 04:31 PM ben leinfelder

de-tokenize (finally)

4235 08/13/2008 03:09 PM ben leinfelder

render the pages using the common settings

4234 08/13/2008 01:48 PM ben leinfelder

switch to jsp (first of many steps...)

4039 06/26/2008 04:58 PM ben leinfelder

include changes to the first/metacat integration project
merging/union across multiple datapackages now supported

4034 06/24/2008 09:43 AM ben leinfelder

save point before extending to allow merging across assessments

3928 06/03/2008 03:50 PM ben leinfelder

use the first (0) column as the index for questionId when selecting only a subset of the assessment data

3927 06/02/2008 05:19 PM ben leinfelder

add handling for qti metadata in resultset view

3918 05/28/2008 03:34 PM ben leinfelder

adjust xpaths to match changes to edml/qti output by FirstMorpho

3780 04/02/2008 04:28 PM daigle

Changes to remove ANT tokens for the turnkey install project

3669 01/03/2008 04:57 PM ben leinfelder

add support for selecting records for only one question from a set of one or more assessment response data files

3565 11/02/2007 05:16 PM ben leinfelder

no padding on the table header lefthand side

3564 11/02/2007 05:16 PM ben leinfelder

render multiple mattext elements if they exist...

3563 11/02/2007 05:15 PM ben leinfelder

return immediately if there is no resultset to display
use getString() to display resultset for each column

3551 10/31/2007 06:58 PM ben leinfelder

add CSV download as an option for retrieving datasets.
NOTE: depends on opencsv jar in the /first project...

3550 10/31/2007 06:57 PM ben leinfelder

include both assessments and questions in the results of a search (driven by option in search form)

3542 10/30/2007 08:57 AM ben leinfelder

add ability to retrieve response data using datamanager lib (note that this requires both the datamanager.jar and firstMetacatIntegration.jar from /eml and /first modules respectively...)
yes, this is more ajax...and still mostly Proof Of Concept-ish

3541 10/30/2007 08:47 AM ben leinfelder

organize css references

3534 10/25/2007 08:22 PM ben leinfelder

less emphasis on emphasis class (reduced font size)

3533 10/25/2007 08:22 PM ben leinfelder

included assessmentId in search results.
TODO: search for both assessment and question doctypes in same query and have the result page display them intelligently (segregate by doc type).

3532 10/25/2007 08:18 PM ben leinfelder

organize the bulk of the stylesheets in their own xsl directory.
note that these xsl files are being maintained in the "first" cvs module and should be copied from there.

3531 10/25/2007 08:16 PM ben leinfelder

get the ajax-specific first skins organized with some better naming.
these essentially provide a pointer to custom resultset style sheets so that we can just use Ajax.Updater from prototype and inject the returned html.
they do rely on the first skin (which makes it nice for changing the look and feel - not a bunch of css files lying around messing things up, etc...).

3529 10/24/2007 12:11 PM ben leinfelder

add very minimal skin for transforming ajax search resultset for 'first' skin

3527 10/24/2007 10:05 AM ben leinfelder

use updated edml schema to get correct element/attribute for assessment

3526 10/24/2007 09:27 AM ben leinfelder

use updated edml schema to get correct element/attribute for assessment

3510 10/09/2007 06:15 PM ben leinfelder

initial skin draft for FIRST project as metacat deployment.
will require [much] more customization to be fully useful for project, but this is a start.