• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding missing close bracket to procedure call

Made these portlets work when they're called from the portal package's

admin page and there's no community associated with them.

    • -12
    • +15
    ./www/syllabus-admin-portlet.adp
committing the latest translations from the dotLRN translation server

    • -1
    • +1
    ./catalog/dotlrn-syllabus.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.fi_FI.ISO-8859-15.xml
    • -0
    • +7
    ./catalog/dotlrn-syllabus.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.no_NO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.pl_PL.ISO-8859-2.xml
    • -0
    • +7
    ./catalog/dotlrn-syllabus.pt_BR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.ru_RU.windows-1251.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.sh_HR.ISO-8859-5.xml
  1. … 422 more files in changeset.
Merged a reminder for fixing that I'd stuck in dotLRN 1.0

Added a reminder (flagged DRB) to fix code that finds the syllabus for a

class in a really dumb and potentially very expensive way.

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

    • -1
    • +1
    ./catalog/dotlrn-syllabus.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.en_US.ISO-8859-1.xml
    • -1
    • +8
    ./catalog/dotlrn-syllabus.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.fi_FI.ISO-8859-15.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.nl_NL.ISO-8859-1.xml
    • -0
    • +14
    ./catalog/dotlrn-syllabus.no_NO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.pl_PL.ISO-8859-2.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.ru_RU.windows-1251.xml
    • -1
    • +1
    ./catalog/dotlrn-syllabus.sh_HR.ISO-8859-5.xml
  1. … 230 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
    • +14
    ./catalog/dotlrn-syllabus.da_DK.ISO-8859-1.xml
    • -0
    • +14
    ./catalog/dotlrn-syllabus.de_DE.ISO-8859-1.xml
    • -3
    • +3
    ./catalog/dotlrn-syllabus.en_US.ISO-8859-1.xml
    • -0
    • +7
    ./catalog/dotlrn-syllabus.es_ES.ISO-8859-1.xml
    • -0
    • +14
    ./catalog/dotlrn-syllabus.fi_FI.ISO-8859-15.xml
    • -0
    • +8
    ./catalog/dotlrn-syllabus.it_IT.ISO-8859-1.xml
    • -0
    • +14
    ./catalog/dotlrn-syllabus.nl_NL.ISO-8859-1.xml
    • -0
    • +14
    ./catalog/dotlrn-syllabus.pl_PL.ISO-8859-2.xml
    • -0
    • +14
    ./catalog/dotlrn-syllabus.ru_RU.windows-1251.xml
    • -0
    • +7
    ./catalog/dotlrn-syllabus.sh_HR.ISO-8859-5.xml
  1. … 325 more files in changeset.
adding package version information to message catalog files

    • -1
    • +1
    ./catalog/dotlrn-syllabus.en_US.ISO-8859-1.xml
  1. … 42 more files in changeset.
merging the dotlrn-1-0 branch down onto HEAD (the trunk)

  1. … 198 more files in changeset.
I18N: converting the dotlrn-syllabus package to using the message catalog

    • -0
    • +14
    ./catalog/dotlrn-syllabus.en_US.ISO-8859-1.xml
    • -2
    • +2
    ./tcl/syllabus-admin-portlet-procs.tcl
sloan - adds file_upload_name support

copyright OpenForce -> MIT

    • -2
    • +2
    ./sql/oracle/dotlrn-syllabus-create.sql
    • -2
    • +2
    ./sql/oracle/syllabus-portlet-create.sql
    • -2
    • +2
    ./sql/oracle/syllabus-portlet-drop.sql
    • -2
    • +2
    ./sql/postgresql/dotlrn-syllabus-drop.sql
  1. … 532 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.

    • -1
    • +11
    ./tcl/dotlrn-syllabus-admin-procs.tcl
  1. … 48 more files in changeset.
fix cloning bug

    • -4
    • +6
    ./tcl/syllabus-admin-portlet-procs.tcl
datamodels ported by mohan pakkurti and samir joshi

    • -0
    • +148
    ./sql/postgresql/dotlrn-syllabus-applet-create.sql
    • -0
    • +94
    ./sql/postgresql/dotlrn-syllabus-applet-drop.sql
    • -0
    • +31
    ./sql/postgresql/dotlrn-syllabus-create.sql
    • -0
    • +34
    ./sql/postgresql/dotlrn-syllabus-drop.sql
    • -0
    • +162
    ./sql/postgresql/syllabus-admin-portlet-create.sql
    • -0
    • +107
    ./sql/postgresql/syllabus-admin-portlet-drop.sql
    • -0
    • +160
    ./sql/postgresql/syllabus-portlet-create.sql
    • -0
    • +108
    ./sql/postgresql/syllabus-portlet-drop.sql
  1. … 26 more files in changeset.
updated add_applet_to_dotlrn call for new signature

  1. … 1 more file in changeset.
some fixes

    • -10
    • +15
    ./www/syllabus-admin-portlet.adp
Lots 'o updates

    • -2
    • +12
    ./tcl/syllabus-admin-portlet-procs.tcl
    • -12
    • +12
    ./tcl/syllabus-portlet-procs.tcl
Finished up work on cloning

    • -2
    • +2
    ./tcl/syllabus-admin-portlet-procs.tcl
  1. … 28 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

    • -3
    • +3
    ./tcl/syllabus-admin-portlet-procs.tcl
    • -12
    • +10
    ./tcl/syllabus-portlet-procs.tcl
  1. … 73 more files in changeset.
Stuff for deleting subcommunities

    • -4
    • +18
    ./tcl/dotlrn-syllabus-admin-procs.tcl
  1. … 21 more files in changeset.
Added 3 procs to applet contract and impls. Infrastructure for getting rid of dummy_comm_p, cloning, and community deleting

    • -1
    • +28
    ./sql/oracle/dotlrn-syllabus-applet-create.sql
  1. … 23 more files in changeset.
Big checkin. All portal elements tcl and sql have been cleaned up. cleaned up portal api's. still incomplete

    • -19
    • +3
    ./sql/oracle/syllabus-admin-portlet-create.sql
    • -14
    • +2
    ./sql/oracle/syllabus-admin-portlet-drop.sql
    • -19
    • +3
    ./sql/oracle/syllabus-portlet-create.sql
    • -14
    • +2
    ./sql/oracle/syllabus-portlet-drop.sql
    • -56
    • +11
    ./tcl/syllabus-admin-portlet-procs.tcl
    • -40
    • +16
    ./tcl/syllabus-portlet-procs.tcl
  1. … 69 more files in changeset.
Mostly adding infrastructure for community delete. some misc cleanups and additions elsewhere

    • -10
    • +19
    ./sql/oracle/dotlrn-syllabus-applet-create.sql
  1. … 20 more files in changeset.
changed call from get_full_users_rel_segment_id to get_users_rel_segment_id

update

removing a bunch of files

    • -45
    • +0
    ./www/syllabus-admin-portlet-oracle.xql
removing emacs backup files

    • -113
    • +0
    ./tcl/dotlrn-syllabus-admin-procs.tcl~
    • -125
    • +0
    ./tcl/dotlrn-syllabus-procs.tcl~
    • -119
    • +0
    ./tcl/syllabus-admin-portlet-procs.tcl~
    • -164
    • +0
    ./tcl/syllabus-portlet-procs.tcl~
adding dotlrn-syllabus

    • -0
    • +51
    ./dotlrn-syllabus.info
    • -0
    • +116
    ./sql/oracle/dotlrn-syllabus-applet-create.sql
    • -0
    • +97
    ./sql/oracle/dotlrn-syllabus-applet-drop.sql
    • -0
    • +26
    ./sql/oracle/dotlrn-syllabus-create.sql
    • -0
    • +27
    ./sql/oracle/dotlrn-syllabus-drop.sql
    • -0
    • +168
    ./sql/oracle/syllabus-admin-portlet-create.sql
    • -0
    • +108
    ./sql/oracle/syllabus-admin-portlet-drop.sql
    • -0
    • +166
    ./sql/oracle/syllabus-portlet-create.sql
    • -0
    • +108
    ./sql/oracle/syllabus-portlet-drop.sql
    • -0
    • +113
    ./tcl/dotlrn-syllabus-admin-procs.tcl
    • -0
    • +113
    ./tcl/dotlrn-syllabus-admin-procs.tcl~
    • -0
    • +125
    ./tcl/dotlrn-syllabus-procs.tcl
    • -0
    • +125
    ./tcl/dotlrn-syllabus-procs.tcl~
    • -0
    • +120
    ./tcl/syllabus-admin-portlet-procs.tcl
    • -0
    • +119
    ./tcl/syllabus-admin-portlet-procs.tcl~
  1. … 16 more files in changeset.