Home
last modified time | relevance | path

Searched refs:issue (Results 176 – 200 of 228) sorted by path

12345678910

/plugin/pgn4web/pgn4web/
H A Dtemplate.css25 font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
H A Dtwic944.css24 font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt644 around cached-image-only-works-second-time issue
695 * Bugfix: fixed issue with symbolic links
777 * Security issue with passthrough addressed
H A Dphpthumb.faq.txt26 configuration issue -- how do I check?
58 issue. If you can't do either of the above, you can resize the
93 A: This is not phpThumb's fault, it is an IE issue:
237 phpThumb.php if possible -- one notable issue is that
H A Dphpthumb.readme.txt180 PHP memory is usually not an issue.
/plugin/plantuml/
H A DREADME.markdown28 However, the server must have a access to the Web. This can be an issue if you're on a Corporate ne…
H A Dplugin.history.txt8 * Fixed issue #10 (plantuml base field should be lowercase)
/plugin/projects/
H A Dchangelog48 * The project file pages are not cached. This fixes any caching issue it could have been there.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md52 * Fix an issue with the Socket class not recognizing the certificate authority cert specified in the options.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md160 Countries. This has been fixed. Fixes GitHub issue #23.
190 and this should no longer be an issue.
H A DLICENSE58 and issue tracking systems that are managed by, or on behalf of, the
H A DREADME.md371 [GitHub issue tracker](https://github.com/maxmind/GeoIP2-php/issues).
373 If you are having an issue with a MaxMind service that is not specific
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md127 code. Fixed by Steven Don. GitHub issue #15.
H A DLICENSE58 and issue tracking systems that are managed by, or on behalf of, the
H A DREADME.md153 Please report all issues with this code using the [GitHub issue tracker](https://github.com/maxmind…
155 If you are having an issue with a MaxMind service that is not specific to the
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DLICENSE58 and issue tracking systems that are managed by, or on behalf of, the
/plugin/quizlib/scripts/
H A DLICENSE57 and issue tracking systems that are managed by, or on behalf of, the
/plugin/redissue/
H A DREADME.md5 * Name of issue
6 * Number, percentage, author of issue
7 * Make a link to the choosen issue in Redmine and the related project.
46 * Userview: doesn't manage access rights and display issue even if it's in private project.
52 ### Single issue syntax:
58 * id: id of the wanted issue.
61 ### Multiple issue syntax
92 // Sort issue by ascending "id", for project "myproject" and tracker "1"
94 // Sort issue by "subject" for project "myproject" and all trackers
123 * title: you can override issue title if it's too long or for other reasons with: `title="my new ti…
[all …]
H A Dstyle.css40 div.issue-info {
44 div.issue-doku {
75 div.issue-desc {
118 div.issue-info span{
H A Dsyntax.php163 $issues = $redmine->client->issue->all([
232 $issue = $redmine->getIssue($data['id']);
235 if($issue == 'Syntax error') {
238 } elseif (isset($issue['issue'])) {
240 $project = $issue['issue']['project'];
242 $tracker = $issue['issue']['tracker'];
244 $author = $issue['issue']['author'];
246 $assigned = $issue['issue']['assigned_to'];
248 $subject = $issue['issue']['subject'];
254 $data['text'] = $issue['issue']['subject'];
[all …]
/plugin/redissue/redmine/
H A Dredmine.php30 return $this->client->issue->show($issue_id);
53 function getDatesTimesIssue($issue){ argument
54 $created = $issue['issue']['created_on'];
55 $updated = $issue['issue']['updated_on'];
56 $closed = $issue['issue']['closed_on'];
/plugin/refnotes/
H A Dstyle.css32 /* HACK: Fix compatibility problem with Sidebar plugin (issue 6) */
/plugin/revealjs/css/
H A Dreveal.css156 /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
H A Dreveal.scss196 /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
/plugin/securelogin/
H A DREADME.md123 * Fixed issue where second password was not encrypted on add/modify users

12345678910