116bd50 Resolves: bug 435230

Authored and Committed by rmeggins 16 years ago
83 files changed. 241 lines added. 215 lines removed.
config/authPassword.html.in
file modified
+3 -2
config/authSearch.html.in
file modified
+5 -2
config/csearch.html.in
file modified
+3 -3
config/csearchAttr.html.in
file modified
+1 -0
config/csearchBase.html.in
file modified
+1 -0
config/csearchMatch.html.in
file modified
+1 -0
config/csearchString.html.in
file modified
+4 -3
config/csearchType.html.in
file modified
+1 -0
config/de/newentry.html.in
file modified
+1 -1
config/de/search.html.in
file modified
+1 -1
config/display-dc.html.in
file modified
+2 -3
config/display-dnedit.html.in
file modified
+3 -3
config/display-dneditpeople.html.in
file modified
+3 -3
config/display-group.html.in
file modified
+2 -2
config/display-groupun.html.in
file modified
+2 -2
config/display-ntgroup.html.in
file modified
+3 -3
config/display-ntperson.html.in
file modified
+8 -8
config/display-org.html.in
file modified
+2 -2
config/display-orgperson.html.in
file modified
+6 -6
config/display-orgunit.html.in
file modified
+2 -2
config/display-person.html.in
file modified
+3 -3
config/edit-passwd.html
file modified
+3 -3
config/es/csearch.html.in
file modified
+1 -1
config/es/newentry.html.in
file modified
+1 -1
config/es/search.html.in
file modified
+1 -1
config/fr/csearch.html.in
file modified
+2 -2
config/fr/newentry.html.in
file modified
+1 -1
config/fr/search.html.in
file modified
+1 -1
config/ja/csearch.html.in
file modified
+2 -2
config/ja/newentry.html.in
file modified
+1 -1
config/ja/search.html.in
file modified
+1 -1
config/list-Anything.html.in
file modified
+7 -1
config/list-Auth.html.in
file modified
+1 -1
config/list-fa-Groups.html.in
file modified
+7 -8
config/list-fa-People.html.in
file modified
+6 -7
config/newentry.html.in
file modified
+1 -1
config/newentryName.html.in
file modified
+9 -8
config/newentryType.html.in
file modified
+1 -0
config/search.html.in
file modified
+1 -1
config/searchString.html.in
file modified
+2 -1
configure
file modified
+4 -4
configure.ac
file modified
+4 -4
csearch.c
file modified
+2 -2
dbtdsgw.h
file modified
+4 -4
dnedit.c
file modified
+28 -20
dsgw-httpd.conf.in
file modified
+2 -3
dsgwutil.c
file modified
+1 -1
emitauth.c
file modified
+3 -3
entrydisplay.c
file modified
+5 -5
error.c
file modified
+2 -2
html/auth.html.in
file modified
+1 -1
html/authroot.html.in
file modified
+3 -3
html/authtitle.html.in
file modified
+5 -5
html/csearchtitle.html.in
file modified
+5 -5
html/de/auth.html.in
file modified
+1 -1
html/de/authroot.html.in
file modified
+1 -1
html/de/index.html.in
file modified
+1 -1
html/eduser.html
file modified
+1 -1
html/emptyFrame.html
file modified
+1 -1
html/es/auth.html.in
file modified
+1 -1
html/es/authroot.html.in
file modified
+1 -1
html/es/index.html.in
file modified
+1 -1
html/fr/auth.html.in
file modified
+1 -1
html/fr/authroot.html.in
file modified
+1 -1
html/fr/index.html.in
file modified
+1 -1
html/greeting.html.in
file modified
+2 -2
html/index.html.in
file modified
+1 -1
html/ja/auth.html.in
file modified
+1 -1
html/ja/authroot.html.in
file modified
+1 -1
html/ja/index.html.in
file modified
+1 -1
html/maintitle.html.in
file modified
+5 -5
html/newentrytitle.html.in
file modified
+5 -5
html/searchtitle.html.in
file modified
+5 -5
htmlout.c
file modified
+4 -1
newentry.c
file modified
+4 -2
orgbin/myorg.in
file modified
+1 -1
orghtml/index.html
file modified
+2 -2
pbconfig/edit-passwd.html.in
file modified
+1 -1
pbconfig/list-Auth.html.in
file modified
+6 -6
pbhtml/modify.html.in
file modified
+12 -12
pbhtml/phone.html.in
file modified
+0 -1
tutor.c
file modified
+3 -3
unauth.c
file modified
+1 -1
    Resolves: bug 435230
    Description: Clean up all HTML pages (Gateway, Org Tool, Phonebook, etc)
    Fix Description: This is the second pass.  I focused mainly on the
    dsgw pages.  Some of the fixes will apply to phonebook too.
    I also moved the cgi bin directory to dsgw-cgi-bin - needs to be completely
    separate from the admin server cgi bin directory.  There are changes to
    dsgw-httpd.conf to reflect this as well as changes to other files.
    The dsgw uses a path of dsgwcmd, instead of using cgi-bin directly.  This
    is mapped in the dsgw-httpd.conf.
    One problem that still remains - HTML Tidy does not like frames and framesets.
    The only workaround suggested is to rewrite them using divs.  I'm not really
    up to the task right now.
    Platforms tested: RHEL5 x86_64
    Flag day: Yes - autotool file changes.
    Doc: none yet
    
        
file modified
+3 -2
file modified
+5 -2
file modified
+3 -3
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+4 -3
file modified
+1 -0
file modified
+1 -1
file modified
+1 -1
file modified
+2 -3
file modified
+2 -2
file modified
+2 -2
file modified
+3 -3
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+7 -1
file modified
+1 -1
file modified
+1 -1
file modified
+9 -8
file modified
+1 -0
file modified
+1 -1
file modified
+2 -1
file modified
+4 -4
file modified
+4 -4
file modified
+2 -2
file modified
+4 -4
file modified
+28 -20
file modified
+2 -3
file modified
+1 -1
file modified
+3 -3
file modified
+5 -5
file modified
+2 -2
file modified
+1 -1
file modified
+3 -3
file modified
+5 -5
file modified
+5 -5
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+5 -5
file modified
+5 -5
file modified
+5 -5
file modified
+4 -1
file modified
+4 -2
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+6 -6
file modified
+12 -12
file modified
+0 -1
file modified
+3 -3
file modified
+1 -1