• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
email_verified_p was not set in the user_info array.

making sure received attachments show up when executing a responding task (i.e. give info)

fixing the control bar message count in simplay

third (and hopefully last) attempt at making tip of the oacs-5-1 branch identical to head

Patch#448 from Benjamin Bytheway. Fixed bug#1562. Change order of arguments

in string match command.

Added master templates for plain subsite and tabbed subsite navigation, though

only the plain subsite navigation works thus far.

    • -0
    • +21
    /openacs-4/contrib/packages/portal/lib/render-portal.tcl
    • -0
    • +107
    /openacs-4/contrib/packages/portal/lib/tabbed-master.adp
    • -0
    • +60
    /openacs-4/contrib/packages/portal/lib/tabbed-master.tcl
    • -0
    • +23
    /openacs-4/contrib/packages/portal/lib/tabbed-master.xql
  1. … 4 more files in changeset.
patch from Bruno Mattarollo

Fixed get_pageflow_structure to correctly label the index_redirect_url as

"Home".

fixing bug 1598

Added Rocael to acs-content-repository

Updated DaveB's karma to be absolutely karmatic.

bringing over some changes on head that didn't make it onto 5.1 in Joels merge

Added version number to all three places and not only one.

merging a few days of HEAD work back to the branch

  1. … 13 more files in changeset.
Reversed a rash change from export_url_vars to export_vars ...

Making sure that we are only responding to a message (inlining the message in the task subject and body) if there was a message task that put us in the current state and we are messaging the author of that message. Improving the check in the messages list so that we exclude task messages only if they correspond to an active assigned task that will respond to them instead. Minor UI fixes

Joel says we can call Bug Tracker alpha. Should we throw a party?

Adding a column to the bug list showing who is assigned to which bug.

Use action(child_action_ids) instead of separate query to get child actions

    • -25
    • +11
    /openacs-4/packages/workflow/tcl/case-procs.tcl
Necessary change due to internationlization, as the value can be different.

Necessary change, as the value can change due to translations.

changed package version numbers to 5.1.0a1

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
    • -2
    • +2
    /openacs-4/packages/search/search.info
adding a document upload link on the new message page that appears when a player is to send a message and has an empty portfolio.

Simplified the blank theme...

fix for bug #1633

Adding shallow task copy feature. removing obsolete deep flag related to deep cloning of workflows.

    • -0
    • +16
    /openacs-4/packages/simulation/www/simbuild/task-copy.tcl
removing obsolete deep flag related to deep cloning of workflows

Adding Simple User Search Page

making sure tasks that have timed out show up in the case log and that admins are notified. We are now signing up admins for all actions in the simulations they admin.

fixing bug in action::execute - it wouldn't work when executed outside an HTTP request (from the timeout sweeper). Now timeout tasks will have a null user_id which is not ideal. We might want to pass on the trigger type (time) to the case log entry to more clearly indicate when an action timed out.