Skip to content

Commit

Permalink
Updates related to GitHub Migration
Browse files Browse the repository at this point in the history
* Moved ProjectHome.md from wiki branch to README.md in master branch.
* Reformatted files to use Unix line feeds.
* Point files at GitHub rather than Google Code
  • Loading branch information
jsGanttImproved committed Aug 26, 2015
1 parent 9340c1a commit df843d2
Show file tree
Hide file tree
Showing 7 changed files with 4,316 additions and 4,291 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ This project is based on jsGantt 1.2, the original project license follows:
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
A fully featured gantt chart component built entirely in Javascript, CSS and AJAX. No images required.

You can view a live example at http://jsganttimproved.x10host.com/

Features include:
* Tasks & Collapsible Task Groups
* Dependencies
* Task Completion
* Task Styling
* Milestones
* Resources
* Dynamic Loading of Tasks
* Dynamic change of format (hour/day/week/month/quarter)
* Load Gantt from XML
* From external files (including experimental support for MS Project XML files)
* From JavaScript Strings
* Support for Internationalisation (all hard coded strings can be overridden)

Project forked as I was unable to contact the original maintainers. This work was done to support a personal project that didn't warrant a more heavyweight system (e.g. the dojo toolkit gantt chart features).

See the [Documentation](https://github.com/jsGanttImproved/jsgantt-improved/wiki/Documentation) wiki page or the included ``index.html`` file for instructions on use.

Latest Release: v1.7.5 - Migration to GitHub
1,487 changes: 744 additions & 743 deletions index.html

Large diffs are not rendered by default.

484 changes: 242 additions & 242 deletions jsgantt.css

Large diffs are not rendered by default.

5,094 changes: 2,547 additions & 2,547 deletions jsgantt.js

Large diffs are not rendered by default.

1,383 changes: 692 additions & 691 deletions jsgantt_exExternalXML.html

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions project.xml
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<task>
<pID>10</pID>
<pName>WCF Changes</pName>
<pStart></pStart>
<pEnd></pEnd>
<pClass>ggroupblack</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes></pRes>
<pComp>0</pComp>
<pGroup>1</pGroup>
<pParent>0</pParent>
<pOpen>1</pOpen>
<pDepend />
</task>
<task>
<pID>20</pID>
<pName>Move to WCF from remoting</pName>
<pStart>2014-05-11 09:00</pStart>
<pEnd>2014-05-15</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Rich</pRes>
<pComp>10</pComp>
<pGroup>0</pGroup>
<pParent>10</pParent>
<pOpen>1</pOpen>
<pDepend></pDepend>
<pCaption>Brian</pCaption>
<pNotes>This text is only available in tool tips</pNotes>
</task>
<task>
<pID>30</pID>
<pName>add Auditing</pName>
<pStart>2014-05-19 10:30</pStart>
<pEnd>2014-05-21 12:00</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Shlomy</pRes>
<pComp>50</pComp>
<pGroup>0</pGroup>
<pParent>10</pParent>
<pOpen>1</pOpen>
<pDepend>20</pDepend>
<pCaption>Shlomy</pCaption>
</task>
<task>
<pID>40</pID>
<pName>Yet another task</pName>
<pStart>2014-05-23</pStart>
<pEnd>2014-05-24</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Shlomy</pRes>
<pComp>30</pComp>
<pGroup>0</pGroup>
<pParent>0</pParent>
<pOpen>1</pOpen>
<pDepend>20,30</pDepend>
<pCaption>Shlomy</pCaption>
</task>
</project>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<task>
<pID>10</pID>
<pName>WCF Changes</pName>
<pStart></pStart>
<pEnd></pEnd>
<pClass>ggroupblack</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes></pRes>
<pComp>0</pComp>
<pGroup>1</pGroup>
<pParent>0</pParent>
<pOpen>1</pOpen>
<pDepend />
</task>
<task>
<pID>20</pID>
<pName>Move to WCF from remoting</pName>
<pStart>2014-05-11 09:00</pStart>
<pEnd>2014-05-15</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Rich</pRes>
<pComp>10</pComp>
<pGroup>0</pGroup>
<pParent>10</pParent>
<pOpen>1</pOpen>
<pDepend></pDepend>
<pCaption>Brian</pCaption>
<pNotes>This text is only available in tool tips</pNotes>
</task>
<task>
<pID>30</pID>
<pName>add Auditing</pName>
<pStart>2014-05-19 10:30</pStart>
<pEnd>2014-05-21 12:00</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Shlomy</pRes>
<pComp>50</pComp>
<pGroup>0</pGroup>
<pParent>10</pParent>
<pOpen>1</pOpen>
<pDepend>20</pDepend>
<pCaption>Shlomy</pCaption>
</task>
<task>
<pID>40</pID>
<pName>Yet another task</pName>
<pStart>2014-05-23</pStart>
<pEnd>2014-05-24</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Shlomy</pRes>
<pComp>30</pComp>
<pGroup>0</pGroup>
<pParent>0</pParent>
<pOpen>1</pOpen>
<pDepend>20,30</pDepend>
<pCaption>Shlomy</pCaption>
</task>
</project>

0 comments on commit df843d2

Please sign in to comment.