Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
430f2325
Commit
430f2325
authored
Apr 20, 2021
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update old file references
parent
7a246c8d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
qa-config-example.php
qa-config-example.php
+2
-2
qa-external-users.php
qa-external-example/qa-external-users.php
+1
-1
qa-wysiwyg-ajax.php
qa-plugin/wysiwyg-editor/qa-wysiwyg-ajax.php
+1
-1
No files found.
qa-config-example.php
View file @
430f2325
...
...
@@ -197,6 +197,6 @@
define
(
'QA_DEBUG_PERFORMANCE'
,
false
);
/*
And lastly... if you want to, you can predefine any constant from qa-
db-maxima.php in this
file to override the default setting. Just make sure you know what you're doing!
And lastly... if you want to, you can predefine any constant from qa-
include/db/maxima.php in
this
file to override the default setting. Just make sure you know what you're doing!
*/
qa-external-example/qa-external-users.php
View file @
430f2325
...
...
@@ -581,7 +581,7 @@ function qa_get_users_html($userids, $should_include_link, $relative_url_prefix)
*
* If $padding is true, the HTML you return should render to a square of $size x $size pixels,
* even if the avatar is not square. This can be achieved using CSS padding - see function
* qa_get_avatar_blob_html(...) in
qa-app-
format.php for an example. If $padding is false,
* qa_get_avatar_blob_html(...) in
app/
format.php for an example. If $padding is false,
* the HTML can render to anything which would fit inside a square of $size x $size pixels.
*
* Note that this function may be called many times to render an individual page, so it is not
...
...
qa-plugin/wysiwyg-editor/qa-wysiwyg-ajax.php
View file @
430f2325
...
...
@@ -31,7 +31,7 @@ class qa_wysiwyg_ajax
// Fix path to WYSIWYG editor smileys
public
function
process_request
(
$request
)
{
require_once
QA_INCLUDE_DIR
.
'qa-app-
posts.php'
;
require_once
QA_INCLUDE_DIR
.
'app/
posts.php'
;
// smiley replacement regexes
$rxSearch
=
'<(img|a)([^>]+)(src|href)="([^"]+)/wysiwyg-editor/plugins/smiley/images/([^"]+)"'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment