Commit Graph

14158 Commits

Author SHA1 Message Date
Ralf Becker
cc6524e4a4 checkout and build of epl archives 2009-06-01 12:32:39 +00:00
Ralf Becker
02972a871d if header is a symlink --> work on it's target 2009-05-31 09:55:08 +00:00
Ralf Becker
3b8488799b - implemented header-updates
- dont give fatal error, if everything is up to date, but config is missing
- always patch existing password back into the header
- docu update
2009-05-31 09:54:44 +00:00
Ralf Becker
6daa2c5459 got setup-cli exit codes working again 2009-05-31 08:18:45 +00:00
Ralf Becker
d273efcbe5 propset Id 2009-05-30 20:24:06 +00:00
Ralf Becker
b6f1745f34 merged r27170: rpm_post_install 2009-05-30 20:19:02 +00:00
Ralf Becker
03ab69e696 "add system-charset to keys of tree-wide cache, if not utf-8, as content depends on charset!" 2009-05-30 09:18:53 +00:00
Ralf Becker
0870e6fc5f - fix for bug #2097: Addressbook bug when filemanager is disabled
- fixed not working export limit
2009-05-30 07:42:24 +00:00
Ralf Becker
c598e1a3a0 "Patch from Carsten Wolf:
Timesheet-Einträge mit Uhrzeit 0:00, die in der Winterzeit gemacht wurden, 
werden in einem Union-Query, der in der Sommerzeit stattfindet, dem falschen 
Tag zugeordnet. Vermutlich stimmt dies nur für den PostgreSQL query und ist 
Dir deshalb bisher nicht aufgefallen.

Der Patch:
Ändert den PostgreSQL-spezifischen Teil des queries so um, dass er 
Zeitzoneninformationen berücksichtigt."
2009-05-30 07:06:18 +00:00
Klaus Leithoff
d4f4195cfe quitening autoload messages 2009-05-29 12:23:21 +00:00
Ralf Becker
cdd809a619 "- show filemanager prefs only if user has access to prefs app
- returning settings instead of using global var
- docu upate"
2009-05-29 10:48:58 +00:00
Ralf Becker
7ed3cf4ec2 merged r27137 from Nathan: Need to define a __isset() method so empty() works with __get(). Fixes missing body javascript when looping. 2009-05-29 08:14:06 +00:00
Ralf Becker
03f3303836 backported r27143 (setup: autoinstall and default records) 2009-05-28 11:37:23 +00:00
Ralf Becker
37c1edcdd9 backported r27142 (egw_vfs::mount() for setup) 2009-05-28 11:36:58 +00:00
Klaus Leithoff
c053a2610d foldertreatment setting default foldertype 2009-05-28 11:11:18 +00:00
Klaus Leithoff
ed7f82f798 added windows-1257 as it seems to be used widely, to display baltic letters 2009-05-27 07:15:16 +00:00
Ralf Becker
8b3a61c2c7 fixed powerpoint icon as suggested by tinpos@gmail.com 2009-05-27 05:39:38 +00:00
Ralf Becker
77d42d1ef8 "re-added (depricated) php4 constructor, as it get's called by some old apps" 2009-05-26 17:27:17 +00:00
Ralf Becker
28ea1bb74c "fixed not always executed hooks for disabled applications (using app-names from existing hooks now, instead of egw_info[apps])" 2009-05-26 11:57:09 +00:00
Klaus Leithoff
ab4d253cf7 changing template to make a infolog as a subinfolog 2009-05-26 11:46:40 +00:00
Klaus Leithoff
52ea3b5193 fixed small Bug, time planed was not shown in new tag times and times planed 2009-05-26 11:42:15 +00:00
Ralf Becker
00f9386332 "do NOT run an update, if none necessary" 2009-05-25 07:45:53 +00:00
Ralf Becker
a305a7fbbf merged setup-cli related bugfixes 27105, 27106 and 27109 2009-05-25 07:00:46 +00:00
Ralf Becker
4fa8fba8c0 "small changes to get setup-cli working with current EGroupware" 2009-05-23 10:26:40 +00:00
Klaus Leithoff
ba6320eb92 fix for TRACKER BUG#2018 FROM account lost when saving draft reported by C.Brunet 2009-05-22 12:59:59 +00:00
Klaus Leithoff
6c707b9e05 improving active/inactive control for editAccountData, second tab 2009-05-22 10:06:25 +00:00
Klaus Leithoff
7816b06afd fix for bug #2086 Trunk/1.6 Users cant define their own identities... 2009-05-22 08:55:43 +00:00
Klaus Leithoff
b786390551 quitening a warning, when there are no (additional) accountData to be found 2009-05-22 07:55:01 +00:00
Ralf Becker
f594b182a8 "fixed date-time widget to correctly write seconds, eg. if output format is \"Y-m-d H:i:s\"" 2009-05-22 07:06:10 +00:00
Ralf Becker
c8b240eb20 "new sub-command to drop database and user" 2009-05-21 22:17:15 +00:00
Ralf Becker
6c89709b0d "validation error in named tab (eg. \"tabs=general|one|two\") did not change to tab with field causing the validation error" 2009-05-21 19:18:05 +00:00
Ralf Becker
4d9f1d71fd merged German translations from Stefan r27035-7 and r27050-65 2009-05-21 08:15:05 +00:00
Ralf Becker
e2994725d6 Fix for bug #2090: fmail problem, if no filemanager rights 2009-05-21 07:22:50 +00:00
Klaus Leithoff
87137a2f71 introducing htmlpurifier as default HTML cleaning tool 2009-05-20 11:36:36 +00:00
Klaus Leithoff
93d9dcade9 configurable favicon, configurable vfs image store for images, logos, icons 2009-05-20 07:55:47 +00:00
Ralf Becker
8f797be836 Added HTMLPurifier (http://htmlpurifier.org/) Version 3.3.0
- can be used via html class like: 

        $clean_html = html::purify($html);

- using it now in eTemplate to remove malicious code from html:
  a) when displaying "formatted text"
  b) when "formatted text" get's input by the user
2009-05-19 17:32:06 +00:00
Ralf Becker
f459d35bb8 fixed problem pointed out by Necky(T.Okabuchi) <neckyegw(at)wanaya.jp> 2009-05-19 15:26:19 +00:00
Ralf Becker
75850fd66b fixed problem pointed out by Necky(T.Okabuchi) <neckyegw(at)wanaya.jp> 2009-05-19 15:24:15 +00:00
Ralf Becker
7b23a006d6 "fixed search for new phrases, to also work with newer method hooks and not only with file-hooks (preferences, admin, settings, ...)" 2009-05-19 13:35:04 +00:00
Ralf Becker
082f21d3e6 "fixed search for new phrases, to also work with newer method hooks and not only with file-hooks (preferences, admin, settings, ...)" 2009-05-19 13:34:27 +00:00
Ralf Becker
42f85c4a56 "disabling mime-type and size in link-title of attachments, as it clutters the UI and users dont need it most of the time. These details can allways be views in filemanager." 2009-05-19 10:24:21 +00:00
Ralf Becker
66ef863bd5 "disabling mime-type and size in link-title of attachments, as it clutters the UI and users dont need it most of the time. These details can allways be views in filemanager." 2009-05-19 10:23:29 +00:00
Ralf Becker
a5f7d8d4a3 "fix for bug #2085 - Rev. 27023 PM does no longer save custom fields" 2009-05-19 07:31:13 +00:00
Klaus Leithoff
e9ba11543a handling of shared folders (Courier-IMAP), subscribed folder list/information 2009-05-19 07:01:36 +00:00
Ralf Becker
317eda1be1 "allowing to set home-dir and login-shell, if accounts are stored in ldap" 2009-05-19 06:36:06 +00:00
Klaus Leithoff
9ddad091e3 adding .ico as image/x-ico 2009-05-18 12:57:49 +00:00
Klaus Leithoff
d2230cd000 adding .ico as image/x-ico 2009-05-18 12:55:19 +00:00
Klaus Leithoff
ba88fcbd9a fixing caching of images, if image is an array 2009-05-18 12:02:45 +00:00
Ralf Becker
d56e962ca3 "allow to store custom fields with 1:N relations (eg. multi-select-box) as real 1:N relation in the DB
(default is the old behavior!)"
2009-05-17 22:03:31 +00:00
Ralf Becker
6a32a1c567 "Austrian holidays 'til 2019, thanks to wolfgang.knabl(at)hhc-partner.com" 2009-05-17 20:46:57 +00:00