Commit Graph

4349 Commits

Author SHA1 Message Date
Hadi Nategh
7134b9716e Convert ambiguous column to tablename.column name 2014-12-19 09:25:14 +00:00
Ralf Becker
aacc0caa7b * all apps: preserving for current user unavailable categories (eg. private categories of other user) when editing entries 2014-12-17 13:58:33 +00:00
Nathan Gray
30f35f01fa - Use link registry to open notification links
- Fix mark all notifications as read on popup close
2014-12-16 19:38:22 +00:00
Nathan Gray
f2d6cfdf0a Fix files selected from filemanager before entry is saved do not show in link list until entry is saved. 2014-12-16 19:35:59 +00:00
Nathan Gray
1ddcb2dd2d Only require one radiobox to be set, checked by ID 2014-12-15 20:55:32 +00:00
Ralf Becker
5c5def1219 fix categories in admin sometimes change color after search 2014-12-15 17:46:43 +00:00
Ralf Becker
b5c0256a2a * all apps: custom field attribute length only sets visible length, to set maximum length specify rows=1 2014-12-10 14:39:48 +00:00
Nathan Gray
267cc7cb93 Fix multiselect/taglist values not properly set if value is an object instead of an array
- Fix to handle strings and nulls too
2014-12-08 20:02:38 +00:00
Nathan Gray
d7be8fe202 Fix multiselect/taglist values not properly set if value is an object instead of an array 2014-12-08 18:16:22 +00:00
Nathan Gray
906a5b442e Set textarea to get height from rows attribute, some better styling so they are not so small 2014-12-08 16:06:09 +00:00
Ralf Becker
fce211850a missing translation of blur text in textbox 2014-12-08 15:57:23 +00:00
Ralf Becker
334832f2ca remove 0=off in NM column-selection, to show empty-label "Refresh" instead 2014-12-08 13:22:00 +00:00
Hadi Nategh
9bfb3a3c98 Make sure there's string to be replaced 2014-12-05 11:07:08 +00:00
Hadi Nategh
0516bf5f59 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-05 10:44:00 +00:00
Hadi Nategh
eddc291b4c Avoid invalid characters in DOM IDs.
Fixes missing comments, occasional errors in link comments.
2014-12-05 10:38:08 +00:00
Hadi Nategh
42468d40a7 Set focus to first input when loading a template into dialog 2014-12-05 10:32:42 +00:00
Hadi Nategh
675985f267 Automatically set focus to first input 2014-12-05 10:28:01 +00:00
Ralf Becker
4a983e46d9 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 09:35:36 +00:00
Ralf Becker
c3f3d0e01f 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:52:15 +00:00
Nathan Gray
3130609ed4 Fix missing translation on Add current 2014-12-03 17:58:47 +00:00
Nathan Gray
f76e832c36 Fix a bug in automatic drag and drop -> link support detection that gave DnD to apps that couldn't handle it. 2014-12-02 22:15:44 +00:00
Ralf Becker
29a40c6655 do not validate vfs-widgets not returning a value, as it overwrites preserved values with null 2014-12-02 19:17:25 +00:00
Nathan Gray
dc12a2afe4 Fix auto-selection of last used app 2014-12-01 17:06:57 +00:00
Nathan Gray
a8a3506031 Set textarea to get height from rows attribute 2014-12-01 16:11:20 +00:00
Ralf Becker
75f992fa22 fixed not working view_range (max. number of buttons to show incl. label) 2014-11-28 14:46:05 +00:00
Ralf Becker
77c1475ee9 fix not working dragging images into CKEditor of mail compose in FireFox 2014-11-27 14:03:48 +00:00
Ralf Becker
89f8c87cd1 dont allow to insert html 2014-11-21 11:18:58 +00:00
Ralf Becker
a534b96ca7 fix PHP Fatal error: Access to undeclared static property: customfields_widget::$non_printable_fields 2014-11-19 13:24:29 +00:00
Ralf Becker
4a17d5e467 * all aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields
r49491: missing egw_customfield changed from last commit
r49492: fix formatting for timestamp and quiten error_log
r49493: class var to enable/disable memory_usage reporting to error_log
2014-11-19 13:12:17 +00:00
Ralf Becker
4fe4c4ebc8 quiten permanent error_log on disabled cells and fixed IDE warnings
r49488: fix error introduced by previous commit
2014-11-19 09:23:39 +00:00
Ralf Becker
374bdb86a0 fix unknown modifier "n" warning caused by a "/" in replacement 2014-11-18 12:28:49 +00:00
Ralf Becker
aae7765a35 try to increase/double prce.backtrack_limit no failure to preg_replace up to 1/4 of memory_limit
previous code was adding max 10 time 10000 to default limit of 1000000, which increased it by 10% max, given we have now a default memory_limit of 128M
2014-11-17 17:27:16 +00:00
Ralf Becker
e59d6fc617 fix customfield type "button" without any value stalls whole addressbook 2014-11-14 12:39:01 +00:00
Ralf Becker
fab4618bc6 fix fatal error if customfields contains widget with no validation method --> nothing to validate / return 2014-11-13 09:28:40 +00:00
Ralf Becker
2961398a27 catch exception from unparsable date and display it empty instead 2014-11-12 19:24:06 +00:00
Hadi Nategh
c19283f5bd Fix placeholder in taglist 2014-11-04 13:19:00 +00:00
Ralf Becker
9193bdfc36 setting white-space:nowrap on et2_tabheader so tab-flags do not wrap into 2. line and remove no_wrap class from addressbook tab-widget, as it prevents wrapping of everything incl. content in individual tabs 2014-10-31 10:13:26 +00:00
Nathan Gray
a33d5632af Link enhancements:
- Add confirm dialog to delete link
- Log unlinking files into historylog
2014-10-30 22:29:58 +00:00
Hadi Nategh
82d40e52c0 * Mail: Make selected email item in compose dialog editable
- Edit selected email addresses by double clicking on them (For all email fields where free entry is allowed. e.g. To, CC, and Bcc fields in compose)
- Update widget taglist and its plugin (magicsuggest)
2014-10-30 15:12:11 +00:00
Ralf Becker
7cf323b3be remove upper limit of number of characters at last domain-part to allow new domain-names like .hamburg 2014-10-30 13:20:36 +00:00
Nathan Gray
928c61d4cf * Add clear button to nextmatch search box for Firefox 2014-10-29 14:33:19 +00:00
Nathan Gray
2d149394ae * Add clear button to nextmatch search box for Firefox 2014-10-28 16:37:55 +00:00
Ralf Becker
8d8f89d171 * Filemanager: fix since PHP 5.5.18 not longer working non-ascii chars in filenames, eg. German umlauts or accents 2014-10-23 13:39:21 +00:00
Ralf Becker
4acbbf81c1 fix IDE warnings 2014-10-23 12:47:51 +00:00
Ralf Becker
2903ca4e7f * InfoLog: "No filter" favorite was not resetting filters anymore 2014-10-23 12:42:52 +00:00
Ralf Becker
5549dd1fd2 * InfoLog: "No filter" favorite was not resetting filters anymore 2014-10-23 12:42:24 +00:00
Nathan Gray
16c902196d Switch to nextmatch and edit dialog for customfield list (missed files from #49147) 2014-10-22 20:11:31 +00:00
Hadi Nategh
61fe25a190 Keep toolbar actions in single line
-Fix mail display toolbar delete action jumps to second line
2014-10-22 08:51:19 +00:00
Hadi Nategh
d9b4480276 Keep toolbar actions in single line
-Fix mail display toolbar delete action jumps to second line
2014-10-22 08:50:10 +00:00
Nathan Gray
5569223e42 If link is missing needed information so it won't work, don't look like a link 2014-10-21 16:33:56 +00:00