Commit Graph

14781 Commits

Author SHA1 Message Date
Klaus Leithoff
70d74361f3 improving the display by toggling the editor mode; improving import of html mails after flaw in rev28758 2009-12-16 10:59:38 +00:00
Klaus Leithoff
8efdb97c29 backport of chr.binders patch for the distinctive labeling of the close button; fix missing startdate, when importing mail from compose 2009-12-15 16:13:30 +00:00
Klaus Leithoff
e4a105db84 fix to control the existence of content start_time/end_time before trying to construct a dateobject; changes from nathan for extended search options 2009-12-15 15:09:24 +00:00
Klaus Leithoff
410ab6a6a2 backport infolog search features from nathan gray; may not be effective until the rest of his commits are in place, but they do not seem to break anything 2009-12-14 09:21:02 +00:00
Klaus Leithoff
18f03e6314 backport infolog feature copy and print from stefan becker 2009-12-14 08:25:31 +00:00
Klaus Leithoff
d5524d0c23 further work to improve on status message issues, and minimizing refresh actions for the previewmode 2009-12-14 07:59:52 +00:00
Stefan Becker
3f13ed63a1 added print xml file 2009-12-13 13:37:42 +00:00
Stefan Becker
80f02187a6 added print template to infolog 2009-12-13 13:36:09 +00:00
Klaus Leithoff
4e2ae9e19c fix typo? 2009-12-11 14:29:41 +00:00
Klaus Leithoff
d95c3fe6db fix typo 2009-12-11 14:26:25 +00:00
Klaus Leithoff
ad4cd28f39 fix for handling action message on short refresh intervals in preview mode 2009-12-11 14:07:06 +00:00
Klaus Leithoff
a26aa408cb rather big commit to implement the message preview (3PaneView); You must update felamimail, as the version numer is increased and new hooks are introduced 2009-12-11 13:15:17 +00:00
Stefan Becker
d11469f91f added copy function to infolog and action box, more actions will follow 2009-12-11 08:34:47 +00:00
Nathan Gray
77c889f907 Don't clear items, it will erase anything added by apps in topmenu_info hook 2009-12-09 23:15:46 +00:00
Klaus Leithoff
f86b13e4a6 fixing a bug regarding the selectBox resize with MSIE (all was no longer selectable) 2009-12-09 12:28:27 +00:00
Klaus Leithoff
f0972d7409 fixing a bug regarding the selectBox resize with MSIE (all was no longer selectable) 2009-12-09 11:58:19 +00:00
Christian Binder
e52c549c14 just a small translation fix 2009-12-09 09:28:21 +00:00
Ralf Becker
e97e68506b "Ajax to construct homedirectory from specified directory name in setup and account_lid" 2009-12-09 08:23:49 +00:00
Ralf Becker
8118ad3b0b "Ajax to construct homedirectory from specified directory name in setup and account_lid" 2009-12-09 08:23:04 +00:00
Christian Binder
d8907a4d2a fixed not recognized vtodo priority values 2009-12-09 08:17:26 +00:00
Nathan Gray
7217a92079 Implement new link hook view_list, to be able to be taken to a list of entries 2009-12-08 23:19:06 +00:00
Nathan Gray
30be48f6e6 Implement options so link_query() can be limited 2009-12-08 23:18:51 +00:00
Nathan Gray
4139c23ef7 Implement new link hook view_list, to be able to be taken to a list of entries 2009-12-08 23:10:06 +00:00
Nathan Gray
00a75858ea Implement options so link_query() can be limited 2009-12-08 23:09:45 +00:00
Nathan Gray
e532ee0944 Implement new link hook view_list, to be able to be taken to a list of entries 2009-12-08 22:41:49 +00:00
Nathan Gray
ac14a5a1fd Implement options so link_query() can be limited 2009-12-08 22:36:43 +00:00
Nathan Gray
1524b6670f Implement new link hook view_list, to be able to be taken to a list of entries 2009-12-08 21:48:10 +00:00
Nathan Gray
721ccb80d8 Implement options so link_query() can be limited 2009-12-08 21:47:49 +00:00
Nathan Gray
08b7ab173e Implement new link hook view_list, to be able to be taken to a list of entries 2009-12-08 21:27:56 +00:00
Nathan Gray
6df521de8d Implement options so link_query() can be limited 2009-12-08 21:24:46 +00:00
Nathan Gray
219ae4d224 Can't use ExecMethod2(), it doesn't pass by reference.
Used code to pass options by reference from nextmatch widget so apps can update  array if they need.
2009-12-08 17:56:22 +00:00
Nathan Gray
2305f5cc8b Add missing style class, should make type box disappear when there's no sub-types. 2009-12-08 17:14:23 +00:00
Ralf Becker
b102a3d5e4 "fixed warning when saving new entries introduced by r28408" 2009-12-08 10:08:49 +00:00
Ralf Becker
af38e6e62a "fixed warning when saving new entries introduced by r28408" 2009-12-08 10:07:53 +00:00
Ralf Becker
f6b7ab98f3 updated version to 9.2 and added phpfreechat 2009-12-08 09:14:07 +00:00
Ralf Becker
3ac566fda8 EPL Logo 2009-12-08 09:10:15 +00:00
Ralf Becker
8af064613c Created Stylite-EPL-9.2 branch 2009-12-08 08:39:43 +00:00
Ralf Becker
0c63c864e2 "fixed not working empty arguments and handling of whitespace between " 2009-12-08 08:27:53 +00:00
Ralf Becker
76e43e442c fixed typo 2009-12-08 08:19:58 +00:00
Nathan Gray
28b3dde6ec Change how type is passed to use the new link query options parameter 2009-12-07 21:44:04 +00:00
Nathan Gray
dd1370f97f Implement Ralf's suggestion of an options array to pass extra query parameters 2009-12-07 21:42:20 +00:00
Ralf Becker
320cd1d186 "using an enviroment var to preseed post-install" 2009-12-07 18:26:28 +00:00
Ralf Becker
6aa95316ba using a static var as cache, which is a reference to the session:
a) automatic shared between all instances of accounts class
b) no need to have a shutdown function storing it to the session
--> cleaner code
2009-12-07 17:56:31 +00:00
Ralf Becker
a3a3faab22 "using isset($GLOBALS['egw']->accounts) instead of is_object, as egw object always instanciates accounts object (with wrong config) if is_object() is used" 2009-12-07 17:47:57 +00:00
Klaus Leithoff
1db92b3b90 patch to hide the sub-type select box, if it is empty, there may be room for improvement by nathan, as he introduced that feature in the first place 2009-12-07 15:48:50 +00:00
Ralf Becker
dd55355195 "fixed several small problems in new invitation and category acl" 2009-12-07 13:31:51 +00:00
Ralf Becker
60f72a9605 "fixed wrong default for referer (used if UA does not send one)" 2009-12-07 13:29:14 +00:00
Klaus Leithoff
e903a8d0f0 call hooks with a proper hook array 2009-12-07 13:12:23 +00:00
Stefan Becker
7161fce93e fixed some typos and added german translations 2009-12-07 12:37:12 +00:00
Ralf Becker
c772e1d57d "new method acl::get_location_grants(), jaytraxx was missing ;-)" 2009-12-07 12:36:25 +00:00