• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file dashboard-master.adp was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul/lib/dashboard-master.adp
some I18N message lookup fixes

file upgrade-1.0.0b2-1.0.0b3.sql was initially added on branch oacs-5-1.

Added yet another flag: show_states_p

removing trailing underscores that were accidentally left in keys in adp message lookups

  1. … 5 more files in changeset.
Fixed a typo in label.

Updated

file properties.adp was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul-admin/www/properties.adp
file tree-view.tcl was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul-admin/www/tree-view.tcl
file tree-view.adp was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul-admin/www/tree-view.adp
file tree-root.tcl was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul-admin/www/tree-root.tcl
file tree-root.adp was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul-admin/www/tree-root.adp
file properties.tcl was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul-admin/www/properties.tcl
added notes and pictures for i18n guide

  1. … 60 more files in changeset.
Tidied up and simplified the examples.

removing newline in role::get_options call that was breaking case-admin page

added notes and pictures for i18n guide

  1. … 75 more files in changeset.
added notes and pictures for i18n guide

Some parameters where still using the /web directory instead of . Found in http://openacs.org/forums/message-view?message_id=171712.

Smarter getting of GC package url

Fixed site_node::get_url_from_object_id slowness bug, plus added a similar mechanism to find URL by package_key.

Added proc to use with lsort to compare strings based on their length

Fixing incorrect order of parameters in call to cr_import_content.

Thanks to Cathy Sarisky for tracking it down.

Fixing some formatting things ...

Got rid of the horrible layout-elements proc that some bright OF type wrote

to handle a maximum of eight portlets in a column. Getting rid of it simplified

the layout templates, not surprisingly. If nested "list" tags worked I could

get rid of the various simple column layout templates as a matter of fact.

  1. … 3 more files in changeset.
Changed parameter handling a bit ... set_value now takes a parameter id, as

do some other procs. set_value in particular was very dangerous as it would

change the values for ALL parameter entries with the same key.

There was an extra - and SLOW - query in the fs-contents-portlet. The result

wasn't used because folder-chunk was included and did the actual output.

qualify table name for package_id

noquote for dimensional and result table

Another smart message in subscription handling.