Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
7a82afdc
Commit
7a82afdc
authored
20 years ago
by
andi
Browse files
Options
Downloads
Patches
Plain Diff
uservariable replacement in usermails
darcs-hash:20050126201526-9977f-9112c4ff4742a42578e3f95fb683464747def25e.gz
parent
9faf6e0f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
inc/common.php
+1
-0
1 addition, 0 deletions
inc/common.php
lang/tw/revisions.txt
+1
-1
1 addition, 1 deletion
lang/tw/revisions.txt
lang/tw/searchpage.txt
+1
-1
1 addition, 1 deletion
lang/tw/searchpage.txt
with
3 additions
and
2 deletions
inc/common.php
+
1
−
0
View file @
7a82afdc
...
...
@@ -755,6 +755,7 @@ function notify($id,$rev="",$summary=""){
$text
=
str_replace
(
'@NEWPAGE@'
,
wl
(
$id
,
''
,
''
,
true
),
$text
);
$text
=
str_replace
(
'@DOKUWIKIURL@'
,
getBaseURL
(
true
),
$text
);
$text
=
str_replace
(
'@SUMMARY@'
,
$summary
,
$text
);
$text
=
str_replace
(
'@USER@'
,
$_SERVER
[
'REMOTE_USER'
],
$text
);
if
(
$rev
){
$subject
=
$lang
[
'mail_changed'
]
.
' '
.
$id
;
...
...
This diff is collapsed.
Click to expand it.
lang/tw/revisions.txt
+
1
−
1
View file @
7a82afdc
======舊版======
以下是該文件的舊版本。如要回復成想要的某個舊版次,就點下它,然後按「編修本頁」,並存檔起來就可以了。
\ No newline at end of file
以下是該文件的舊版本。如要回復成想要的某個舊版次,就點下它,然後按「編修本頁」,並存檔起來就可以了。
This diff is collapsed.
Click to expand it.
lang/tw/searchpage.txt
+
1
−
1
View file @
7a82afdc
...
...
@@ -2,4 +2,4 @@
提示:您可以在下列找到您的搜尋結果。若沒找到妳想找的東西,那麼可以在妳查詢之後用「建立此頁」來建立新的頁面哦。
=====搜尋結果=====
\ No newline at end of file
=====搜尋結果=====
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment