e02abbb38f
Add update script to set addressbook country codes
2011-01-07 19:51:27 +00:00
6029b5043f
Add two extra columns to store the ISO country code for contacts
2010-09-27 23:00:11 +00:00
1482dbc1be
Add the ability to hide and hold deleted links, pending final deletion of linked record. This prevents links to deleted items showing when deleted items are held for purging.
2010-09-27 16:27:48 +00:00
8e55c897ab
Add index to improve import of contacts using a custom field as primary key
2010-09-15 13:34:01 +00:00
50c43deec9
updating verson to 1.8
2010-09-05 15:24:34 +00:00
0c640ed171
support for 1.6.003
2010-02-14 06:27:54 +00:00
96c5f58a49
extend fs_mime (mime type) to varchar(96) to fit application/vnd.openxmlformats-officedocument.wordprocessingml.document (msword xml format)
2009-08-03 11:42:24 +00:00
e1a25587c8
update from 1.6.002
2009-07-18 10:00:33 +00:00
6617bec9ef
Creating an own column (fs_link) for symlinks, as fs_content is a BLOB
...
and therefore not aware of charsets
2009-05-12 07:21:57 +00:00
519b385186
setting trunk version to 1.7.001
2008-11-24 10:51:59 +00:00
71edd1c938
Big patch from Philip Herbert (Knauber) modifying the SyncML code to no
...
longer use GUIDs containing eGW's install_id, as the information is
irrellevant for SyncML and cause doublications of entries if the
install_id changes.
I plan to have a new rc4 Wednesday or Thursday containing these changes.
2008-11-03 07:44:02 +00:00
375c328453
Fixed bug pointed out by lluis <lluis.faja-at-gmail.com>:
...
sqlfs stores files with fs_id < 100 directly under /sqlfs in the files
dir. They conflict with directories created for fs_id >= 1000.
--> fs_id < 100 are now in a directory /sqlfs/00
You need to run the 1.5.016 update or you will not find the content of
files with fs_id < 100 anymore!
2008-10-21 07:08:12 +00:00
8375a909f7
"only complain about not found files (not found dirs dont matter)"
2008-10-08 07:26:51 +00:00
0a7d4f9782
Comment and custom fields for filemanager / sqlfs
2008-10-05 17:07:36 +00:00
b6a9e16bcd
SQLFS (eGW's default VFS system) stores the content of the files now in
...
a hashed directory structure based on the fs_id and not longer on the
path (which can not be recovered, once the filesystem get's corrupt)
--> Make backups (db AND files directory), before attempting the update !!!!!!!!
2008-10-03 12:18:19 +00:00
1a9388cc89
missing api update for the sitemgr-link stuff
2008-08-18 10:05:58 +00:00
f6a883713f
locking for eGW's WebDAV (and later on CalDAV).
...
no recursive (depth infinit) locks atm.
2008-05-01 11:44:55 +00:00
86368a1903
uid and etag (optimistic locking) for addressbook
2008-04-25 19:06:15 +00:00
ae821396b5
"removed static use of schema_proc, error reported by Thomas Hoth <thomas(at)familie-hoth.de> on the german list"
2008-04-21 05:11:36 +00:00
523997b43e
moved filescenter vfs2 tables and classes to filescenter and added index tables
2008-04-20 16:34:16 +00:00
0d799b6896
"hopefull last modification of the update script for the sqlfs, everyone used it before has to go back to api version 1.5.003 and rerun it"
2008-04-16 20:41:41 +00:00
fc1d69e060
"improved update script, for the case the the old vfs table does not contain / or /home"
2008-04-15 14:49:52 +00:00
9c117aa197
"emptied egw_vfs instead of egw_sqlfs table"
2008-04-15 14:12:01 +00:00
6cc0093543
"update from egw-1.4.004"
2008-04-15 13:02:20 +00:00
fd987f39d2
"fixed not working delete of sqlfs table"
2008-04-15 10:13:15 +00:00
501df49cbb
stream wrapper interface is now eGW VFS interface
...
- if you already run the 1.5.003 update (AND modified anything in the VFS), you have to re-run it, to not loose your modifications or risk an inconsistent VFS (DB does not match filesystem)
- to re-run the 1.5.003 update (only if your version is already 1.5.003 or bigger!) run the following sql:
UPDATE egw_applications SET app_version=1.5.002 WHERE app_name=phpgwapi
- the new vfs supports now an extended ACL, if that is supported by the backend (sqlfs only currently)
- eacl allows to set separate recursive acl rights for different users or groups on a directory (and subdirs)
- former group grants of group dirs are converted to eacl, thought we only support read or read+write access (no extra add or delete)
- attachments via the links class now also use a stream wrapper interface (links_stream_wrapper) and WebDAV as download handler (which requires no longer filemanager run rights)
2008-04-14 05:52:24 +00:00
dc1797f41a
update from 1.4.003
2008-03-19 13:12:13 +00:00
e71608d8cc
new sqlfs stream wrapper, as replacement for the old vfs class (it uses the PDO extension, as PDO allows to access BLOBs as streams), the update create a new egw_sqlfs table and fills it with the content of the old vfs (egw_vfs table), BOTH use the same files in the filesystem, so beware if you delete something in one or the other, this is definitly NOT for production systems
2008-02-18 06:52:07 +00:00
4fd4d8fb6a
update functionality to regard the new sized fields org_name, contact_email and contact_email_home
2008-01-31 12:39:05 +00:00
95d03648cb
setting version to 1.4.002 for the upcomming bugfix/maintainance release
2007-09-24 08:45:49 +00:00
a6e10055b8
pusing the version to 1.5.001 our new development version
2007-06-04 07:05:53 +00:00
6ce9cd6e03
"added update from 1.2.107"
2007-06-03 21:04:54 +00:00
c7b304fd55
updated API version for 1.4RC2
2007-05-27 06:41:31 +00:00
5b65f8f21a
bumped phpgwapi version number for new release and added working ldap acl example for egw ldap addressbook
2007-05-15 04:04:38 +00:00
664f222868
"fixed to small column for timestamp in egw_links.link_lastmod"
2007-04-28 11:54:24 +00:00
5548c8b038
"birthday column with format YYYY-mm-dd was only varchar(10) instead of varchar(12)"
2007-04-26 06:28:36 +00:00
62bd5fa81f
distribution lists for the sql addressbook
2007-03-13 13:38:15 +00:00
8108d69dec
increment version for beta 3 of eGW 1.4
2007-02-27 10:38:22 +00:00
b2dedd114b
update version for eGW 1.4 Beta 2
2007-02-23 06:34:19 +00:00
19b7844ca3
fixed not working conversation of birthdays in addressbook from 1.2 --> trunk:
...
the update function depended on the addressbook tables in the addressbook app, which was only the case for a short time periode
2006-12-05 19:34:09 +00:00
4cc4052813
cat_id was just varchar(32), which is to small if you use lot's of categories, set it to varchar(255) now
2006-11-23 10:37:27 +00:00
7c7593c7df
update script for 1.2.106 version
2006-10-19 15:31:22 +00:00
4e86a27a98
fixing older contacts with no cats: they use '' or '0' in the cat_id column, new ones use allways NULL
2006-10-02 07:53:26 +00:00
2ba66910c5
typo
2006-03-07 05:27:50 +00:00
b11016c31f
1.2.105 bugfix release
2006-09-05 14:12:52 +00:00
ca976cd982
moving the syncml tables to the new syncml app and mark it installed as version 0.9.0
2006-08-20 09:48:10 +00:00
46788e009b
update from 1.2.104
2006-08-03 07:27:42 +00:00
b1f1455edc
added a list of changed and new addressbook fields
2006-07-08 22:18:36 +00:00
c22ac6678c
make egw_addressbook.account_id unique, as it should be and to speed up the join with the accounts-table
2006-07-08 01:02:37 +00:00
4910d3d599
fix: to short column definition for remark field in link class
2006-06-28 12:34:51 +00:00