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
7f9df0d051
- renamed class to new naming convention
...
- update version and dependencies for 1.6
- file_access method for attachments
2008-10-07 12:50:14 +00:00
Ralf Becker
9763f202b5
"use static method of link class"
2008-07-07 06:09:32 +00:00
Ralf Becker
7dedec8bdc
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 15:46:41 +00:00
Ralf Becker
6310fff2af
phpDoc headers
2007-05-22 13:40:35 +00:00
Ralf Becker
bafc6ab0e3
added custom fields to csv import
2006-09-11 07:16:38 +00:00
Ralf Becker
64a688cbb4
bugfix: import of responsible was not working, as InfoLog expects now an array there, fixed it so that the import accepts now a comma or semicolon separated list of nummerical user-id or user-names
2006-08-13 05:45:47 +00:00
Ralf Becker
40c4e903e8
- fixed now working infolog csv import (1.2 code no longer automaticaly added info_ prefix)
...
- fixed not working link to addressbook
- added links to projectmanager and free links
2006-05-17 04:29:54 +00:00
Ralf Becker
aa8136ef60
- added percent, (date-)completed and location for better iCal / SyncML conformance
...
- remove a lot not needed images
2006-03-17 20:53:26 +00:00
Ralf Becker
3bf47432bf
removed my personal email
2006-03-02 14:44:14 +00:00
Ralf Becker
b74bb35fea
addapted for changed priority column
2005-07-14 17:28:07 +00:00
Ralf Becker
3b32bccc49
documentation update and the usual code modernization (phpgw-->egw, ...)
2005-04-06 11:05:57 +00:00
Ralf Becker
c545d8b95d
allow to specify cats by there id again
2004-09-02 10:32:15 +00:00
Ralf Becker
b56a9b86c8
fix to use fn (=fullname) in the addr_id function
2004-06-20 09:18:59 +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
reinerj
0961e0c3f9
small changes in the header
2004-01-25 21:18:38 +00:00
Ralf Becker
6feb3ec174
security fix
2003-11-08 21:19:03 +00:00
Ralf Becker
a4c96988bc
security fix
2003-11-08 21:14:20 +00:00
Ralf Becker
6596f08060
updated cvs-import with charset-conversation and automatialy run some string to id conversations
2003-10-07 23:58:48 +00:00
Ralf Becker
16894f044c
update
2003-07-06 08:15:47 +00:00
Ralf Becker
4711f99fd7
get the cvs-import working with register globals off and the new links
2003-06-29 23:03:58 +00:00
Ralf Becker
91271e3afe
some more changes to be compatible with seek3r new template-system
...
output is not longer print, but $GLOBALS['phpgw']->template->set_var('phpgw_body',$content);
2002-06-01 13:19:48 +00:00
Ralf Becker
fa82511b93
some changes to be compatible with seek3r new template-system
2002-06-01 10:55:05 +00:00
Ralf Becker
59f2990851
closed security hole of using evaled code to show globals vars (which contain eg. passwords)
2002-05-13 15:15:29 +00:00
Ralf Becker
879b385f63
saving field-assignments now in preferences and not longer in a separate file in /tmp
2002-03-05 12:59:16 +00:00
Ralf Becker
ca22fe93e1
cats may now be separated by ',' or ';'
2002-02-14 19:56:06 +00:00
Ralf Becker
116de14b92
$GLOBALS, using boinfolog->write(), and closed security-hole,
...
that non-admin users could call csv_import, if they new the url
(check if user is allowed to run admin-app)
2001-10-04 20:13:00 +00:00
Ralf Becker
13debcb486
more english translations plus more consistent naming
2001-07-16 18:11:27 +00:00
Ralf Becker
31b61cc52a
use the ui-class now
2001-07-15 21:35:52 +00:00
Ralf Becker
2743e1db3f
fix for similar fieldnames
2001-07-01 21:30:43 +00:00
Ralf Becker
01b0f63865
using CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
2001-05-24 15:49:15 +00:00
Ralf Becker
03a7ff211e
renaming info in infolog
2001-05-24 13:40:40 +00:00
seek3r
f184b96979
Initial revision
2001-05-23 19:07:45 +00:00