source: main/trunk/greenstone3/web/interfaces

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32134   6 years kjdon when adding a new metadata row to the table, we need to check for …
(edit) @32133   6 years kjdon added a comment
(edit) @32132   6 years kjdon added multivalued metadata input shortcut functionality. In …
(edit) @32127   6 years ak19 Fixing up the GS3 GLI applet. To get it to work, follow the …
(edit) @32121   6 years kjdon added a comment
(edit) @32110   6 years ak19 Forgot to commit bugfix. The bug was that when searching a solr …
(edit) @32095   6 years kjdon we only want to look at child metadataLists I think
(edit) @32094   6 years kjdon a couple of small changes. when you click on the screen image, open …
(edit) @32080   6 years kjdon display name for a facet should come from a displayItem inside the …
(edit) @32078   6 years kjdon only record deleted metadata changes if the field value was non empty. …
(edit) @32074   6 years kjdon when we are in editing mode, we haven't got assocfilepath at teh top …
(edit) @32073   6 years kjdon forgot to rename Metadata to metadata
(edit) @32072   6 years kjdon as we are now no longer including <gsf:metadata='all' in the xslt, we …
(edit) @32067   6 years kjdon simple template to convert from archive format into internal gs …
(edit) @32066   6 years kjdon don't need to get the text when just getting the image for a section
(edit) @32065   6 years kjdon added in customJavascriptForDocumentView, …
(edit) @32060   6 years ak19 1. On leaving the page when there are unsaved changes, there's now a …
(edit) @32058   6 years ak19 Kathy fixed it so that when editing a document with GS3's online doc …
(edit) @32057   6 years ak19 There was a problem about attributes like align=justify going missing …
(edit) @32046   7 years kjdon modified how we make the html header title. use page :: collection :: …
(edit) @32045   7 years kjdon modified collectionName template to either print name displayItem, or …
(edit) @31954   7 years Georgiy Litvinov Switched to use javascript to collapse sections instead of reopening …
(edit) @31942   7 years kjdon added the ability to change the file to be used in a source link …
(edit) @31939   7 years Georgiy Litvinov Set contentsArea td id for css selecion
(edit) @31938   7 years Georgiy Litvinov Prevent downloading all images in collapsed image collections
(edit) @31909   7 years kjdon implementing 'add all metadata' button. only add if …
(edit) @31905   7 years kjdon handle case where rss has an error: just print it out. Would be nicer …
(edit) @31890   7 years kjdon want to bold the selected node in each horizintal row. for displaying …
(edit) @31850   7 years kjdon handle the case where there are HList children of HLists. this happens …
(edit) @31818   7 years kjdon changing ViewSelection to viewSelection and SlideShow to slideShow to …
(edit) @31791   7 years kjdon we have a separate template for displayign the text for editing. We …
(edit) @31770   7 years kjdon hiding the metadata set chooser if display_metadata_set_selector is …
(edit) @31769   7 years kjdon we want to show duplicates of metadata when editing
(edit) @31752   7 years kjdon keep_editing_controls_visible is only defined when we are editing, so …
(edit) @31749   7 years kjdon add new documentedit_scripts and documentedit_scripts_util.js files, …
(edit) @31748   7 years kjdon trying to make document editing javascript more easy to follow. …
(edit) @31740   7 years kjdon need to make firstNumber and secondNumber actual number variables, not …
(edit) @31734   7 years ak19 Updating halftone's home.xsl page's references to displayItems, since …
(edit) @31674   7 years ak19 Correction to generating login URL. When reconstituting the URL …
(edit) @31661   7 years kjdon explicitly ordered the collections on the home page
(edit) @31660   7 years kjdon collectionLinks template is now called collectionAndGroupLinks
(edit) @31659   7 years kjdon committing the showcase interface
(edit) @31658   7 years kjdon actually, don't want default link-type to be javascript. if have HList …
(edit) @31657   7 years kjdon default link type is javascript, not dynamic
(edit) @31656   7 years kjdon fixed up the nodeId parameter passing to classifierNodeLink. Didn't …
(edit) @31655   7 years kjdon query-common has been renamed to shared-templates, and is inluced by …
(edit) @31654   7 years kjdon query-common is now called shared-templates
(edit) @31653   7 years kjdon renamed query-common to shared-templates as now it is no longer just …
(edit) @31652   7 years kjdon classifierNodeLink template is needed by config_format as well as …
(edit) @31600   7 years kjdon moved the coll and group links back into their own template so that we …
(edit) @31563   7 years kjdon tidied up default templates for classifiers. added a new template …
(edit) @31560   7 years kjdon added a link on debuginfo page to skinandlibdocfinal which is the …
(edit) @31559   7 years ak19 Clean up phase for GS3 add user comments. Removed unwanted code, but …
(edit) @31558   7 years ak19 1. gs.functions should not be declared as new Array() as its array …
(edit) @31557   7 years ak19 1. Modifying name of option to turn on usercomments feature to match …
(edit) @31556   7 years ak19 Adding the ability to turn on user comments from GLI. Off by default. …
(edit) @31555   7 years ak19 Bugfix to commit 31547: parameter name mismatch with parameter use …
(edit) @31554   7 years kjdon reindented the file
(edit) @31553   7 years kjdon deleted classifiertools
(edit) @31552   7 years kjdon moved all templates from classifiertools to pages/classifier
(edit) @31551   7 years kjdon tidying up the default classifierNode template. This gets used when …
(edit) @31550   7 years kjdon moved map and panorama templates into their own stylesheets. Note I …
(edit) @31549   7 years kjdon I'm going to move map and panorama stuff out of main pages and into …
(edit) @31548   7 years kjdon need a default HList template
(edit) @31547   7 years ak19 1. Drastic changes to javascript-global-functions.js, specifically the …
(edit) @31545   7 years ak19 Bugfix to bad JavaScripting ahead of upcoming commits: should have …
(edit) @31543   7 years ak19 Next incremental change to adding user comments in GS3. This time to …
(edit) @31542   7 years ak19 1. Rewriting callMetadataServer to do the ajax requests as POST …
(edit) @31540   7 years ak19 Some commits ahead of further changes: 1. Kathy came up with better …
(edit) @31539   7 years kjdon removed debugging XX's
(edit) @31538   7 years kjdon don't show the search button for the current search page
(edit) @31537   7 years ak19 First commit for getting user comments working for GS3. It all works, …
(edit) @31536   7 years kjdon added expandContractDocumentLinks template
(edit) @31535   7 years kjdon removed unused stuff. no longer test on nodeContent when working out …
(edit) @31534   7 years kjdon changed the comment.
(edit) @31533   7 years kjdon if ed=1 for paged document, want to go through the nodes and process them.
(edit) @31532   7 years kjdon changed text keys to match the dictionary keys
(edit) @31531   7 years kjdon expand and contract doc links are now outside the toc and generated in …
(edit) @31530   7 years kjdon moved expand doc and contract doc into separate div. copied these …
(edit) @31529   7 years ak19 Committing what I think are bugfixes. These methods could surely not …
(edit) @31527   7 years ak19 Bringing the GS3 version of gsajaxapi.js file up to speed with GS2 …
(edit) @31523   7 years kjdon we want to keep p.s arg in the expand/contract contents links so that …
(edit) @31520   7 years kjdon a couple of small but significant changes. when getting the table of …
(edit) @31432   7 years kjdon preProcess.xml lists some more namespaces that were not defined here. …
(edit) @31431   7 years kjdon should exclude all specified namespaces, although I don't think that …
(edit) @31430   7 years Georgiy Litvinov Added wait cursor property while getting sections
(edit) @31429   7 years Georgiy Litvinov Added base function expandAndExecute for focusSection and focusAnchor
(edit) @31416   7 years Georgiy Litvinov JS code for links between sections.
(edit) @31399   7 years Georgiy Litvinov More accurate fix for self-closing li
(edit) @31398   7 years Georgiy Litvinov Revert "Moved li inside templates to get rid of empty li elements in …
(edit) @31391   7 years kjdon need to text if groupPath is not empty, rather than on its existence, …
(edit) @31386   7 years Georgiy Litvinov Moved li inside templates to get rid of empty li elements in html
(edit) @31382   7 years kjdon breadcrumbs no longer display teh current group. description on the …
(edit) @31380   7 years kjdon added some new templates to do with collection groups. modified …
(edit) @31346   7 years Georgiy Litvinov Modified query page for group select menu
(edit) @31286   7 years Georgiy Litvinov XSLT part of hierarchy view in cross collection search
(edit) @31248   7 years kjdon removed an extraneous )
(edit) @31240   7 years kjdon indented nicely in emacs. unfortunately it means the javascript code …
(edit) @31239   7 years kjdon split up the home-help-prefs template into multiple templates for ease …
(edit) @31238   7 years kjdon added option disableSearchTermHighlighting=true so the user can switch …
Note: See TracRevisionLog for help on using the revision log.