• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
trim the node_name

Changed naming of 'Community' to 'Subsite', following consensus on a recent thread on the forums on that topic. Removed distinction between children of subsites and children of the main site, since 'Subsubsites' wouldn't sound that great.

  1. … 7 more files in changeset.
#1223 noquote fix

Added a url element validation filter for form elements. Check for valid URLs when creating a new subsite. Fixes Bug #1000.

  1. … 1 more file in changeset.
duped package_key flag bug 1125

fixed applications link

use site-nodes cache instead of going to the db

bug 1098 /admin/host-host-map/ didn't display full url (and was not sorted by url either) which made it quite annoying

Added visibility option to configure page, just like it is on the subsite-add page

Fixed PG query

added link to sitewide admin for installing more packages

Add link to set parameters

Log error to errorlog when there's a problem creating an application

i18n

Fixed bug #639: Constraint can't reference segment outside of the subsite.

    • -1
    • +0
    ./rel-segments/constraints/one-oracle.xql
Choose visibility of new community (really, whether we inherit permissions from main site or not)

Noquote

This fixes a problem with deleting an unmounted package instance.

If you added and mounted, say, a subsite instance, unmounted and then

attempted to delete it through sitemap->Manage unmounted applications, you

would get an error. It seems site_node::get_node_id_from_object_id doesn't

even fail for an unmounted package, returning the empty string in this case,

and the catch test doesn't trip. Now we explicitly test for the node_id

being set to a sensible value.

Localize instance_name

use site_node api to get children, Steffen Tiedemann Christensen patch 298

- Cleaned up who's online

- I18n'd a few sentences

- Various UI cleanup

  1. … 15 more files in changeset.
More subsite-creation cleanup

  1. … 2 more files in changeset.
Applications list on index page -- ignore services

    • -0
    • +1
    ./applications/application-add-oracle.xql
    • -0
    • +1
    ./applications/application-add-postgresql.xql
  1. … 7 more files in changeset.
Set master template

Using site_node::verify_folder_name on subsite-add page

Bug #252: Verify folder names, checking not just other site nodes, but also directories underneath the package mounted at the parent site node

    • -17
    • +15
    ./applications/application-add.tcl
Fixed focus

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -2
    • +2
    ./rel-segments/constraints/delete-2.tcl
  1. … 274 more files in changeset.
Added link to set permissions for a package

    • -0
    • +5
    ./applications/permissions-user-add.adp
    • -0
    • +14
    ./applications/permissions-user-add.tcl
    • -0
    • +5
    ./applications/permissions.adp
    • -0
    • +14
    ./applications/permissions.tcl
Fixing bug #842, allowing createion of communities/subcommunities.