diff --git a/docs/create.sql b/docs/create.sql index 24df7b655..8b4fa01c7 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -817,6 +817,7 @@ CREATE TABLE WSClient ( templateId int(11) NOT NULL default '1', decodeUtf8 tinyint(3) unsigned NOT NULL default '0', httpHeader varchar(50) default NULL, + cacheTTL smallint(5) unsigned NOT NULL default '60', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; diff --git a/docs/upgrades/upgrade_6.0.1-6.0.2.sql b/docs/upgrades/upgrade_6.0.1-6.0.2.sql index 875604274..4b2bf5b9b 100644 --- a/docs/upgrades/upgrade_6.0.1-6.0.2.sql +++ b/docs/upgrades/upgrade_6.0.1-6.0.2.sql @@ -25,7 +25,7 @@ delete from international where languageId=1 and namespace='Article' and interna insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (73,1,'Article','The following template variables are available for article templates.\r\n
\r\n\r\nnew.template\r\n<a href=\"<tmpl_var new.template>999\">Read more...</a>\r\n
\r\ndescription.full
\r\nThe full description without any pagination. (For the paginated description use \"description\" instead.)\r\n
\r\n\r\ndescription.first.100words
\r\nThe first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.75words
\r\nThe first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.50words
\r\nThe first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.25words
\r\nThe first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.10words
\r\nThe first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.paragraph
\r\nThe first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.\r\n
\r\n\r\ndescription.first.2paragraphs
\r\nThe first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.\r\n
\r\n\r\ndescription.first.sentence
\r\nThe first sentence in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.2sentences
\r\nThe first two sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.3sentences
\r\nThe first three sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.4sentences
\r\nThe first four sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\n\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\r\n
\r\n\r\npagination.isFirstPage
\r\nA boolean indicating whether the current page is the first page.\r\n
\r\n\r\n\r\npagination.lastPage
\r\nA link to the last page in the paginator.\r\n
\r\n\r\npagination.isLastPage
\r\nA boolean indicating whether the current page is the last page.\r\n
\r\n\r\npagination.nextPage
\r\nA link to the next page in the paginator relative to the current page.\r\n
\r\n\r\npagination.previousPage
\r\nA link to the previous page in the paginator relative to the current page.\r\n
\r\n\r\npagination.pageNumber
\r\nThe current page number.\r\n
\r\n\r\npagination.pageCount
\r\nThe total number of pages.\r\n
\r\n\r\npagination.pageCount.isMultiple
\r\nA boolean indicating whether there is more than one page.\r\n
\r\n\r\npagination.pageList
\r\nA list of links to every page in the paginator.\r\n
\r\n\r\n\r\npagination.pageList.upTo20
\r\nA list of links to the 20 nearest in the paginator relative to the current page. So if you\'re on page 60, you\'ll see links for 50-70.\r\n
\r\n\r\npagination.pageList.upTo10
\r\nA list of links to the 10 nearest in the paginator relative to the current page. So if you\'re on page 20, you\'ll see links for 15-25.\r\n
\r\n\r\n', 1082370668,NULL); - - +update international set message='A Web Services Client allows a user to query data from any SOAP server to which they have access. This wobject is in development status and should not be made accessible to un-trusted site administratores.
\n\nSOAP URI/WSDLhttp://mydomain.com/cgi-bin/soaplistener.pl\n\nSOAP Method/Call\'userid\' => \'12\', companyid => \'^FormParam(\"companyid\"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.\'.\n\nExecute by default?