Commit Graph

14826 Commits

Author SHA1 Message Date
Ralf Becker
b59a688fbb - fixed not working rename in entry directories in /apps (eg. rename of
an infolog attachment), was caused by use of url_stat from sqlfs
  instead of links stream wrapper
- fixed wrong mime type / icon in files stored via netdrive from msword
  (the first use the extension .tmp, before renaming file to .doc:
  sqlfs "detects" mime type only from the extension and did not recheck
  it if a file gets renamed, that's now fixed)
2009-12-01 14:51:13 +00:00
Ralf Becker
868e9b7356 "supress warning \"session.save_path not writable by webserver\", if open_basedir is activ and path is NOT included
--> spares users from false warning, that they can not login, because sessions not working"
2009-12-01 13:58:39 +00:00
Jörg Lehrke
00f1a811a6 Fix 'enforce server' double adds 2009-12-01 11:18:38 +00:00
Jörg Lehrke
dd92e60180 Use UID for find_content(); code cleanups 2009-12-01 10:24:55 +00:00
Jörg Lehrke
c63a538f13 Optimize SyncML performance 2009-12-01 10:14:23 +00:00
Ralf Becker
39a5ba82ee "only report filename (not full path) in rename success or error in file dialog" 2009-12-01 09:07:18 +00:00
Ralf Becker
691cc6bb3e we need to first check if the constant is defined, as we get a fatal error in php5.3 otherwise 2009-11-30 20:29:01 +00:00
Ralf Becker
cea57f47dd fixed login in other then first domain 2009-11-30 17:57:07 +00:00
Klaus Leithoff
8239db5808 some finetuning regarding the hack to influence the selectbox behaviorin MSIE (optgroups, positioning); 2009-11-30 16:45:24 +00:00
Ralf Becker
488d34d820 "fixed wrong build pass, causing an open_basdir warning, as url get appended to egroupware dir" 2009-11-30 16:21:02 +00:00
Ralf Becker
bf6d7835ad setting server timezone as early as possible, to avoid warnings it's not set 2009-11-30 14:40:27 +00:00
Ralf Becker
80774a3468 avoid warning in php5.3, if argument is an array 2009-11-30 14:39:38 +00:00
Stefan Becker
2a1d7079ad delete space, that translations work fine again 2009-11-30 13:53:21 +00:00
Klaus Leithoff
7c13e6ca1f fixing a problem regarding MSIE and the hack to influence the selectbox behavior, when you selected an entry with an empty value 2009-11-30 13:23:35 +00:00
Oscar Manuel Gómez Senovilla
7ec6262f11 Update for spanish translation 2009-11-30 06:46:00 +00:00
Jörg Lehrke
738726abf1 Adjust group attendee handling 2009-11-29 21:03:17 +00:00
Jörg Lehrke
3fa506f24a Change calendar filter 'all' to include 'owner'; typo in get_recurrences() 2009-11-29 21:02:15 +00:00
Stefan Becker
1230fc99c9 fixed some typos 2009-11-29 19:13:47 +00:00
Stefan Becker
4aa96e5287 fixed some typos 2009-11-29 19:12:16 +00:00
Stefan Becker
41f1fba3be fixed some typos 2009-11-29 19:11:19 +00:00
Stefan Becker
183b524e9c fixed some typos 2009-11-29 19:10:53 +00:00
Ralf Becker
e0b244342e "removed not existing settings hook" 2009-11-29 18:46:52 +00:00
Oscar Manuel Gómez Senovilla
91cb772bc5 Fix bad line causing problem in setup and update to current contents 2009-11-29 18:18:46 +00:00
Ralf Becker
2d93ce28cc "fixed warning in setup and correctly reading config first" 2009-11-29 16:53:17 +00:00
Jörg Lehrke
a0e1a238dd Optimized SyncML memory footprint; fixes various filter issues 2009-11-29 14:03:45 +00:00
Ralf Becker
7c67b5bd59 "fixed birthday reminder on home for ldap:
- transfer wildcard via parameter, as it get's quoted otherwise
- searching accounts too, if accounts stored in ldap and contacts not"
2009-11-29 13:34:00 +00:00
Ralf Becker
0e08767e79 "quiten warning, if search returns empty result" 2009-11-29 10:56:17 +00:00
Ralf Becker
5d734876a4 "webdav is stateless: we dont need to keep the session open, it only blocks other calls to same basic-auth session" 2009-11-29 10:53:25 +00:00
Klaus Leithoff
8de55a88f4 support CC in import of saved email-messages too 2009-11-28 18:55:26 +00:00
Klaus Leithoff
0473f987ad fixing a problem regarding the import of draft-messages with attachments into infolog (, fixing a display issue with getAttachments in uicompose as well) 2009-11-28 18:16:18 +00:00
Oscar Manuel Gómez Senovilla
30dd2980e6 Fixing missing svn add 2009-11-28 18:01:57 +00:00
Oscar Manuel Gómez Senovilla
852bfce1ed Move lang files for timesheet 2009-11-28 18:00:08 +00:00
Oscar Manuel Gómez Senovilla
c45fb85003 Move lang files for resources 2009-11-28 17:53:41 +00:00
Oscar Manuel Gómez Senovilla
ce9e20d8d4 Move lang files for preferences 2009-11-28 17:49:59 +00:00
Oscar Manuel Gómez Senovilla
9aa7740909 Move lang files for notifications 2009-11-28 17:43:27 +00:00
Ralf Becker
f2e52e1478 fixed sometimes not translatable phrases longer 128 chars, problem was a trim() after truncating the message to 128 chars 2009-11-28 16:20:21 +00:00
Ralf Becker
56fb819ac0 fixed wrong preference description 2009-11-28 16:14:32 +00:00
Klaus Leithoff
45e33f6e11 setting the size of the table of the mainview to 100% 2009-11-28 16:00:07 +00:00
Ralf Becker
c8b795fe83 if file is moved from one filesystem / wrapper to an other --> copy it
(rename fails cross wrappers)
2009-11-28 15:23:26 +00:00
Stefan Becker
bee60c0f9b fixed some translationn typos 2009-11-28 15:17:12 +00:00
Ralf Becker
de63a58b83 fixed bug: superuser clicking [apply] twice in file preferences deleted file or directory 2009-11-28 15:12:26 +00:00
Klaus Leithoff
c8323fc034 hack to influence selectbox width behavior for MSIE; applied to all selectboxes created by html::select and etemplate.js loaded 2009-11-28 14:32:33 +00:00
Ralf Becker
0299f4e494 removed caching as it creates problems with datasource updates in projectmanager (datasource reads infolog content from an instance with a not updated cache, causing updates only to happen after clicking on [apply] twice) 2009-11-28 13:50:03 +00:00
Oscar Manuel Gómez Senovilla
661ca6f93a Move infolog lang files 2009-11-28 13:25:09 +00:00
Oscar Manuel Gómez Senovilla
a38a004668 Move importexport lang files 2009-11-28 13:23:42 +00:00
Oscar Manuel Gómez Senovilla
08a111fba1 Move home lang files 2009-11-28 13:20:21 +00:00
Oscar Manuel Gómez Senovilla
f3b16896fd Move filemanager lang files 2009-11-28 13:13:56 +00:00
Oscar Manuel Gómez Senovilla
ebba4d3547 Move etemplate lang files 2009-11-28 13:01:53 +00:00
Oscar Manuel Gómez Senovilla
0b52947cc8 Move calendar lang files 2009-11-28 12:51:22 +00:00
Oscar Manuel Gómez Senovilla
0bef5caad2 Move admin lang files 2009-11-28 12:44:41 +00:00