initializing git repo
This commit is contained in:
commit
3df8fc53b8
86 changed files with 5649 additions and 0 deletions
66
pages/version_history.php
Executable file
66
pages/version_history.php
Executable file
|
|
@ -0,0 +1,66 @@
|
|||
<?php
|
||||
$GlobalContent .='<ul>'."\n";
|
||||
$GlobalContent .=' <li>'."\n";
|
||||
$GlobalContent .=' Version 0'."\n";
|
||||
$GlobalContent .=' <ul>'."\n";
|
||||
$GlobalContent .=' <li>'."\n";
|
||||
$GlobalContent .=' Subversion 5'."\n";
|
||||
$GlobalContent .=' <ul>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-11 Consistency check - repair incorrect parts type, Guide download (only german DeveloperGuide.pdf at this stage).</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-10 Repeat order list, creating only one ErrorLog() out of LogShort() and LogLong().</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-09 OtherGetIcon() for better icon control.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-05 Changed milestones, building helpsection as last milestone.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-05 Milestone 3 reached, gradation to subversion 5.</li>'."\n";
|
||||
$GlobalContent .=' </ul>'."\n";
|
||||
$GlobalContent .=' </li>'."\n";
|
||||
$GlobalContent .=' <li>'."\n";
|
||||
$GlobalContent .=' Subversion 4'."\n";
|
||||
$GlobalContent .=' <ul>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-05 Consistency check - create database structure - ready for first testing.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-04 Handling downloads and parts picture, parts by store view.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-03 View and edit part (type, package, store and values).</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-11-02 Adding new parts is possible, first partlist view (parts by type.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-10-04 Added ViewSTPV Rights.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-09-20 Milestone 2 reached, gradation to subversion 4.</li>'."\n";
|
||||
$GlobalContent .=' </ul>'."\n";
|
||||
$GlobalContent .=' </li>'."\n";
|
||||
$GlobalContent .=' <li>'."\n";
|
||||
$GlobalContent .=' Subversion 3'."\n";
|
||||
$GlobalContent .=' <ul>'."\n";
|
||||
$GlobalContent .=' <li>2010-09-20 Edit Stores, Types and packages.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-09-08 Add new stores, delete stores.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-08-31 Vendor editing.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-08-26 Milestone 1 reached, gradation to subversion 3.</li>'."\n";
|
||||
$GlobalContent .=' </ul>'."\n";
|
||||
$GlobalContent .=' </li>'."\n";
|
||||
$GlobalContent .=' <li>'."\n";
|
||||
$GlobalContent .=' Subversion 2'."\n";
|
||||
$GlobalContent .=' <ul>'."\n";
|
||||
$GlobalContent .=' <li>2010-08-26 Config editing.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-08-17 User settings.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-08-16 User management.</li>'."\n";
|
||||
$GlobalContent .=' <li>2010-08-15 Definition of milestones.'."\n";
|
||||
$GlobalContent .=' <ol>'."\n";
|
||||
$GlobalContent .=' <li>Basic system administration (config editing, user management, user settings).</li>'."\n";
|
||||
$GlobalContent .=' <li>Part administration (stores, types, vendors, packages).</li>'."\n";
|
||||
$GlobalContent .=' <li>Parts handling (view, edit, add, downloads, pictures).</li>'."\n";
|
||||
$GlobalContent .=' <li>Tools (repeat order, stats, check).</li>'."\n";
|
||||
$GlobalContent .=' <li>Global test by creating own partstock.</li>'."\n";
|
||||
$GlobalContent .=' <li>Build final Templates. Guide for publishing.</li>'."\n";
|
||||
$GlobalContent .=' <li>Help section / User Guides.</li>'."\n";
|
||||
$GlobalContent .=' </ol>'."\n";
|
||||
$GlobalContent .=' </li>'."\n";
|
||||
$GlobalContent .=' <li>2010-08-14 Creation of the Version History</li>'."\n";
|
||||
$GlobalContent .=' <li>before: Basic system like template design, login functionality, language functionality, message logging, etc.</li>'."\n";
|
||||
$GlobalContent .=' </ul>'."\n";
|
||||
$GlobalContent .=' </li>'."\n";
|
||||
$GlobalContent .=' <li>'."\n";
|
||||
$GlobalContent .=' Subversion 1'."\n";
|
||||
$GlobalContent .=' <ul>'."\n";
|
||||
$GlobalContent .=' <li>A simple GUI for to the database (some primary testings).</li>'."\n";
|
||||
$GlobalContent .=' </ul>'."\n";
|
||||
$GlobalContent .=' </li>'."\n";
|
||||
$GlobalContent .=' </ul>'."\n";
|
||||
$GlobalContent .=' </li>'."\n";
|
||||
$GlobalContent .='</ul>'."\n";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue