source: main/trunk/greenstone3/web/interfaces

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33386   5 years kjdon modified the test for whether this is the selected node or not. cant …
(edit) @33383   5 years kjdon some more work on the help page
(edit) @33382   5 years kjdon don't add collection/collname to pref and help link if collname is empty
(edit) @33381   5 years kjdon use nice /page/gsdl url for about greenstone page
(edit) @33374   5 years davidb added in opt-doc-args-link variable otherwise the transform fails with …
(edit) @33348   5 years ak19 2 major changes. 1. Forgot to commit Dr Bainbridge's bugfix for why …
(edit) @33345   5 years kjdon got rid of hard coded empty basket text
(edit) @33343   5 years kjdon add in favourites langfrags (not just berry ones). Change the title …
(edit) @33342   5 years kjdon change the empty basket message depending on whether it is a berry …
(edit) @33323   5 years ak19 Forgot to remove some debugging.
(edit) @33322   5 years ak19 Getting faceted searching working with the map shapes.
(edit) @33321   5 years ak19 Typo in crucial place.
(edit) @33317   5 years ak19 Incorporated request for GPS.mapOverlay for children of a section, …
(edit) @33303   5 years ak19 Fixing up error caused by debug print statement: no coord for marker.
(edit) @33300   5 years ak19 Any map-editor opened now centres on the shape overlays instead of …
(edit) @33298   5 years kjdon more work on the document help
(edit) @33294   5 years kjdon removing alt and title tags for help images, as we are explaining them …
(edit) @33291   5 years ak19 JavaScript has no block level vars, only function level and (file) …
(edit) @33290   5 years wy59 Minor cleanup
(edit) @33289   5 years wy59 1. References to new Array() changed to [] and _docList now no longer …
(edit) @33288   5 years kjdon updated with new favourite option
(edit) @33287   5 years kjdon berryBaskets option now changed to berryBasket
(edit) @33286   5 years kjdon standardising the basket names. berryBasket, favouriteBasket, …
(edit) @33285   5 years kjdon standardising the basket names. berryBasket, favouriteBasket, …
(edit) @33284   5 years kjdon standardising the basket names. berryBasket, favouriteBasket, …
(edit) @33280   5 years kjdon first stab at getting proper gs3 help page. still some bits to fill in
(edit) @33261   5 years davidb XSL changes to support for either berries or favourites
(edit) @33260   5 years davidb Tweak to how verify/terms and conditions works
(edit) @33259   5 years davidb Javascript code to implements favourites. Done in a way to be …
(edit) @33258   5 years davidb Images used to provide favourite star: SVG for high-res version …
(edit) @33257   5 years davidb Transitioning from berryBaskets to favourites (staring items, not …
(edit) @33255   5 years kjdon add a div about the delete options so we can hide/show it as needed
(edit) @33254   5 years kjdon hide or show del options based on view - they only make sense for full …
(edit) @33253   5 years kjdon now need to add in berryvariables.js if we are doing berry basket …
(edit) @33252   5 years kjdon made berry icons easier to customise. instead of hard coded image …
(edit) @33250   5 years kjdon replaceing hard coded strings with dictionary lookups
(edit) @33229   5 years davidb Changed hard-wired interface name to XSLT param/variable to be more …
(edit) @33218   5 years wy59 1. Added Javascript versions of new erase-metadata functions, to work …
(edit) @33217   5 years wy59 1. Undoing the change to doc.pm committed in revision 33185: not …
(edit) @33216   5 years wy59 Dr Bainbridge fixed debugging code not meant to be committed that set …
(edit) @33214   5 years kjdon fixed up calling for help_b and help.findinginformationtitle text strings
(edit) @33213   5 years kjdon help_b is in main interface_default.properties, not …
(edit) @33211   5 years kjdon help.findinginformationtitle needs the collName as a parameter
(edit) @33210   5 years davidb Changed to use $interface_name to work better with other interfaces …
(edit) @33209   5 years kjdon don't add 1 to currentpage * docsperpage. otherwise you miss the final …
(edit) @33199   5 years davidb Introduction of @download attribute to gsf:link
(edit) @33187   5 years wy59 Bugfix to recently introduced bug: when there are bookshelves, …
(edit) @33186   5 years wy59 Lower opacity for other documents that are nearby. Discovered broken …
(edit) @33185   5 years wy59 1. Corrections to map-scripts.js code (e.g. a var had been omitted …
(edit) @33184   5 years wy59 1. Loop counter bugfix. 2. Not sure if there should be a scroll …
(edit) @33182   5 years kjdon source links now do have library/sites/localsite etc, so we don't need …
(edit) @33173   5 years wy59 Some cleanup
(edit) @33172   5 years wy59 Second part of commit. Previous part detected whether we were in the …
(edit) @33169   5 years wy59 Introducing ShapesUtil.numberOfCoordinatesInBounds() that is used to …
(edit) @33168   5 years wy59 Dr Bainbridge's map fixes to do with 1. extending bounds (updateMap) …
(edit) @33156   5 years davidb Backwards-compatible change made that allows for mousemove() to be …
(edit) @33155   5 years davidb Moved two functions from document script to utility script so they are …
(edit) @33154   5 years davidb called to add back in berries (if berrybasket active)
(edit) @33153   5 years davidb Addition clause added to avoid an annoying page reload that was …
(edit) @33152   5 years davidb Additional method added, similar to the start checkout(), but counts …
(edit) @33151   5 years davidb Ability to provide custom CSS added in, in the same way Custom …
(edit) @33150   5 years wy59 Removing the line that would hide any marker that's been clicked. It …
(edit) @33149   5 years wy59 Bugfix to dealing with any undefined label values for map editor shapes.
(edit) @33148   5 years wy59 1. Untested changes to Panorama viewer related xsl and js files to …
(edit) @33147   5 years wy59 Dr Bainbridge wanted red markers when viewing subclassifiers, as red …
(edit) @33146   5 years wy59 Major refactoring of map-scripts.js and classifier_scripts.js and …
(edit) @33145   5 years wy59 1. Merging improvements of map-scripts::toggleSection() into …
(edit) @33143   5 years wy59 Bounds extends now works correctly for shapes so that all markers are …
(edit) @33140   5 years wy59 1. Moved from plotting markers for each coord in doc.coords array to …
(edit) @33130   5 years wy59 Undoing the previous commit. The ImagesGPS collection does have a …
(edit) @33129   5 years wy59 With a hierarchical classifier, when the node is expanded to reveal …
(edit) @33128   5 years wy59 Improvements to Coordinate support AND bugfixes. BUT not all the fixes …
(edit) @33127   5 years wy59 2 single changes before major commit. 1. map-scripts.js: Bugfix, no …
(edit) @33126   5 years wy59 Incremental changes following previous commit. This time the code is …
(edit) @33125   5 years wy59 First commit to do with adding support for the Coordinate metadata …
(edit) @33124   5 years wy59 Undoing previous commit. Commit message was part of a change in …
(edit) @33123   5 years wy59 Making header.xsl agnostic to the specific interface in use. (The …
(edit) @33114   5 years ak19 Basic sanity checking for berrybasket email: to and body may not be …
(edit) @33109   5 years ak19 Added a toggling Select All checkbox and tested it works in conjuction …
(edit) @33108   5 years ak19 Refactoring to remove repeated code blocks. Tested Delete Selected and …
(edit) @33107   5 years ak19 Minor optimisation to the double for loop that depends on the ordering …
(edit) @33106   5 years ak19 First working version of Delete Selected berry baskets. I suspect code …
(edit) @33104   5 years ak19 Implemented the deleteAll for berrybaskets.
(edit) @33103   5 years ak19 Fixing 2 issues with the berry basket to do with the existing delete: …
(edit) @33102   5 years wy59 In previous commits we weren't using the capabilities of the …
(edit) @33100   5 years wy59 Removed debugging and tidied up the format.
(edit) @33099   5 years wy59 In previous commits, the autocompletelist was a member variable of the …
(edit) @33098   5 years wy59 For the description input field, we're no longer using the oninput …
(edit) @33096   5 years wy59 Some improvements t
(edit) @33095   5 years wy59 First phase of autocomplete list for map shape descriptions/labels. …
(edit) @33094   5 years davidb Better to use parameter for interface name, rather than rely on …
(edit) @33093   5 years davidb changed right-arrow to be specified using literal UTF8 char so it …
(edit) @33091   5 years davidb Same idea as floattoc, but for berry basket
(edit) @33088   5 years wy59 Fixed the bug described in the previous commit (but it had been …
(edit) @33087   5 years wy59 1. Labels sort of work (see point 2) and get saved and reloaded from …
(edit) @33086   5 years wy59 1. Labels sort of work (see point 2) and get saved and reloaded from …
(edit) @33085   5 years wy59 1. Labels sort of work (see point 2) and get saved and reloaded from …
(edit) @33081   5 years wy59 1. Beginnings of label for shapes. 2. Commented out rough working …
(edit) @33071   5 years kjdon DeleteItem had never been implemented for berry baskets, only …
(edit) @33062   5 years wy59 Tidying up the previous commit of debug statements
Note: See TracRevisionLog for help on using the revision log.