Klaus Leithoff
|
b48c4f51fc
|
improving the display by toggling the editor mode; improving import of html mails after flaw in rev28758
|
2009-12-16 10:57:37 +00:00 |
|
Klaus Leithoff
|
e5978c32a1
|
fix missing startdate, when importing mail from compose
|
2009-12-15 16:05:48 +00:00 |
|
Christian Binder
|
1457a73200
|
updated german and english translation
|
2009-12-15 12:15:02 +00:00 |
|
Christian Binder
|
ada9a59f94
|
renamed misleading "close" button in infolog listview to "set status to done"
|
2009-12-15 12:14:23 +00:00 |
|
Oscar Manuel Gómez Senovilla
|
ef7ff3d6b3
|
Fix pending hardcoding for new translations
|
2009-12-14 21:11:05 +00:00 |
|
Klaus Leithoff
|
2bd5449c40
|
fix to control the existence of content start_time/end_time before trying to construct a dateobject
|
2009-12-14 16:25:12 +00:00 |
|
Stefan Becker
|
086edcac9b
|
fixed promblem with infolog save of copyed infolog
|
2009-12-13 13:58:01 +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 |
|
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
|
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
|
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
|
af38e6e62a
|
"fixed warning when saving new entries introduced by r28408"
|
2009-12-08 10:07:53 +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 |
|
Stefan Becker
|
699e66a1ce
|
fixed some typos and added german translations
|
2009-12-07 12:28:35 +00:00 |
|
Stefan Becker
|
862fe89095
|
fixed some typos and added german translations
|
2009-12-07 12:20:36 +00:00 |
|
Stefan Becker
|
90653b9d6d
|
fixed some typos and added german translations
|
2009-12-07 12:19:18 +00:00 |
|
Ralf Becker
|
0af8b60e39
|
"Maximum number of titles to query from an application at once (to NOT trash mysql)"
|
2009-12-07 11:18:13 +00:00 |
|
Stefan Becker
|
8bbe6d79df
|
fixed some typos and added german translations
|
2009-12-07 09:39:54 +00:00 |
|
Jörg Lehrke
|
ac8223caed
|
Fix infolog category issue again
|
2009-12-07 09:08:51 +00:00 |
|
Jörg Lehrke
|
3b85963f39
|
Fix infolog category issue again
|
2009-12-07 09:04:39 +00:00 |
|
Jörg Lehrke
|
fda9c4f5f0
|
Fix infolog category issue
|
2009-12-07 09:00:58 +00:00 |
|