Nathan Gray
|
ae79287e18
|
Get relative dates working again in export
|
2016-02-17 23:45:30 +00:00 |
|
Ralf Becker
|
61027429eb
|
alignment of NM header
|
2016-02-17 19:56:54 +00:00 |
|
Ralf Becker
|
c2622dcd50
|
get mobil template to load its own css, falling back to pixelegg and default
|
2016-02-17 16:50:54 +00:00 |
|
Hadi Nategh
|
e06a8bc167
|
Mobile theme W.I.P.:
- Add some styling for searchbox
- Fix contextmenu is not coming on trees
- Add back handler for context menu in order to close it
|
2016-02-16 11:59:31 +00:00 |
|
Ralf Becker
|
aff27b4aaa
|
removing deprecated PHP4 constructors filling logs with deprecation notices under PHP 7
|
2016-02-15 11:17:09 +00:00 |
|
Ralf Becker
|
b5aeadf265
|
remove Exception from function signature of egw_exception_handler and _egw_log_exception, as php 7 throws Error not inherited from Exception, but Throwable does not exist in php < 7.0
|
2016-02-14 17:54:14 +00:00 |
|
Ralf Becker
|
0a2b861af9
|
remove et2_button_text class from old eTemplate buttons, as it only caused unnecessary left-padding of buttons without image
|
2016-02-14 16:21:07 +00:00 |
|
Klaus Leithoff
|
55b88bc859
|
remove egw_idna and its implementation, as it is replaced by Horde_Idna
|
2016-02-11 12:17:02 +00:00 |
|
Ralf Becker
|
45a2de974b
|
renamed to "CalDAV / CardDAV sync" removing ancient GroupDAV protocol from app-name
|
2016-02-11 10:26:27 +00:00 |
|
Hadi Nategh
|
63b3009bb5
|
Implement category color column purely with css
|
2016-02-10 09:45:33 +00:00 |
|
Klaus Leithoff
|
c45600b256
|
fix rare problem encountered when setting egroupware test job: first char of emailaddress (job-data) was replaced by the number 1
|
2016-02-09 11:11:13 +00:00 |
|
Hadi Nategh
|
9c64c3b708
|
Mobile theme W.I.P.:
- Fix triggering contextmenu
|
2016-02-08 10:48:12 +00:00 |
|
Ralf Becker
|
845d7d20a7
|
* ActiveDirectory: fixed user who never changed his password get forced to change his password
pwdlastset attributes seems not set, if password was never changed, different from 0 value for forced password change
|
2016-02-05 14:02:00 +00:00 |
|
Nathan Gray
|
62eb8e00f2
|
Add support for global json handlers, and register a global handler for storing data entries
|
2016-02-04 19:26:37 +00:00 |
|
Hadi Nategh
|
d2a416baae
|
Mobile theme W.I.P.:
- Load edit.xet if there's no view template available
- Remove email,phone, link icons from AB edit
|
2016-02-04 17:25:52 +00:00 |
|
Hadi Nategh
|
cb61fa7d4e
|
Mobile theme W.I.P.:
- Fix couple of issues regarding iOS and Safari
- Fix not fullscreen view mode
|
2016-02-04 16:31:34 +00:00 |
|
Hadi Nategh
|
76a7b3ce48
|
Mobile theme W.I.P.:
- Do not destroy the view on open edit
|
2016-02-04 08:42:05 +00:00 |
|
Hadi Nategh
|
4c22eeb77e
|
Mobile theme W.I.P.:
- Implement hideOnMobile option for action system in order to be able to disable specific action in mobile
|
2016-02-03 13:12:37 +00:00 |
|
Klaus Leithoff
|
cf54b25ca2
|
attempt to improve html2text conversion
|
2016-02-02 12:57:21 +00:00 |
|
Hadi Nategh
|
0380239cad
|
Mobile theme W.I.P.:
- Fix view mode header
- Style AB view dialog
|
2016-02-02 10:26:13 +00:00 |
|
Hadi Nategh
|
0c11eaf2f1
|
Mobile theme W.I.P.:
- Implement view template
- Implement view template loader
- Add infolog edit
- Fix couple of bug in AB edit and index
|
2016-02-01 18:09:15 +00:00 |
|
Ralf Becker
|
b137f4710c
|
remove old network class from Trunk/16.1
|
2016-02-01 12:50:34 +00:00 |
|
Hadi Nategh
|
46445d08fd
|
1px brighter theme W.I.P.
|
2016-01-28 18:17:40 +00:00 |
|
Ralf Becker
|
c982167602
|
* ActiveDirectory: fix creation of groups without description or removing of description of an existing group
|
2016-01-26 13:29:30 +00:00 |
|
Nathan Gray
|
b6b2094643
|
Make sure x & y are still defined.
Avoids FF issue of tooltip in top left corner if source widget disappears before the timeout fires.
|
2016-01-25 20:04:16 +00:00 |
|
Hadi Nategh
|
4eefabc256
|
Fix styling for buttons with image and text in old etemplate
|
2016-01-25 09:43:14 +00:00 |
|
Nathan Gray
|
30d02fc5f0
|
Slightly increase specificity for higher precedence, allowing default colors if the category has no color
|
2016-01-19 21:50:13 +00:00 |
|
Nathan Gray
|
915e0ab268
|
Cache responses when resolving a single group also
|
2016-01-15 16:57:42 +00:00 |
|
Klaus Leithoff
|
08287dd1ce
|
on activate_links, use preg_replace_callback as we experienced problems with https links when rebuilding links
|
2016-01-12 11:22:20 +00:00 |
|
Hadi Nategh
|
536c32d8f8
|
Apply Stefan Werfling's patch which add additional parameter to search_link called file_dir for sub-apps
|
2016-01-11 10:32:31 +00:00 |
|
Klaus Leithoff
|
8b3e9bd0c4
|
attempt to improve activate_links; do not break lines with hrefs when word-wrapping; do not use strip_tags on plain messages when using get_mailcontent (mostly used by app-integration) as it eats away too much content. we use convertHTML2text now
|
2016-01-08 15:05:04 +00:00 |
|
Hadi Nategh
|
8e455d873b
|
Do not allow to resize sidebox more than screen width
|
2016-01-07 09:16:59 +00:00 |
|
Nathan Gray
|
82f147f4fe
|
Avoid error if title_queue is not defined yet
|
2016-01-07 00:49:59 +00:00 |
|
Nathan Gray
|
ec8c22c93b
|
Avoid error if title_queue is not defined yet
|
2016-01-06 20:33:38 +00:00 |
|
Hadi Nategh
|
e5996336e6
|
* Mail: Fix compose dialog goes under window's taskbar and attahcments are not visible
|
2015-12-18 13:14:09 +00:00 |
|
Hadi Nategh
|
c37554a3c9
|
Make sure d-n-d does not get triggered via double click action
|
2015-12-16 15:40:17 +00:00 |
|
Nathan Gray
|
7d97e70893
|
Remove visible  
|
2015-12-15 20:17:08 +00:00 |
|
Ralf Becker
|
688cc2a76d
|
fix XSS tests to not fail something starting like a forbidden html tag, eg. "<mathias@stylite.de>"
|
2015-12-14 09:29:52 +00:00 |
|
Nathan Gray
|
d9b43423a7
|
Fix some incorrect responses for account list:
- owngroups included members
- groupmembers was empty
|
2015-12-09 18:55:57 +00:00 |
|
Hadi Nategh
|
3be2bbd786
|
W.I.P. of a general method for calling loading prompt
- Define an id for each loading prompt
- Implement new style for loading prompt
|
2015-12-07 09:08:09 +00:00 |
|
Nathan Gray
|
ebb669dccf
|
When deleting acl for an account, remove grants to the account as well
|
2015-12-04 20:30:09 +00:00 |
|
Hadi Nategh
|
161f37858d
|
W.I.P. of a general method for calling loading prompt
|
2015-12-03 17:12:08 +00:00 |
|
Hadi Nategh
|
10e2554100
|
* All applications/ Tutorials: Fix discarding tutorials prompt not working if the configuration is set to sidebox
|
2015-12-03 13:04:33 +00:00 |
|
Hadi Nategh
|
51a4da3204
|
Escape html entities for mailto URI otherwise server wont let them pass through as it may get mistaken for html tag
- Fix addressbook email action does not work for some emails, eg. Mathias <Mathias@example.com>
|
2015-12-03 11:07:03 +00:00 |
|
Nathan Gray
|
e56ff68a61
|
- Make sure we always use index's nextmatch
- Add some documentation about the this.et2 variable
|
2015-12-02 18:42:55 +00:00 |
|
Nathan Gray
|
5343a4eae3
|
Fix admin so it will reload the page it was opened with instead of changing to user list, or doing nothing.
|
2015-12-02 18:05:25 +00:00 |
|
Nathan Gray
|
e02202982f
|
Re-implement get_message_id() to check cache too.
Fixes(?) troubles with using default import definitions with languages other than english.
|
2015-11-30 22:59:26 +00:00 |
|
Hadi Nategh
|
2c5b1de5b5
|
Do not notify tabs on framework initialization
- Fix reloading framework closes opened tabs
|
2015-11-19 16:33:39 +00:00 |
|
Nathan Gray
|
fbb6f817b1
|
Fix file comments and link comments were disconnected.
|
2015-11-17 22:17:00 +00:00 |
|
Nathan Gray
|
296d39a83a
|
Fix missing username in AJAX retrieval of account name
|
2015-11-17 18:25:58 +00:00 |
|