** Changed in: mahara
Importance: Undecided => Low
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/2015016
Title:
Small fix for 'Submitted status
Public bug reported:
I think the period after the colon may not be necessary.
Langfile to modify: lang/en.utf8/help/forms/ANY.submittedstatus.html
[Before]
Submitted status
The submission status of the page can be one of the following:.
[After]
Submitted status
The submission status of the page
Public bug reported:
I think it's better to fix a typo (capitalisation and lowercase) on
lang/en.utf8/mahara.php as below.
Langfile: lang/en.utf8/mahara.php
String: releasedinfofor
[Before]
RElease options for "%s"
[After]
Release options for "%s"
** Affects: mahara
Importance: Low
Public bug reported:
I think we need to add a license and copyright notice message to the top
of the "Show submitted portfolios" help file as below.
Help file to modify:
lang/en.utf8/help/forms/searchviews.showsubmissions.html
Line:
1
[ Before ]
Show submitted portfolios
When you select this op
Public bug reported:
I think we should modify the "Site registration" lang string ID in
admin/index.tpl as below.
File to modify:
theme/raw/templates/admin/index.tpl
Line:
81
[ Before ]
{if $newregisterpolicy}
{str tag=newregistrationpolicyinfo section=admin}
{/if}
[ After ]
{if $newregist
** Changed in: mahara
Importance: Medium => Low
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1991864
Title:
Badgr token reset message fix
Sta
Public bug reported:
I think we should modify the badgr token reset message as below.
Lang file:
blocktype/openbadgedisplayer/lang/ja.utf8/blocktype.openbadgedisplayer.php
String ID:
resetobsoletebadgrtokenmessage
[ Before ]
Please go to "Account menu → Settings → Apps → Badgr" to set a new one
Public bug reported:
Since Internet Explorer has retired on 15 June 2022, We need to update
the supported web browsers on the "Login" help page
(lang/en.utf8/help/sections/loginbox.html).
** Affects: mahara
Importance: Medium
Status: New
--
You received this bug notification becau
** Description changed:
Based on the fix in Bug #1971239, it would be good if the order of the
first name and last name on the "People search" page and the "Add a
- person " page could also be changed automatically.
+ person" page could also be changed automatically.
I hope that the modif
** Attachment added: ""Add a person" page"
https://bugs.launchpad.net/mahara/+bug/1972050/+attachment/5587517/+files/Add%20a%20person.png
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contri
Public bug reported:
Based on the fix in Bug #1971239, it would be good if the order of the
first name and last name on the "People search" page and the "Add a
person " page could also be changed automatically.
I hope that the modifications example I submitted here will be helpful
for the Mahara
The fixes I'm trying to push to gerrit is as below:
File to modify:
htdocs/artefact/internal/index.php
Line:
215
[ Before ]
function get_desired_fields(&$allfields, $section) {
global $USER;
$desiredfields = array('about' => array('firstname', 'lastname',
'studentid', 'preferredname', '
The following push error occurred and I will try to resolve it.
# git push gerrit HEAD:refs/publish/main
Enumerating objects: 17, done.
Counting objects: 100% (17/17), done.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 1.04 KiB | 1.04 MiB/s, done.
Total 9 (delta 7), reused 0
Public bug reported:
Currently, the display of name on the profile page is fixed to "first
name" and "last name" in that order.
It would be great if we could specify the order in which full names are
displayed on the "Site options" page or in the "langconfig.php" file,
since names are displayed i
Public bug reported:
I think it's better for us to make 'Delete standard' and 'Delete
standard element' button on SmartEvidence Editor translatable as below.
File to modify:
htdocs/module/framework/frameworks.php
Line:
170
[ Before ]
'removestandardorelementconfirm' => 'module.framework
Public bug reported:
Now the only site admin can suspend the account by oneself and be locked out
from the site.
So I think it's better for us to avoid site admins suspending oneself by
changing code as below.
File to modify:
admin/users/bulk.php
Line:
294
[ Before ]
db_begin();
fore
Public bug reported:
It's better for us to add a closing parenthesis to the Gravatar serve
additional URL information.
File to modify:
lang/en.utf8/help/forms/siteoptions.remoteavatars.html
Line:
10
[ Before ]
This option requires both the person and the web server to have access to the
Gravat
Public bug reported:
Now most of the sites are using 'https://' instead of 'http://'. So I
think it's better for us to use 'https://' on our language packs.
e.g.
[before]
[after]
---
[before]
http://developer.photobucket.com/";>Photobucket developer website
[after]
https://developer.photob
Public bug reported:
Adding the following code, we can check Chrome browser installation on
Red Hat Enterprise Linux (RHEL) and CentOS environment (Related to Bug
#1871515).
File to modify:
export/pdf/lib.php
Line:
133
[Before]
/**
* Dumps all views into the HTML export
*/
pri
Public bug reported:
Adding the following code, we can check pdfunite and ghostscript
installation on Red Hat Enterprise Linux (RHEL) and CentOS environment.
File to modify:
export/pdf/lib.php
Line:
80
[Before]
public static function has_pdf_combiner() {
// Check we have a valid way
Public bug reported:
We need to remove the multiple html p tag from lang/en.utf8/export.php
as below.
Lang file to modify:
lang/en.utf8/export.php
String ID:
exportportfoliodescription1
Text original:
This tool exports all of your portfolio information and pages.
It does not export your site
Public bug reported:
We need to replace "user" with "person" on the lang file auth.saml.php
as below.
Lang file to modify:
auth/saml/lang/ja.utf8/auth.saml.php
String ID:
auth/saml/lang/ja.utf8/auth.saml.php
[Before]
If enabled then the user will be added as a group admin to all groups otherwis
Thank you.
Your patch (https://reviews.mahara.org/#/c/10578/3) works fine on my
environment.
--
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 #m
I think it's better to use isset(['REQUEST_METHOD']) instead of
php_sapi_name(), because both web access and cron run returns 'cgi-fcgi'
as PHP mode.
File to modify:
lib/cron.php
Line:
40
[before]
if (php_sapi_name() != 'cli' && get_config('urlsecret') !== null) {
$urlsecret = param_alphanum
** Changed in: mahara
Importance: Undecided => High
--
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.org forum before ed
Public bug reported:
When we set $cfg->urlsecret on config.php, cron.php doesn't work on
cronjob under PHP FastCGI environment.
So we need to add one more condition to cron.php as below.
File to modify:
lib/cron.php
Line:
40
[before]
if (php_sapi_name() != 'cli' && get_config('urlsecret') !==
Public bug reported:
Multibyte message subjects on Inbox block are corrupted by Smarty function
'truncate'.
So it's better for us to use the Mahara function str_shorten_html() instead as
below.
File to modify:
theme/raw/plugintype/blocktype/inbox/templates/inboxmr.tpl
Line:
25
[ Before ]
Thank you Kristina.
I'll try the Mahara code review
(https://wiki.mahara.org/wiki/Developer_Area/Contributing_Code) next
time.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara
** Patch added: "diff file for artefact/file/downloadfolder.php"
https://bugs.launchpad.net/mahara/+bug/1840733/+attachment/5283411/+files/downloadfolder.diff
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscri
Public bug reported:
When we download a folder of Japanese folder name on 'Main menu ->
Create -> Files' page, the ZIP file name is corrupted as the attached
screenshot (download_folder.png).
We can fix the issue using mb_eregi_replace() function instead of
preg_replace() function as below.
** Patch added: "diff file for artefact/comment/lib.php"
https://bugs.launchpad.net/mahara/+bug/1836588/+attachment/5277407/+files/lib.php.diff
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscri
** Description changed:
When we post English and Japanese comments on a page "Add comment"
field, only Japanese characters are corrupted as the attached screenshot
(mahara_comment.png).
We can fix the issue using mb_convert_encoding function as below.
Hopefully this fix helps Mahara m
Public bug reported:
When we post English and Japanese comments on a page "Add comment"
field, only Japanese characters are corrupted as the attached screenshot
(mahara_comment.png).
We can fix the issue using mb_convert_encoding function as below.
Hopefully this fix helps Mahara multibyte charac
Public bug reported:
I have the following errors on building CSS for Mahara 18.10dev
(2018070500).
# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
# node -v
v5.12.0
# make css
npm install
Building CSS...
/git-mahara/mahara/node_modules/gulp-sass/index.js:66
let sassMap;
^
Public bug reported:
I guess it's better to change the description for the cli bulk user
deletion (Bug 1760767) as below.
String ID: cli_deleteinactiveusers_beforedate
String before:
Delete users that have not logged in after this date
String after:
Delete users that have not logged in before t
Public bug reported:
The title of the following help file needs to be fixed.
Help file:
en.utf8/help/forms/collaboration.institutions.html
Before:
Comments
Sum of all portfolios shared with an institution during the selected time
period.
After:
Institution
Sum of all portfolios shared with
Public bug reported:
When we try to add a new institution using Japanese language menu, we
have an error message "Mahara: Site unavailable A nonrecoverable error
occurred. This probably means you have encountered a bug in the system"
and can't add the institution.
And Apache error log says as bel
Public bug reported:
The help file for Elasticsearch Analyzer needs to be fixed.
The help file for Elasticsearch Analyzer needs to be fixed as below.
Help file:
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.analyzer.html
[Before]
http://www.elasticsearch.org/guide/reference/index-mo
Public bug reported:
A help file for elasticsearch needs to be fixed as below.
Help file:
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.username.html
Before:
Auth password
After:
Auth username
** Affects: mahara
Importance: Undecided
Status: New
--
You received this
Public bug reported:
"retainviewrights1" on lang/en.utf8/view.php needs to be fixed as below.
Language file: lang/en.utf8/view.php
String: retainviewrights1
[ Before ]
Retain view access on copied pages or collections
[ After ]
Retain page access on copied pages or collections
** Affects: maha
Public bug reported:
I think it's not so easy to translate Mahara strings for plural using array()
on translations.launchpad.net now.
So it's good for Mahara translators using the standard string definition
instead of using array() as below.
--
Langfile:
artefact/file/lang/en.utf8/art
Public bug reported:
BrowserID - Help "We auto-create users" needs to be fixed as below.
# acount -> account
[before]
We auto-create users
Users that successfully authenticate but are not users of this system yet
will have an acount created automatically.
Their username will be their email addre
Public bug reported:
Typo 'errorbadinstitutioncombo' on auth/saml/lang/en.utf8/auth.saml.php needs
to be fixed as below.
# compination -> combination
[before]
There is already an existing authinstance with this institutionattribute and
institutionvalue compination
[after]
There is already an e
Public bug reported:
'unabletosetmultipleblogs' on lang/en.utf8/error.php needs to be fixed
as below.
[before]
Enabling multiple blogs for the user %s when copying view %s has failed. This
can be set manually on the account page.
[after]
Enabling multiple journals for the user %s when copying v
Public bug reported:
'uploadgroupcsvpagedescription2' on lang/en.utf8/admin.php needs to be
fixed as below.
[before]
shortname,displayname,roles
[after]
shortname,displayname,editroles
** Affects: mahara
Importance: Medium
Status: New
--
You received this bug notification becaus
Public bug reported:
lang/en.utf8/help/pages/account/notifications.html for master,
1.3_STABLE and 1.4_STABLE need to be fixed as below.
[before]
Activity Log: your notifications area will display a list
of activity notifications received.
[after]
Inbox: your notifications area will display a l
Public bug reported:
If possible, it's better to remove empty en.utf8 strings below for
Mahara language translation.
Lang file: artefact/blog/lang/en.utf8/artefact.blog.php
String name: postbodydesc
Lang file: artefact/resume/lang/en.utf8/artefact.resume.php
String name: defaultpersonalgoal
Lan
Public bug reported:
A typo on 'auth/saml/lang/en.utf8/help/forms/auth_config.loginlink.html' needs
to be fixed as below.
# accout -> account
[before]
Login Link
Allow users to link their own local Mahara accout to the authenticated SAML
account. This depends on the Remote User option being en
Public bug reported:
lang/en.utf8/admin.php needs to be fixed as below.
[before]
$string['generatesitemapdescription'] = 'Generate sitemap files from publicly
accessible views, groups, and forum topics';
[after]
$string['generatesitemapdescription'] = 'Generate sitemap files from publicly
acce
Hi Ruslan,
Because we have same text on
lang/en.utf8/help/forms/siteoptions.smtpport.html as below.
SMTP Port
If SMTP server uses a port number different from 25, you may specify it
here.
When encryption is enabled the default ports are 465 for SSL and 587 for
TLS. You only need to specify a po
Public bug reported:
lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed as
below.
[before]
SMTP Encryption
If the SMTP server supports encryption, enable it here.
When encryption is enabled the default ports are 465 for SSL and 587 for
TLS. If your settings are different from
Public bug reported:
Branches: master
I think it's better to change en.utf8 lang strings as below:
-
Lang file: blocktype.profileinfo.php
string: dontshowprofileicon
[before]
Don't show a profile icon
[after]
Don't show a profile picture
-
Lang file: blocktype.profileinfo.php
string:
Yes, you are right.
But using 'javascript:history.back()' is the easiest way to avoid Back link
loop.
--
Using javascript for Back link
https://bugs.launchpad.net/bugs/628113
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Statu
Public bug reported:
Now we are using $_SERVER['HTTP_REFERER'] to get a previous view page.
But for example the following 2nd case, we can not go back to the Top Page.
1. Top Page > Links and Resources > Site view 001 > Back > Top Page
2. Top Page > Links and Resources > Site view 001 > Public vi
** Attachment added: "taskslist.tpl.diff"
https://bugs.launchpad.net/bugs/617953/+attachment/1490437/+files/taskslist.tpl.diff
--
'Edit' & 'Delete' button on taskslist.tpl needs to be translatable.
https://bugs.launchpad.net/bugs/617953
You received this bug notification because you are a me
Public bug reported:
'Edit' & 'Delete' button on artefact/plans/theme/raw/taskslist.tpl needs
to be translatable as below.
--- [ before ] ---
{auto_escape on}
{foreach from=$tasks.data item=task}
{if $task->completed == -1}
{$task->completiondate}
{$task->titl
Public bug reported:
A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be
fixed as below.
[before]
$string['disabledlockedfieldhelp'] = 'Note: Disabled check boxes are for
profile fields which are locked in the in the institution settings for "%s".
These profile fields are
Public bug reported:
Typo in blocktype/groupmembers/lang/en.utf8/blocktype.groupmembers.php
needs to be fixed as below.
Lang File: blocktype/groupmembers/lang/en.utf8/blocktype.groupmembers.php
String: options_columns_desc
[before]
The columns of rows you want to display.
[after]
The amount of
** Attachment added: "Japanse language file for jscalendar"
http://launchpadlibrarian.net/50824320/jscalendar.zip
--
need to add UTF-8 Japanese lang file for jscalendar
https://bugs.launchpad.net/bugs/597909
You received this bug notification because you are a member of Mahara
Contributors, w
Public bug reported:
Now we have a translated jscalendar Japanese language file "calendar-
jp.js" on "js/jscalendar/lang".
The translation is outdated, encoding of this file is SJIS and file name is
"calendar-jp.js" not "calendar-ja.js".
For this reason, users who use Japanese language file for
Public bug reported:
Langstring "feedbacknotificationhtml" in class
ActivityTypeArtefactCommentFeedback needs to be replaced with
"feedbacknotificationtext" as below.
File: artefact/comment/lib.php
Line: 970
[before]
// Email
... skip ...
$this->users[0]->emailmessage = get_str
** Patch added: "upgrade.php.diff"
http://launchpadlibrarian.net/44391039/upgrade.php.diff
--
Unable to execute lib/db/upgrade.php on master.
https://bugs.launchpad.net/bugs/564396
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahar
Public bug reported:
Now we can't execute lib/db/upgrade.php on master.
So lib/db/upgrade.php needs to be fixed as below.
--- upgrade.php 2010-04-16 13:09:53.0 +0900
+++ upgrade.php.fix 2010-04-16 13:07:30.0 +0900
@@ -1524,7 +1524,7 @@
execute_sql("
UPDAT
63 matches
Mail list logo