• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:gustafn:20210722191404:1 does not match your current filter (clear filter).

file jquery-3.6.0.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/jquery/jquery-3.6.0.js
  1. … 1 more file in changeset.
file jquery-3.6.0.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/jquery/jquery-3.6.0.min.js
  1. … 1 more file in changeset.
Upgrade to jQuery 3.6.0 (released March 2021)

    • -10872
    • +0
    ./resources/jquery/jquery-3.5.1.js
    • -2
    • +0
    ./resources/jquery/jquery-3.5.1.min.js
    • -0
    • +10881
    ./resources/jquery/jquery-3.6.0.js
    • -0
    • +2
    ./resources/jquery/jquery-3.6.0.min.js
  1. … 6 more files in changeset.
reduce warnings on loading: Move resources to non-deprecated location

    • -14
    • +0
    ./prototypes/import-archive.form.page
  1. … 6 more files in changeset.
support multiple autosave fields on a single page

improve comments, make logging output more regular

intensify argument checking

  1. … 2 more files in changeset.
provide nicer icon for revisions button

    • -0
    • +5
    ./resources/xowiki-bootstrap3-specific.css
  1. … 1 more file in changeset.
make treeview more compact

    • -0
    • +7
    ./resources/xowiki-bootstrap3-specific.css
  1. … 1 more file in changeset.
file form.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./prototypes/form.form.page
added utility function xowiki::filter_option_list to select a subset from an option list

added form.form to ease creation of forms as form pages (important for using forms from global instance as form pages in workflows)

  1. … 3 more files in changeset.
make end of resub options explicit

  1. … 12 more files in changeset.
Improved styling of delete buttons

Added code to configure file-upload button (for now deactivated)

    • -0
    • +9
    ./resources/xowiki-bootstrap3-specific.css
  1. … 1 more file in changeset.
fixed ckeditor form field for inline mode.

use inline mode for editing test items

added a describe funtion for MC items

  1. … 6 more files in changeset.
candidate_box_select: provide per default larger boxed (easer for dnd)

improve styling of nested repeated fields (less frames)

Use usual delete symbol for deleting repeat elements

  1. … 1 more file in changeset.
remove spans for file-links and external links

    • -4
    • +4
    ./resources/xowiki-bootstrap3-specific.css
  1. … 1 more file in changeset.
fix message key

  1. … 5 more files in changeset.
improve stylability: add glyphicons for external and file links

Many thanks to Monika Andergasse for the help!

    • -0
    • +22
    ./resources/xowiki-bootstrap3-specific.css
    • -0
    • +15
    ./resources/xowiki-yui-specific.css
Use common interface for object reference in bulk actions

- use same interface in child-resources and form-usages (when bulk-actions are used)

- move "get_ids_for_bulk_actions" from page to package (to make in usable in www/admin)

- use consistently "get_ids_for_bulk_actions" (also in www/admin/*.tcl)

- provide backward compatibility (still support "name" and "-parent_id")

  1. … 5 more files in changeset.
provide mimetype to "text" field (otherwise form is incorrectly displayed in browser)

use localized_text for folders and links

  1. … 1 more file in changeset.
whitespace changes

  1. … 7 more files in changeset.
MenuBar reform

- MenuBars are now easier programmatically extensible (easier to maintain)

- refactored code, reduced scatted definitions (all configurations

at the same place)

- unified templating:

use body property @body.folderHTML@ instead of @folderhtml@

From the former API calls only "update_items" has changed,

all existing configurations (i.e. via folders or package parameter)

should continue to work.

== Changes:

One can now extend menubars via menu entry definition

{config -use YOURCONFIG -class YOURCLASS}

in two directions:

a) subclassing

define your own menubar class YOURCLASS, which should

be a subclass of ::xowiki::MenuBar

b) provide your own configuration method to provide

a more tailored configuration. This is performed

by defining a method "config=YOURCONFIG" for ::xowiki::MenuBar

The latter method is used for test-items, which can define a

test item folder by using

-- extra_menu_entries ---

{config -use test-items}

instead of

-- extra_menu_entries ---

{entry -name New.Item.TextInteraction -form en:edit-interaction.wf -query p.item_type=Text}

{entry -name New.Item.ShortTextInteraction -form en:edit-interaction.wf -query p.item_type=ShortText}

{entry -name New.Item.SCInteraction -form en:edit-interaction.wf -query p.item_type=SC}

{entry -name New.Item.MCInteraction -form en:edit-interaction.wf -query p.item_type=MC}

{entry -name New.Item.ReorderInteraction -form en:edit-interaction.wf -query p.item_type=Reorder}

{entry -name New.Item.UploadInteraction -form en:edit-interaction.wf -query p.item_type=Upload}

{entry -name New.App.OnlineExam -form en:online-exam.wf}

{entry -name New.App.InclassQuiz -form en:inclass-quiz.wf}

{entry -name New.App.InclassExam -form en:inclass-exam.wf}

See below for the definition of the "test-items" configuration method,

which is based on the default definitions. In general, the definition

in this method can be performed via menu-entries (same syntax as in

other menu entries) or via the MenuBar API (e.g. calling

":add_menu_item ...").

All configurations follow the following definition order

where later entries can refine earlier entries:

- package level: package parameter ExtraMenuEntries

- configuration method: use standard or tailored confguration methods

- per-folder definition: content of the extra_menu_entries

Note that the menu entry definition language supports as well

adding/clearing menus, etc., so almost everything can be refined.

I've noticed that the tlf* code has several scattered menu

definitions, which are as well done in every case differently.

By these definition one can define e.g. a learning-app folder (where

"New" can be used to define new app folders), and the app folders can

provide their own "New" entries, e.g. for clickers and

others. E.g. For "clickers" there is already on non-oo definition to

achieve similar things (which should be altered to the new method),

but on other places, there are some hard-coded definitions for root

folders, etc. The menubars of the learning-apps should be made this

way more consistent with the rest (e.g. using "New", supporting "table

of contents" for clipboard interactions, etc.)

namespace eval ::xowiki {

::xowiki::MenuBar instproc config=test-items {

{-bind_vars {}}

-current_page:required

-package_id:required

-folder_link:required

-return_url

} {

:config=default \

-bind_vars $bind_vars \

-current_page $current_page \

-package_id $package_id \

-folder_link $folder_link \

-return_url $return_url

return {

{clear_menu -menu New}

{entry -name New.Item.TextInteraction -form en:edit-interaction.wf -query p.item_type=Text}

{entry -name New.Item.ShortTextInteraction -form en:edit-interaction.wf -query p.item_type=ShortText}

{entry -name New.Item.SCInteraction -form en:edit-interaction.wf -query p.item_type=SC}

{entry -name New.Item.MCInteraction -form en:edit-interaction.wf -query p.item_type=MC}

{entry -name New.Item.ReorderInteraction -form en:edit-interaction.wf -query p.item_type=Reorder}

{entry -name New.Item.UploadInteraction -form en:edit-interaction.wf -query p.item_type=Upload}

{entry -name New.App.OnlineExam -form en:online-exam.wf}

{entry -name New.App.InclassQuiz -form en:inclass-quiz.wf}

{entry -name New.App.InclassExam -form en:inclass-exam.wf}

}

}

}

  1. … 16 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
fix typo

  1. … 1 more file in changeset.
Comply with acs-tcl.naming__proc_naming automated test

  1. … 2 more files in changeset.
Improve tailorability of folder.form via _description field

Similar to what's used on the wi-book site