source: main/trunk/greenstone3/web

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @31407   7 years Georgiy Litvinov Modifications for russian translation
(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) @31381   7 years kjdon added some home page texts to do with groups
(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 …
(edit) @31186   7 years Georgiy Litvinov Removed useless search param from previous commit
(edit) @31182   7 years Georgiy Litvinov Added xslt code to search by CCS in group from group page
(edit) @31179   7 years kjdon adding in gsf:space template, useful when you want to force a space in …
(edit) @31178   7 years kjdon having selected= is invalid for HTML, need to have …
(edit) @31167   7 years Georgiy Litvinov added XSLT code for bredcrumbs on group pages
(edit) @31134   7 years ak19 Gujarati translations for gs3colcfg module of Greenstone 3's …
(edit) @31129   7 years ak19 Gujarati translations for gs3interface, glidict and GS2 core modules …
(edit) @31126   7 years kjdon to allow metadata values to contain & and ; when doing online editing, …
(edit) @31122   7 years kjdon array.includes is not available in IE, nad only in later firefox etc. …
(edit) @31120   7 years kjdon if metavalue is at the end of the list of arguments, and it has a …
(edit) @31115   7 years ak19 Gujarati translations for gs3interface module of GS3. Many thanks to …
(edit) @31114   7 years ak19 French translations for gs3interface module of GS3. Many thanks to …
(edit) @31111   7 years ak19 Same change as for althor interface committed in revision 31110: the …
(edit) @31108   7 years ak19 French language gs3interface module of Greenstone3. Many thanks to …
(edit) @31086   7 years ak19 Russian language translations for gs3interface module of the …
(edit) @31085   7 years ak19 Spanish language translations for gs3interface module of the …
(edit) @31072   7 years kjdon added group comment to new user page as well as edit user page. Need …
(edit) @31071   7 years kjdon strings for the groups description in edit user page
(edit) @31070   7 years kjdon added some helpful text about groups
(edit) @31069   7 years kjdon added COLLNAME-collection-editor to help users know that this option exists
(edit) @31068   7 years kjdon added top level text string for georgy's hierarchy menu
(edit) @31067   7 years kjdon get the 'top level menu' text from the dictionary
(edit) @31066   7 years kjdon collection displayItems are now in a displayItemList
(edit) @31064   7 years Georgiy Litvinov Optimized regular expression in hierarchy menu
(edit) @31063   7 years Georgiy Litvinov More fixes and imporovements for hierarchy menu
(edit) @31055   7 years kjdon newRow is a jquery object which is not the same as the DOM element. …
(edit) @31052   7 years kjdon setting up autocomplete values for metadata editing
(edit) @31050   7 years kjdon added empty var and some comments for new autocompletion of meta …
(edit) @31049   7 years kjdon add cleaned up metadata name as a class attribute to the …
(edit) @31047   7 years ak19 Swapping order of displayItems for attribute name=name to get the …
(edit) @31023   7 years Georgiy Litvinov More modifications to hierarchy webeditor
(edit) @31014   7 years Georgiy Litvinov Modified hierarchy js storage, added kjdon fixes.
(edit) @30987   7 years Georgiy Litvinov Fixed different size in hierarchy button and li element
(edit) @30889   7 years Georgiy Litvinov Fix corrputing html by empty classifier
(edit) @30868   8 years kjdon removed a heap of hat-Ms, and modified the gsf:if-metadata-exists …
(edit) @30861   8 years kjdon created a new template named coll-description for easier customization
(edit) @30859   8 years kjdon added a template for displaying collection metadata: eg …
(edit) @30851   8 years ak19 French, Polish and Spanish translations for gs3colcfg module of GS3 …
(edit) @30850   8 years ak19 Separators automatically adjusted when the properties files were …
(edit) @30849   8 years ak19 Separators automatically adjusted when the properties files were …
(edit) @30847   8 years ak19 French language translation updates for modules core, glidict, …
(edit) @30845   8 years kjdon changed the wording of the phind applet description to better match …
(edit) @30842   8 years kjdon at site and colleciton level, displayItems are now in a …
(edit) @30841   8 years kjdon site name and description are now displayItems rather than metadata. …
(edit) @30828   8 years kjdon changing site name and description from metadata to displayitems, as …
(edit) @30827   8 years ak19 Spanish language translations for gsinstaller and gs3interface …
(edit) @30826   8 years kjdon display the site description if there is one
(edit) @30825   8 years kjdon added in a template for site description metadata
(edit) @30824   8 years kjdon float the quick search box on home page to the right
(edit) @30823   8 years kjdon more berry basket strings
(edit) @30822   8 years kjdon moving all text strings out to properties file so they can be …
(edit) @30821   8 years kjdon get the javascript array of berry language fragments so we can use …
(edit) @30819   8 years ak19 Spanish language default interface gs3. Many thanks to Diego
(edit) @30815   8 years kjdon putting 'remove' into properties
(edit) @30814   8 years kjdon removing double quotes as they cause problems if strings are loaded …
(edit) @30813   8 years kjdon deleted the oones that were left in english. hopefully they will show …
(edit) @30812   8 years kjdon tidying up xxx occurs y times in z documents. dont need docs bits if …
(edit) @30811   8 years kjdon removed double quotes from prefs strings as that mucks up loading them …
(edit) @30809   8 years kjdon made the three greenstone theme names translatable
Note: See TracRevisionLog for help on using the revision log.