• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo

Changed libthread line to be non version dependant

Call me crazy, but centering short lists next to a tall filter pane just

looks gross.

Switched to template::head to add css.

Parameterized page size ...

CVS merge made a hash of the db_nextval code (gustaf's improved version,

my rollback, his improved improved version apparently confused it).

Got rid of stupid logging of delete operations, just as I did on PG.

Removed stupid NOTICEs to the log file when deleting stuff. Slows large

deletes down a LOT and fills log file with GARBAGE.

Grabbing a folder's parent_id AFTER YOU DELETE THE FOLDER doesn't work all

that well.

Add missing spanish translations

Localize access keys to get the list correctly sorted

Fix dependencies

    • -2
    • +2
    /openacs-4/packages/dotlrn/dotlrn.info
    • -4
    • +4
    /openacs-4/packages/forums/forums.info
  1. … 7 more files in changeset.
escape double quotes in folder names

set creation_user on import with delete, not modifying_user

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
- providing import/export for formfields user_id

- some methods renamed since they are more general now

- generalizing export

    • -25
    • +51
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Bumped version numbers to 2.4.0b1

    • -5
    • +5
    /openacs-4/packages/dotlrn/dotlrn.info
  1. … 30 more files in changeset.
Fixed constraint name

Merged from 5.4.2

  1. … 269 more files in changeset.
improved comment

    • -4
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
allow form-fields created by javascript

    • -2
    • +17
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Improving time-limit completion support.

Added and changed procs to work better with frame-less layout.

    • -15
    • +358
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
    • -0
    • +172
    /openacs-4/packages/imsld/tcl/imsld-procs.xql
Adding frame-less pages.

    • -0
    • +37
    /openacs-4/packages/imsld/www/activity-frame-div.adp
    • -0
    • +325
    /openacs-4/packages/imsld/www/activity-frame-div.tcl
    • -0
    • +14
    /openacs-4/packages/imsld/www/environment-frame-div.adp
    • -0
    • +38
    /openacs-4/packages/imsld/www/environment-frame-div.tcl
    • -0
    • +17
    /openacs-4/packages/imsld/www/imsld-divset.adp
    • -0
    • +17
    /openacs-4/packages/imsld/www/imsld-divset.tcl
    • -0
    • +57
    /openacs-4/packages/imsld/www/imsld-tree-div.adp
    • -0
    • +160
    /openacs-4/packages/imsld/www/imsld-tree-div.tcl
Adding header-less master to remove frames when possible.

    • -0
    • +100
    /openacs-4/packages/imsld/lib/imsld-master-div.adp
    • -0
    • +306
    /openacs-4/packages/imsld/lib/imsld-master-div.tcl
    • -19
    • +33
    /openacs-4/packages/imsld/lib/imsld-master.tcl
include source for the encoding names

timeouts for blocking and non-blocking http requests

Implementation of NotificationType for assessment_response has been added in version 0.10d4 and an upgrade apm-callback provided but has never been added to the install procs.

1. Created a new proc that creates the binding

2. Added the call to that new proc to the after_install apm-callback

3. Added the upgrade for this version (check that the binding doesn't exist before creating it)

- pass package_id instead of folder_id to get_children

- try to keep creation_user and modifying_user in import/export

- use package parameter to control usage of optional hstore

    • -4
    • +7
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -11
    • +71
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Drop database type from generic sql file.

Marked up the subjects as heading (h2) in threads-chunk so that a screenreader user can navigate from one thread to the next. Added the corresponding style definition in CSS.

Moved the reply, forward, etc. buttons after the content (in the read order) but keep it displayed at the same place (CSS magic!).