• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Another bunch of added I18N keys in the adp files.

Removing obsolete files

Deleting objects, adding stylesheet to all objects, making extra attributes optional

    • -0
    • +13
    /openacs-4/packages/simulation/www/object-delete.adp
    • -0
    • +20
    /openacs-4/packages/simulation/www/object-delete.tcl
put title below context bar

#943, setting item width to 80%

dummy pages

    • -0
    • +1
    /openacs-4/contrib/packages/simulation/www/role.adp
    • -0
    • +1
    /openacs-4/contrib/packages/simulation/www/simulation.adp
    • -0
    • +1
    /openacs-4/contrib/packages/simulation/www/task.adp
    • -0
    • +1
    /openacs-4/packages/simulation/www/role.adp
    • -0
    • +1
    /openacs-4/packages/simulation/www/sim-template.adp
    • -0
    • +1
    /openacs-4/packages/simulation/www/simulation.adp
    • -0
    • +1
    /openacs-4/packages/simulation/www/task.adp
Committing a working version

A bunch of added I18N keys and catalog entries.

Added item::get_content proc

replacing non-existant key with one that actually exists (doesn't really matter which key we use here AFAIK)

making catalog check script also seach in /www directory for keys

edits

Fixed upgrade script for authentication, collapsed two upgrade scripts

removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level

changing the acs-lang-init for the Nth time. Only caching is needed now. If we did need to load message keys into the db here it should be in a scheduled proc as we need the keys *before* the server is up

Allow getting only snapshots, in addition to only incremental

adding loading of all message catalogs at the end of OpenACS bootstrap install. That way when the server comes up after restart all message keys are available immediately for init scripts etc.

Fixed bug #913: Weblogger Portlet permissions and other fixes

Added categories support in Oracle, changed 0 for no category to null

    • -0
    • +22
    /openacs-4/packages/lars-blogger/www/category-edit-oracle.xql
Added name column on Oracle

Added all_users view to Oracle

- Fixed bug #916: User with Write permission can Draft other user's entries

- Cleaned up permissions handling in a major way

- Using list builder for the draft entries list

  1. … 8 more files in changeset.
Added permission::write_permission_p and permission::require_write_permission, which tests if the user has write, or create and is the creation_user

Added acs_object::get and acs_object::get_element

    • -1
    • +29
    /openacs-4/packages/acs-tcl/tcl/object-procs.tcl
Must have admin to delete a category, because categories are package-wide

Redirect back to page after creating a category - otherwise creating a new category will actually edit the last one

Do not link to community-member page for user_id 0

Fixed bug #959: User registration and return_url is broken

Use permission::permission_p instead of ad_permission_p

Cleaned up display of member list