Commit Graph

21 Commits

Author SHA1 Message Date
Nathan Gray
9127fb5d71 Fix importing links 2010-03-31 17:02:53 +00:00
Ralf Becker
71960a6d02 Fixed some more php53 Warnings after latest fix_depricated.php
improvment.
2010-03-21 09:37:52 +00:00
Ralf Becker
232252475f patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
7209eac430 calling translation class static and remove (unnecessary) extra utf-8 charset 2009-05-11 08:11:08 +00:00
Ralf Becker
646931dc8a fix for bug #1838: problem with utf-8 data in all csv imports
- fgetcsv only works correct, if setlocal is called with an existing and
  correct local
- improved projectmanager method guess_local and moved it to
  common::setlocal, which takes now the charset, lang and country of the
  user into account
- csv-import also displays now the conversation done and reads usernames
  in brackets
- added some missing fields
2009-04-03 12:26:32 +00:00
Ralf Becker
602cfd1edc "added linking to csv_import" 2008-07-07 06:08:56 +00:00
Ralf Becker
ef700b0061 new class naming schema 2008-06-07 17:45:33 +00:00
Ralf Becker
ae735c80af removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 15:33:10 +00:00
Ralf Becker
9b89e909af fixed problem in import reported by Lutz: global var and reference problem 2006-03-17 21:09:40 +00:00
Ralf Becker
439d23490d merged contacts_and_resources branch again with HEAD
all further development will be in HEAD now
everyone using the contacts_and_resources branch, update again to HEAD with: cvs update -dPA calendar
2005-11-08 23:15:14 +00:00
Ralf Becker
1dd5895d75 fix to allow spaces in csv field names 2005-06-07 14:06:12 +00:00
Ralf Becker
290dd01868 allow 1-digit day and month, as suggested by Manfred Herr (Digitask GmbH) 2005-03-10 06:51:32 +00:00
Ralf Becker
c6c034b291 allow to specify cats by there id again 2004-09-02 10:17:37 +00:00
Ralf Becker
d0b2a3a823 fix for 2 people importing an equally named file at the same time, thanks to Matthew Galgoci <mgalgoci -at- redhat.com> 2004-06-20 09:03:34 +00:00
Ralf Becker
c85b120b9f fix for bug [ 872031 ] Custom fields don't work with csv import 2004-04-01 20:34:35 +00:00
Ralf Becker
313811809d fix for bug [ 871421 ] CSV import not functioning 2004-04-01 18:03:02 +00:00
reinerj
6b292326c1 changes from phpgw to egw dev group 2004-01-26 23:53:02 +00:00
Miles Lott
94ea6c3c0a Massive intval and formatting update - previous version in tag 'cal_008-2' 2004-01-04 00:47:37 +00:00
Ralf Becker
6feb3ec174 security fix 2003-11-08 21:19:03 +00:00
Ralf Becker
23704841e0 killed 2 debug messages 2003-10-10 11:59:47 +00:00
Ralf Becker
cb33d46167 added a csv import to the calendar 2003-10-09 00:32:49 +00:00