• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix bug #3179

- include always vuh in ExtensionPrecedence to preserve documented sematics

- fix bug and potential security hole: before this patch, OpenACS was trying to serve files with arbitrary extensions (i.e. not included in the kernel parameter ExtensionPrecedence) in case the requested file was not found. This is quite dangerous and breaks e.g. the listing of openacs.org/repository (which is a directory), since the directory is moved every night into openacs.org/repository.bak. With the given logic, it tries to server the .bak directory as a file (which does of course not work). That blind logic is not inecessary, and is actually a potential attack vector.

- fix bug, when api-browser is called with ad_proc stub (like e.g api-doc/proc-view?proc=form&source_p=1)

- fix quoting of xql files (fixes bug #2302)

- content-page-view: fix cases, where non-existing file is passed in

- improve rebustness

- use <property name="doc(title)">

    • -1
    • +1
    /openacs-4/packages/download/www/help.adp
  1. … 9 more files in changeset.
- reduce verbosity

- reduce verbosity

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- use <property name="doc(title)">

    • -1
    • +1
    /openacs-4/packages/wp-slim/www/index.adp
  1. … 17 more files in changeset.
- replace deprecated calls

  1. … 22 more files in changeset.
- use <property name="doc(title)">

  1. … 41 more files in changeset.
- replace deprecated callas

- use <property name="doc(title)">

    • -2
    • +2
    /openacs-4/packages/faq/www/one-faq.adp
    • -1
    • +1
    /openacs-4/packages/faq/www/one-question.adp
    • -1
    • +1
    /openacs-4/packages/faq/www/admin/faq-new.adp
    • -2
    • +2
    /openacs-4/packages/faq/www/admin/index.adp
  1. … 5 more files in changeset.
- replace deprecated calls

    • -1
    • +1
    /openacs-4/packages/faq/www/one-faq.tcl
    • -1
    • +1
    /openacs-4/packages/faq/www/one-question.tcl
    • -1
    • +1
    /openacs-4/packages/faq/www/admin/faq-new.tcl
    • -1
    • +1
    /openacs-4/packages/faq/www/admin/swap.tcl
- remove backup file

Fix to the check check ensuring separators are not equal

Moved checks for semantic correctness of translation messages keys to the new proc lang::message::check,

introduced such proc into message edit form and in new regression test lang_messages_correct.

Added check to ensure localized separators for thousands and decimals are different. Equal separators

would have caused localized number parsing to fail.

merging fixes from oacs-5-1 to HEAD.

    • -1154
    • +212
    /openacs-4/contrib/packages/irc-logger/perl/logger
Simply commiting logger perl script as found in openacs.org

    • -1154
    • +213
    /openacs-4/contrib/packages/irc-logger/perl/logger
file logger-bart was initially added on branch oacs-5-1.

    • -0
    • +0
    /openacs-4/contrib/packages/irc-logger/perl/logger-bart
Verifying variables exists before performing delete. Smarter url generation when running within a sched proc.

Adding per case flushing.

    • -11
    • +63
    /openacs-4/packages/workflow/tcl/case-procs.tcl
small modifications to css for bug-tracker.

setting filename on response headers when downloading patch.

Exporting page variable as well.

Merging commits from oacs-5-2 branch to HEAD.

- use property "doc(title)" instead of property "title" to get rid of warnings in error.log

- use property "doc(title)" instead of property "title" to get rid of warnings in error.log

    • -1
    • +1
    /openacs-4/packages/download/www/help.adp
  1. … 9 more files in changeset.