- 29 Apr, 2021 1 commit
-
-
Kristina Hoeppner authored
behatnotneeded Change-Id: Ie6426e1fb1d7fa206f94553ac9435327f32a3951
-
- 22 Apr, 2021 1 commit
-
-
- add in code for allocomments on notes to be set - default to allowing comments Change-Id: Iaa770f7708453d5702300b42aeb9039fae331459 Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- 01 Mar, 2021 1 commit
-
-
Gold authored
Config gear icon removed from the Annotation blocks. In order to still initially create these when added we needed to check if the Block was a new instance or not. To achieve that we are now passing the block instance into the has_instance_config() method. BlockInstance has been extended and will set a 'new' parameter if the ID in the constructor is 0. AuthPlugin* classes also have the has_instance_config(). These do not need the BlockInstance passed in. Change-Id: Ifac69fc1d48b45c079b6f66e610776cead3dee63
-
- 21 Sep, 2020 1 commit
-
-
General review of language strings, incl. - 'blacklist' changed to 'deny list' - Reference to 'secure.gravatar.com' removed as the normal Gravatar URL is now secure behatnotneeded Change-Id: I12e8a21ab9f0b6885cf8d0da93dcc3b06ead670e
-
- 17 Sep, 2020 1 commit
-
-
Base font has been increased to 16px, and as a result, variables have had to be recalculated. Max browser width has been increased to 1440px to allow the larger font to have more characters in a line. As a part of accessibility, headings H1-H6 have had to be rejigged. Note that for elements such as popup/modals, the heading restarts at H1 again as advised by Julius. Page heading is H1, block heading is H2, everything else should be H3. Trying to attempt to reserve H4-H6 for user content, but it is still existing in some places as some things can't be changed. Attachment markups have been unified and added to styleguide. Removed H3/H4 from fieldset legends. behatnotneeded Change-Id: I69273c9775d658f03738c29be8d230b59c189790
-
- 07 May, 2020 1 commit
-
-
- alter files to use attachments_from_id_list() - alter attachments_from_id_list func params Change-Id: I32b26586deb2f2a1b6a624f2c7afc4520a1a57ff Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- 02 Mar, 2020 1 commit
-
-
Robert Lyon authored
If it gets saved as one of the 'artefactids' values @TODO - work out how it can get saved as this way - suspect it is an issue with template copying Change-Id: Icd7cb73b6a9a9eead0f6c54b2e09b2804eda8ce4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Oct, 2019 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I137addd84013d4de46509cd83ce1e4eb376dd86c
-
- 04 Oct, 2019 1 commit
-
-
should not resize blocks in view mode in view mode, if the content of the block is static, then the block dimensions should not change but the content of the block should be made smaller expand the height of a block only if the content is dynamic, like the 'Journal' block behatnotneeded Change-Id: Ie8183736580e7e592b24e36f4a16618b96a5bf4e
-
- 25 Sep, 2019 3 commits
-
-
Lisa Seeto authored
- get attachment comment counts for bh icons - display plain text for titles in editing mode - change the way the commentlink is targetted via js - add blockid's to resume attachments - for folder block: add comment count, change titles from links to plain text when editing - change notes attachment file titles from links to plain text when editing - get rid of the single artefact block title links for html exports --------------------------------------------------------- Add fixes: - blocks that have set types but no artefacts attached don't have modal links - pdf block is now using block header and comment count is loaded - block headers are above titles - tagged journals have icons when in full and matches recent posts styling - deleting all comments produces correct icon on block header - html exports should not hang on opening modal - get rid of warning error re: dock.show() when redirecting from &modal=1 style url - code review fixes for all previous patches + fix issue with folders block - added in viewdetailsfilter.json.php file to save details mode to user account prefs table - make the details btn mode "sticky" so it stays the save value over multiple pages etc... - Image Gallery blocks: if displaying a folder of images will get the bar block header and will have a the fancy box image preview displaying on image click Change-Id: I425cc5a634e176d580aacdb60a20f869f7cb7496 Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
Lisa Seeto authored
do not show note contents when displayed in a modal. if comments not allowed but license metadata is on, display details link and open model with license data. make small change to setting of licensemetadata smarty variable get rid of comments/details links and use the new block header instead. Change-Id: I9183292278d06a3766ae08b0376237fda8d7206c Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
Lisa Seeto authored
create modal using configureblock id, update various templates to use the modal for blocks: Image Note File(s) to download Journal/blogs add JS to open/close modal, add comments, delete comments, reply to comments, paginate comments. add JS to handle url that redirects to view/view.php with modal open and populated. Further changes to each block will be completed in child patches. Add segment headings to the modal. Fix display of comments to cover width of modal. Show comment removed msg in modal/page appropriately. Fix behat test to close modal before continuing. do not show existing comments if comments not allowed on artefact. add validation to modal for comments/attachments disable image as link when editing for image block trigger focus on modal for accessibility close modal on escape keydown event fix merge conflict in view/view.php fix merge conflict with master make configureblock modal play nicely when comment block is on the page update display of error messages to always show at top of modal so user doesn't have to scroll add accesibility to close modal on escape key down handle dock show/hide events for paginated pages in modal during validation create block-comments-details-header template file create details button and custom scss file with js to show and hide header update comment links to save add comment and details when commentcount == 0 add active-block class to colour the block-header when active toggle the details-btn active css add _block-comments-details-header.scss to patch change class invisble to class d-none add block-comments-details-header.tpl to blocktypecontainerviewing.tpl code review changes add .no-modal class to links on group home page, dashboard and profile page. add block header to appear above the title change assessbtn from anchor tag to button to prevent scrolling. make all clickable links clickable on page load (ignore assess mode) fix js issues surrounding assessbtn move and show/hide blocks change cursor on dashboard, my profile page, group homepage to default when over disabled modal links update assessbtn to details btn create tooltip for hover over file download block titles fix containerElm console log error by not reattaching tinymce unneccessarily. fix null named attributes issues on e.target when span (icons) instead of anchor is clicked. Change-Id: I2e5218c040f8a9e252f785165ce9c566ecc2f56e Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- 31 Jul, 2019 1 commit
-
-
A few icons required adjusting to use only free icons. Additionally, icons in the card header in the "Primary School" theme were changed or added in the first place. Needed to update the card icons to use the correct font awesome family behatnotneeded Change-Id: Ief8f4b4393b1becfb18a8c39d3ef6b8966bbe9eb
-
- 26 May, 2019 1 commit
-
-
Added a new feature that the user has to choose yes to start editing copy. This will force users to interact with the form before editing with the choice that they are editing all copies of this content. When selecting to use content from another note, the form will update based on their choice. The editor will remain open if yes has been selected. The editor will be hidden and only the content will show if 'Yes' has not be selected. This is a UI element only - no decision is saved to the DB as this is an editor based decision. behatnotneeded Change-Id: If44522c00672b296242893f0c876e7ff37561dd2
-
- 01 May, 2019 1 commit
-
-
Added a new feature that the user has to choose yes to start editing copy. This will force users to interact with the form before editing with the choice that they are editing all copies of this content. When selecting to use content from another note, the form will update based on their choice. The editor will remain open if yes has been selected. The editor will be hidden and only the content will show if 'Yes' has not be selected. This is a UI element only - no decision is saved to the DB as this is an editor based decision. behatnotneeded Change-Id: Idb8d6736796a2350359bd59395393f6c7d742f96
-
- 19 Mar, 2019 1 commit
-
-
increased the maxLength property of textfields to 1000000 chars. behatnotneeded Change-Id: I7b9307de6f588aa841355500282f24b32c5ede85 Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- 26 Feb, 2019 2 commits
- 27 Dec, 2018 1 commit
-
-
Robert Lyon authored
Via the filebrowser pieform element Note - left the Resume composite one alone as that is a special case behatnotneeded Change-Id: Ia5cfe27c3d5f8b31640957c475fb25efcb506a3f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Sep, 2018 3 commits
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I11e15b3bb79a413f0d99d46ab38f5d7555eec315
-
behatnotneeded Change-Id: Idf483327d41365f1776dd0043e798553f74e5947 Signed-off-by:
Roisin Pearson <roisinpearson@catalyst.net.nz>
-
To allow us to restrict things being shown for block when in older version. behatnotneeded Change-Id: I8d9ffe1e7b26a07fc84e3ce64e988b9d7babc396 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 Aug, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I4b7b4d95bd17ff2fea81e3b750f9978471ec5d7a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Aug, 2018 1 commit
-
-
Robert Lyon authored
And handle how we configure / render them when not on normal portfolio page Change-Id: Ib5407a32b52edd0df4ecc2907f8a5c9455f7aa64 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Aug, 2018 1 commit
-
-
Event Breaking change: .load(), .unload(), and .error() removed Breaking change: .on("ready", fn) removed Breaking change: event.pageX and event.pageY normalization removed Breaking change: jQuery.event.props and jQuery.event.fixHooks removed Breaking change: Delegated events with bad selectors throw immediately Deprecated: .bind() and .delegate() no calls to .bind() for events in core. Only calls to bind() refer to the js bind of arguments to functions. no calls to unbind() for event in core. Only calls to unbind refer to the unbind method defined in formChangeManager not related to the jQuery method. Warnings fix JQMIGRATE: jQuery.fn.click() event shorthand is deprecated - also applies to the other event shorthands, including: blur, focus, focusin, focusout, resize, scroll, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, mouseenter, mouseleave, change, select, submit, keydown, keypress, keyup, and contextmenu. JQMIGRATE: jQuery.fn.hover() is deprecated JQMIGRATE: jQuery(window).on('load'...) called after load event occurred (for FileBrowser we can see this error when editing a block in a page) behatnotneeded Change-Id: I1a50050f882b864ad63d273de160e0b441a77705
-
- 28 Jun, 2018 1 commit
-
-
Robert Lyon authored
If the configuration for a block instance has a tags field it can save the tag against this block behatnotneeded Change-Id: Ib2f0f73aa6e082472879acb0e4fc1eb60e744087 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Jun, 2018 1 commit
-
-
Robert Lyon authored
So that we now can search by title/description/tag for valid artefacts Note: For 18.10 system of tags behatnotneeded Change-Id: I9c514f98998b0a97326a8ba7c1de4566453a38aa Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 May, 2017 1 commit
-
-
This was originally relying on the order data was placed into db - which is brittle Now we order this data based on the get_profile_artefact_types() array that is hardcoded in the artefact/internal/lib.php file behatnotneeded Sponsored by SWITCH Change-Id: I22307e6f84dd2561088a68c1bcaf8fd5aafb8f11 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Feb, 2017 1 commit
-
-
* remove mochikit libraries * remove refs to these libraries * fix code where still referencing to mochikit Change-Id: I7bc78e4dade362035c3a7fe482ff66b30200f003 behatnotneeded: same functionality Signed-off-by:
alexeyomelchenko <alexeyomelchenko@catalyst.net.nz>
-
- 11 Jan, 2017 1 commit
-
-
alexeyomelchenko authored
* annotation, blog, plans behatnotneeded: same functionality Change-Id: I39880674ad56381f46921949edac8f2819dcc01a Signed-off-by:
alexeyomelchenko <alexeyomelchenko@catalyst.net.nz>
-
- 07 Sep, 2016 1 commit
-
-
Cecilia Vela Gurovic authored
When editing note with content associated with other note and when note is locked behatnotneeded Change-Id: I9d0fa9eda540c27c73fc3a874f87f88fd0f3c2b9
-
- 15 Jul, 2016 1 commit
-
-
Aaron Wells authored
Bug 1279526 behatnotneeded: Covered by existing tests Change-Id: Ifc707fe735e090a2756468e93bcdedd8cd80d7a7
-
- 14 Jul, 2016 1 commit
-
-
Robert Lyon authored
Currently all the artefacts that save html/tinymce data do so in the description field - except the internal profile introduction field. Seen as we are already doing special handling of this plugin we might as well save the html/tinymce data into the 'description' column of the db for consistency sake. behatnotneeded - existing tests should suffice Change-Id: I68da79f1c9423e19218162d8315008134251c31f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Jul, 2016 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I6b114ec554ceea0bc1d74009959a4e82a455af16 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Apr, 2016 1 commit
-
-
Robert Lyon authored
They need to be consistent in PHP7 and include the parameter types. behatnotneeded - existing tests are ok Change-Id: I5d94ee53962a92db6faf3718e5a54f48ea31e367 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 Mar, 2016 1 commit
-
-
Robert Lyon authored
The 'tag' pieform element will now become a wrapper for the autocomplete one - rather than using the 'autocomplete' element directly - so that we can centeralise how the tags field is generated and avoid having to duplicate setup code. Todo: need to get the select2 behat test to do ajax search Change-Id: I795969f2411ed5a088103398460e6ac135015319 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Mar, 2016 2 commits
-
-
Also setting the note block's form change checker state to "dirty" by default, so that users will get a warning before navigating away to the other page. Change-Id: I20f586781df63e942a7a1c82e5e74fd5214c233f
-
Bug 1558361 behatnotneeded Change-Id: Idc139a671137cbde6958fdc8406bc56f8c395f08
-
- 16 Dec, 2015 1 commit
-
-
behatnotneeded Change-Id: I536f7d4ab8bd96d653e0ae3bba635437f0d2c17c
-
- 09 Dec, 2015 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: Idbb6188a68253521faccd250e6968a3ad1a53052 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-