Commit Graph

  • 73c54de383 Add an option to ignore space used by collapsed nodes my-master Guillaume DOTT 2013-01-25 14:57:37 +0100
  • 3caab2ab00 Add an option to ignore space used by collapsed nodes collapse Guillaume DOTT 2013-01-25 14:57:37 +0100
  • 4b6a366c8e Add support for graph with multiple nodes on the first level master Guillaume DOTT 2013-01-18 11:07:10 +0100
  • c8b7864250 Bug fixes: 1. Removed the unnecessary assignment of a style class to nodes. 2. li elements who have a class of 'collapsed' are now working correctly and the nodes that represent them maintain the correct state across drag-n-drop Wes 2012-05-07 13:38:37 +0100
  • cb137b535e Merge pull request #21 from fschaefer/patch-1 Wes 2012-05-07 05:03:22 -0700
  • 6fddbda863 Merge pull request #17 from ja-jo/master Wes 2012-05-07 05:00:30 -0700
  • 5ad2511c3b Fix globally exposed variables. Florian Schäfer 2012-05-07 13:31:15 +0300
  • b034e9900d Changed node find method from data- attributes to jquery data() This maintains validation on pre-HTML5 documents Jonathon Smith 2012-04-06 01:25:24 +0100
  • f1432f80d2 Improved the way nodes without IDs are handled using data- attributes instead of searching on html/plain text Jonathon Smith 2012-03-24 14:16:51 +0000
  • ddfc594332 changed license. Now dual licensed under MIT and GPL. Wes 2012-03-16 17:48:47 +0000
  • 83fddcac19 issue #8: clicking links inside nodes doesn't collapse nodes now. Wes 2012-03-16 14:38:28 +0000
  • c27039a9b3 issue #8: clicking links inside nodes doesn't collapse nodes now. Wes 2012-03-16 14:38:11 +0000
  • fb6808bd07 collapsing parts of the tree doesn't make sibling trees move Wes 2012-03-16 14:14:54 +0000
  • 9763085df2 Neaten comment header. Copied merged changes through to example code. Updated example code to demonstrate new functionality. Wes 2012-02-28 09:28:18 +0000
  • d92c649909 Merge pull request #12 from ahzgdn/patch-2 Wes 2012-02-28 01:22:04 -0800
  • b4702e7ac0 Merge pull request #11 from ahzgdn/patch-1 Wes 2012-02-28 01:19:57 -0800
  • bff215eafa fixed typo in css Adrian Hinz 2012-02-24 11:51:52 +0100
  • 1242eff76e Change to work with IDs and non-id trees ahzgdn 2012-02-22 08:49:10 +0100
  • 2ba68bd3bb Merge pull request #4 from neilbowers/master Wes 2012-02-06 07:29:12 -0800
  • ed4d5731f6 Don't shift the sibling tree when toggle sub tree Sumh 2012-02-04 16:33:00 +0800
  • bbf520b6ea Propagated bug fix for cursor changes Neil Bowers 2012-01-23 12:35:45 +0000
  • 7a3ea355aa Fixed cursor bug, where you'd end up getting the wrong expand/close cursor on parent nodes. Also stopped the click handler being installed on nodes which don't have any children. And cursor set correctly if you start a sub-tree collapsed, with <li class=collapsed> Neil Bowers 2012-01-23 12:28:58 +0000
  • 7f04b1b6ee Copied changes wrt "copying li class to node class" from core lib to example lib. Wes 2012-01-21 16:15:49 +0000
  • c1e1ee3135 Merge pull request #3 from neilbowers/master Wes 2012-01-21 08:01:54 -0800
  • 01521d4aab The fix for layout problems on IE7 and other browsers resulted in sibling nodes butting up against each other. This fixes that. Neil Bowers 2012-01-20 13:58:23 +0000
  • 4b6b66a8ab Any classes you add to the <li> elements now get propagated to the node <div> elements Neil Bowers 2012-01-20 13:37:41 +0000
  • b95942c6c5 fixed typo Neil Bowers 2012-01-20 13:30:06 +0000
  • 4f4d2a917f Merge pull request #2 from neilbowers/master Wes 2012-01-19 08:44:58 -0800
  • 44a9b74d06 Added mechanism for starting off sub-trees collapsed Neil Bowers 2012-01-19 15:48:19 +0000
  • 97bbe6e0b0 fix for IE7: horizontal lines don't appear unless you put a non-breaking space inside the relevant TD elements. Still works fine on Safari, Chrome, IE8&9, Firefox, and Camino Neil Bowers 2012-01-19 15:15:26 +0000
  • 914e7f2636 Removed padding from the sides of cells, as it was causing larger tables to get mis-aligned. Every sub-tree pushed things off by one pixel. With a deep tree, you end up with lines not meeting nodes. This fixes it. Neil Bowers 2012-01-19 15:08:18 +0000
  • beba805557 panel that shows underlying html list now updates when node elements are rearranged Wes 2011-12-02 14:22:14 +0000
  • b39c765332 changed the way drag and drop events are binding to nodes to fix an issue in recent versions of FF. Also cleaned out some dead code Wes 2011-12-02 13:41:02 +0000
  • fa3bc92c87 added in info about needing jQuery UI and some other readme touch ups. Wes 2011-11-19 14:31:37 +0000
  • 07454277e3 pointed blog link to personal blog because honestly those f*ckers don't deserve the traffic Wes 2011-11-19 14:22:19 +0000
  • c9111adf23 removed bug in dragndrop where nodes with html were pushing null/partial content Wes 2011-11-19 14:19:41 +0000
  • 7d49fcd736 removed unnecessary files Wes 2011-11-18 22:01:39 +0000
  • 3693b55684 drag-n-drop done. Wes 2011-11-18 21:56:58 +0000
  • 5b6ae87f47 added drag-and-drop reordering of tree elements Wes 2011-11-18 21:55:28 +0000
  • b8e5f8a1f5 adding in bitly links to track click throughs Wes 2011-11-13 12:25:34 +0000
  • 87aaba71f1 adding HTML examples to underlying list markup Wes 2011-11-12 13:03:13 +0000
  • 19fb180d50 moved updated orgchart lib from example to / Wes 2011-11-12 12:17:05 +0000
  • 85ce851a65 Added point to feature list about allowing HTML in nodes Wes 2011-11-12 12:16:00 +0000
  • d2cdb007ff Included license and proper attribution of work. Also added to readme. Wes 2011-11-12 12:13:24 +0000
  • 17b5cdfea3 tidying up example markup and ensuring links point somewhere useful Wes 2011-11-11 18:21:00 +0000
  • 9386481f21 multiple markdown fails - I'm a n00b Wes 2011-11-11 18:17:59 +0000
  • bc9e682eb0 added in links to demo and source Wes 2011-11-11 18:15:59 +0000
  • 3889177174 markdown formatting mistake Wes 2011-11-11 18:11:18 +0000
  • 2c766d8ea7 updated readme to include restrictions on HTML in nodes Wes 2011-11-11 18:10:17 +0000
  • 1458e63c0c Created gh-pages branch via GitHub gh-pages Wes 2011-11-11 09:59:52 -0800
  • 6658952474 Initial commit Wes 2011-11-11 17:51:44 +0000