Changeset 241
- Timestamp:
- Sun Dec 3 21:22:30 2006
- Files:
-
- website/trunk/server/internals.html (modified) (diff)
- website/trunk/server/install.html (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
website/trunk/server/internals.html
r236 r241 56 56 57 57 <!-- start main content --> 58 <h3>Known Bugs</h3> 59 <p>Merging changes to report columns</p> 60 <ul> 61 <li>If two people merge changes to the columns of the same report, it is possible that some of the columns will be lost.</li> 62 <li>A fix for this is being tested. In the meantime, always share changes immediately before and after adding or moving columns in a report.</li> 63 </ul> 64 <p>Conflicting changes</p> 65 <ul> 66 <li>If two people change the same field, the second change may be silently ignored. (No warning or error message is given.)</li> 67 <li>The share script recognizes the conflict and saves the value that isn't used.</li> 68 <li>The designers haven't decided how to present this information to the user for a decision. (Any suggestions would be appreciated.)</li> 69 </ul> 58 70 <h3>GanttPV Internals</h3> 59 71 <p>[What would you like to know about how GanttPV Server works? Please send your questions! -- Brian] … … 70 82 <h3>Client Script</h3> 71 83 <p> 72 The irare three important client scripts.:84 There are three important client scripts.: 72 84 <ol> 73 85 <li>The <i>Add Database to Server</i> script packages up the database and sends it to the server. It receives back keys that can be used to download the database or access the database via the web. The client script communicates with the server using the XML RPC feature of Python. The database is converted into XML and converted back at the server end.</li> -
website/trunk/server/install.html
r236 r241 92 92 <h3>Components</h3> 93 93 <p> 94 The GanttPV Server distribution includes four folders (also called directories).94 The GanttPV Server distribution includes four folders. 94 94 </p> 95 95 <ul>
