• last updated 25 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Errors should be send to the HostAdministrator, not to the SystemOwner, as the hostadministrator deals with technical issues, not the system owner

Someone forgot to add the format of the date to the to_date function

titles and context corrected

new marks added

cleaned code

cleaned code

Initial import of accounts-payables

Initial import of accounts-ledger

  1. … 48 more files in changeset.
Initial revision

    • -0
    • +31
    /openacs-4/packages/accounts-ledger/accounts-ledger.info
  1. … 56 more files in changeset.
increment version number to get changes in code and i18N messages

new i18N messages

file contact.adp was added on branch oacs-5-2 on 2005-11-30 15:31:02 +0000

file contact.tcl was added on branch oacs-5-2 on 2005-11-30 15:31:02 +0000

calling ap-tasks-portlet file when the party_id is member of the group freelancer

portlet to call project-manager/lib/all-party-tasks include

    • -0
    • +24
    /openacs-4/packages/contacts/lib/ap-tasks-portlet.adp
    • -0
    • +1
    /openacs-4/packages/contacts/lib/ap-tasks-portlet.tcl
new include that shows all tasks a party_id is participating in across all project-manager instances

    • -0
    • +1
    /openacs-4/packages/project-manager/lib/all-party-tasks.adp
    • -0
    • +382
    /openacs-4/packages/project-manager/lib/all-party-tasks.tcl
    • -0
    • +139
    /openacs-4/packages/project-manager/lib/all-party-tasks.xql
fixed a bug, it was impossible to submit a form if the html area was not on the page

making changes in files that include project-manager/lib/tasks include to work correctlry with the filters

making changes in tasks include to work correctlry with the filters

changin the name of the sent varaible

making changes in tasks include to work correctlry with the filters

now if there is no mounted instance of the package the proc aa_get_first_url will mount it

Oops, yesterday's commit was partially bogus, tested these queries at

Heidelberg this time ...

removing callback implementatios from application-track and adding them to the owner packages

removing callback implementatios from application-track and adding them to the owner packages

removing callback implementatios from application-track and adding them to the owner packages

capable to move and copy one or several objects to one or several destinys

Capable to move and copy one or several objects to one or several communities

file one-object-copy.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    /openacs-4/packages/datamanager/www/one-object-copy.xql
Replaced two slow queries using cc_users with their faster equivalent using

parties and users. Makes a huge difference on Oracle when there are many,

many users (49,000 in this case). And yes, I checked, the original queries

used indexes galore, Oracle was doing as well as can be expected.