• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update the password_changed_date whenever the user's password is changed

file upgrade-4.6.3-4.6.4.sql was initially added on branch oacs-4-6.

Added password_changed_date column to users table, so we can expire passwords after a certain number of days

not showing an empty list if there is no comment link

Use create or replace

removing unconventional '*SQL*' string from sql in db statement

    • -2
    • +2
    /openacs-4/packages/news/tcl/news-procs.tcl
Added errorInfo to error statement so you can actually find out from where it was called

Put error log statement on one line

Clarified documentation on parameter::get

Added a login-include box, which you can include on other ADP pages

file login-include.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/acs-subsite/www/register/login-include.adp
file login-include.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/acs-subsite/www/register/login-include.tcl
Added feature to more easily add a new application.

file application-new-oracle.xql was initially added on branch oacs-4-6.

file application-new.xql was initially added on branch oacs-4-6.

file application-new.tcl was initially added on branch oacs-4-6.

file application-new.adp was initially added on branch oacs-4-6.

file application-new-postgresql.xql was initially added on branch oacs-4-6.

Changed links to go to the current subsite instead of the main site

At least sort the list of applications

If we are going to show all the objects created by this user, at least we can group by object type properly, and we can sort descending by creation-date, so the most recent items come first.

Calendar page is by default called 'Calendar', not 'My Calendar'.

Make <if foo nil> work without foo being a static string instead of a variable.

search widget: Check to make sure element(options) is set before unsetting it. Otherwise it would cause an error.

Improved version of standard-lars, which looks nicer, has * for required elements, and has cleaner [i] help_text look

New info gif, used in standard-lars form template

file info.gif was initially added on branch oacs-4-6.

Adding and displaying comments works with existing applications.

Uh-oh in AOLserver 4 globals get copied from existing threads and hey,

guess what? That causes us lots and lots of problems which I'm just

starting to track down and fix.

Oops - typo in last commit