• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed noquote problem

Forgot to flush keywords cache when deleting a bug-tracker category

Modified Barry Brooks's context_id update trigger speedup for PostgreSQL,

did some testing ...

Added Barry Brook's speed-up to the object context update trigger (untested as

yet, will get Janine to test at Sloan)

Noquote fixes and some minor html/navigational cleanup.

    • -1
    • +1
    /openacs-4/packages/news/www/admin/index.adp
    • -3
    • +1
    /openacs-4/packages/news/www/admin/item.adp
    • -5
    • +1
    /openacs-4/packages/news/www/admin/item.tcl
    • -2
    • +2
    /openacs-4/packages/news/www/admin/news.adp
Added date formatting, propably only necessary to work with certain pg setups which return dates in a format that tcl clock scan doesn't understand.

Fixing erroneous date format string from my commit before (added by me to Gabriel's patch).

Fix bug #596, patch by Gabriel Burca.

Moved drop of depending function to the end, changed acs_objects__drop_type to content_type__drop_type.

Fixes Bug #678: Error in news__status, pg date math problem, patch by Gabriel Burca

Remove content-type with hard-coded charset, as that interferes with internationalization which potentially wants to set the charset to UTF-8

    • -4
    • +1
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
Noquote the ds_link

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/dotlrn-master.adp
Added focus

Make page not an initial-install package

Added comment about a @foo;noquote@ breaking <if> tags

Noquote the label, because bug-tracker uses this to put a link in the label

Tasks now are added with deadlines. Also fixed a bug in which tasks

were being added as sub-tasks instead of as children of the parent project.

Fixed date code for projects. Started adding in project status info into index.

Synced with the actual columns in the table

Updated to new design

Admin creation takes username, but no longer password question/answer

Fixed ad_user_new to use new acs.add_user with authority_id and username, but no password question/answer

Changed acs_user.new and acs.add_user to take authority_id and username. Removed password_question/answer to make room.

We cannot create the local authority in authentication-procs, because acs_magic_objects isn't defined until acs-create.sql, and is referenced by a trigger on acs-objects.

fixing broken installation: changing service contract implementation id columns in the auth_authorities table to reference acs_objects instead of acs_sc_impls table as the latter table is created later

external authentication support: adding the username and authority_id arguments to the ad_user_new proc

Support for external authentication: two new columns added to users table - username and authority. New object type authority with corresponding table auth_authorities. Bumping version number to 5.0d3

adding weblogger-portlet as a module

adding the weblogger-portlet on head. It was added previously on the 4.6 branch by mistake

adding acs-authentication as a module and to core. Adding news-aggregator-portlet as a module