Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
e93703d1
Commit
e93703d1
authored
11 years ago
by
Jared Hancock
Browse files
Options
Downloads
Patches
Plain Diff
Fix oops with dynamic data and 1.7.0 merge
parent
20f3e62a
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
bootstrap.php
+1
-1
1 addition, 1 deletion
bootstrap.php
include/upgrader/streams/core.sig
+1
-1
1 addition, 1 deletion
include/upgrader/streams/core.sig
include/upgrader/streams/core/16fcef4a-d51f303a.patch.sql
+2
-2
2 additions, 2 deletions
include/upgrader/streams/core/16fcef4a-d51f303a.patch.sql
with
4 additions
and
4 deletions
bootstrap.php
+
1
−
1
View file @
e93703d1
...
...
@@ -202,7 +202,7 @@ require(INCLUDE_DIR.'class.ostsession.php');
require
(
INCLUDE_DIR
.
'class.usersession.php'
);
require
(
INCLUDE_DIR
.
'class.pagenate.php'
);
//Pagenate helper!
require
(
INCLUDE_DIR
.
'class.log.php'
);
require
(
INCLUDE_DIR
.
'class.
m
crypt.php'
);
require
(
INCLUDE_DIR
.
'class.crypt
o
.php'
);
require
(
INCLUDE_DIR
.
'class.misc.php'
);
require
(
INCLUDE_DIR
.
'class.timezone.php'
);
require
(
INCLUDE_DIR
.
'class.http.php'
);
...
...
This diff is collapsed.
Click to expand it.
include/upgrader/streams/core.sig
+
1
−
1
View file @
e93703d1
43
fbf5b9254787c93d049be0b607cf2d
d51f303a2c9ee04f9906fc1b6047459f
This diff is collapsed.
Click to expand it.
include/upgrader/streams/core/16fcef4a-
43fbf5b9
.patch.sql
→
include/upgrader/streams/core/16fcef4a-
d51f303a
.patch.sql
+
2
−
2
View file @
e93703d1
/**
* @version v1.8.0
* @signature
43fbf5b9254787c93d049be0b607cf2d
* @signature
d51f303a2c9ee04f9906fc1b6047459f
*
* Make default data translatable. This patch also adds columns to database
* tables to introduce the concept of a language.
...
...
@@ -21,5 +21,5 @@ ALTER TABLE `%TABLE_PREFIX%page`
-- Finished with patch
UPDATE
`%TABLE_PREFIX%config`
SET
`value`
=
'
43fbf5b9254787c93d049be0b607cf2d
'
SET
`value`
=
'
d51f303a2c9ee04f9906fc1b6047459f
'
WHERE
`key`
=
'schema_signature'
AND
`namespace`
=
'core'
;
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