• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace deprecated call to "calendar_create" by "calendar::create"

- replace deprecated call to "calendar_assign_permissions" by "calendar::assign_permissions"

- provide hints to depreacated calls to non-deprecated counterparts

  1. … 1 more file in changeset.
- improve page contracts

  1. … 13 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 103 more files in changeset.
- use tcl 8.5 commands

- brace expressions to allow for tcl compilation

- no need to use "expr" inside an "if" or "for" condition

- no need to use "expr" inside "expr"

- bump version number

  1. … 17 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 334 more files in changeset.
HTML Strict cleanup

  1. … 3 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
reverting invadvertent commits on calendar package

  1. … 6 more files in changeset.
varous bug fixes, enhance date field to use the new calendar javascript and integrates with ad_form date widget

  1. … 20 more files in changeset.
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. … 689 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Remove the $ from the word Permissions in quotes. Was throwing a variable not found error.

ul.action-links

removed unused proc calendar_public_p

removed proc calendar_update which did exactly the same as rename - but wasn't that aptly named

moved calendar_get_name into calendar namespace

removed queries that were duplicated both in tcl and in xql files.

removed obviously unnecessary comments

  1. … 4 more files in changeset.
Removing unused files. The calendar admin interface was completely broken and replaced during the Hamburg bug bash (kudos to Lars). Most of the code in the removed files basically duplicated OpenACS code from somewhere else. Now that calendar is making proper use of OpenACS this stuff is a) not necessary anymore and b) has never worked anyway.

    • -50
    • +0
    ./cal-item-permissions-postgresql.xql
    • -28
    • +0
    ./calendar-permissions-postgresql.xql
    • -28
    • +0
    ./calendar-preferences-postgresql.xql
  1. … 3 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 590 more files in changeset.
file permissions.tcl was initially added on branch oacs-5-0.

file permissions.adp was initially added on branch oacs-5-0.

file permissions-user-add.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./permissions-user-add.tcl
file permissions-user-add.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    ./permissions-user-add.adp
file calendar-delete.tcl was initially added on branch oacs-5-0.

- Rewrote calendar admin pages

- Rewrote calendar permission checking

- Fixed bug #261: Day summary doesn't show events before 7 am

- Fixed bug #1139: Times added between 8 and 10 am not shown in day view

- Calendars inherits permissions from the package to which they belong

    • -50
    • +0
    ./cal-item-permissions-postgresql.xql
    • -28
    • +0
    ./calendar-permissions-postgresql.xql
  1. … 37 more files in changeset.
Require admin permission on the calendar, not the user

Order the user dropdown

collapsing I18N message keys for easier translation

  1. … 1 more file in changeset.
collapsing all I18N message keys related to the developer note into one

Fixed context bar

  1. … 1 more file in changeset.
Do not show the groups an admin is member of (does not make sense here)

debugged the query and the corresponding page. calendar-preferences now syntactically works fine, however I am not sure about the supposed semantics of this page...

    • -25
    • +7
    ./calendar-preferences-postgresql.xql
noquote changes (Dirk Gomez)

  1. … 94 more files in changeset.