knsv
7b335fb62e
#901 Fixed the issue with multiple calls to bind the click functions. Also sanitized the tooltips so that no tags are allowed in them for ( #847 ).
2019-08-11 03:26:44 -07:00
knsv
cf686c445c
Standard fixes
2019-07-22 05:23:03 -07:00
knsv
f11d1a6fa1
#847 Better sanitizing of urls
2019-07-22 02:18:09 -07:00
knsv
c33533082c
#847 Handling of embedded javascript in links
2019-07-21 07:39:36 -07:00
Knut Sveidqvist
c818dbb5a0
Setting default securityLevel to strict, updated docs in mermaidAPI
2019-07-14 06:07:27 -07:00
Knut Sveidqvist
31576f8f55
#847 Removing </> in text
2019-07-13 22:50:53 -07:00
Jason Würtz
047760ad4b
chore(ganttDb): export durationToDate so it can be tested
2019-07-07 17:17:05 -03:00
Jason Würtz
67bb5ffa73
refactor(ganttDb.js): extract durationToDate function
...
codeclimate was complaining about the getEndDate function so I split it up
2019-07-07 17:01:45 -03:00
Jason Würtz
660e0f3d8b
refactor(ganttDb): separate out the inclusive end date toggle
2019-07-07 16:27:28 -03:00
Jason Würtz
ee766ec88e
fix(ganttDb): change manual end time determination
...
now it just checks if a valid end time was provided and instead of the comparison that went on before.
This needed to be done in order to support manual end dates with inclusive set to true since they don't match anymore as the 'manually' supplied end date is increased by one
2019-07-06 12:28:56 -03:00
Jason Würtz
63096a5c26
feat(ganttDb.js): add 1 day to end dates if inclusive is set to true
...
This will essentially keep all old behavior the same while still allowing users to specify if they want inclusive end dates
2019-07-06 12:27:28 -03:00
Jason Würtz
6d20ccccd0
feat(ganttDb.js): add getters for excludes,sections and date format
2019-07-06 11:54:18 -03:00
Jason Würtz
6dce255393
fix(ganttDb.js): clear formats and excludes on clear
2019-07-06 11:30:13 -03:00
Knut Sveidqvist
e0a70bd352
Merge of latest changesin to pr #804
2019-06-09 12:40:37 -07:00
Knut Sveidqvist
3e6396cc4b
Merged in recent updates
2019-06-09 10:53:46 -07:00
Knut Sveidqvist
df7dc21893
Merge branch 'no-bloat'
2019-06-09 07:00:29 -07:00
Fabio Spampinato
9290aa2b61
Replaced “moment” with “moment-mini"
2019-06-04 03:14:35 +02:00
abzicht
63184d53c1
Argument processing now allows double quoted strings
2019-03-10 13:41:59 +01:00
abzicht
91651ca6ce
Fixed lint issues
2019-03-09 23:17:13 +01:00
abzicht
b322a964ca
Code refactoring: Pushing functions is now to the funs list is now available in a separate function. Also, setLink no longer using the .link attribute and instead calls links directly via window.open
2019-03-09 23:13:53 +01:00
abzicht
10057217cb
Fixed issue which only passed the first char of functionargs to the function by splitting the functionargs by commas
2019-03-09 20:07:51 +01:00
abzicht
0c66e1b5b9
Added href support and improved callback argument handling
2019-03-09 12:11:56 +01:00
abzicht
67ee649d99
Added setLink and setClickEvent to gantt
2019-03-08 00:19:53 +01:00
João Paulo Poffo
afeb3b53c9
Simplified methods
2019-02-12 17:52:18 -02:00
João Paulo Poffo
8ce658416b
Simplify to codeclimate
2019-02-12 17:40:57 -02:00
João Paulo Poffo
6e846ac3e5
Defined a renderEndDate
2019-02-12 17:29:38 -02:00
João Paulo Poffo
58df72984f
Standard
2019-02-07 12:05:09 -02:00
João Paulo Poffo
5bfddcc444
Complexity
2019-02-07 11:27:01 -02:00
João Paulo Poffo
a99b31a61d
Standard
2019-02-07 11:22:46 -02:00
João Paulo Poffo
8a8b7bd48c
Fixed weekend between dates; Manual endtimes; Additional testing
2019-02-07 11:21:00 -02:00
João Paulo Poffo
1d04c7e1fe
Standard JS
2019-02-06 17:25:39 -02:00
João Paulo Poffo
9f1c37ecb3
Codeclimate - Complexity
2019-02-06 17:24:20 -02:00
João Paulo Poffo
8e8651a0e1
Comments
2019-02-06 17:12:05 -02:00
João Paulo Poffo
a8e9f21035
Standard
2019-02-06 17:09:59 -02:00
João Paulo Poffo
418ac501aa
Added excludes weekdays to gantt
2019-02-06 16:54:09 -02:00
Gijs van Dam
f903090e0f
Refactor tag parsing of tags
...
The allowed tags are now a const at the top of the code.
Adding a tag there, automatically assigns the property to the
javascript object, if the tag is present in the data.
2019-02-01 14:21:25 +08:00
Gijs van Dam
9dbb3767e2
Extract tag parsing in separate function
2019-02-01 13:27:42 +08:00
Gijs van Dam
a3eef7298e
Add milestone to ganttDb
2019-01-31 15:33:35 +08:00
Tyler Long
f62736c749
Support customization of gantt diagram xAxis format using diagram code
2018-03-13 14:01:44 +08:00
Tyler Long
7ef1b28c83
Remvoe ganttDb getDateFormat
2018-03-13 13:48:27 +08:00
Tyler Long
20b43d8ad1
Get rid of var
2017-09-14 20:59:58 +08:00
Tyler Long
2a0bc3b2e8
Add export default to *Db.js
2017-09-10 21:51:48 +08:00
Tyler Long
a7d79baf00
Replace require with import
2017-09-10 21:23:04 +08:00
Tyler Long
c9442653e9
Replace require with import
2017-09-10 19:41:34 +08:00
Tyler Long
bdf9b33b10
Remove parseError properties
2017-09-10 10:19:15 +08:00
Tyler Long
5da8c26cb6
Replace exports. with module.exports
2017-09-09 17:08:52 +08:00
Tyler Long
5624453c87
Refactor code
2017-04-16 23:48:36 +08:00
Tyler Long
a2ce9e6a54
Fix code style issues
2017-04-13 20:16:38 +08:00
Tyler Long
620f3e8734
Auto fix standard style voilations
2017-04-11 22:14:25 +08:00
Knut Sveidqvist
c7c077c21c
Fix for issue #501
...
Added heko request to readme
2017-04-01 13:51:03 +02:00