<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/adm/style/permission_mask.html, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/16083] Remove type=text/javascript</title>
<updated>2019-10-04T13:39:54+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2019-10-04T13:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5c73f471f589c059e5127d3268746534bfb708bf'/>
<id>5c73f471f589c059e5127d3268746534bfb708bf</id>
<content type='text'>
PHPBB3-16083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-16083
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15467] Fix JS for permissions setting</title>
<updated>2019-07-28T11:34:35+00:00</updated>
<author>
<name>rxu</name>
<email>rxu@mail.ru</email>
</author>
<published>2018-01-02T06:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4d640555ef1ba851f9e041c594d0dda7253e8450'/>
<id>4d640555ef1ba851f9e041c594d0dda7253e8450</id>
<content type='text'>
PHPBB3-15467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15467
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15492] Fix permission role combobox in RTL</title>
<updated>2018-01-11T16:10:32+00:00</updated>
<author>
<name>hubaishan</name>
<email>saeed@hubaishan.com</email>
</author>
<published>2018-01-11T16:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8c89194cc6f197c302eae00b6bed565b3e5653d4'/>
<id>8c89194cc6f197c302eae00b6bed565b3e5653d4</id>
<content type='text'>
Varius fixes to css and js for correct
displaying permission role combbox in RTL mode

PHPBB3-15492
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Varius fixes to css and js for correct
displaying permission role combbox in RTL mode

PHPBB3-15492
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15390] Prevent dropdown from being incorrectly offset</title>
<updated>2017-11-26T19:06:43+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2017-11-26T19:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5485563e05015b241298b49ed9439323540201e5'/>
<id>5485563e05015b241298b49ed9439323540201e5</id>
<content type='text'>
PHPBB3-15390
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15390
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14315] Add functional tests for permission roles and fix non-js</title>
<updated>2016-02-17T11:56:19+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-02-17T11:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=620a8622660c5a00f56ce686e397ed09d9cd4039'/>
<id>620a8622660c5a00f56ce686e397ed09d9cd4039</id>
<content type='text'>
Without JS the settings were not applied due to duplicate input names.

PHPBB3-14315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without JS the settings were not applied due to duplicate input names.

PHPBB3-14315
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14315] Add back roles select for disable javascript</title>
<updated>2016-02-16T17:21:04+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-02-16T16:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6f41fcb3d615557c79892bc8d0c43d523a2c1959'/>
<id>6f41fcb3d615557c79892bc8d0c43d523a2c1959</id>
<content type='text'>
The javascript will hide the old select and show the version using
the span and showing the tooltips.

PHPBB3-14315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The javascript will hide the old select and show the version using
the span and showing the tooltips.

PHPBB3-14315
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14315] Build role options for each permission group</title>
<updated>2016-02-16T17:21:04+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-02-06T08:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4cfba8f3a40c424d831b6034bdf1dc4975822406'/>
<id>4cfba8f3a40c424d831b6034bdf1dc4975822406</id>
<content type='text'>
Previously all role options were put into one array. This required
filtering the options. Instead, these are now passed to the template
via template loops.

PHPBB3-14315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously all role options were put into one array. This required
filtering the options. Instead, these are now passed to the template
via template loops.

PHPBB3-14315
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14315] Correctly set default values and reset values</title>
<updated>2016-02-16T17:21:04+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-02-05T22:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=eab1b1ad11ae2e42cf4f6c3af9f7171d6dd0837b'/>
<id>eab1b1ad11ae2e42cf4f6c3af9f7171d6dd0837b</id>
<content type='text'>
The permissions tooltip javascript failed at correctly passing
the default values to the page. The same applied to the
display_mask() method in includes/acp/auth.php.

PHPBB3-14315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The permissions tooltip javascript failed at correctly passing
the default values to the page. The same applied to the
display_mask() method in includes/acp/auth.php.

PHPBB3-14315
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14315] Only add role options specified for each group</title>
<updated>2016-02-16T17:21:04+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-02-05T22:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=49736322887029b409ff177eafca9581c6622e83'/>
<id>49736322887029b409ff177eafca9581c6622e83</id>
<content type='text'>
PHPBB3-14315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14315
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/6466] Support form reset and do not loose role upon resubmit</title>
<updated>2015-05-30T09:24:00+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-05-30T09:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=44b8dafb233cb07403a303b9c3a5eb72539365d2'/>
<id>44b8dafb233cb07403a303b9c3a5eb72539365d2</id>
<content type='text'>
PHPBB3-6466
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-6466
</pre>
</div>
</content>
</entry>
</feed>
