• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated

make file attachments work (my last commit fixed URLs but overlooked files

Added homework and survey stuff

Damn me for not testing properly before committing ... didn't work with PG7.2

Applied Reuven's patch #194 instead: "Basically, I switched to using localtimestamp (rather than current_timestamp), which gets rid of the time zone. Using a parameter of 0 removes the fractional seconds."

make attachments work (context was calendar events). Added item::get_type to the CR because I needed it and it didn't seem to already exist.

Added PostgreSQL datamodel scripts.

Added Oracle datamodel scripts.

    • -0
    • +16
    /openacs-4/packages/curriculum/sql/oracle/curriculum-drop.sql
granting Dirk commit rights on acs-datetime

Fixed PG7.3 bug: used to say current_timestamp + x, now says + interval 'x days'

removed unused variables

    • -1
    • +0
    /openacs-4/packages/calendar/www/view.adp
removed unused variables

    • -3
    • +3
    /openacs-4/packages/calendar/www/view.adp
draft version of noquoted calendar package

    • -0
    • +14
    /openacs-4/packages/calendar/www/view-list-display.adp
    • -0
    • +92
    /openacs-4/packages/calendar/www/view-list-display.tcl
    • -0
    • +1
    /openacs-4/packages/calendar/www/view-month-display.adp
    • -0
    • +89
    /openacs-4/packages/calendar/www/view-month-display.tcl
  1. … 8 more files in changeset.
removed obsolete next-steps.xml - replaced by text in openacs.xml pointing to several next steps

*** empty log message ***

merging with HEAD

merging with HEAD

making test pass - name switch was missing in projection::new call

proc logger::projection::new - documenting name and description args, making description optional

adding the helpful post install links that Lars added on the 4.6 branch. Somehow they didn't make it in with the merge.

fixed select_list_items query so that column names are the ones expected in the tcl files

Replaced proc_doc with ad_proc

fixed select_item_data so that result column names are the ones expected in the tcl file

Mistakenly lookewd for the 'edit' privilege, when it's called 'write'

    • -2
    • +2
    /openacs-4/packages/logger/www/log.tcl
Typo: 'shown x days back' instead of 'shown x back'

    • -1
    • +1
    /openacs-4/packages/logger/www/log.adp
Sort the project and variable lists

template::multirow extend mistakenly upvar'd only one level, not to the level of the multirow

Added switch -base to export_vars, which will make export_vars return a complete URL. The advantage of using this is that it'll be smart about only appending the question mark if there were any variables to export.

Added link to go to home page after package installation

Added portal::datasource_new and portall::datasource_set_def_param procs, so you can register portlets from Tcl