• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
i18n

- Use the author of the message as sender of the notif instead of the current user since this one may be the moderator.

- Localize notification

    • -20
    • +20
    ./packages/forums/tcl/messages-procs.tcl
Refactored to use listtemplate. HTML cleanup.

    • -1
    • +1
    ./packages/survey/www/admin/master.adp
    • -5
    • +4
    ./packages/survey/www/admin/respondents.adp
    • -10
    • +31
    ./packages/survey/www/admin/respondents.tcl
    • -1
    • +1
    ./packages/survey/www/admin/respondents.xql
- Better handling of disabled form fields

    • -3
    • +12
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -1
    • +9
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -17
    • +36
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Provide upgrade script for bug 3103

Don't hard-code the encoding, rather retrieve it from the aolserver config.

- small polishing on debug messages

    • -1
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
Rolling back Jeff commit. Doesn't work well with template::multirow foreach when exporting catalogs

    • -2
    • +2
    ./packages/acs-lang/tcl/lang-catalog-procs.tcl
Added missing keys

Comparing the [ns_info version] against a.b.c is not possible. Instead

I use a combination of the version and the patchlevel to be sure that

we are running on aolserver 4.5.1; in order to know if the nscache module

should be loaded or not.

Loop over the array names instead of the list to resize portrait

Don't add empty element to the context multirow, that would output an empty LI

    • -6
    • +6
    ./packages/acs-tcl/tcl/navigation-procs.tcl
Return to where the user came from after password changed

    • -14
    • +8
    ./packages/acs-subsite/www/user/password-update.tcl
Added support for other sizes than "thumbnail"

HTML cleanup

    • -16
    • +7
    ./packages/acs-subsite/www/shared/portrait.adp
    • -2
    • +3
    ./packages/acs-subsite/www/shared/portrait.tcl
Added support for avatar size.

Fix to get object_id of the existing resized image

Added message to inform the user that her status has been changed

Title and context cleanup. Pass in the return_url so user is sent back to where she was after submitting.

Fix contexts and page titles.

    • -4
    • +11
    ./packages/acs-subsite/www/user/portrait/erase.tcl
    • -11
    • +5
    ./packages/acs-subsite/www/user/portrait/index.adp
    • -17
    • +31
    ./packages/acs-subsite/www/user/portrait/upload.tcl
Set the page title consistently

Improve the layout of the page + i18n of the page title

    • -9
    • +11
    ./packages/acs-subsite/www/pvt/unsubscribe.adp
    • -2
    • +2
    ./packages/acs-subsite/www/pvt/unsubscribe.tcl
Added logic to send out the notification in the user language if set, fallback to system one, in case the notification content is i18n'd.

Added color and bg inheritance where necessary so user CSS and HC would render correctly.

fix typo and improve a message

Fix for search implementation

- make sure that form-fields array is always set before used

    • -4
    • +4
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Fixing the role/user menu lists around the package.

    • -1
    • +1
    ./packages/imsld/lib/choice-select.adp
    • -1
    • +3
    ./packages/imsld/lib/choice-select.tcl
- include labels in forms a shidden fields

    • -1
    • +5
    ./packages/xowiki/tcl/form-field-procs.tcl
- transmit fields linke _name or _nls_langauge always from a form, even if it is set as disabled

    • -1
    • +13
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -8
    • +11
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Bug #3093 - fixed news feed display for IE7