•  
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
CYKLO-868 make document cleanup profile used by ProposeDocument application configurable
CYKLO-868 make document cleanup profile used by ProposeDocument application configurable
  1. … 6 more files in changeset.
CYKLO-868 make document cleanup methods part of cleanup profiles, so that they can be configured externally.
CYKLO-868 make document cleanup methods part of cleanup profiles, so that they can be configured externally.
CYKLO-868 always run mergeAdjecentTextNodes inside textToDom4j methods
CYKLO-868 always run mergeAdjecentTextNodes inside textToDom4j methods
CYKLO-867 wrap document abstract in a CDATA section, inculude document id in exception message on parse errors
CYKLO-867 wrap document abstract in a CDATA section, inculude document id in exception message on parse errors
CYKLO-856, CYKLO-857 collapse whitespace sequences, convert bulleted paragraphs to lists
CYKLO-856, CYKLO-857 collapse whitespace sequences, convert bulleted paragraphs to lists
CYKLO-854: add movie to content option added to proposeDocument screen.
CYKLO-854: add movie to content option added to proposeDocument screen.
  1. … 12 more files in changeset.
CYKLO-826: clearOrganizationIfNotMatch option added to proposeDocument application. If organization name dose not match name from data list than all organization fields are cleared.
CYKLO-826: clearOrganizationIfNotMatch option added to proposeDocument application. If organization name dose not match name from data list than all organization fields are cleared.
  1. … 9 more files in changeset.
CYKLO-760 removed unnecessary HTML entity encoder invocations
CYKLO-760 removed unnecessary HTML entity encoder invocations
  1. … 1 more file in changeset.
refactoring: moved enc and dec methods to DocumentMetadataHelper
refactoring: moved enc and dec methods to DocumentMetadataHelper
  1. … 2 more files in changeset.
CYKLO-757 update douments.document_node.organizationIds in ProposeDocument and SaveProposedChanges actions
CYKLO-757 update douments.document_node.organizationIds in ProposeDocument and SaveProposedChanges actions
  1. … 4 more files in changeset.
CYKLO-757 autocomplete.js was refactored and moved to script/ngodatabase subdirectory. In a few places spelling postcode -> postCode was changed for consistence. timer_instance reference in EditDocume…
CYKLO-757 autocomplete.js was refactored and moved to script/ngodatabase subdirectory. In a few places spelling postcode -> postCode was changed for consistence. timer_instance reference in EditDocument views, which was legac from KUPU times was replaced with standard window.setTimeout
  1. … 12 more files in changeset.
CYKLO-757 organisation,organized -> organization in all places except templates
CYKLO-757 organisation,organized -> organization in all places except templates
  1. … 19 more files in changeset.
CYKLO-757 refactoring to allow more than one organization for a document
CYKLO-757 refactoring to allow more than one organization for a document
  1. … 5 more files in changeset.
CYKLO-756 use default value 0 for organizerId to prevent validation errors
CYKLO-756 use default value 0 for organizerId to prevent validation errors
CYKLO-756 fixed ordering of address fields
CYKLO-756 fixed ordering of address fields
  1. … 2 more files in changeset.
CYKLO-751: eventdata meta field renamed to event.
CYKLO-751: eventdata meta field renamed to event.
  1. … 4 more files in changeset.
CYKLO-751: new fields Event: street,province,city,postCode added. Autocomplete function for Event address at EditDocument, proposeDocument, reviewProposeDocument and fix action.
CYKLO-751: new fields Event: street,province,city,postCode added. Autocomplete function for Event address at EditDocument, proposeDocument, reviewProposeDocument and fix action.
  1. … 23 more files in changeset.
CYKLO-751: save and Update OrganizationId to DocumentProposal.
CYKLO-751: save and Update OrganizationId to DocumentProposal.
  1. … 1 more file in changeset.
CYKLO-748: field address replaced with fields street, post code, city , province at EditDocument, proposeDocument. ParseAddressMetadata fix action now split address fields into street post code, cit…
CYKLO-748: field address replaced with fields street, post code, city , province at EditDocument, proposeDocument. ParseAddressMetadata fix action now split address fields into street post code, city and province using PNA data.
  1. … 18 more files in changeset.
merge of 2.13 branch back to trunk, and rollback of WorkflowService related changes
merge of 2.13 branch back to trunk, and rollback of WorkflowService related changes
  1. … 77 more files in changeset.
merging 2.9 branch changes into the trunk
merging 2.9 branch changes into the trunk
  1. … 27 more files in changeset.
CYKLO-644: configuration option add_document_visual_editor added, when false (default) plain text -> html conversion routine is used (tag removal, newline to paragraph translation)
CYKLO-644: configuration option add_document_visual_editor added, when false (default) plain text -> html conversion routine is used (tag removal, newline to paragraph translation)
CYKLO-643: Save attachments descriptions changes action fixed.
CYKLO-643: Save attachments descriptions changes action fixed.
  1. … 1 more file in changeset.
CYKLO-636: Include document tumbnail to document propose attachment file resources. Save and Update proposal action modified.
CYKLO-636: Include document tumbnail to document propose attachment file resources. Save and Update proposal action modified.
  1. … 2 more files in changeset.
CYKLO-639: HTMLService.removeEmptyParas invocation added to isValid(HTMLService) (invoked from actions) and cleanupContent(HTMLService) (invoked from views)
CYKLO-639: HTMLService.removeEmptyParas invocation added to isValid(HTMLService) (invoked from actions) and cleanupContent(HTMLService) (invoked from views)
CYKLO-625: disabled HTML stripping and newline to paragraph translation for newly proposed documents (visual editor support)
CYKLO-625: disabled HTML stripping and newline to paragraph translation for newly proposed documents (visual editor support)
CYKLO-620: setAttachments method in ProposedDocumentData class modified to set only FileResoureces. getAttachmentDescription method modified to prevent from indexOutOfRange exception.
CYKLO-620: setAttachments method in ProposedDocumentData class modified to set only FileResoureces. getAttachmentDescription method modified to prevent from indexOutOfRange exception.
    • -118
    • +158
    ./ProposedDocumentData.java
CYKLO-630: fromNode method modified to set only FileResources to proposedDocumentData.attachments. SaveProposedChanges action at save attachments section changed.
CYKLO-630: fromNode method modified to set only FileResources to proposedDocumentData.attachments. SaveProposedChanges action at save attachments section changed.
  1. … 1 more file in changeset.
CYKLO-613: an overhaul of text handling that will hopefully fix those problems for good. Basically, we HTML-entity encode the text on the way to the browser and the proposal XML document, we HTML-enti…
CYKLO-613: an overhaul of text handling that will hopefully fix those problems for good. Basically, we HTML-entity encode the text on the way to the browser and the proposal XML document, we HTML-entity decode the text on the way from the browser and proposal document, and we strip HTML tags on the way from the browser and from general (administrator - edited) document. Content is treated differently: basically unchanged, except from toNode method used when submitting new documents.
CYKLO-613: refactoring HTML striping into separate methods
CYKLO-613: refactoring HTML striping into separate methods