Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Tiki
Manage
Activity
Members
Labels
Plan
Custom issue tracker
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Tiki Wiki CMS Groupware
Tiki
Commits
d7fd3ff6
Commit
d7fd3ff6
authored
6 years ago
by
kishiko
Browse files
Options
Downloads
Patches
Plain Diff
[NEW] Add 'deprecated' tag to existing prefs that have deprecated as a warning
parent
1e7da5b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/prefs/feature.php
+1
-0
1 addition, 0 deletions
lib/prefs/feature.php
lib/prefs/mobile.php
+1
-1
1 addition, 1 deletion
lib/prefs/mobile.php
lib/prefs/search.php
+1
-0
1 addition, 0 deletions
lib/prefs/search.php
with
3 additions
and
1 deletion
lib/prefs/feature.php
+
1
−
0
View file @
d7fd3ff6
...
...
@@ -1554,6 +1554,7 @@ function prefs_feature_list($partial = false)
'help'
=>
'Search'
,
'default'
=>
'n'
,
'dbfeatures'
=>
[
'mysql_fulltext'
],
'tags'
=>
[
'deprecated'
],
'admin'
=>
'search'
,
'view'
=>
'tiki-searchresults.php'
,
'module'
=>
'search'
,
...
...
This diff is collapsed.
Click to expand it.
lib/prefs/mobile.php
+
1
−
1
View file @
d7fd3ff6
...
...
@@ -16,7 +16,7 @@ function prefs_mobile_list()
'help'
=>
'Mobile'
,
'warning'
=>
tra
(
'Deprecated. This feature is no longer under development following the integration of the Bootstrap CSS framework.'
),
'type'
=>
'flag'
,
'tags'
=>
[
'experimental'
],
'tags'
=>
[
'experimental'
,
'deprecated'
],
'dependencies'
=>
[
'feature_perspective'
,
],
...
...
This diff is collapsed.
Click to expand it.
lib/prefs/search.php
+
1
−
0
View file @
d7fd3ff6
...
...
@@ -49,6 +49,7 @@ function prefs_search_list()
'dependencies'
=>
[
'feature_jquery_autocomplete'
,
'javascript_enabled'
],
'warning'
=>
tra
(
'deprecated'
),
'default'
=>
'n'
,
'tags'
=>
[
'deprecated'
],
],
'search_show_category_filter'
=>
[
'name'
=>
tra
(
'Category filter'
),
...
...
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