source: main/trunk/greenstone3/web

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29687   9 years Jeremy Symon Split greenstone servlets into another file (servlets.xml) which is …
(edit) @29636   9 years kjdon I have added back in an html.xsl, into pages folder
(edit) @29635   9 years kjdon a page, use with a=p&sa=html&c=collname&url=xxx, to embed xxx page …
(edit) @29610   9 years ak19 Updates to Spanish gs3interface and core language modules. Many thanks …
(edit) @29554   9 years kjdon removed hidden hitsperpage and maxdocs params from quick search form. …
(edit) @29553   9 years kjdon tidying up paging of query results. max docs and hits per page are now …
(edit) @29552   9 years kjdon removed search prefs from prefs page. They can now go into the list of …
(edit) @29545   9 years kjdon sortorder param moved to solr search, and lucene search now has …
(edit) @29538   9 years kjdon added in a defaultLevel elem
(edit) @29525   9 years kjdon when editing a simple document, there are no documentNodes, only the …
(edit) @29520   9 years kjdon removed extraneous ')'
(edit) @29519   9 years kjdon changed a tooltip to better match what the button does
(edit) @29501   9 years kjdon made the slideshow and view options optional, based on gsf:option …
(edit) @29500   9 years kjdon encase whole toc output stuff in a test if toc option is set, …
(edit) @29499   9 years kjdon allow comma separated list of metadata, so can display more than one …
(edit) @29454   9 years ak19 Spanish translations for testing the offline translation/spreadsheet …
(edit) @29453   9 years ak19 Spanish test translations to new greenstone3/gs3interface module. Many …
(edit) @29452   9 years ak19 Removing duplicate property ahead of commit
(edit) @29441   9 years kjdon seems you need .css('display', ) instead of .css('display', null) to …
(edit) @29440   9 years kjdon the float-anchor div screws up the page if it is empty, so adding in a …
(edit) @29433   9 years ak19 DebugInfo now switched on when passing debug=yes, previously it only …
(edit) @29401   10 years kjdon added a test for NoText metadata - if present, don't output the option …
(edit) @29400   10 years kjdon simple docs may have a cover image, eg a text file with a picture …
(edit) @29399   10 years kjdon when using the hl (highlight) option, test for it being off rather …
(edit) @29342   10 years ak19 Fixed bug: an extra bracket was introduced in recent commit revision …
(edit) @29333   10 years kjdon added a string for the set prefs help text
(edit) @29332   10 years kjdon alert, confirm, prompt no longer allowed in beforeunload. Just use the …
(edit) @29326   10 years kjdon don't need dev stuff anymore
(edit) @29325   10 years kjdon get rid of dev servlet name. Use library name instead. Changed the way …
(edit) @29324   10 years kjdon got rid of dev reference. just added params to url permanently. I …
(edit) @29323   10 years kjdon adding in the documentbasket to search results page
(edit) @29322   10 years kjdon get rid of references to dev. When we link to a doc from berry basket, …
(edit) @29321   10 years kjdon Using .attr to access 'checked' doesn't work in jquery 1.9.2 and …
(edit) @29320   10 years kjdon Using .attr to access 'checked' doesn't work in jquery 1.9.2 and …
(edit) @29319   10 years kjdon made search term highlighting on by default. set hl=off in url to turn …
(edit) @29317   10 years kjdon changed case and accent to casefold and accentfold, to make it more …
(edit) @29314   10 years ak19 Re-instating Jenny's change to display the index being searched within …
(edit) @29305   10 years kjdon moved the comments so they will be in a better place once they are …
(edit) @29304   10 years kjdon GLI will remove top level comments from a file, so leave this in, but …
(edit) @29282   10 years kjdon tidied up one format statement
(edit) @29281   10 years kjdon fixed a bug where it only displayed one metadata element. Also make it …
(edit) @29280   10 years kjdon made the text a bit longer as there was more room in my basket. Note …
(edit) @29279   10 years kjdon changed a comment
(edit) @29278   10 years kjdon added in code to display berries and berry basket for search results page
(edit) @29277   10 years kjdon berrybasket cgi param is all lower case.
(edit) @29275   10 years ak19 Kathy discovered that that the total number of docs found is mentioned …
(edit) @29271   10 years ak19 Implementing a space separator. Now the GS3 tutorials don't need to be …
(edit) @29252   10 years kjdon tidied this up a bit - removed some leftover debugging stuff that I …
(edit) @29245   10 years ak19 Dr Bainbridge fixed a bug that is apparent when doing the final step …
(edit) @29234   10 years ak19 Dr Bainbridge fixed up a recent commit to the XSLT for gsf:link that …
(edit) @29226   10 years kjdon working on the save stuff, and changing the buttons to be disabled. …
(edit) @29225   10 years kjdon send the build request if we have changes that are not metadata changes
(edit) @29223   10 years kjdon get assocfilepath from top level document metadata, as individual …
(edit) @29214   10 years kjdon style the remove link separately; metadata element input cna now be a …
(edit) @29213   10 years kjdon added a class to metadataSetList to make it the same colour as the …
(edit) @29212   10 years kjdon making the metadata table look a little bit nicer
(edit) @29178   10 years kjdon if we are starting with a meta set that is not 'all' then we need to …
(edit) @29174   10 years kjdon new function addMetaSetTolist so that other places can call this - eg …
(edit) @29173   10 years kjdon document contnet editing stuff: making the visible metadata set list …
(edit) @29172   10 years kjdon some mods to do with getting the editing controls to stay on the page …
(edit) @29169   10 years kjdon allowing for extra header content to come from multiple places
(edit) @29166   10 years kjdon in metaTableCell, don't want to use disable-output-escaping=yes, as we …
(edit) @29165   10 years kjdon we don't want cover image and view options for simple documents
(edit) @29118   10 years davidb Changes to eliminate javascript errors on loading the home page
(edit) @29117   10 years davidb Missing web font for theme
(edit) @29111   10 years kjdon put brackets around the metadata or, so that it can be anded with lang …
(edit) @29110   10 years kjdon encodeURI doesn't seem to be needed??? why??? have removed it for now. …
(edit) @29105   10 years ak19 Kathy approved commenting out the authentication/security section of …
(edit) @29093   10 years kjdon allow comma separated metadata names in gsf:metadata name attribute. …
(edit) @29091   10 years kjdon can now set pos='classifiedBy' to output the metadata value used for …
(edit) @29085   10 years kjdon several changes. need to encodeURI the orig value too, before passing …
(edit) @29077   10 years kjdon javascript escape function was deprecated in Java 1.5 Use encodeURI …
(edit) @29076   10 years kjdon these changes were made in the pei-jones site and they look sensible …
(edit) @29070   10 years kjdon added sample security code, tidied up format statements, modified …
(edit) @29069   10 years kjdon indented the file in emacs
(edit) @29040   10 years kjdon identifier variable wasn't working, so I have changed its definition
(edit) @29035   10 years ak19 on't output anything for gsf:format-gs2 elements,
(edit) @28957   10 years kjdon metadata now has lower case m
(edit) @28942   10 years ak19 When testing on the Win 7 machine with Firefox, the jquery.blockUI.js …
(edit) @28907   10 years kjdon moved gsdl3site.cfg.in file to resources/cgi. On prepare it's copied …
(edit) @28903   10 years kjdon moved OAIConfig.in from web/WEB-INF/classes into new resources/oai. …
(edit) @28890   10 years kjdon chnaged a comment
(edit) @28889   10 years kjdon don't want this file in repository. Just create it when we need it.
(edit) @28887   10 years shaoqun Updated default jquery js files + included base64 plugin
(edit) @28848   10 years kjdon adding in super set info, and a couple of syntax changes
(edit) @28749   10 years davidb quick fix to help with assignment of variable/metadata that is a string
(edit) @28680   10 years davidb Added URL for example sites
(edit) @28644   10 years jlwhisler A new interface created using a CSS template by luiszuno.com. Based on …
(edit) @28631   10 years jlwhisler added language partition to quick search
(edit) @28625   10 years jlwhisler Commented out the services descriptions list that appears on the about …
(edit) @28624   10 years jlwhisler Removed previous edit to add colon in after single search index in the …
(edit) @28623   10 years jlwhisler Updated quick search area. Added in drop down for partition indexes. …
(edit) @28622   10 years jlwhisler Updated display page so that, for documents with no text that are not …
(edit) @28581   10 years jlwhisler Added a choose-title template here as a backup. Noticed that if you …
(edit) @28580   10 years jlwhisler Added a quickSearch parameter for the display of a single search …
(edit) @28559   10 years jlwhisler Fixed an idiosyncrasy so that when there is only one search index, the …
(edit) @28558   10 years jlwhisler Fixed an idiosyncrasy so that when there is only one search index, the …
(edit) @28553   10 years jlwhisler Changed how the HList is handled so that the list is outside the table …
(edit) @28552   10 years davidb Updated to show how to add a site that makes use of a different …
(edit) @28551   10 years davidb xlink namespace added to keep XSLT-pipeline happy when producing pages …
Note: See TracRevisionLog for help on using the revision log.