• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Typo in spelling of checkbox_name in the API doc.

Properly quoting values in CSV file

Added -html switch to list builder to let you add HTML attributes to the TABLE tag

Added documentation for the -orderby switch to template::list::orderby_clause

Now chooses constraints better. You choose from a drop select instead

of typing by number.

Task revisions table now uses list-builder. Added a dependency on

acs-templating to reflect this.

1. Added search for words in messages feature.

2. Added locale enable/disable feature

3. Cleaned up translation UI

4. Improved batch message edit

  1. … 27 more files in changeset.
removed what looks like a copy-and-pase mistake at the end of the script

changing localization data to be stored in the message catalog instead of in an nsv array so that those values can be set via a web interface instead of having to update a file

  1. … 9 more files in changeset.
adding the british locale

- changed timestamp to timestamptz

- moved pl/pgsql into a separate file

- upgrade script

    • -209
    • +5
    /openacs-4/packages/wp-slim/wp-slim.info
file wp-packages-create.sql was initially added on branch oacs-4-6.

file upgrade-4.0b3-4.1.sql was initially added on branch oacs-4-6.

- In the user registration, leaving url empty yields an error. It shouldn't, since

it's optional. Fixed.

Added in task constraints, including icons for constraints.

  1. … 3 more files in changeset.
- Commiting include-optional's documentation from HEAD.

Oh darn it.

Looks like the documentation for the <switch> tag was already in HEAD,

but I didn't notice it. So the time spent in writing the darn thing was

in vain.

Backporting the switch docs from HEAD to oacs-4-6 (includes some other things,

like documentation for include-optional).

Added documentation for the <switch> tag.

removed :1 := since set_def_param is a procedure

changed write to puts, changed @tmpnam to .tcl

Use template named foo.locale.adp over foo.adp if it exists (e.g. index.da_DK.adp)

Changed link from hosting widget to point to hosting page, not jobs page

Bumped a version, now includes parameters for names for project, task,

assignee, watcher. Also tweaked the UI a bit based on comments from irc.

"Registered users" had a join policy of "open", which meant a user could

visit the join group registration page manually and turn user_id 0 (the

public) into a registered user. Bad ...

If installation of one packages fails, bail out of installing any other packages. Not a great solution, but better than just continuing

changed string range from 100 to 99

Merge in changes from oacs-4-6 branch. Fix reference to content_revision, should be etp_page_revision now.

Fix references to content_revision to refer to etp_page_revision.

Editing tasks works again (albeit only one task at a time), more UI work.

    • -0
    • +13
    /openacs-4/contrib/packages/project-manager/www/task-edit.adp
    • -0
    • +117
    /openacs-4/contrib/packages/project-manager/www/task-edit.tcl
Now should be able to view versions of tasks (untested). Also, cleaned

up interface between pages. Slight improvements to UI.