• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
put back loop_count variables from 1.19 that got killed in 1.20 and 1.21

rewrote automated install instructions

updated requirements doc with current implementation

Added links to available datatypes and widgets to ad_form documentation

More incremental progress.

If the message is Draft we redirect to one-entry. That way new messages

don't end up in black hole if they are draft and one-entry serves as a

sort of preview.

Even more helpful help text.

util_url_valid_p now accepts ftp:// style URLs and also doesn't care

about the case (i.e. HTTP://example.com is a valid URL).

Clarified error message

Validating the URL and explaining the user what title_url is supposed to

do.

Converted the page to use ad_form (lots of changes).

removing obsolete crawl_links parameter from config file

adding back Tcl API and HTTP testing config sections that Joel removed by mistake from the config file

Hooking in site-wide categories to admin pages.

Lars added some missing columns to these queries.

Had to change the task add code as the form was changed to use a checkbox instead of a select. Relies on a new proc in tclwebtest (field_check_multiple) that is on tclwebtest cvs head

adjusted release numbering rules

added a clue to the 'no select_query or select_query_name clause

exists error' message

fixed merge glitch

Changing bug-tracker to work with workflow version 2.0d1. Making use of enabled_action_id instead of action_id/case_id on the bug page

in the bug listing query, setting parent_enabled_action_id to null in where clause to only get top workflows

changing proc workflow::case::fsm::get to allow parent_enabled_action_id to be null. Removing two obsolete TODOs

Adding tcl API for content_symlinks.

Fixed TODO: 'Associated with 1' should say 'Associated With'

Added -handlers to workflow::role::edit

Ensure that child workflows have an initial action, and that it changes state

Finished recursive end-to-end

on the object confirm deletion page in citybuild show which object is being deleted

qualify column in where clause with table name for clarity

More recursive/parallel