• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Finish work to support fractional points. All tables switched to

float. Forms switched to validate float.

- provide a view option to method edit of FormPage (on by default)

- improve error reporting

- make required/hidden behavior in synch with comments

I accidently removed hidden vars, adding back.

address verification inserts should work as intended now..

fixing typos and incomplete logic

adding upgrade instructions

re-referencing checkout-progress from www to lib

removing diagnostic ns_logs I added by mistake, and adding case of possible third 3 variant to locations (when behind reverse proxy)

missed commiting these updates to template tcl/adp

make sure to produce variable names for caching, that do not look like tcl namespace prefixes

    • -4
    • +8
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- fix complete_name to deal in general correctly with anonymous entries

- make get_form_template more general, document the interesting cases

- simplyfy the code in edit

    • -11
    • +53
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- reduce verbosity

- new function ::xo::report_version_numbers to make reporting back of the version numbers of the most important involved components easier

revised payment-gateway service contract to reflect changes in ecommerce, authorize-gateway, ezic-gateway regarding cvv2,cid (card_code), bumping version

removing a local modification

fixing faulty wrong domain message by using a reliable ecommerce method to determine locations, creating security::locations

Use template head.

Fix ordering of ah_page_init and yahoo sources

fixing a potential bug in export in connection with PageInstances

preserve page-title for admin page "list"

    • -3
    • +5
    /openacs-4/packages/xowiki/www/admin/list.tcl
- minor editing, less verbosity

    • -6
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- fix a bug in edit-new for PageInstances. Strengthening my opinion to eliminate PageInstance and PageTemplate ASAP.

    • -2
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Add an initial alphabetic character at the beginning of the anchor name.

Make progress bar empty at beginning 0% done

fix register_url to point to /register

Remove extra CRs at end of line

generalizing payment-gateway url

- allow form-buttons to receive their own form-ids

- new method of FormPage: exists_property

- new method of FormPage: isform (based on form_constraints property)

- fixing an ugly bug "eating" the util_user_messages

- some refactoring

- bump version number

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
    • -0
    • +3
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -11
    • +38
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Envelope sender disappeared during the refactoring of send between 5.3 and 5.4 and therefore was set using the from address. This led messages to be identified as junk by SPF, and bounces to be sent back to the user. This is a fix that puts the correct envelope sender back.

Since acs_mail_lite::send now accepts a multiple TO address, the user_id part of the bounce address it set to 0 if there are multiple recipients.

Envelope sender disappeared during the refactoring of send between 5.3 and 5.4 and therefore was set using the from address. This led messages to be identified as junk by SPF, and bounces to be sent back to the user. This is a fix that puts the correct envelope sender back.

Since acs_mail_lite::send now accepts a multiple TO address, the user_id part of the bounce address it set to 0 if there are multiple recipients.