68151ad8e7
Fix multiselect/taglist values not properly set if value is an object instead of an array
2014-12-08 18:14:00 +00:00
0607b60bc9
Set a timeout to window resizer to make sure this happens after other resize events, hopefully fixes the timing issue
2014-12-08 17:04:41 +00:00
052a1e8d9f
do NOT add default placeholder-action of "add", if there is no such action, stalls new apps using nextmatch by default
2014-12-08 15:58:22 +00:00
dbdb0b440d
missing translation of blur text in textbox
2014-12-08 15:57:06 +00:00
173192f879
remove 0=off in NM column-selection, to show empty-label "Refresh" instead
2014-12-08 13:16:51 +00:00
8203d5f695
Use appHeader outerHeight for resize calcualtion
2014-12-08 12:24:21 +00:00
ee6754b75c
Take AppboxHeader into account for dialog resize height calculation
2014-12-08 10:51:34 +00:00
1869e94f84
Popup resize handler enhancement:
...
- Fix multi-line textbox resizing
- Introduce tab_height to tab widget and remove extra height set on tab containers children
- Let mail compose uses its own resize handling as it deals with some special resizing
2014-12-05 17:29:41 +00:00
14230d10f7
Make sure there's string to be replaced
2014-12-05 11:04:42 +00:00
9b5c68f743
hidden widget to transport content from server to client and back, thought server to client could easier be done by accessing content via content array manager
2014-12-05 08:59:51 +00:00
e8d1c874e6
Implement resize handler callback for widget in order to resize widget properly after the window size changes
2014-12-04 16:38:34 +00:00
b4ad7f8543
Bind swipe handler on grid view in order to be able to select nm rows on touch devices via swipe left/right
2014-12-04 16:35:17 +00:00
ecc9dece92
throw an exceptin with a more maningful message if a template does not contain a template tag with an id attribute matching template name, eg. it was forgotten to rename when customizing
2014-12-04 15:51:59 +00:00
cf9326391c
document tooltip name "hint" for actions
2014-12-04 09:19:03 +00:00
46bcd3df8a
Automatically set focus to first input
2014-12-03 23:43:34 +00:00
a2e0e45a64
Avoid invalid characters in DOM IDs.
...
Fixes missing comments, occasional errors in link comments.
2014-12-03 22:14:03 +00:00
ae257d8c98
Set focus to first input when loading a template into dialog
2014-12-03 22:11:24 +00:00
681566471a
Accept and process commands even if they're right at the beginning.
...
Fixes bug where commands at the start of content were not processed.
2014-12-03 19:58:59 +00:00
2eb7795061
Fix missing translation on Add current
2014-12-03 17:53:40 +00:00
e06e8d4c32
Fix sorting, needed to turn off order by branch.
2014-12-03 16:23:21 +00:00
e4ac846d2a
add blur attribute to date-widget
2014-12-03 16:23:10 +00:00
597e9b82ae
remove no longer necessary resize from (old) eTemplate, as it is done now by egw.js for all popups
2014-12-03 07:34:30 +00:00
65a9b4c79c
Avoid errors if getWidgetById() is called on a cleared widget / template
2014-12-03 00:16:39 +00:00
fb4482afe6
Some more width for custom field textboxes so they're not so small
2014-12-02 22:37:15 +00:00
f7610cd6d6
do not validate vfs-widgets not returning a value, as it overwrites preserved values with null
2014-12-02 19:17:03 +00:00
4d80104403
allow to disable date widget with set_readonly on run-time
2014-12-02 17:19:13 +00:00
fc66bfec63
Fix auto-selection of last used app (broken r48959)
2014-12-01 17:05:33 +00:00
bffa092efc
Set textarea to get height from rows attribute
2014-12-01 16:09:40 +00:00
8a9657541d
moving egw_openWindowCentered() to egw(window).openPopup()
2014-12-01 10:45:24 +00:00
f3c3fedf32
If the current application does not own the template, load the javascript for the current application and the application owning the template. (Gets actions working reliably in home)
2014-11-28 17:34:38 +00:00
010054bd97
fixed not working view_range (max. number of buttons to show incl. label)
2014-11-28 14:45:45 +00:00
8c5ea8eba9
More Home progress:
...
- Remove app header from addressbook
- Always load app's CSS for single entry
2014-11-27 18:31:08 +00:00
7f4f340efd
Missing code from commit r49612
2014-11-27 17:31:03 +00:00
7c3f8d10d6
Missing code from commit r49612
2014-11-27 17:29:44 +00:00
5bed0cdf77
fix not working dragging images into CKEditor of mail compose in FireFox
2014-11-27 13:44:50 +00:00
dd0e95d232
More Home progress (favorites):
...
- Put show header button into header
- Fix mixing columns between multiple favorites on home
- Fix changing column spacing when hiding header
- Fix add favorite from context menu didn't load properly
2014-11-25 21:50:42 +00:00
b967548cb5
More Home progress:
...
- Favorite now hides whole header
- Link thumbnail now just setting width to avoid distortion
- File thumbnail no longer limited, using full size thumbnail from site configuration or widget width, whichever is smaller
- Fix links were using edit instead of view
2014-11-25 00:45:14 +00:00
f8b09fa7e8
Stop trying to set dataset directly, caused error in Firefox
2014-11-25 00:41:56 +00:00
fd191888bb
Fix missing empty label when no value in readonly selectbox
2014-11-24 19:58:59 +00:00
0da238155c
dont allow to insert html
2014-11-21 11:18:42 +00:00
3e6a7a7ba4
Make sure the removing class of progress dropdown list is happening before customized onFinish called by et2_call, because it may loses its context after call
2014-11-21 08:58:58 +00:00
44595fe931
- Apply user's gantt sort preference
...
- Add sort by end date preference
2014-11-19 22:57:39 +00:00
674fd0736a
fix PHP Fatal error: Access to undeclared static property: customfields_widget::$non_printable_fields
2014-11-19 13:24:12 +00:00
7bfa13728d
class var to enable/disable memory_usage reporting to error_log
2014-11-19 12:57:31 +00:00
c633e0033b
* all aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields
2014-11-19 12:20:59 +00:00
ca7bdb66a3
fix error introduced by previous commit
2014-11-19 09:22:52 +00:00
b10cf0a295
quiten permanent error_log on disabled cells and fixed IDE warnings
2014-11-19 08:53:17 +00:00
b626fd1a88
Home progress:
...
- Fix missing size for new widgets
- Different styling for single entries
- Custom template for single addressbook entries
- Hideable nextmatch header
2014-11-18 23:46:58 +00:00
08708664b3
If one application uses a template from another, notify the application that loaded the template, not just the application that owns it.
2014-11-18 23:10:41 +00:00
370577e763
Make sure color doesn't get paths confused, be more specific about it
2014-11-18 22:42:48 +00:00