• last updated 35 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Improved UI, moved task view page to CSS layout.

UI improvements. Now uses CSS for layout.

Updating appearance of one.adp.

Truncate subject to 100 chars before sticking it into the database, because the column for some obscure reason is limited to 100 chars.

change the tree_X and list_X calls, also improved the documentation of folder and item procs

added Brad Duell's cache patch to the wizard, now wizard makes use the cache directive patch

    • -286
    • +302
    /openacs-4/contrib/misc/wizard-procs.tcl
- Fixed bug where searching for maintainer would fail because the query

tried to look into screen_name in the dir_all_users view, but screen_name

is not part of the view.

- Merge "Warn if site-wide admin" fix to HEAD.

- Merge "do not allow admin to remove read from the main site" fix to HEAD.