You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ad...@apache.org on 2020/05/31 13:12:52 UTC

[roller] branch master updated (df071dc -> 7d90ac3)

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

adityasharma pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.


    from df071dc  Removed notice for build time dependencies downloaded via Maven Refer https://markmail.org/message/o4fagzrjhbuqt2ce
     new 6a55bb7  Implemented: validation using the jquery validation plugin (ROL-2156) Used validation on the Create weblog page
     new dd8dd78  Implemented: logic to apply email validations (ROL-2156) Added method to apply regular expression and added rules to validate email Added error message with internationalised text instead of hard coded text Removed existing custom code to validate inputs
     new 3965bc9  Merge branch 'master' into ROL-2156
     new 7d90ac3  Merge pull request #62 from adityasharma7/ROL-2156

The 4490 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:
 app/pom.xml                                        |  5 ++++
 .../main/resources/ApplicationResources.properties |  9 +++---
 .../main/webapp/WEB-INF/jsps/core/CreateWeblog.jsp | 33 ++++------------------
 app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp    |  2 ++
 app/src/main/webapp/theme/scripts/roller.js        | 22 +++++++++++++++
 5 files changed, 40 insertions(+), 31 deletions(-)