Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
timesheet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dotproject
timesheet
Commits
daa10d26
Commit
daa10d26
authored
Jan 04, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version number.
parent
304d82cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG
CHANGELOG
+1
-0
setup.php
setup.php
+4
-1
No files found.
CHANGELOG
View file @
daa10d26
...
@@ -2,5 +2,6 @@ Changelog highlights the differences between two versions.
...
@@ -2,5 +2,6 @@ Changelog highlights the differences between two versions.
cnanges between version 2.0.1 - 2.0.2
cnanges between version 2.0.1 - 2.0.2
=======================================
=======================================
- PHP fixes <?= becomes <?php
-- end
-- end
setup.php
View file @
daa10d26
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
// MODULE CONFIGURATION DEFINITION
// MODULE CONFIGURATION DEFINITION
$config
=
array
();
$config
=
array
();
$config
[
'mod_name'
]
=
'Timesheet'
;
// name the module
$config
[
'mod_name'
]
=
'Timesheet'
;
// name the module
$config
[
'mod_version'
]
=
'
1
.0.2'
;
// add a version number
$config
[
'mod_version'
]
=
'
2
.0.2'
;
// add a version number
$config
[
'mod_directory'
]
=
'timesheet'
;
// tell dotProject where to find this module
$config
[
'mod_directory'
]
=
'timesheet'
;
// tell dotProject where to find this module
$config
[
'mod_setup_class'
]
=
'CSetupTimesheet'
;
// the name of the PHP setup class (used below)
$config
[
'mod_setup_class'
]
=
'CSetupTimesheet'
;
// the name of the PHP setup class (used below)
$config
[
'mod_type'
]
=
'user'
;
// 'core' for modules distributed with dP by standard, 'user' for additional modules from dotmods
$config
[
'mod_type'
]
=
'user'
;
// 'core' for modules distributed with dP by standard, 'user' for additional modules from dotmods
...
@@ -78,6 +78,9 @@ class CSetupTimesheet {
...
@@ -78,6 +78,9 @@ class CSetupTimesheet {
case
"1.0"
:
case
"1.0"
:
case
"1.0.1"
:
case
"1.0.1"
:
case
"1.0.2"
:
case
"1.0.2"
:
case
"2.0.0"
:
case
"2.0.1"
;
case
"2.0.2"
:
return
true
;
return
true
;
default
:
default
:
...
...
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