source: main/trunk/greenstone3/web/interfaces/default/js

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35183   3 years kjdon option to hide the single radio button in the filter pages part of …
(edit) @35171   3 years kjdon when we are doing search term highlighting, and we want it in the …
(edit) @34720   3 years davidb JS file to be used in next version of Greenstone3 to support collaging
(edit) @34475   4 years davidb Added to remove warning about not having the corresponding map file in …
(edit) @33544   5 years ak19 1. Dr Bainbridge had the correct fix for solr dealing with phrase …
(edit) @33508   5 years kjdon pass a param into readyPageForEditing - indicates whether to add the …
(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) @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) @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) @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) @33286   5 years kjdon standardising the basket names. berryBasket, favouriteBasket, …
(edit) @33259   5 years davidb Javascript code to implements favourites. Done in a way to be …
(edit) @33254   5 years kjdon hide or show del options based on view - they only make sense for full …
(edit) @33252   5 years kjdon made berry icons easier to customise. instead of hard coded image …
(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) @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) @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) @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) @33088   5 years wy59 Fixed the bug described in the previous commit (but it had been …
(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
(edit) @33061   5 years wy59 1. Phase 2: Changed the thickness and opacity label display (which …
(edit) @33049   5 years kjdon moved the basket item display to its own function so it can easily be …
(edit) @33048   5 years kjdon moved the full view doc item display code to its own function so that …
(edit) @33045   5 years ak19 1. Dr Bainbridge's fix for the Windows encoding issue when online doc …
(edit) @33043   5 years ak19 Not a bugfix, but to help with encoding issues, including to help with …
(edit) @33042   5 years ak19 Martin's Map Editor commits. First phase of Dr Bainbridge's requests: …
(edit) @33041   5 years kjdon tomcat 8 strict on unsafe chars. Use the new makeURLComponentSafe for …
(edit) @33016   5 years ak19 Getting facet searching working again in tomcat 8, where it had broken …
(edit) @32902   5 years ak19 Replacing alerts with fixed language strings with 2 new properties in …
(edit) @32893   5 years ak19 Part 2 of 2 commits to do with getting errorCallBack working on …
(edit) @32873   5 years ak19 javascript-global-functions' local function callMetadataServer() now …
(edit) @32872   5 years ak19 Clean up
(edit) @32871   5 years ak19 Need to reset init states to current states AFTER setArchivesMetadata …
(edit) @32857   5 years ak19 Adding a comment that deletions to GPS.mapOverlay metadata are treated …
(edit) @32854   5 years ak19 Cleanup phase two: removed recent console.log debug statements.
(edit) @32853   5 years ak19 Cleanup stage one: 1. Not calling addFunctionalityToTable() on …
(edit) @32852   5 years ak19 Dr Bainbridge solved the weird bug whereby when you're in doc editing …
(edit) @32851   5 years ak19 Zeddy I think turned commented out drawingMode. It's a local change, …
(edit) @32850   5 years ak19 1. Zeddy introduces suppressUndo and cleaned up lots of CloneShape
(edit) @32840   5 years ak19 After we're ready to save and rebuild, new overlays get saved as the …
(edit) @32839   5 years ak19 Forgot to reinstate important code (if condition) after debugging was …
(edit) @32838   5 years ak19 Save and rebuild works with map, but as with save shortcut key on map …
(edit) @32837   5 years ak19 Adding a new function that will be called on saveAndRebuild to save …
(edit) @32834   5 years ak19 Discovered bug when testing sectioned documents like …
(edit) @32833   5 years ak19 Zeddy cleanup. Better debugging info as to where in the code we are. …
(edit) @32832   5 years ak19 Zeddy map work. 1. Now supports saving when map editor is selected and …
(edit) @32804   5 years ak19 Previous commit additional description: Section setting up keyboard …
(edit) @32803   5 years ak19 Zeddy stuff 1. saving shapes on map on S press; 2. reloading on map …
(edit) @32802   5 years ak19 Added the feature for PDF documents to load more than one map at the …
(edit) @32801   5 years ak19 Fixed the marker bug that it can be dragged when there is no user …
Note: See TracRevisionLog for help on using the revision log.