• last updated 37 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added master templates for plain subsite and tabbed subsite navigation, though

only the plain subsite navigation works thus far.

    • -11
    • +12
    ./contrib/packages/portal/portal.info
    • -0
    • +46
    ./contrib/packages/portal/lib/plain-master.adp
    • -0
    • +44
    ./contrib/packages/portal/lib/plain-master.tcl
    • -0
    • +23
    ./contrib/packages/portal/lib/plain-master.xql
    • -0
    • +1
    ./contrib/packages/portal/lib/render-portal.adp
    • -0
    • +21
    ./contrib/packages/portal/lib/render-portal.tcl
    • -0
    • +107
    ./contrib/packages/portal/lib/tabbed-master.adp
    • -0
    • +60
    ./contrib/packages/portal/lib/tabbed-master.tcl
    • -0
    • +23
    ./contrib/packages/portal/lib/tabbed-master.xql
    • -14
    • +65
    ./contrib/packages/portal/tcl/portal-procs.tcl
  1. … 4 more files in changeset.
patch from Bruno Mattarollo

Fixed get_pageflow_structure to correctly label the index_redirect_url as

"Home".

    • -2
    • +3
    ./packages/acs-subsite/tcl/subsite-procs.tcl
fixing bug 1598

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

    • -2
    • +2
    ./packages/simulation/www/simplay/case.adp
Added version number to all three places and not only one.

    • -1
    • +1
    ./packages/bug-tracker/bug-tracker.info
merging a few days of HEAD work back to the branch

    • -7
    • +9
    ./packages/simulation/lib/case-history.tcl
  1. … 13 more files in changeset.
Reversed a rash change from export_url_vars to export_vars ...

    • -10
    • +10
    ./packages/ecommerce/tcl/ecommerce-procs.tcl
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

    • -2
    • +28
    ./packages/simulation/lib/messages.tcl
    • -2
    • +2
    ./packages/simulation/www/simplay/case.adp
Joel says we can call Bug Tracker alpha. Should we throw a party?

    • -1
    • +1
    ./packages/bug-tracker/bug-tracker.info
Adding a column to the bug list showing who is assigned to which bug.

    • -1
    • +10
    ./packages/bug-tracker/tcl/bug-procs.tcl
Use action(child_action_ids) instead of separate query to get child actions

    • -25
    • +11
    ./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
    ./packages/acs-subsite/acs-subsite.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.

    • -0
    • +9
    ./packages/simulation/www/simplay/message.adp
    • -0
    • +2
    ./packages/simulation/www/simplay/message.tcl
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
    ./contrib/packages/simulation/www/simbuild/task-copy.tcl
    • -2
    • +39
    ./packages/simulation/tcl/sim-action-procs.tcl
    • -6
    • +2
    ./packages/simulation/tcl/template-procs.tcl
    • -0
    • +16
    ./packages/simulation/www/simbuild/task-copy.tcl
removing obsolete deep flag related to deep cloning of workflows

    • -42
    • +3
    ./packages/workflow/tcl/workflow-procs.tcl
Adding Simple User Search Page

    • -0
    • +48
    ./packages/ecommerce/www/admin/searches/index.tcl
    • -0
    • +15
    ./packages/ecommerce/www/admin/searches/index.xql
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.

    • -7
    • +9
    ./packages/simulation/lib/case-history.tcl
    • -21
    • +37
    ./packages/simulation/tcl/template-procs.tcl
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.

    • -2
    • +2
    ./packages/workflow/tcl/case-procs-oracle.xql
    • -2
    • +6
    ./packages/workflow/tcl/case-procs.tcl
When getting content from the URL variable, it didn't get massaged into a richtext datatype

    • -0
    • +1
    ./packages/lars-blogger/www/entry-edit.tcl
Showing the user in which groups he is a member. This feature is not

very useful considering that we are just showing a passive list of

names.

    • -0
    • +6
    ./packages/acs-subsite/lib/user-info.adp
    • -0
    • +5
    ./packages/acs-subsite/lib/user-info.tcl
Fixed variable parsing, changed syntax to <first_names>, <last_name>,

added a missing noquote.

incremented version number to 5.2.0d1

adding missing paranthesis in section name

fixing the task anchor (redirect to task table after editing or adding task)

Added a primitive user search results page to admin and a few noquote fixes..

    • -11
    • +11
    ./packages/ecommerce/tcl/ecommerce-procs.tcl
    • -2
    • +2
    ./packages/ecommerce/tcl/ecommerce-user-contributions-summary-procs.tcl
    • -2
    • +2
    ./packages/ecommerce/www/review-submit-2.adp
    • -1
    • +2
    ./packages/ecommerce/www/review-submit.adp
    • -1
    • +4
    ./packages/ecommerce/www/admin/index.tcl