796 Commits

Author SHA1 Message Date
Giuseppe Criscione
cf7135d4d7
Merge pull request #65 from getformwork/feature/duration-input
Add duration field
2020-12-12 20:04:49 +01:00
Giuseppe Criscione
7a02f7e961 Allow leading zeros for decimal numbers in DurationInput 2020-12-12 19:54:33 +01:00
Giuseppe Criscione
ca438fa3b7 Use blur event intead of change 2020-12-12 19:32:21 +01:00
Giuseppe Criscione
f51223db2f Remove leading zeros in DurationInput 2020-12-12 18:45:54 +01:00
Giuseppe Criscione
2275d2df48 Fix Utils.toSafeInteger() not converting to integer values 2020-12-12 18:44:25 +01:00
Giuseppe Criscione
18a42858a7 Rename display option to intervals in DurationInput 2020-12-12 15:58:29 +01:00
Giuseppe Criscione
90f3c19457 Add intervalNames argument to secondsToInterval() 2020-12-12 15:45:27 +01:00
Giuseppe Criscione
239029cfb2 Add duration strings to French translation 2020-12-12 15:16:43 +01:00
Giuseppe Criscione
00566b51a2 Make sure duration input value is always a safe integer 2020-12-12 14:56:31 +01:00
Giuseppe Criscione
d406b9d1c9 Fix Validator::parse() precision issues in casting to numeric types 2020-12-12 12:39:29 +01:00
Giuseppe Criscione
2f39580a45 Use duration fields in system options 2020-12-12 00:33:25 +01:00
Giuseppe Criscione
95f7cf6c97 Add duration field 2020-12-12 00:33:23 +01:00
Giuseppe Criscione
ac87d0a665 Update npm packages 2020-12-11 17:21:28 +01:00
Giuseppe Criscione
e2b35200c9 Fix SemVer::fromString() for PHP < 7.4 2020-12-08 19:26:31 +01:00
Giuseppe Criscione
0c41fd446e
Merge pull request #59 from getformwork/feature/updater-semver-parsing
Add SemVer parsing to ensure no future BC breaks occur with Updater
2020-12-08 17:39:25 +01:00
Giuseppe Criscione
60ce9c34dc Add date() and datetime() helpers to views 2020-12-07 22:43:53 +01:00
Giuseppe Criscione
49a30d28c4 Move view helpers to View::helpers() 2020-12-07 22:40:46 +01:00
Giuseppe Criscione
a9e8ad90cf Simplify Statistics::getChartData() 2020-12-06 16:58:51 +01:00
Giuseppe Criscione
c208789b43
Merge pull request #62 from getformwork/feature/improved-date-formats
Improve date formats handling
2020-12-06 16:45:36 +01:00
Giuseppe Criscione
bbf0446d38
Merge pull request #61 from getformwork/feature/stricter-date-parsing
Make date parsing stricter deprecating the use of invalid formats
2020-12-06 16:45:21 +01:00
Giuseppe Criscione
bb2c9217e5 Update AbstractController::defaults() 2020-12-06 16:39:00 +01:00
Giuseppe Criscione
716671ea6c Add formatToPattern(), patternToFormat(), formatDateTime() and formatTimestamp() to DateFormats class 2020-12-06 16:39:00 +01:00
Giuseppe Criscione
be55596b96 Add date.weekdays.long to translations 2020-12-06 16:39:00 +01:00
Giuseppe Criscione
42e728a090 Rewrite DatePicker formatting function 2020-12-06 16:38:56 +01:00
Giuseppe Criscione
d61f4aae64 Move DatePicker dayLabels, monthLabels and todayLabel to labels property 2020-12-03 19:41:42 +01:00
Giuseppe Criscione
70fcffe90e Use escapeAttr helper in admin views 2020-12-01 20:13:44 +01:00
Giuseppe Criscione
c864e98d46 Add escapeAttr helper 2020-12-01 20:10:31 +01:00
Giuseppe Criscione
d84f771c5d Replace strtotime() with Date::toTimestamp() 2020-12-01 15:49:23 +01:00
Giuseppe Criscione
d80b3dd751 Improve validation in Validator::validateDate() 2020-12-01 15:48:39 +01:00
Giuseppe Criscione
561649be2b Fix tooltips.js altering title attributes outside document body 2020-11-30 22:20:36 +01:00
Giuseppe Criscione
163550295e Move JSON encoding to controllers 2020-11-30 19:05:26 +01:00
Giuseppe Criscione
cbc4848766 Load scripts in login and register views 2020-11-30 18:59:16 +01:00
Giuseppe Criscione
0c54e930bd Move <script> tags before </body> 2020-11-30 18:57:47 +01:00
Giuseppe Criscione
9dcad3b53b Fix js error in pages without sidebar 2020-11-30 18:52:26 +01:00
Giuseppe Criscione
161d6f2c1a Update npm packages 2020-11-30 18:47:24 +01:00
Giuseppe Criscione
8a421622b2
Merge pull request #56 from getformwork/feature/dark-color-scheme
Add dark color scheme
2020-11-30 18:42:55 +01:00
Giuseppe Criscione
d6231c366b
Merge pull request #58 from getformwork/feature/json-parser
Add JSON parser (wrapper around `json_encode()` and `json_decode()`)
2020-11-30 02:01:05 +01:00
Giuseppe Criscione
55ad5e1a1a Update default avatar 2020-11-28 16:19:07 +01:00
Giuseppe Criscione
4723af893e Use SHA-256 hashes instead of SHA-1 2020-11-28 16:04:52 +01:00
Giuseppe Criscione
8b50172620 Add File Creation Mask to Options > Info 2020-11-28 15:38:35 +01:00
Giuseppe Criscione
ac8b8bce6e Remove superfluous checks before foreach 2020-11-26 16:46:15 +01:00
Giuseppe Criscione
eb003904b0 Simplify and combine conditionals when possible 2020-11-26 16:24:02 +01:00
Giuseppe Criscione
3586ac690f Add supplementary version checks to Updater::checkUpdates() 2020-11-25 17:22:55 +01:00
Giuseppe Criscione
246c4121ab Add SemVer class 2020-11-25 17:14:37 +01:00
Giuseppe Criscione
b12e87d208 Make Formwork and Admin classes final 2020-11-25 11:32:27 +01:00
Giuseppe Criscione
8419a0d9c3 Fix method visibility 2020-11-25 11:32:10 +01:00
Giuseppe Criscione
21bc2df701 Replace json_encode() and json_decode() with methods from JSON 2020-11-24 17:50:22 +01:00
Giuseppe Criscione
072c18da64 Use YAML::encodeToFile() 2020-11-24 14:21:31 +01:00
Giuseppe Criscione
3249a5c833 Return User::lastAccess() as integer 2020-11-24 00:20:11 +01:00
Giuseppe Criscione
45171d492a Fix timestamp format to avoid locale-dependent issues in Log::log() 2020-11-24 00:17:18 +01:00