Ralf Becker
e545a9fdf0
Make sure nm row_ids are string in order to address them as string, seems some ids are not
2014-10-21 10:30:14 +00:00
Nathan Gray
c0972a636a
* Drag and drop entries between lists to link them
2014-10-20 18:29:57 +00:00
Hadi Nategh
570558ff31
Show both date and time for before today time.
...
- Fix mails in the list not showing date and time under date column.
2014-10-20 13:29:29 +00:00
Ralf Becker
850836be8a
* Timesheet: fix (un)setting project for adding, editing and save&new timesheets
...
- fixed et2_widget_textbox to update options.blur in set_blur(), as it is used in getValue, also updating input
- fixed et2_widget_linkentry to trigger change event, after reacting to click on X in search
- fixed timesheet to handle ts_project and pm_id in bo (ts_project is always stored in db for searching, even if it contains no custom project name)
- fixed not working change of project in an existing timesheet
- fixed unsetting of project
2014-10-17 12:59:35 +00:00
Ralf Becker
b1f48200e6
fixed color-picker shown twice if used in a tab-widget after apply, backport of
...
r48992: disabling immediate direct call to loadingFinished() for selected tab seems to have no recognisable impact
and some widgets, eg. color-picker have problems with calling doLoadingFinished twice
r49047: change tab loading again to initialise visible tab immediatly and gard et2_color / jPicker against being initialised twice
2014-10-17 12:14:44 +00:00
Nathan Gray
8ef066f283
Prevent empty options being sent when selectbox is in a row.
...
Fixes unwanted numeric options in auto-repeat rows.
2014-10-16 22:50:09 +00:00
Ralf Becker
b6f628a66d
fix non-fatal PHP Parse error, when $j was used eg. in onload
2014-10-13 12:22:11 +00:00
Ralf Becker
ff5c1e83a9
mtime postfix for WebDAV has to use "?download=", as our WebDAV treats everything else literal
2014-10-13 12:15:48 +00:00
Hadi Nategh
f071d8561c
Make sure the class name used as identifier has no invalid chars
2014-10-13 10:11:53 +00:00
Hadi Nategh
e5115b430e
Give widget color dialog unique class in order to identify it later for binding click handler to picker span.
...
-Fix the bug, color picker opens other colorpickers dialog which are in the same template.
2014-10-10 15:06:04 +00:00
Klaus Leithoff
ca9765f9aa
pending translations from our translation server
2014-10-10 12:14:15 +00:00
Ralf Becker
28afa0994b
Use a client-side setDetachedAttributes() to do needed data changes for dates.
...
r48920: do not convert empty values, otherwise we will get current date or 1970-01-01 instead
r48938: Fix bad logic breaking historylog
r48960: refactored code to always run Nathans fix (before it was only run for ajax requests, not for initial request)
2014-10-09 08:39:24 +00:00
Ralf Becker
7f619fe32d
fix redirect loop initiated eg. by saving a mail, caused by document.location=url triggering etemplate unload handler and destroying et2 request, identical redirect url detected by jdots framework causes refresh via nextmatch --> next redirect
2014-10-08 20:06:30 +00:00
Nathan Gray
bf51e940b0
Remove auto refresh options for 30 seconds and 1 minute, as apparently they cause problems with mail.
...
Add auto refresh options for 15 and 30 minutes.
2014-10-08 17:29:40 +00:00
Nathan Gray
2623a9410b
Fix broken relative width calculation after r48947.
2014-10-08 17:13:58 +00:00
Ralf Becker
e1799cac7d
* all apps: custom fields of type "float" allow to specify maxlength,size,min,max comma-separated in length field
2014-10-08 10:46:24 +00:00
Ralf Becker
0d2cae7ade
reverting accidently commited date+nextmatch widget
2014-10-08 09:12:09 +00:00
Ralf Becker
065f772302
* Mail: allow to enter name+mail eg. "Ralf Becker <rb@stylite.de>" in compose, automatic fix unquoted commas in entered mail addresses
2014-10-08 09:09:02 +00:00
Ralf Becker
a19fe17f45
revert r48946, as it break for some conditions
2014-10-08 09:07:26 +00:00
Nathan Gray
302e7c8d8c
Fix relative columns width preference not saved as relative width
2014-10-07 23:04:53 +00:00
Nathan Gray
c10d926a54
Change email regex to allow email addresses of the form "Ralf Becker <rb@stylite.de"
2014-10-07 22:30:08 +00:00
Hadi Nategh
856db31c66
Complement to commit 48899, fixes error in IE11
2014-10-07 11:40:19 +00:00
Ralf Becker
d65b786b26
backport of Nathans r48904: trim email addresses to avoid validation errors
2014-10-07 06:40:22 +00:00
Ralf Becker
1fcc8cb801
backport of Nathans r48905: fix typo resulting in all not being processed
2014-10-07 06:38:13 +00:00
Nathan Gray
a6ac5155ac
- Apply 'none' user selection preference (with admin consideration)
...
- Avoid potential infinite loop with no select options
2014-10-06 22:11:27 +00:00
Hadi Nategh
0db144feb9
Make sure options are available before getting access to its properties
...
-Avoid error while saving tracker using IE 11
2014-10-06 15:56:47 +00:00
Ralf Becker
8c2599d03a
using a compiled list of timestamp column-names instead a regular expression, fixes duration columns like "info_used_time" get transformed too
2014-10-06 11:22:22 +00:00
Nathan Gray
d3ef2618cb
Check that options are there before using.
...
Hopefully fixes bug in IE11.
2014-10-03 16:52:33 +00:00
Ralf Becker
0f5752bdd6
fixed row vanishes on refresh, eg. after editing an address in an already refreshed addressbook list, caused by row_modified no longer a timestamp when it get checked in ajax_get_rows
2014-10-02 15:00:42 +00:00
Ralf Becker
ac0a2d0930
* Mail/Calendar/eTemplate2: fix timezone problems of times in grid or lists, if server_timezone differs from php.ini date.timezone
...
- for grid this is a real fix by correctly expanding names in auto-repeated rows and therefor running widgets beforeSendToClient methods
- for nextmatch is is just a hack looking at get_rows content and converting everything "looking" like a timestamp to a "Y-m-d\TH:i:s\Z" string
2014-10-01 19:11:42 +00:00
Nathan Gray
15be410487
Make sure to use correct parent ObjectManager when destroying.
...
Should fix "Action object with id ... does not exist" errors.
2014-10-01 15:37:01 +00:00
Nathan Gray
9e0b882f92
Add refresh(id, type) function to et2_gantt widget
2014-10-01 15:34:54 +00:00
Hadi Nategh
ee46807842
* Filemanager: New styling and access to list of uploading files in progress
2014-10-01 15:21:48 +00:00
Nathan Gray
3ec23b92fd
Fix unwanted apps showing in link-app
2014-10-01 15:15:33 +00:00
Nathan Gray
3abff57761
Avoid error if filter has no options.
2014-10-01 15:04:21 +00:00
Nathan Gray
e1619d6cb9
Handle more refresh options, Support multiple projects in gantt chart
2014-10-01 14:57:01 +00:00
Ralf Becker
cd30e8bee1
Don't try to delete not-existing attribute.
...
Hopefully solves error in IE.
2014-10-01 10:43:24 +00:00
Ralf Becker
2d0d1916c6
fixed date-time_today widget broken after last commit
2014-10-01 04:40:54 +00:00
Ralf Becker
d102b7782c
fix handling of timestamps in usertime on client-side, by using date("Y-m-d\TH:i:s\Z", ts) equivalent to PHP date function we use on server-side, fixes wrong time in alarms, if server- and user-timezone differ
2014-09-30 20:13:15 +00:00
Ralf Becker
9057821241
* Preferences: opening forced preferences set selectboxes for not set values to first real value not "Users Choice"
...
caused by etemplate_widget_menupopup not being run, it is now run by etemplate_new::exec / etemplate_new::fix_sel_options for everything in sel_options
2014-09-30 14:27:47 +00:00
Hadi Nategh
fec60aa03a
Adjusting toolbar widget
...
-Fix toolbar widget droppable space
-Fix toolbar widget for first time user with no preferences
2014-09-29 08:24:38 +00:00
Ralf Becker
13a723c0fb
we need to return null for no value instead of empty array, which gets overwritten by preserved value on server-side
2014-09-26 11:25:31 +00:00
Hadi Nategh
4b655bf542
Make sure there's an app set, otherwise set it from top of the list
2014-09-26 11:19:25 +00:00
Hadi Nategh
9f8f35ac57
- Fix bug loading new data into gantt
...
- Setup for Stylite gantt features
2014-09-23 09:27:59 +00:00
Hadi Nategh
5e6687c751
Fix diff widget to better handle empty values (cleared fields)
2014-09-23 08:59:52 +00:00
Hadi Nategh
22f8e05d5f
Get not loaded UIDs if select all is used.
2014-09-23 08:57:54 +00:00
Nathan Gray
abaf99a827
Fix sub-grid column indent
2014-09-22 22:29:09 +00:00
Ralf Becker
b02c771f4a
pending updates from our translation server
2014-09-22 11:59:05 +00:00
Nathan Gray
2cc0e8d434
Also accept file names to remove.
2014-09-19 18:32:20 +00:00
Nathan Gray
066f0b5c85
Accept string without suffix as fixedWidth.
...
Fixes infolog defaults missing when changing details/no details
2014-09-18 15:16:00 +00:00