Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3443: Inlined reply now has a yellow temporary highlight on the new reply.

LDEV-3443: Inlined reply now has a yellow temporary highlight on the new reply.

LDEV-3443: Inlined Learner Edit.

    • -0
    • +186
    ./jsps/learning/message/msgview.jsp
    • -0
    • +30
    ./jsps/learning/message/msgviewwrapper.jsp
    • -7
    • +1
    ./jsps/learning/message/topiceditform.jsp
    • -188
    • +32
    ./jsps/learning/message/topicview.jsp
  1. … 7 more files in changeset.
LDEV-3443: Still trying to stop the treetable catching clicks it shouldn't plus tweaking the jrating code to ensure that only new entries are initialised and that we don't reinitialise existing entries.

    • -55
    • +6
    ./jsps/learning/message/topicview.jsp
LDEV-3443: Inlining the reply for the standard interface

    • -5
    • +1
    ./jsps/learning/message/topicreplyform.jsp
    • -7
    • +86
    ./jsps/learning/message/topicview.jsp
  1. … 6 more files in changeset.
LDEV-3443: Initially the top three levels of a thread are expanded, all the replies beyond this are collapsed.

    • -1
    • +10
    ./jsps/learning/message/topicview.jsp
LDEV-3443: I18N

  1. … 2 more files in changeset.
LDEV-3443: The expand/collapse was breaking the buttons - they should now work.

LDEV-3443: Hide replies under their parent and allow the user to expand/collapse using jquery.treetable.

    • -0
    • +28
    ./css/jquery.treetable.css
    • -0
    • +34
    ./css/jquery.treetable.forum.css
    • -0
    • +634
    ./includes/javascript/jquery.treetable.js
    • -3
    • +41
    ./jsps/learning/message/topicview.jsp
LDEV-3322 LDEV-3324 adding id/name tags to facilitate selenium testing

    • -1
    • +1
    ./jsps/learning/message/msgattachment.jsp
    • -2
    • +2
    ./jsps/learning/message/topiceditform.jsp
    • -2
    • +2
    ./jsps/learning/message/topicreplyform.jsp
    • -7
    • +12
    ./jsps/learning/message/topicview.jsp
LDEV-3322 LDEV-3324 adding id/name tags to facilitate selenium testing

    • -1
    • +1
    ./jsps/learning/message/msgattachment.jsp
    • -2
    • +2
    ./jsps/learning/message/topiceditform.jsp
    • -2
    • +2
    ./jsps/learning/message/topicreplyform.jsp
    • -9
    • +14
    ./jsps/learning/message/topicview.jsp
LDEV-3443: Scrolling now working for mobile version and it correctly pages after edit and reply (was previously doing the full load after edit and reply).

    • -0
    • +15
    ./jsps/learning/mobile/message/topicview.jsp
    • -0
    • +17
    ./jsps/learning/mobile/message/topicviewwrapper.jsp
    • -3
    • +15
    ./jsps/learning/mobile/viewtopic.jsp
  1. … 1 more file in changeset.
LDEV-3443: Paging the messages on the detailed messages screen. Loads approx 50 messages at a time and autoloads when end of page is reached. Required adding a thread id to the message sequence table. The database patch involves running stored procedures so the autopatch libray in lams_build needs to be updated to match the forum changes.

    • -0
    • +209
    ./includes/javascript/jquery.jscroll.js
    • -0
    • +15
    ./jsps/learning/message/topicview.jsp
    • -0
    • +17
    ./jsps/learning/message/topicviewwrapper.jsp
  1. … 14 more files in changeset.
LDEV-3441: Cancel was broken - when the buttons were moved, the matching c:set wasn't moved with it.

    • -4
    • +4
    ./jsps/learning/message/topiceditform.jsp
    • -4
    • +4
    ./jsps/learning/message/topicreplyform.jsp
LDEV-3441: Cancel was broken - when the buttons were moved, the matching c:set wasn't moved with it.

    • -4
    • +4
    ./jsps/learning/message/topiceditform.jsp
    • -4
    • +4
    ./jsps/learning/message/topicreplyform.jsp
LDEV-3432: Remove limitation for reflect instructions.

  1. … 9 more files in changeset.
LDEV-3432: Remove limitation for reflect instructions.

  1. … 10 more files in changeset.
LDEV-3415 Add resizable columns feature to Forum monitoring

LDEV-3322: adding id tags for selenium

    • -4
    • +4
    ./jsps/authoring/message/topiclist.jsp
LDEV-3322: adding id tags for selenium

    • -4
    • +4
    ./jsps/authoring/message/topiclist.jsp
LDEV-3432: Use Javascript to linit reflection instructions as html:textarea does not allow dynamic attributes.

LDEV-3432: Use Javascript to linit reflection instructions as html:textarea does not allow dynamic attributes.

LDEV-3415 Add resizable columns feature to Forum monitoring

LDEV-3405 Forum monitor to implement paging

    • -43
    • +0
    ./jsps/monitoring/daterestriction.jsp
    • -0
    • +295
    ./jsps/monitoring/parts/advanceOptions.jsp
    • -0
    • +42
    ./jsps/monitoring/parts/daterestriction.jsp
    • -40
    • +34
    ./jsps/monitoring/statisticpart.jsp
    • -421
    • +213
    ./jsps/monitoring/summary.jsp
    • -55
    • +27
    ./jsps/monitoring/updatemarks.jsp
    • -114
    • +92
    ./jsps/monitoring/viewmarks.jsp
  1. … 19 more files in changeset.
LDEV-3409: change button positions

    • -7
    • +7
    ./jsps/learning/message/topiceditform.jsp
    • -7
    • +7
    ./jsps/learning/message/topicreplyform.jsp
LDEV-3409: change button positions

    • -7
    • +7
    ./jsps/learning/message/topiceditform.jsp
    • -7
    • +7
    ./jsps/learning/message/topicreplyform.jsp
LDEV-3405: alignment and column width

LDEV-3405 * last message->last message date * date format * caching of all messages at monitor start (in order to prevent DB queries from tablesorter)

  1. … 5 more files in changeset.
LDEV-3405 add a column in between name and Number of post with 'latest posting'

    • -11
    • +10
    ./jsps/monitoring/updatemarks.jsp
  1. … 6 more files in changeset.
LDEV-3405 * added initial sorting and ability to sort by number of posts * slightly modified statistics design, and significantly - view marks and edit mark pages * removed obsolete viewAllMarks feature

    • -40
    • +34
    ./jsps/monitoring/statisticpart.jsp
    • -54
    • +27
    ./jsps/monitoring/updatemarks.jsp
    • -114
    • +92
    ./jsps/monitoring/viewmarks.jsp
  1. … 11 more files in changeset.