# HG changeset patch # User Richard Jones # Date 1160190209 0 # Node ID b11142bb2aa2563780182634df1bf7d57c6b35b0 # Parent 65badf6ab7adf1163045b20456947be979d29148 Password confirm field in user editing. Pre-1.2.1-release stuff too diff -r 65badf6ab7ad -r b11142bb2aa2 CHANGES.txt --- a/CHANGES.txt Thu Oct 05 23:14:52 2006 +0000 +++ b/CHANGES.txt Sat Oct 07 03:03:29 2006 +0000 @@ -4,6 +4,7 @@ 2006-??-?? 1.2.1 Fixed: - E-mail subject line prefix delimiter configuration was being ignored. +- Password confirm field in user editing. 2006-10-04 1.2.0 diff -r 65badf6ab7ad -r b11142bb2aa2 doc/announcement.txt --- a/doc/announcement.txt Thu Oct 05 23:14:52 2006 +0000 +++ b/doc/announcement.txt Sat Oct 07 03:03:29 2006 +0000 @@ -1,6 +1,11 @@ -I'm proud to release version 1.2.0 of Roundup. +I'm proud to release version 1.2.1 of Roundup. + +Bugs fixed in 1.2.1: -Feature: +- E-mail subject line prefix delimiter configuration was being ignored. +- Password confirm field in user editing. + +New Features in 1.2.x: - supports Python 2.5, including the sqlite3 module - full timezone support (sf patch 1465296) diff -r 65badf6ab7ad -r b11142bb2aa2 setup.py --- a/setup.py Thu Oct 05 23:14:52 2006 +0000 +++ b/setup.py Sat Oct 07 03:03:29 2006 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.90 2006-10-04 01:14:37 richard Exp $ +# $Id: setup.py,v 1.91 2006-10-07 03:03:28 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -351,7 +351,12 @@ If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation. -New Features in this release: +Bugs fixed in 1.2.1: + +- E-mail subject line prefix delimiter configuration was being ignored. +- Password confirm field in user editing. + +New Features in 1.2.x: - supports Python 2.5, including the sqlite3 module - full timezone support (sf patch 1465296) diff -r 65badf6ab7ad -r b11142bb2aa2 templates/classic/html/page.html --- a/templates/classic/html/page.html Thu Oct 05 23:14:52 2006 +0000 +++ b/templates/classic/html/page.html Sat Oct 07 03:03:29 2006 +0000 @@ -327,4 +327,6 @@ + diff -r 65badf6ab7ad -r b11142bb2aa2 templates/classic/html/user.item.html --- a/templates/classic/html/user.item.html Thu Oct 05 23:14:52 2006 +0000 +++ b/templates/classic/html/user.item.html Sat Oct 07 03:03:29 2006 +0000 @@ -48,6 +48,7 @@ src_input templates/page/macros/user_src_input; normal_input templates/page/macros/user_normal_input; pw_input templates/page/macros/user_pw_input; + confirm_input templates/page/macros/user_confirm_input; edit_ok context/is_edit_ok; "> @@ -59,13 +60,13 @@ - + Login Password - + Confirm Password - + diff -r 65badf6ab7ad -r b11142bb2aa2 templates/minimal/html/page.html --- a/templates/minimal/html/page.html Thu Oct 05 23:14:52 2006 +0000 +++ b/templates/minimal/html/page.html Sat Oct 07 03:03:29 2006 +0000 @@ -1,6 +1,6 @@ - - + title goes here @@ -9,11 +9,21 @@ tal:attributes="content string:text/html;; charset=${request/client/charset}" /> + - +
@@ -24,7 +34,8 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 65badf6ab7ad -r b11142bb2aa2 templates/minimal/html/user.item.html --- a/templates/minimal/html/user.item.html Thu Oct 05 23:14:52 2006 +0000 +++ b/templates/minimal/html/user.item.html Sat Oct 07 03:03:29 2006 +0000 @@ -1,84 +1,145 @@ - + -<tal:block condition="context/id" i18n:translate="" +<tal:if condition="context/id" i18n:translate="" >User <span tal:replace="context/id" i18n:name="id" />: <span tal:replace="context/username" i18n:name="title" /> - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" -/></tal:block> -<tal:block condition="not:context/id" i18n:translate="" +/></tal:if> +<tal:if condition="not:context/id" i18n:translate="" >New User - <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" -/></tal:block> +/></tal:if> - - + + + + + New User - New User Editing - User - User Editing - +
 
@@ -95,3 +176,157 @@ + + + + + + + + + + + + (cal) + + + + + + + + + + + + + + +
    +
  • + +
  • +
  • + + +
  • +
+
+ + + + + + -

- You are not allowed to view this page. -

+

You are not + allowed to view this page.

-
- - - - - + tal:attributes="action context/designator; + onSubmit python:'return checkRequiredFields(\'%s\')'%'\', \''.join(required); + "> +
Login Nameusername
+ + + - - - + + + - - - + + + + - - - + + + + + + + + - - - + + + + + + + + + + + + - - - + + + + - + + + + + + - +
Name
Login Passwordpassword
Login Name
Confirm Passwordpassword
Login Password
Roles - - +
Confirm Password
+ + + + + + (to give the user more than one role, enter a comma,separated,list)
E-mail address - + + +
Phone
Organisation
Timezone + (this is a numeric hour offset, the default is + )
Alternate E-mail addresses
One address per line
alternate_addresses
E-mail address + calvin@the-z.org + + + +   +
+ +
  - + submit button here + +
@@ -99,4 +160,4 @@