Commit Graph

14843 Commits

Author SHA1 Message Date
Ralf Becker
f14596e3b0 remove not used/needed css 2009-05-31 08:14:00 +00:00
Ralf Becker
d273efcbe5 propset Id 2009-05-30 20:24:06 +00:00
Ralf Becker
aff7c9ef34 propset Id 2009-05-30 20:23:30 +00:00
Ralf Becker
b6f1745f34 merged r27170: rpm_post_install 2009-05-30 20:19:02 +00:00
Ralf Becker
3ec3c205ee created a rpm post script to automatic install or update EGroupware:
- cleaned up exceptions in cli code (no need to log, as it goes direct to the user)
- regarding small rpm redirect header (< 200 bytes) as no header
- fixed wrong detected vars for cli install (eg. webserver_url)
- fixed egw_cache to not stall if system_charset is not yet in db
2009-05-30 20:15:31 +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
132297a502 "add system-charset to keys of tree-wide cache, if not utf-8, as content depends on charset!" 2009-05-30 09:18:04 +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
88d92e78f9 "- fix for bug #2097: Addressbook bug when filemanager is disabled
- fixed not working export limit"
2009-05-30 07:39:58 +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
Ralf Becker
75f4a3920e "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:03:57 +00:00
Ralf Becker
53264e2c2b "new static method to get an attribute of a column, eg. the comment" 2009-05-30 06:58:48 +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
31ad0b0480 "- 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:19 +00:00
Stefan Becker
613e56e8b7 added Birthday to the Adressbook list as new field 2009-05-29 08:37:47 +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
Ralf Becker
6503d6d0cc - updated documentation
- add feature to allow apps to choose to be automatic installed on
  updated: $setup_info[$app]['autoinstall'] = {true|'1.x.xxx'};
- run default_records.inc.php (if exists) also for apps without tables,
  as they might need to initialise some stuff
2009-05-28 11:33:30 +00:00
Ralf Becker
88c9aca3f3 "allow egw_vfs::mount() to work in setup:
- need to read fs-tab
- need to load wrapper (otherwise file_exists($url) fails)"
2009-05-28 11:29:17 +00:00
Klaus Leithoff
c053a2610d foldertreatment setting default foldertype 2009-05-28 11:11:18 +00:00
Nathan Gray
f124b889d8 Need to define a __isset() method so empty() works with __get(). Fixes missing body javascript when looping. 2009-05-27 14:57:29 +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
bbee5b34bb fixed powerpoint icon as suggested by tinpos@gmail.com 2009-05-27 05:38:35 +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
b32ded3400 "re-added (depricated) php4 constructor, as it get's called by some old apps" 2009-05-26 17:26:24 +00:00
Ralf Becker
7c8bd81149 "return a reference to the var in the session!" 2009-05-26 14:44:29 +00:00
Klaus Leithoff
0e4a75f027 added windows-1257 as it seems to be used widely, to display baltic letters 2009-05-26 13:42:05 +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
Ralf Becker
07825af683 "fixed not always executed hooks for disabled applications (using app-names from existing hooks now, instead of egw_info[apps])" 2009-05-26 11:55:52 +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
Stefan Becker
39903fc957 changed again template of Infolog as subentry 2009-05-25 08:42:29 +00:00
Ralf Becker
00f9386332 "do NOT run an update, if none necessary" 2009-05-25 07:45:53 +00:00
Ralf Becker
e763445dee "do NOT run an update, if none necessary" 2009-05-25 07:44:03 +00:00
Ralf Becker
a305a7fbbf merged setup-cli related bugfixes 27105, 27106 and 27109 2009-05-25 07:00:46 +00:00
Ralf Becker
6d72b2b297 - fixed in some cases not working setup-cli (domain not detected)
- make update a separat setup-cmd-object
- fixed handling of egw_exception_wrong_userinput, to not include a
  trace (which is unneeded for regular input-validation)
2009-05-25 06:39:38 +00:00
Ralf Becker
5e9699a5b5 reverting again r27107, as it has to many (unwanted) sideeffects 2009-05-24 20:03:28 +00:00
Ralf Becker
3dadb5abe3 - allow to specify on sub-type level, if post_process method should be
used for extensions
- if extension is called with empty name, it can set a name in
  cell[name], which then get's used for the content (extensions can use
  eg. an option to select the name)
2009-05-24 18:02:54 +00:00
Ralf Becker
02587c2153 "when directly calling cmd object:
- set domain as first argument, to select the right domain in header include
- allow to give 1-dimensional arrays on command line (like php does it with urls, eg. 'config[name]=value')"
2009-05-24 13:59:03 +00:00
Ralf Becker
2175ee37b0 "allow to call directly via setup-cli" 2009-05-24 13:41:39 +00:00
Ralf Becker
4fa8fba8c0 "small changes to get setup-cli working with current EGroupware" 2009-05-23 10:26:40 +00:00
Ralf Becker
73bb5ca1c5 "small changes to get setup-cli working with current EGroupware" 2009-05-23 10:25:45 +00:00
Stefan Becker
9bf9debe63 changing template to make a infolog as a subinfolog 2009-05-22 13:26:42 +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
Stefan Becker
13cd6b296b fixed small Bug, time planed was not shown in new tag times and times planed 2009-05-22 12:51:41 +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