nathangray
da9072f769
Return types for some functions
2020-01-22 03:42:41 -07:00
nathangray
9e458c8968
arrayMgr to TypeScript
2020-01-22 03:42:08 -07:00
nathangray
e0c32a1899
arrayMgr to TypeScript
2020-01-22 03:40:55 -07:00
nathangray
3cd1bd134b
Fix copy/paste error in constructors
2020-01-22 02:23:43 -07:00
nathangray
5693ca42e8
Fix copy/paste error in constructors
2020-01-22 02:23:24 -07:00
nathangray
b1c094ca47
ts->js maps
2020-01-22 02:04:45 -07:00
nathangray
1ef562c1bd
Get et2 working in typescript
2020-01-22 01:58:43 -07:00
nathangray
e01ab12ee3
Not sure where this one went
2020-01-21 11:50:14 -07:00
nathangray
bdc0c16212
Merge branch 'typescript' of github.com:EGroupware/egroupware into typescript
2020-01-21 11:48:07 -07:00
nathangray
5c5d1dd39d
Getting etemplate2 sort of working
2020-01-21 11:45:21 -07:00
Hadi Nategh
b251396fba
Convert et2_dialog widget to TS
2020-01-21 19:23:26 +01:00
Ralf Becker
703b6a3cf8
tabbox widget
2020-01-21 17:51:59 +01:00
nathangray
239f75c8b9
Add sourcemap
2020-01-21 09:50:44 -07:00
Ralf Becker
8e38bf8958
description widget without expose
2020-01-21 17:09:08 +01:00
Hadi Nategh
6758895ae2
Convert et2_video widget to TS
2020-01-21 16:14:45 +01:00
Ralf Becker
af6afdcffe
template widget with TS
2020-01-21 16:11:08 +01:00
Ralf Becker
5c6f73a26e
textbox and button widget
2020-01-21 15:54:37 +01:00
nathangray
487cebc56d
Pass individual parameters
2020-01-21 07:43:04 -07:00
nathangray
f7bdd798d4
TS for Box widget
2020-01-21 07:36:45 -07:00
nathangray
13313cae6c
Make labelContainer protected for subclasses
2020-01-21 07:19:39 -07:00
Ralf Becker
96a9ab7211
WIP on et2_widget_textbox
2020-01-21 15:12:45 +01:00
nathangray
9f4cd98787
Second run at TS for valueWidget, restoring what was lost
2020-01-21 07:06:34 -07:00
nathangray
29809e2395
First run at TS for valueWidget
2020-01-21 07:01:43 -07:00
nathangray
af1e62b178
Some return types
2020-01-21 06:55:07 -07:00
Ralf Becker
87270d97ed
inputWidget with TS
2020-01-21 14:18:15 +01:00
Ralf Becker
372d439087
some fixes for valueWidget
2020-01-21 12:48:48 +01:00
Ralf Becker
630797f127
baseWidget in TS
2020-01-21 12:22:41 +01:00
nathangray
a28dffd5cc
First run at TS for valueWidget
2020-01-21 04:15:46 -07:00
Ralf Becker
e8d6f41e05
get et2_DOMWidget to TypeScript
2020-01-21 11:47:49 +01:00
Ralf Becker
7141ac3fd6
move implements and instanceOf methods to inheritance
2020-01-21 10:36:02 +01:00
Ralf Becker
68f9d4c0cf
WIP with TypeScript
2020-01-21 10:12:39 +01:00
Hadi Nategh
256678dd5d
Make status images the same size as other icons in mail app
2020-01-20 15:48:59 +01:00
Hadi Nategh
88b72f65cb
Add link.svg into pixelegg images
2020-01-20 15:33:48 +01:00
Hadi Nategh
dfa35d21ea
Add svg version of mail new icon
2020-01-20 15:25:53 +01:00
Ralf Becker
0a66978fcd
script to convert app.js to TypeScript
2020-01-19 15:36:00 +01:00
Ralf Becker
97e332e809
return 404 instead of 403 for accessing PHP in blacklisted folders and remove doublicate SCRIPT_FILENAME
2020-01-15 21:50:44 +01:00
nathangray
c88bf3c4a0
Fix typo
2020-01-15 08:14:04 -07:00
Ralf Becker
8d5893d515
a couple of small fixes from the conversation to TypeScript
2020-01-15 08:52:49 +01:00
Ralf Becker
55ae9c1c7b
first try with TypeScript: timesheet app.js incl. new egw_app base-class
2020-01-15 08:47:33 +01:00
Hadi Nategh
3d87f13365
Fix login button not working when the window size is too small
2020-01-13 14:48:12 +01:00
Ralf Becker
f7c653832f
add an iterator for objects with a get_rows method
2020-01-13 14:41:46 +01:00
Ralf Becker
0f64b4c740
* CalDAV/Calendar: fix for first recurence being an exception cause it to be deleted by mac calendar
...
due to wrong start of series not taking execption into account
also fix missing timezone in EXDATE did not match recurrence
2020-01-10 11:13:18 +01:00
Ralf Becker
6113706921
fix not working timezone selectbox in topmenu (whole menu was hidden on click)
2020-01-10 10:56:59 +01:00
Ralf Becker
257fa50a1f
fix PHP Warning: Use of undefined constant EGW_ACL_READ - assumed 'EGW_ACL_READ'
2020-01-09 14:41:07 +01:00
nathangray
3258121a15
Api: Fix some nextmatch bugs
...
- default columns were not properly used if there was no user preference found
- negated column preference caused problems with column order
- missing data for sorting if no column preference set yet
2020-01-07 14:37:22 -07:00
Ralf Becker
a9d07620d4
* Calendar/CalDAV: virtual exceptions (different status for recurrences) were not exported
2020-01-07 17:31:58 +01:00
Hadi Nategh
0924b38acb
* Mail: Fix broken link mail in infolog via drag and drop action
2020-01-07 16:31:57 +01:00
Hadi Nategh
b51a17e2fb
Fix mail's vertical splitter bar in the middle overlaps scrollbar of the left pane
2020-01-07 14:34:21 +01:00
Hadi Nategh
4fa94bc465
Update etemplate dtd file
2020-01-07 13:31:39 +01:00
Ralf Becker
6432b00864
adding Collabora Online Office to development system
2020-01-06 19:01:51 +01:00