[Mahara-contributors] [Bug 1246702] [NEW] wishlist: Notifictation to more than one recipient

2013-10-31 Thread Tobias Zeuch
Public bug reported: The current notification system stores the complete message with all meta-data in a single entry in a single table. When the recipient deletes the notification, the message-entry is deleted in the same moment. That has some disadvantages: When a notification is deleted

[Mahara-contributors] [Bug 1271935] [NEW] group member search discards sorting order when turning pages

2014-01-23 Thread Tobias Zeuch
Public bug reported: when I change the sort order in the group members section and use the pagination on the bottom to browse the next 10 members, the sort order gets reset. Same happens, when I adjust the results shown per page. The [Maximum items per page] setting on the other hand resets when

[Mahara-contributors] [Bug 1272121] Re: Paginator on /admin/users/search.php doesn't respect institution setting

2014-01-27 Thread Tobias Zeuch
It's not a duplicate of the above bug but it's related. I'll submit a patch. Not sure though if that did ever work -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara

[Mahara-contributors] [Bug 1041228] Re: Improve watchlist notifications

2014-01-27 Thread Tobias Zeuch
Hi Ruslan. The plugin hooks into the blockinstancecommit-event and that is triggered whenever the savebutton is pressed. So yes, the notification will be triggered even if nothing was changed. -- You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 1298855] Re: Sanity check for plugin installation

2014-03-28 Thread Tobias Zeuch
See also the forum discussion: https://mahara.org/interaction/forum/topic.php?id=6191 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on

[Mahara-contributors] [Bug 1298855] [NEW] Sanity check for plugin installation

2014-03-28 Thread Tobias Zeuch
Public bug reported: I propose a sanity check for plugins before they are installed automatically with the system installation. Right now, when the installation of a single plugin fails, all plugins that would have been installed thereafter are skipped as well. The problem occurred with a

[Mahara-contributors] [Bug 1300741] [NEW] installation doesn't save email address

2014-04-01 Thread Tobias Zeuch
Public bug reported: The email address that is entered upon installation section doesn't get saved. The admin starts with the address ad...@example.org (and I cannot find the address I entered in the complete database) version: in mahara 1.9rc1 mysql-database on Ubuntu 12.04.4 LTS ** Affects:

[Mahara-contributors] [Bug 1301661] Re: Page management improvements required

2014-04-03 Thread Tobias Zeuch
I agree on the inconsistency of the tab name Display page, because it's the only tab name that describes an action of the system (mahara displays the page to me, the user) whereas the other names describe an action of the author (I, the user, edit the title, description, layout and content or

[Mahara-contributors] [Bug 1301661] Re: Page management improvements required

2014-04-04 Thread Tobias Zeuch
I think the button is rather there for navigation and I guess it's there for consistency with the /default navigation/ for creating a basic page: choose title and description - adding blocks - return to higher level view. It makes sense to me know but I remember that I was startled by that

[Mahara-contributors] [Bug 1302297] Re: Wishlist - self star rate my portfolios

2014-04-04 Thread Tobias Zeuch
Hi Shane, in our installation we use a quick filter by tags: For any tag assigned to any of the pages in the list a button is placed atop of the list that filters the lists by the corresponding tag. The advantage is, that the tags are already there, all it takes on code side is the filter in the

[Mahara-contributors] [Bug 1307935] Re: notification when a user is about to reach his quota

2014-04-15 Thread Tobias Zeuch
See https://mahara.org/interaction/forum/topic.php?id=6117 for discussion -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or

[Mahara-contributors] [Bug 1307935] [NEW] notification when a user is about to reach his quota

2014-04-15 Thread Tobias Zeuch
Public bug reported: This is a wishlist item. I propose a notification system where a user receives a notification when his quota fills up to a certain percentage. The limit should be configurable for the installation and the admin can decide to be notified as well. ** Affects: mahara

[Mahara-contributors] [Bug 1246702] Re: Notification to more than one recipient

2014-05-08 Thread Tobias Zeuch
Anyone willing to have a look at this? I did a rebase, would love to advance with the patch. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on

[Mahara-contributors] [Bug 1318959] [NEW] add page title to new-page-access notification

2014-05-13 Thread Tobias Zeuch
Public bug reported: When a user is notified about having been granted access to a page, the page title should be mentioned in the notification title ** Affects: mahara Importance: Undecided Status: New -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1318959] Re: add page title to new-page-access notification

2014-05-13 Thread Tobias Zeuch
See also the discussion in the forum: https://mahara.org/interaction/forum/topic.php?id=6206 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on

[Mahara-contributors] [Bug 548021] Re: Option to not have a display name on Views

2014-05-20 Thread Tobias Zeuch
What about only showing the author, if his profile is visible to the viewer? This would hide the the author when he publishes the page in most cases, except when he publically shared his profile. On the other hand, it doesn't make sense to link to the profile if the viewer can't see it

[Mahara-contributors] [Bug 1326425] [NEW] New question plugin

2014-06-04 Thread Tobias Zeuch
Public bug reported: A new artefact for questions, based on the proposal by the Totara group, see https://mahara.org/view/artefact.php?artefact=363268view=1088 for details ** Affects: mahara Importance: Undecided Status: New -- You received this bug notification because you are a

[Mahara-contributors] [Bug 1334576] Re: Read notifications are not deleted

2014-06-26 Thread Tobias Zeuch
When I look at a fresh installation, there is a cron job registered for cron_clean_internal_activity_notifications, that calls PluginNotificationInternal::clean_notifications, but the delay is set to 182 days and not 60, and the only notification types, that are actually deleted, are

[Mahara-contributors] [Bug 1339113] [NEW] simple non-copyable textbox

2014-07-08 Thread Tobias Zeuch
Public bug reported: As discussed in the developer meeting, I propose a plain/simple textbox blocktype that doesn't store its content as an artefact. I think that in most cases the text in textboxes does not serve on other pages, so offering a simplified version helps avoid unintentional side

[Mahara-contributors] [Bug 1246702] Re: Notification to more than one recipient

2014-08-19 Thread Tobias Zeuch
The plugin uses the built in user search functionality. Can you check if you have the Exact user search turned on under Plugin administration - search: internal? -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1360535] Re: Set default sort order for page sorting

2014-08-25 Thread Tobias Zeuch
Alternatively, Mahara could remember the sort order (in usr_account_preference), whenever it is changed. That way, we would avoid another account setting. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions:

[Mahara-contributors] [Bug 1360535] Re: Set default sort order for page sorting

2014-09-02 Thread Tobias Zeuch
My idea would be to do that silently and not adding more settings/buttons to the visual interface. I imagine that works fine for most users, unless they change the setting back and forth frequently. -- You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 1326425] Re: New question plugin

2014-09-08 Thread Tobias Zeuch
When planing the block type(s), we discovered some (potential) inconsistencies, referring to the sharing rights of questions and answers: - Right now, the access rights for answers depend on the access right of the question they refer to. That makes sense in this context, but it also means that

[Mahara-contributors] [Bug 1368091] [NEW] Broken html-tags in report.tpl

2014-09-11 Thread Tobias Zeuch
Public bug reported: I noticed some broken html-tags in theme/raw/templates/group/report.tpl ** Affects: mahara Importance: Undecided Status: New -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1369569] [NEW] Search/Filter for the inbox/outbox

2014-09-15 Thread Tobias Zeuch
Public bug reported: As notifications cannot be archived or stored in folders, it would be nice to have a search/filter functionality for all the notifications in your inbox/outbox. We actually had this ready for some time and would like to upload that (in case it's approved/appreciated) before

[Mahara-contributors] [Bug 1353770] Re: Upload group from CSV error messages displayed as raw HTML

2014-09-22 Thread Tobias Zeuch
Could you explain in a little more detail, how to reproduce the error? Maybe upload a prepared group csv file for testing? When trying to reproduce I ended up returning a fixed error message in htdocs/lib/scvfile.php because all errors I produced on the csv-file were caught before -- You

[Mahara-contributors] [Bug 1372536] [NEW] PluginModule-menu items appear in two menus

2014-09-22 Thread Tobias Zeuch
Public bug reported: With a module-plugin, that overwrites menu_items, the returned menu items appear in the main navigation and also in the top right corner. Both are very helpful on their own, but it should be possible to add an item to either of them without the other, like, have an entry only

[Mahara-contributors] [Bug 1372536] Re: PluginModule-menu items appear in two menus

2014-09-23 Thread Tobias Zeuch
After investigating a bit more about the menu-structure and understanding in more detail about how the menus are built, I realized that the problem is not specific for the module plugins but is the same for interaction and artefact. The active menu-items are filtered by their path: Every entry

[Mahara-contributors] [Bug 1372536] Re: PluginModule-menu items appear in two menus

2014-09-25 Thread Tobias Zeuch
I could imagine that there are plugins who add submenu items to the user settings, which are part of the right nav menu. I'll see if I can include those submenu-entries but skip all top-level items when calling menu_items for the right-nav and then add a function to the three plugin types to

[Mahara-contributors] [Bug 1372536] Re: PluginModule-menu items appear in two menus

2014-09-25 Thread Tobias Zeuch
I checked the artefact plugins on the wiki page. The only plugin that I found adding a menu item on the top level is the calendar plugin. But I got errors when I tested it and it doesn't add any subentry to the settings menu. And I uploaded a patch for the new function/modification of right_nav()

[Mahara-contributors] [Bug 1377763] Re: Allow archiving is not listed on group CSV upload page as option

2014-10-06 Thread Tobias Zeuch
While testing the code modifications I noticed, that the allowarchives setting is ignored in group_create, if the group is of type standard, but when you update a standard group with the same allowarchives setting, the setting is set nonetheless (group_update doesn't check for that consistency).

[Mahara-contributors] [Bug 1377763] Re: Allow archiving is not listed on group CSV upload page as option

2014-10-07 Thread Tobias Zeuch
*** This bug is a duplicate of bug 1376503 *** https://bugs.launchpad.net/bugs/1376503 I think my comment was a bit confusing, but that's what I meant: adding a new group via csv checks for consistency with submitpages but updating with csv doesn't. -- You received this bug notification

[Mahara-contributors] [Bug 1387330] Re: Inbox 'reply to' and 'reply all' links be in own columns

2014-10-30 Thread Tobias Zeuch
I agree in that it would make sense to move the reply and reply all links to separate columns. Among that I think it would make sense to open the recipient-list and the content simultaneously. The logic for having the reply and reply all links only appear on those that you can reply and

[Mahara-contributors] [Bug 1387330] Re: Inbox 'reply to' and 'reply all' links be in own columns

2014-10-31 Thread Tobias Zeuch
Hi Aaron, That'll mean more stuff to merge for the search patch but I get your point. Thanks by the way for removing the -1 flag on the other patch. Cheers Tobias -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1391073] [NEW] missing closing if-tag in topright.tpl template

2014-11-10 Thread Tobias Zeuch
Public bug reported: Found a template-issue in the current head: In the dwoo template topright.tpl the if-tag for {if $item.icon} has no corresponding closing if-tag ** Affects: mahara Importance: Undecided Status: New -- You received this bug notification because you are a

[Mahara-contributors] [Bug 1393460] [NEW] Blocktype external media: Integrate Width and Height Parameter also into iframe-embed codes

2014-11-17 Thread Tobias Zeuch
Public bug reported: On the Mahara Barcamp 2014 we talked about the Interface of the External media blocktype and found the height- and width-fields confusing for sources that are added via iframe code. It would be nice to have those values also applied to the iframe-sources or at least

[Mahara-contributors] [Bug 1393462] [NEW] Edit content: define my own shortcut-blocktypes

2014-11-17 Thread Tobias Zeuch
Public bug reported: On the Mahara Barcamp 2014 users expressed the wish to be able to change the shortcut-blocktypes that are displayed above the categories (currently Text and Image), maybe even be able to rearrange them with drag and drop. The users argued that different users have different

[Mahara-contributors] [Bug 1393465] [NEW] More information on Skin-Tabs

2014-11-17 Thread Tobias Zeuch
Public bug reported: Users on the Mahara Barcamp 2014 complained that they had great difficulties understand the different tabs in the skin creation section and that they would like to have more information on the meaning/effect of the different settings. Maybe a help-icon on each tab would be

[Mahara-contributors] [Bug 1393472] [NEW] CSV-Import: auto-test for separation character: Semicolon

2014-11-17 Thread Tobias Zeuch
Public bug reported: This also came up on the Mahara Barcamp 2014: Microsoft Excel has the strange behavior to determine the separation character based on the system language setting, which for German users turns out to be a semicolon instead of a comma. Therefore, CSV-files generated on a

[Mahara-contributors] [Bug 1393472] Re: CSV-Import: auto-test for separation character: Semicolon

2014-11-18 Thread Tobias Zeuch
I don't see the necessity for a confirmation. The first line that defines the fields to import has a pretty strict syntax, we have a couple of fields that are required and we have a fixed set of fields that are valid. If one of the required fields is not identifiable or an invalid field appears,

[Mahara-contributors] [Bug 1393472] Re: CSV-Import: auto-test for separation character: Semicolon

2014-11-19 Thread Tobias Zeuch
Thanks for the confirmation :) I added a patch, just checking for a comma or semicolon in the first line of the file with the column names. In my tests it worked well for User uploads and Group uploads. I used an array for the separation characters to check just in case Microsoft uses yet

[Mahara-contributors] [Bug 1383543] Re: The js script 'artefact/multirecipientnotification/js/sendmessage.js' is not neccessary

2015-07-05 Thread Tobias Zeuch
Sorry, I had kept the mail from launchpad to have a look it some other time but until now I hadn't opened the bug. Seems like sendmessage.js is a remnant from before we/I integrated the autocomplete box. I'll check again to make sure but I think you're right and it can be deleted. -- You

[Mahara-contributors] [Bug 1468156] Re: Migrate PluginArtefactMultirecipientnotification to a Module plugintype instead

2015-06-29 Thread Tobias Zeuch
If no one has started working on this yet, I'd like to take care of it. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or

[Mahara-contributors] [Bug 1571421] [NEW] Illegal join expression when searching shared-with-me

2016-04-17 Thread Tobias Zeuch
Public bug reported: In the German forum a user reported a "site unavailable" error when searching on the "shared with me" page. This applied to version 15.10.2. Another use confirmed the problem in his installation with version 15.10.1 installed. >From the first setup we got an error log