• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed code to use the new fs::get_folder_objects rather than

fs::get_folder_contents because the code only needs object_ids and the

latter proc does all sorts of permission checking and the like.

Committing the latest translation work from the dotlrn translation server. Many thanks to all the volunteer translators.

    • -1
    • +1
    ./catalog/dotlrn-fs.da_DK.ISO-8859-1.xml
    • -1
    • +9
    ./catalog/dotlrn-fs.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-fs.en_US.ISO-8859-1.xml
    • -0
    • +34
    ./catalog/dotlrn-fs.es_ES.ISO-8859-1.xml
    • -1
    • +8
    ./catalog/dotlrn-fs.fi_FI.ISO-8859-15.xml
    • -1
    • +1
    ./catalog/dotlrn-fs.it_IT.ISO-8859-1.xml
    • -1
    • +6
    ./catalog/dotlrn-fs.nl_NL.ISO-8859-1.xml
    • -0
    • +34
    ./catalog/dotlrn-fs.no_NO.ISO-8859-1.xml
    • -1
    • +6
    ./catalog/dotlrn-fs.pl_PL.ISO-8859-2.xml
    • -1
    • +1
    ./catalog/dotlrn-fs.ru_RU.windows-1251.xml
  1. … 231 more files in changeset.
I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution.

    • -0
    • +29
    ./catalog/dotlrn-fs.da_DK.ISO-8859-1.xml
    • -0
    • +26
    ./catalog/dotlrn-fs.de_DE.ISO-8859-1.xml
    • -12
    • +12
    ./catalog/dotlrn-fs.en_US.ISO-8859-1.xml
    • -0
    • +28
    ./catalog/dotlrn-fs.fi_FI.ISO-8859-15.xml
    • -0
    • +13
    ./catalog/dotlrn-fs.it_IT.ISO-8859-1.xml
    • -0
    • +29
    ./catalog/dotlrn-fs.nl_NL.ISO-8859-1.xml
    • -0
    • +29
    ./catalog/dotlrn-fs.pl_PL.ISO-8859-2.xml
    • -0
    • +29
    ./catalog/dotlrn-fs.ru_RU.windows-1251.xml
  1. … 327 more files in changeset.
adding package version information to message catalog files

    • -1
    • +1
    ./catalog/dotlrn-fs.en_US.ISO-8859-1.xml
  1. … 42 more files in changeset.
I18N: moving names of class folders in dotLRN (Handouts, Assignments etc.) into the message catalog

    • -0
    • +5
    ./catalog/dotlrn-fs.en_US.ISO-8859-1.xml
merging the dotlrn-1-0 branch down onto HEAD (the trunk)

  1. … 199 more files in changeset.
Date/time/number localization

  1. … 85 more files in changeset.
I18N: adding two strings to message catalog that we missed previously

    • -18
    • +20
    ./catalog/dotlrn-fs.en_US.ISO-8859-1.xml
I18N: converting dotlrn-fs to using the message catalog

    • -0
    • +27
    ./catalog/dotlrn-fs.en_US.ISO-8859-1.xml
sloan - adds file_upload_name support, fixes nvl in index-postgresql.xql

copyright OpenForce -> MIT

  1. … 541 more files in changeset.
added an operation to the dotlrn_applet service contract. the operation's name

is ChangeEventHandler and is usually implemented by change_event_handler

method in the dotlrn_applet implementation. dotLRN can throw events based on

changes to a community via the dotlrn_community::generate_change_event method.

currently the only event being thrown and handled is the 'rename' event. this

event is thrown when the name of a community is changed. the only applets that

currently listen for this event are dotlrn_fs, dotlrn_forums, and

dotlrn_calendar.

applets do not have to handle all events, only events they are interested in

handling.

we will add events on an as needed basis.

    • -19
    • +12
    ./sql/oracle/dotlrn-fs-create.sql
    • -8
    • +13
    ./sql/postgresql/dotlrn-fs-create.sql
  1. … 47 more files in changeset.
removed sql

    • -0
    • +34
    ./www/all-objects-oracle.xql
    • -0
    • +34
    ./www/all-objects-postgresql.xql
    • -0
    • +48
    ./www/index-oracle.xql
    • -0
    • +48
    ./www/index-postgresql.xql
some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

  1. … 5 more files in changeset.
some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

  1. … 33 more files in changeset.
reflect change in parameters to get_child_package_id

update to refelct move of site_nodes::get_child_package_id to

site_node_apm_integration::get_child_package_id

  1. … 1 more file in changeset.
In the "clone" method use fs::rename_folder instead of creating a new root folder.

updated info files to include postgres data model

  1. … 4 more files in changeset.
ported to postgres

    • -0
    • +167
    ./sql/postgresql/dotlrn-fs-create.sql
  1. … 3 more files in changeset.
file-storage

more improvements to the site-node api

  1. … 17 more files in changeset.
forgot to change portal_node_mappings in a few places

moved portal::mapping api and data model from new-portal into the core, i.e.

into acs-tcl and acs-kernel. renamed it from portal::mapping to

site_node_object_map, since that is what it is. enjoy.

  1. … 26 more files in changeset.
fixing up colors

  1. … 11 more files in changeset.
updating dependency info

  1. … 8 more files in changeset.
more fs-content stuff

Finished up work on cloning

  1. … 29 more files in changeset.
1. Added add_portlet/remove_portlet calls that accept portal_id as a param,

so that we can call this code from within the applet itself (e.g. add_user_to_community)

and be called directly so that we can create portal templates.

2. Infrastructure for applet cloning

3. New portal types system in dotlrn which replaces dummy_comm_p

4. Minor fixes to portal configuration, dotlrn-static

5. renamed add_element_or_append_id and remove_element_or_remove_id to

add_element_parameters and remove_element_parameters respectively

  1. … 76 more files in changeset.
added support for publishing fs_objects to the file system; also added some archiving infrastructure stuff

  1. … 14 more files in changeset.