Menu

[r13]: / docs / notes.txt  Maximize  Restore  History

Download this file

114 lines (97 with data), 2.3 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
NOTES
# Page status
0 not checked
1 checked
2 not to check
# Test if logged is a team member of selected project
editnote
edittask
filedetail
notedetail
projectdetail
showallnotes
showalltasks
showallthreads
taskdetail
threaddetail
# Management of errors
addclientuser
changepassword
editclient
editclientuser
edituser
login
search
sendpassword
Permissions for a project
# project manager, owner
- project: delete, copy, export, edit
- tasks: add, delete, copy, add/remove to project site, view, edit
- discussions: add, delete, close, add/remove to project site, view
- team: add, delete, add/remove to project site, view
- linked content: add, delete, add/remove to project site, view, edit
# user, team member
- tasks: add, delete, copy, add/remove to project site, view, edit
- discussions: add, view
- team: view
- linked content: add, delete, add/remove to project site, view, edit
# user or project manager (not owner), not team member
- tasks: view
- discussions: add, view
- team: view
- linked content: view
"auto-login" (if $forcedLogin = "true")
http://localhost/phpcollab/login.php?auth=on&loginForm=admin&passwordForm=admin
Use of the header
$headBonus = "..."; //insert additional code in <head>
$bodyCommand = "..."; //insert additional code in <body>
include("themes/".THEME."/header.php");
Search Engine (tables and fields)
projects: pro.name, pro.description, org.name
tasks: tas.name, tas.description
members: mem.login, mem.name
organizations: org.name
discussions: top.subject
notes: note.subject, note.description
Status
0 => "Client Completed"
1 => "Completed"
2 => "Not Started"
3 => "Open"
4 => "Suspended"
Project Active
status 0 => "Client Completed", 2 => "Not Started", 3 => "Open"
Project Inactive
status 1 => "Completed", 4 => "Suspended"
Profile
0 => "Administrator"
1 => "Project Manager"
2 => "User"
3 => "Client User"
4 => "Disabled Account"
5 => "Project Manager Administrator"
Priority
0 => "None"
1 => "Very low"
2 => "Low"
3 => "Medium"
4 => "High"
5 => "Very high"
Status Topic
0 => "Closed"
1 => "Open"
Status Topic Bis
0 => "Yes"
1 => "No"
Status Publish
0 => "Yes"
1 => "No"
Status File
0 => "Approved"
1 => "Approved With Changes"
2 => "Needs Approval"
3 => "No Approvals Needed"
4 => "Not Approved"
Team Member Authorized
0 => "Yes"
1 => "No"
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.