• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #860: * required mark on forms

Fixed bug #885: If an admin user visits dotlrn, self-approve

Add focus

Grant create, in addition to read and write, to community members

- Fixed bug in oracle code, which caused thread last post date to not get set corectly

- Moved upgrade scripts to upgrade directory

    • -2
    • +2
    /openacs-4/packages/forums/forums.info
Tried to clean up the hierarchical display a bit on Oracle, but it's still awfully broken

Oracle porting bug: missing 'from dual'

Localize instance_name

Fixed bug #871: Sorting forums post listing

    • -70
    • +22
    /openacs-4/packages/forums/www/forum-view.adp
    • -9
    • +101
    /openacs-4/packages/forums/www/forum-view.tcl
Default applets instance_name to package's pretty_name instead of package_key

    • -4
    • +0
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
    • -11
    • +9
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -8
    • +0
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql
Make context bar work with the index page in applications as well

Focus

Capitalize first letters of Yes and No

don't show email to un-logged in users.

general xql file had postgresql signature in it

Unassigned query not ported to PG

initializes category_defaults so empty bug-tracker does not fail

Adding a line to the api-doc of auth::create_user that it returns the user_id also.

Closes bug #854. Missing noquote, improper vertical alignment of arrow buttons.

Added double quotes around tag parameters.

adds a kernel param ExcludedFiles for which the rp returns 404 (set to */CVS/* *~) and support for that in rp

writing a Tcl proc with accompanying test case to replace the news__status plsql function. TODO: replace usage of plsql function with Tcl proc and update view

    • -1
    • +62
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -0
    • +70
    /openacs-4/packages/news/tcl/test/news-test-procs.tcl
Fixed bug #882: gifs mising in file-storage

Do not center the form, makes it look really ugly (input fields are centered within themselves

typo

get tmpdir from acs-subsite bug 75 Simos Gabrielidis

Removing the graphics/ directory since the emoticon pics live in resources/ now.

  1. … 4 more files in changeset.
Bug #801 - made display / edit mode buttons available in a form_buttons(label, name) multirow.

localizing folder names (they used to show up as message keys in the UI)

bug 361: making cr_items.parent_id of case log entries be the object_id of the object governed by the case, just like for the acs_object.context_id of the case

making party::get_by_email do a lowercase email comparison so that people can't create accounts that with emails that differ only in case. See bug 740