• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
yet even more I18N fixes..

Second version with support for logger, fs and forums integration

Fixed to use application_data_link

Made it work correctly with application data link

    • -20
    • +21
    /openacs-4/packages/logger/www/log.tcl
I18N and modification to work with application_data_link

    • -40
    • +40
    /openacs-4/packages/logger/www/log.tcl
Changed to use application_link instead of manual linking tables or parameters

    • -36
    • +3
    /openacs-4/packages/logger/tcl/util-procs.tcl
Got rid of the dependency on the pm_tasks_logger_map

    • -49
    • +1
    /openacs-4/packages/logger/tcl/entry-procs.tcl
Made sure that project manager can log logger hours

Made more I18N changes so we especially don't get into conflicts due to name contraints on pretty_names if installing project manager along Project Open (don't ask...)

Added base_url and filter support

merge between head and oacs-5-2

  1. … 10 more files in changeset.
add messages

add user::registration callback to handle the assessment registration process

First version of dotlrn-project-manager

First version of the project-manager-portlet

add user::registration callback to handle the assessment registration process

remove AsmForRegisterId parameter since this will be registrated from the assessment package

remove parameter registration, since it will be done in the assessment package

register AsmForRegisterId parameter for acs-subsite instead of doing it on the acs-subsite package

add in the after upgrade callback the asm registration parameter

remove acs-subsite dependency

add functionality to be able to add manually evaluated triggers after some users have already answered the assessment

Interesting side effect as acs-lang is loaded after acs-tcl. lang::util::localize was unknown, so I had to add a check to the db_list_of_lists procedure to test if the string is actually a message key before localizing it. Now install works.

Add callback proc definitions

    • -1
    • +51
    /openacs-4/packages/search/tcl/search-procs.tcl
Update message keys

First version, not necessarily working perfectly of our project-manager integration into .LRN

First version, not necessarily working perfectly of our project-manager integration into .LRN

Changed to use boolean. Thx to JCD for the tip.

Add support for search callbacks for datasource.

    • -3
    • +9
    /openacs-4/packages/search/tcl/search-procs.tcl
More I18N. Added a new procedure relation:get_objects that returns multiple objects instead of throwing an error if you have multiple relationsships of one type (e.g. on company usually has multiple employees)