• last updated 51 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use fully qualified attributes names for join conditions

    • -6
    • +17
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Making expanded state the default when showing threads ( js functionality ).

Fixing typo in lib/forums/forums-chunk.

Making "new tag" in portlet consistent with bold forum titels showed

in forums index.

    • -2
    • +2
    ./packages/forums/lib/forums/forums-chunk.tcl
    • -1
    • +1
    ./packages/forums/www/resources/forums.js
provide context for easier setting of return-urls. There was a problem

with internal redirects, which can be fixed by providing "original_url_and_query"

in package initialize

    • -2
    • +8
    ./packages/xotcl-core/tcl/06-package-procs.tcl
    • -1
    • +11
    ./packages/xotcl-core/tcl/context-procs.tcl
removed unneeded margin-left, which was there most likely due to a browser bug

    • -1
    • +3
    ./packages/xowiki/www/resources/cattree.css
bump required number for xotcl-core

- version 2.0 of dotlrn-xowiki applet

- compelete rewrite using generic database interface of xotcl-core.

- designed to work on postgres and oracle.

- oo-redisign: the dotlrn-xowiki applet is implemented as object, providing install and uninstall methods

    • -0
    • +23
    ./packages/dotlrn-xowiki/COPYRIGHT
version 2.0 of xowiki-portlet

compelete rewrite using generic database interface of xotcl-core

oo-redisign: xowiki_portlet and xowiki_admin_portlet are objects, providing install and install methods

improved internationalization

    • -0
    • +23
    ./packages/xowiki-portlet/COPYRIGHT
bump version number,

adjust calls to xowiki-portlet 2.0

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
simplified content_category::new_subtree

eliminating custom Galileo code

Removing html tags from message keys. Format should not happen here.

Rolling back permission fix

    • -3
    • +2
    ./packages/dotlrn/www/dotlrn-main-portlet.tcl
Rolling back changes to message keys, since those changes were not

HTML strict valid.

Changing <br> for <br /> in message keys.

experimental plugin link type (initial version by Nima)

    • -2
    • +114
    ./packages/xowiki/tcl/link-procs.tcl
    • -2
    • +4
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -2
    • +4
    ./packages/xowiki/tcl/xowiki-procs.tcl
i18n stuff

Mostly i18n stuff for assessment

    • -1
    • +1
    ./packages/assessment/lib/actions-results.adp
    • -4
    • +4
    ./packages/assessment/lib/comments-chunk.adp
    • -28
    • +6
    ./packages/assessment/lib/section-links.adp
    • -0
    • +4
    ./packages/assessment/tcl/as-session-procs.tcl
    • -0
    • +12
    ./packages/assessment/tcl/as-session-procs.xql
prototype page for printed documentation

    • -0
    • +44
    ./packages/xowiki/www/prototypes/book-print.page
use page language for localizing a page

    • -2
    • +2
    ./packages/xowiki/tcl/includelet-procs.tcl
return date in connection locale

    • -2
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl
Fixing expand/collapse for messages, individual and global behavior.

Now the collpase.css and expand.css are no longer needed, just commentted

those additions.

    • -1
    • +2
    ./packages/forums/www/message-view.adp
    • -3
    • +3
    ./packages/forums/www/message-view.tcl
    • -0
    • +2
    ./packages/forums/www/resources/forums.css
    • -1
    • +1
    ./packages/forums/www/resources/forums.js
provide support for outputting toc in list style

    • -44
    • +92
    ./packages/xowiki/tcl/includelet-procs.tcl
fix coding issue when importing with translation binary

    • -2
    • +2
    ./packages/xowiki/www/admin/import.tcl
Added message to inform that portlet is shaded

Fix quoting of javascript.

Patch#857 from Åsmund Realfsen fixes bug#3122

Moved permissions check to tcl to improve query

    • -2
    • +3
    ./packages/dotlrn/www/dotlrn-main-portlet.tcl
Fixed long taking query by dealing with permissions and privileges in tcl

Utility procedurs to generate inline diffs for text or html. Includes

special MS Word HTML option to ignore Word tags when generating a diff.

    • -0
    • +259
    ./packages/acs-tcl/tcl/util-diff-procs.tcl
PG 8.3 catches a boneheaded foreign key reference of type varchar(100) to

object_id (integer).

Some time, long long ago, the PSQL "\copy" command syntax change, but the

old syntax was accepted. As of PG 8.3, the old syntax is no longer allowed.