This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


    from 6cdb151  Merge pull request #89 from fanofxiaofeng/patch-13
     add 049a63f  Highlights JSPs if snippet =~ /<[a-zA-Z]+:[a-zA-Z]+/
     add 9da0748  Highlights Struts XML if  snippet.include? "<struts" or 
snippet.include? "<action" or snippet.include? "<package" or snippet.include? 
"<constant" or snippet.include? "<interceptor" or snippet.include? "<result" or 
snippet.include? "<bean"
     add 72b35a6  Highlights JAVA if snippet.include? "public " or 
snippet.include? "private " or snippet.include? "protected " or 
snippet.include? "import "
     add b8b6b59  Highlights FreeMarker if snippet =~ /<@[a-zA-Z]+\.[a-zA-Z]+/
     add dcb69dd  Highlights JSON if snippet.start_with? "{" and 
snippet.end_with? "}"
     add ff5fdfd  Highlights XML if snippet.start_with? "<" and 
snippet.end_with? ">"
     add 0298c6f  Manual highlights
     new b546c9b  Merge pull request #88 from yasserzamani/auto_highlights

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core-developers/ajax-client-side-validation.md | 48 +++++++++-----------
 source/core-developers/basic-validation.md         |  4 +-
 source/core-developers/client-side-validation.md   | 12 ++---
 source/core-developers/client-validation.md        |  8 ++--
 .../configuration-provider-and-configuration.md    |  4 +-
 source/core-developers/file-upload.md              | 52 +++++++++++-----------
 source/core-developers/freemarker-support.md       | 31 ++++++-------
 source/core-developers/glassfish-2-x.md            |  4 +-
 source/core-developers/https-and-ie-issues.md      |  4 +-
 source/core-developers/logging.md                  |  1 -
 source/core-developers/model-driven.md             | 12 ++---
 source/core-developers/object-factory.md           |  4 +-
 source/core-developers/zero-configuration.md       | 12 ++---
 source/plugins/plugins.md                          |  2 +-
 source/tag-developers/ajax-common-header.md        | 21 ++++-----
 source/tag-developers/ajax-theme.md                |  2 +-
 .../cewolf-charts-using-velocity-templates.md      | 12 ++---
 source/tag-developers/component-tag.md             |  2 +-
 source/tag-developers/dojo-a-tag.md                |  4 +-
 source/tag-developers/dojo-bind-tag.md             |  4 +-
 source/tag-developers/dojo-submit-tag.md           |  4 +-
 source/tag-developers/extending-themes.md          |  2 +-
 source/tag-developers/form-tags.md                 |  8 ++--
 source/tag-developers/freemarker-tags.md           | 14 +++---
 source/tag-developers/freemarker.md                | 25 +++++------
 source/tag-developers/radio-tag.md                 | 13 +-----
 source/tag-developers/tag-syntax.md                | 40 ++++++++---------
 source/tag-developers/url-tag.md                   |  4 +-
 source/tag-developers/velocity-tags.md             |  4 +-
 source/tag-developers/velocity.md                  |  8 ++--
 30 files changed, 170 insertions(+), 195 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to