• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add default config for PG < 8.3 query.

Fix postgtresql 8.3 compatibility for another query.

updating nextval seq to work with 8.2+

- fixed octal number bug in view-week-display and view-one-day-display

- fixed bug for print-button in month display (items.weekday was not set)

    • -2
    • +2
    ./packages/calendar/www/view-print-display.adp
    • -2
    • +2
    ./packages/calendar/www/view-week-display.tcl
- normalize string expressions

    • -2
    • +2
    ./packages/forums/lib/forums-portlet.tcl
    • -8
    • +8
    ./packages/forums/lib/message/post.tcl
    • -3
    • +3
    ./packages/forums/lib/message/row2.tcl
    • -11
    • +11
    ./packages/forums/lib/message/thread-chunk.tcl
    • -2
    • +2
    ./packages/forums/lib/search/search-chunk.tcl
    • -2
    • +2
    ./packages/forums/tcl/forum-reply-procs.tcl
    • -2
    • +2
    ./packages/forums/tcl/forums-install-procs.tcl
    • -6
    • +6
    ./packages/forums/tcl/forums-procs.tcl
    • -3
    • +3
    ./packages/forums/tcl/forums-sc-procs.tcl
  1. … 9 more files in changeset.
fixing uninstall for survey

- deinstall service contracts and notification types

- care about "drop funcion .... cascade"

    • -0
    • +50
    ./packages/survey/sql/postgresql/survey-notifications-drop.sql
- drop_package('...') complain in new versions that it can't drop

some stored procedures. Adding therefore a CASCADE to

the get_func_drop_command().

- adjust formatting of stored procedure to usual OpenACS guidelines

fix formatting to conform to usual OpenACS style

- fix syntax for apm_upgrade_logic (the error message said

The length of spec should be dividable by 3)

- define pool order explicitly, otherwise the pools are used randomly

- set connections to pool1 to 15 (has to be at least maxthreads,

otherwise conneciton threads have to wait for db handles)

Fix totally broken syntax for contraints

- adding formfield of type checkbox

    • -1
    • +33
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -33
    • +41
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- provide mapping for commas in labels (__COMMA__) in

form-constraints together with fc_encode and fc_decode

- new method FormField->has_instance_variable to check

whether the formfield or a component has a certain

variable set to a certain value (used to detect,

if e.g. a compound form field contains a wym-weditor)

- new method FormField->process_user_input to

iterate over formfields before these are stored

- new method CompoundField->create_components to

factor out common code

- new method CompoundField->get_named_sub_component

to ease access of subcomponents

    • -14
    • +71
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -21
    • +37
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
fix variable name

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
- add doc(title) as well for edit template

    • -3
    • +6
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
passing doc(title) property

    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- bump version numbers

- new method for cr_items: rename

- caching for lookup method (only successful lookups so far)

    • -2
    • +38
    ./packages/xotcl-core/tcl/cr-procs.tcl
    • -3
    • +2
    ./packages/xotcl-core/tcl/generic-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
    • -4
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
Added missing message key

Another version number not right

    • -2
    • +2
    ./packages/news-portlet/news-portlet.info
Still trying to fix that bleeping versino number

adding parameters for ns_cache sizes

    • -4
    • +13
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Version number bumps

    • -2
    • +2
    ./packages/acs-datetime/acs-datetime.info
    • -5
    • +5
    ./packages/chat-portlet/chat-portlet.info
    • -4
    • +4
    ./packages/dotlrn-chat/dotlrn-chat.info
  1. … 34 more files in changeset.
- present reply/post button only, when permissions allow it

- present email-message button only, if user is logged in

- present mark_all_read button only, if user is logged in

- add parameter "-user_id" to forums:permissions for orthogonality with the rest of the API

    • -0
    • +2
    ./packages/forums/lib/message/thread-chunk.adp
    • -5
    • +15
    ./packages/forums/www/message-view.tcl
Fix item edit url again. Since session-items can be included frm www or www/asm-admin we need to make sure we use the correct url all the time

    • -2
    • +3
    ./packages/assessment/lib/session-items.tcl
- adding announcement-workshop to ical.page

- make ical output mac os x ical compliant

    • -5
    • +5
    ./packages/xowiki/www/prototypes/ical.page
adding ec_show_supporting_files proc and a couple of minor code upgrades

Remove temp files accidentally added

reduce verbosity

    • -2
    • +1
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- do not store per-object-mixins in the cache (some might be volatile)

    • -1
    • +7
    ./packages/xotcl-core/tcl/cr-procs.tcl