• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved granting permissions to forums and feedback

adding functionallity to mark an activity started.

adding pngs to represent the completed status of an activity.

    • -7
    • +12
    ./sql/postgresql/imsld-status-create.sql
    • binary
    ./www/resources/completed.png
grant logic moved to a procedure

removing useless messages, transalting some others and adding the support of havind forums as activities (not using environments)

granting privileges to auto-finished resources

global prerequisites and objectives are also granted

permissions are revoked for resources until user first usage

fixing bug when finishing a component of an already finished UoL

typo fix

extending the finish_resourse function to work with support activities too

querys moved to this file

    • -0
    • +13
    ./tcl/imsld-callback-procs.xql
assessment are finished when test is submitted

assessment sessions are now available. only activities must be finished

assessment finish-resource check is done here

icon for assessment session. modified from a kde icon

    • binary
    ./www/resources/sessions.png
translating, fixing bug in queries and removing useless confirmation page

    • binary
    ./www/resources/lors.png
revert previous broken commit

fixing bugs, translating.

    • -0
    • +61
    ./catalog/imsld.en_US.ISO-8859-1.xml
fixing bugs (in the sweeper and get_role_part_from_activity procs)

all the queries moved to xql files

    • -0
    • +58
    ./www/imsld-finish-resource.xql
    • -0
    • +16
    ./www/admin/imsld-delete-2.xql
    • -0
    • +14
    ./www/admin/imsld-delete.xql
    • -0
    • +23
    ./www/admin/index.xql
all the querys has been moved to xql files

    • -0
    • +13
    ./tcl/imsld-cp-procs.xql
    • -0
    • +14
    ./tcl/imsld-cr-procs.xql
    • -0
    • +24
    ./tcl/imsld-fs-procs.xql
    • -0
    • +402
    ./tcl/imsld-parse-procs.xql
    • -0
    • +1721
    ./tcl/imsld-procs.xql
adding support for level b (just parsing and storing it in the db)

    • -668
    • +3
    ./sql/postgresql/imsld-create.sql
    • -0
    • +689
    ./sql/postgresql/imsld-level-a-create.sql
    • -0
    • +53
    ./sql/postgresql/imsld-level-a-drop.sql
    • -0
    • +305
    ./sql/postgresql/imsld-level-b-create.sql
    • -0
    • +33
    ./sql/postgresql/imsld-level-b-drop.sql
    • -1
    • +1
    ./sql/postgresql/imsld-status-drop.sql
    • -27
    • +224
    ./tcl/imsld-install-procs.tcl
    • -38
    • +1213
    ./tcl/imsld-parse-procs.tcl
changed to allows resources being finished in imsld_status_user

    • -1
    • +1
    ./sql/postgresql/imsld-status-create.sql
finish a resource by clicking on it

    • -0
    • +51
    ./www/imsld-finish-resource.tcl
adding support for the "time-limit" tag of the ims-ld spec

    • -1
    • +1
    ./sql/postgresql/imsld-status-create.sql
supporting the tag "when-xxx-completed" (with xxx in (act, play, method)) of the IMS LD spec

    • -6
    • +13
    ./sql/postgresql/imsld-status-create.sql
for finishing resources instead of activities

    • -1
    • +1
    ./sql/postgresql/imsld-status-create.sql
replacing wrong rel name for the prerequisites

using images instead of the file names (in order to avoid strange links because of the autogenerated filenames)

    • binary
    ./www/resources/assessment.png
    • binary
    ./www/resources/file-storage.png
    • binary
    ./www/resources/forums.png
    • binary
    ./www/resources/url.png
fixing bug with nested environments.

using upvar instead of global vars.

fixing bug with reused resources.