• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #939 reported by Lars Pind. Only display the spellcheck sub-widget in edit mode.

    • -2
    • +2
    ./packages/acs-templating/tcl/widget-procs.tcl
some tweaks and simplifications to data model. Matches revision 5 of diagram

reverting to version 1.13. Version 1.14 was committed by mistake

we already have the package_id

first draft

    • -0
    • +23
    ./contrib/packages/simulation/simulation.info
    • -0
    • +23
    ./packages/simulation/simulation.info
    • -0
    • +11
    ./packages/simulation/sql/postgresql/simulation-create.sql
    • -0
    • +49
    ./packages/simulation/sql/postgresql/simulation-drop.sql
    • -0
    • +4
    ./packages/simulation/sql/postgresql/simulation-functions.sql
Reverting accidental change

Cleaned up code to get the category list

    • -4
    • +1
    ./packages/lars-blogger/www/entry-edit.tcl
    • -3
    • +3
    ./packages/lars-blogger/www/entry-edit.xql
Applied fix from Carsten Clasohm - now upgrade works on pg7.3 as well (tried it on 7.2 too). Fixes #631

Re-create the table with different constraint names than it had before, so they won't collide. Also tried renaming the constraints but that didn't work. Fixes #616

Making emoticons switched on by default again, Lars accidentially committed default false.

A bunch of I18N fixes for acs-subsite. More to follow.

    • -1
    • +1
    ./packages/acs-subsite/lib/applications.adp
    • -2
    • +2
    ./packages/acs-subsite/lib/applications.tcl
    • -1
    • +1
    ./packages/acs-subsite/lib/subsites.adp
    • -7
    • +7
    ./packages/acs-subsite/lib/subsites.tcl
    • -1
    • +1
    ./packages/acs-subsite/www/members/index.adp
    • -20
    • +21
    ./packages/acs-subsite/www/members/index.tcl
Use a multiselect instead of a table with checkboxes, which makes the UI work a little bit better when there are lots of privileges.

Added missing I18N key.

A few more I18N tags added to login-status.adp.

Gave site-master.* the I18N treatment. Added a workaround, so the

'Your Account' can both be named as a kernel parameter, or have a proper

translation key.

Added I18N message keys for site-master.adp.

Fixing an error in the join clause of the party_search widget which resulted in returning way too many, and redundant matches.

Added an introduction how to setup bouncing with postfix

updating README and TODO files. Bugfixing dotlrn-basic-setup

taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files

    • -11
    • +0
    ./packages/acs-tcl/catalog/acs-tcl.gl_ES.utf-8.xml
    • -543
    • +0
    ./packages/dotlrn/catalog/dotlrn.gl_ES.utf-8.xml
  1. … 15 more files in changeset.
taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files

adding syntax check of acs-lang.localization-grouping value and falling back on en_US locale in case of invalid syntax (to avoid broken pages)

    • -1
    • +7
    ./packages/acs-lang/tcl/localization-procs.tcl
bugfix: forgot to wrap the site-wide-admin-toggle link in a dotlrn_user_p if statement in my last commit

removing old procs file replaced by files in tcl dir

    • -873
    • +0
    ./etc/install/tclwebtest-functions.tcl
adding a simple forums posting test. Restructuring procs a little

    • -15
    • +15
    ./etc/install/dotlrn-basic-setup.test
    • -19
    • +28
    ./etc/install/tcl/class-procs.tcl
    • -0
    • +63
    ./etc/install/tcl/config-procs.tcl
    • -0
    • +170
    ./etc/install/tcl/twt-procs.tcl
    • -17
    • +28
    ./etc/install/tcl/user-procs.tcl
    • -164
    • +0
    ./etc/install/tcl/util-procs.tcl
the toggle-site-wide-admin link was duplicated, removing one of them. Indenting the bottom link section

    • -26
    • +11
    ./packages/dotlrn/www/admin/user.adp
posting message in forums broken because attach_p was empty string, see bug 932. Temporarily fixed.

    • -2
    • +2
    ./packages/forums/www/message-post.tcl
further adaption of install.sh to the new OpenACS installer. Making dotlrn-basic-setup work with new tcl library

making dotlrn-basic-setup use the new namespacified procs

    • -46
    • +46
    ./etc/install/dotlrn-basic-setup.test
    • -20
    • +20
    ./etc/install/tcl/class-procs.tcl
    • -32
    • +32
    ./etc/install/tcl/dotlrn-procs.tcl
    • -31
    • +22
    ./etc/install/tcl/user-procs.tcl
breaking up the procs to support testing OpenACS with tclwebtest into namespaces.

    • -0
    • +91
    ./etc/install/tcl/admin-procs.tcl
    • -0
    • +164
    ./etc/install/tcl/class-procs.tcl
    • -0
    • +175
    ./etc/install/tcl/dotlrn-procs.tcl
    • -0
    • +32
    ./etc/install/tcl/forums-procs.tcl
    • -0
    • +35
    ./etc/install/tcl/global-vars.tcl
    • -0
    • +73
    ./etc/install/tcl/news-procs.tcl
    • -0
    • +15
    ./etc/install/tcl/test-procs.tcl
    • -0
    • +220
    ./etc/install/tcl/user-procs.tcl
    • -0
    • +153
    ./etc/install/tcl/util-procs.tcl