This is an automated email from the ASF dual-hosted git repository.
adityasharma pushed a change to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git.
from b610398 Removed notice for build time dependencies downloaded via
Maven Refer https://markmail.org/message/o4fagzrjhbuqt2ce
new bd164d6 Implemented: validation using the jquery validation plugin
(ROL-2156) Used validation on the Create weblog page
new 46abbd7 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
The 2 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(-)