• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
HTML Strict cleanup

  1. … 1 more file in changeset.
New version with deletion of comments

    • -0
    • +17
    ./delete-2-oracle.xql
    • -0
    • +18
    ./delete-2-postgresql.xql
    • -0
    • +26
    ./delete-postgresql.xql
  1. … 2 more files in changeset.
Changed to use the procedure and allow deleting of comments for non admins (so the blog owner can delete the comments on his/her blogs without the need to be admin of the general comments package

Changed to use the procedure and allow deleting of comments for non admins (so the blog owner can delete the comments on his/her blogs without the need to be admin of the general comments package

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2477 more files in changeset.
Fixes #2773: Change require_login to ad_conn user_id as permissions are checked afterwards

Use -4 parent_id.

  1. … 2 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. … 684 more files in changeset.
some more l10n for timestamps

use localized dates

  1. … 3 more files in changeset.
Page title shows up twice patch 422 Gabriel Burca

collapsing I18N message keys for easier translation

  1. … 1 more file 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. … 272 more files in changeset.
noquote fix

  1. … 15 more files in changeset.
Adding a noquote fix.

noquote changes (Dirk Gomez)

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

  1. … 63 more files in changeset.
- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 8 more files in changeset.
general comments index page perf fix bug 30/patch 6

general comments index page perf fix bug 30/patch 6

I18N: converting general-comments package to using the message catalog. Kudos to Steffen Tiedemann who did the job as a volunteer

  1. … 15 more files in changeset.
Better yet: Offer people a checkbox that they can check if they want to attach stuff ... most people don't, so we default to no.

Go back to the return_url after posting a comment, instead of going to

the useless view-comment page. If people want to add an attachment,

they can click "view details" afterwards.

remove superfluous package local masters and use sitewide master by default

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

  1. … 12 more files in changeset.
Use bind variable instead of ''

Added focus on first field of comment-add form

fixes bug 1562 patch 278

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

  1. … 72 more files in changeset.

Bug fixes in the postgres ports of these packages ...

  1. … 2 more files in changeset.