Changeset 3823
- Timestamp:
- Oct 12, 2007, 1:46:49 PM (16 years ago)
- Location:
- branches/2.4-stable
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4-stable/doc/specifications/technical.html
r3679 r3823 163 163 <li> 164 164 Possible to add support for other import and export file formats, including 165 very cryptic ones (i.e. everyt ing else than tab-separated text files).165 very cryptic ones (i.e. everything else than tab-separated text files). 166 166 </li> 167 167 <li> -
branches/2.4-stable/src/core/net/sf/basedb/core/BioAssaySet.java
r3808 r3823 635 635 } 636 636 637 // Everyt ing is ok, create the new bioassay637 // Everything is ok, create the new bioassay 638 638 BioAssay ba = newBioAssay(parent.getDataCubeColumn(), Collections.singleton(parent)); 639 639 ba.setName(parent.getName()); -
branches/2.4-stable/src/core/net/sf/basedb/core/Install.java
r3679 r3823 193 193 if (progress != null) progress.display((int)(3*progress_factor), "--Creating roles..."); 194 194 RoleData roleAdmin = createRole(Role.ADMINISTRATOR, "Administrator", false, "Users with this role get full permission to BASE."); 195 RoleData roleSuper = createRole(Role.SUPERVISOR, "Supervisor", false, "Users with this role get full READ permission to everyt ing in BASE.");195 RoleData roleSuper = createRole(Role.SUPERVISOR, "Supervisor", false, "Users with this role get full READ permission to everything in BASE."); 196 196 RoleData rolePower = createRole(Role.POWER_USER, "Power user", false, "Users with this role may do some things that an ordinary user may not."); 197 197 RoleData roleUser = createRole(Role.USER, "User", true, "This permissions in this role should be sufficient for most regular users."); -
branches/2.4-stable/src/core/net/sf/basedb/core/InternalJobQueue.java
r3808 r3823 485 485 */ 486 486 /** 487 Never reload since everyt ing is static.487 Never reload since everything is static. 488 488 */ 489 489 boolean getReload() -
branches/2.4-stable/src/core/net/sf/basedb/core/InternalStorageController.java
r3679 r3823 339 339 */ 340 340 /** 341 Never reload since everyt ing is static.341 Never reload since everything is static. 342 342 */ 343 343 boolean getReload()
Note: See TracChangeset
for help on using the changeset viewer.