• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
- replace calls to deprecated "ns_sendmail" to calls to "acs_mail_lite::send"

  1. … 4 more files in changeset.
Untabify and indent

Update to version 0.2

change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 688 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +262
    ./sql/oracle/upgrade/upgrade-0.1d-0.2d1.sql
  1. … 6 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 273 more files in changeset.
Fixing noquote issue

noquote changes (Dirk Gomez)

  1. … 18 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 31 more files in changeset.
merge from oacs-4-6

    • -28
    • +22
    ./www/admin/cronjob-add-oracle.xql
    • -6
    • +5
    ./www/admin/cronjob-add-postgresql.xql
    • -14
    • +8
    ./www/admin/cronjob-delete-oracle.xql
    • -9
    • +7
    ./www/admin/cronjob-delete-postgresql.xql
    • -25
    • +20
    ./www/admin/cronjob-edit-oracle.xql
    • -10
    • +7
    ./www/admin/cronjob-edit-postgresql.xql
  1. … 116 more files in changeset.
file index.xql was initially added on branch oacs-4-6.

file cronjob-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/cronjob-procs.xql
Added new files to .info files

  1. … 38 more files in changeset.
add missing ad_library calls

  1. … 14 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 687 more files in changeset.
propigate context list to master

remove hardcoded from address

improve navigation with index files

1. Changed a couple of ns_schedule_proc calls to ad_schedule_proc.

2. Moved job scheduling for workflow from the db to tcl, because PG doesn't

support in-db job scheduling.

  1. … 7 more files in changeset.

Minor tweaking of cronjob ...

    • -0
    • +9
    ./sql/oracle/cronjob-drop.sql
    • -33
    • +17
    ./sql/postgresql/cronjob-create.sql
    • -0
    • +7
    ./sql/postgresql/cronjob-drop.sql
Initial admin UI files

    • -0
    • +33
    ./www/admin/cronjob-add-oracle.xql
    • -0
    • +26
    ./www/admin/cronjob-add-postgresql.xql
    • -0
    • +50
    ./www/admin/cronjob-add.tcl
    • -0
    • +20
    ./www/admin/cronjob-delete-oracle.xql
    • -0
    • +16
    ./www/admin/cronjob-delete-postgresql.xql
    • -0
    • +22
    ./www/admin/cronjob-delete.tcl
    • -0
    • +31
    ./www/admin/cronjob-edit-oracle.xql
    • -0
    • +27
    ./www/admin/cronjob-edit-postgresql.xql
    • -0
    • +44
    ./www/admin/cronjob-edit.tcl
    • -0
    • +15
    ./www/admin/cronjob-run-now.tcl
    • -0
    • +86
    ./www/admin/cronjob.adp
    • -0
    • +104
    ./www/admin/cronjob.tcl
    • -0
    • +17
    ./www/admin/cronjob.xql
    • -0
    • +94
    ./www/admin/cronjobs.adp
    • -0
    • +64
    ./www/admin/cronjobs.tcl
    • -0
    • +17
    ./www/admin/cronjobs.xql
Initial Tcl Scripts

    • -0
    • +190
    ./tcl/cronjob-init.tcl
    • -0
    • +96
    ./tcl/cronjob-procs.tcl
Initial DM

    • -0
    • +300
    ./sql/oracle/cronjob-create.sql
    • -0
    • +273
    ./sql/postgresql/cronjob-create.sql
Initial Files