Oscar Manuel Gómez Senovilla
0a81573ae4
tracker #1765
2008-11-02 13:27:32 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
504b096e06
latest update of egw translators pending work
2008-10-15 21:11:30 +00:00
Ralf Becker
b6996bee01
reworked manageheader:
...
- removed include_root (is now always identical to server_root)
- removed mcrypt_version (not relevant to todays php versions)
- replaced session_type with session_handler
- look is now a bit more like setup and eGroupware itself
--> updated header-version to 1.29 forcing everyone to update
2008-10-09 16:22:42 +00:00
Ralf Becker
8375a909f7
"only complain about not found files (not found dirs dont matter)"
2008-10-08 07:26:51 +00:00
Oscar Manuel Gómez Senovilla
8ed57c413b
tracker #1747
2008-10-05 19:24:49 +00:00
Ralf Becker
0a7d4f9782
Comment and custom fields for filemanager / sqlfs
2008-10-05 17:07:36 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
ce52d11ba6
tracker #1722
2008-09-13 20:44:50 +00:00
Oscar Manuel Gómez Senovilla
1ca740fe97
tracker #1683
2008-08-21 07:09:42 +00:00
Ralf Becker
1a9388cc89
missing api update for the sitemgr-link stuff
2008-08-18 10:05:58 +00:00
Oscar Manuel Gómez Senovilla
e77ec3d7a5
tracker #1671
2008-08-09 10:59:29 +00:00
Oscar Manuel Gómez Senovilla
f98569ee85
Updated russian translation ( #1658 ) and some spanish updates
2008-08-03 19:07:15 +00:00
Oscar Manuel Gómez Senovilla
a8865daa7d
tracker #1664
2008-08-03 19:01:49 +00:00
Ralf Becker
31e49bef04
Moved translation of 'site configuration' to phpgwapi/common to not
...
translate it in every app (differently)
2008-07-30 08:39:56 +00:00
Oscar Manuel Gómez Senovilla
77f63b4c00
updated russian translation
2008-07-29 20:40:02 +00:00
Oscar Manuel Gómez Senovilla
241e844f4b
Resulting lang files after applying the "Search for new phrases" in translation tools for every app
2008-07-26 21:59:22 +00:00
Oscar Manuel Gómez Senovilla
e6a0bc30a9
tracker #1511
2008-07-25 21:22:37 +00:00
Oscar Manuel Gómez Senovilla
bf36524009
Updated spanish translation for trunk
2008-07-25 08:07:35 +00:00
Oscar Manuel Gómez Senovilla
753c766eff
Pending translations for trunk
2008-07-24 19:00:41 +00:00
Régis Leroy
4dfa864be1
bad french translation of search -> bug in ajax_widget detecting search string
2008-06-17 14:34:27 +00:00
Ralf Becker
8578525e00
groupdav app (without own dir)
2008-05-08 20:50:46 +00:00
Ralf Becker
f6a883713f
locking for eGW's WebDAV (and later on CalDAV).
...
no recursive (depth infinit) locks atm.
2008-05-01 11:44:55 +00:00
Ralf Becker
86368a1903
uid and etag (optimistic locking) for addressbook
2008-04-25 19:06:15 +00:00
Ralf Becker
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
Ralf Becker
689ffe18a9
create sqlfs dirs /, /home, /app and removed old vfs entries
2008-04-20 16:44:04 +00:00
Ralf Becker
523997b43e
moved filescenter vfs2 tables and classes to filescenter and added index tables
2008-04-20 16:34:16 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
9c117aa197
"emptied egw_vfs instead of egw_sqlfs table"
2008-04-15 14:12:01 +00:00
Ralf Becker
6cc0093543
"update from egw-1.4.004"
2008-04-15 13:02:20 +00:00
Ralf Becker
fd987f39d2
"fixed not working delete of sqlfs table"
2008-04-15 10:13:15 +00:00
Ralf Becker
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
Ralf Becker
dc1797f41a
update from 1.4.003
2008-03-19 13:12:13 +00:00
Ralf Becker
640ee3ab93
hooks to create, rename or delete user+group home-dirs (you need to run Admin >> register hooks!)
2008-02-27 10:20:48 +00:00
Ralf Becker
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
Klaus Leithoff
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
Klaus Leithoff
6ea71715f8
new egw_addressbook definition because of table alterations of that table
2008-01-31 12:37:16 +00:00
Klaus Leithoff
e1214a3896
increment version, because of table field alterations in egw_addressbook
2008-01-31 12:35:15 +00:00
Oscar Manuel Gómez Senovilla
f3cd85add5
periodical lang updates from translators
2007-12-22 21:39:38 +00:00
Oscar Manuel Gómez Senovilla
71fbe90a15
tracer #1370 for farsi
2007-12-22 10:28:44 +00:00
Pim Snel
6ee73eebff
add kinyarwanda lang
2007-11-12 14:25:47 +00:00
Oscar Manuel Gómez Senovilla
6c0db1110b
catalan updates for trunk
2007-11-10 23:22:17 +00:00
Oscar Manuel Gómez Senovilla
54066896e8
big commit: all lang files not in utf-8 converted to utf-8, including charset phrase
2007-11-10 22:46:02 +00:00
Oscar Manuel Gómez Senovilla
895ba44b47
Updated czech translation files, using provided utf-8 files
2007-11-09 16:46:15 +00:00
Pim Snel
d5bee12334
initial setup of the Kinyarwanda (Rwanda, East Congo, South Uganda, West Tanzania) language file
...
soon people in Kigali Rwanda will start translating
2007-11-08 15:55:58 +00:00
Oscar Manuel Gómez Senovilla
a840dd6d45
rest of pending files for the egw_ prefix update
2007-10-14 18:48:56 +00:00
Oscar Manuel Gómez Senovilla
adfbd598d9
lang files with egw prefix
2007-10-14 16:15:28 +00:00
Carsten Wolff
cd18e2cd87
fixed sql syntax error
2007-09-29 18:58:28 +00:00
Klaus Leithoff
bdf27e11d9
Merged language Patch from r24464 (1.4) to trunc.
2007-09-25 10:21:19 +00:00
Oscar Manuel Gómez Senovilla
e385c6412f
retry for patch 1170
2007-09-25 07:37:31 +00:00
Ralf Becker
95d03648cb
setting version to 1.4.002 for the upcomming bugfix/maintainance release
2007-09-24 08:45:49 +00:00
Ralf Becker
ad8561debb
setting version to 1.4.002 for the upcomming bugfix/maintainance release
2007-09-24 08:45:33 +00:00
Oscar Manuel Gómez Senovilla
e5eac71f71
pending lang updates
2007-09-13 13:57:21 +00:00
Ralf Becker
197ff0abf5
typo
2007-08-06 13:35:35 +00:00
Ralf Becker
1167050962
typo
2007-08-06 13:33:19 +00:00
Oscar Manuel Gómez Senovilla
99771edd87
language updates
2007-06-24 21:55:08 +00:00
Ralf Becker
789b207183
fixed now working wiki after update from 1.0.0
2007-06-12 15:39:26 +00:00
Ralf Becker
cec25ce548
fixed now working wiki after update from 1.0.0
2007-06-12 15:38:04 +00:00
Ralf Becker
e3b5d92290
fixed trunk update, was including the old stuff twice
2007-06-05 05:18:01 +00:00
Ralf Becker
a6e10055b8
pusing the version to 1.5.001 our new development version
2007-06-04 07:05:53 +00:00
Ralf Becker
d12300031d
pusing the version to 1.4.001 for the final release
2007-06-04 06:47:16 +00:00
Oscar Manuel Gómez Senovilla
5278ea7463
Fix for bad charset for "Spanish" translation
2007-06-03 22:14:28 +00:00
Ralf Becker
6ce9cd6e03
"added update from 1.2.107"
2007-06-03 21:04:54 +00:00
Oscar Manuel Gómez Senovilla
a33363a884
Czech translation in #824 and extra pending language updates
2007-06-03 18:01:21 +00:00
Oscar Manuel Gómez Senovilla
688dd5f46f
Latest lang updates
2007-05-31 14:49:26 +00:00
Ralf Becker
c7b304fd55
updated API version for 1.4RC2
2007-05-27 06:41:31 +00:00
Ralf Becker
233a414efe
new about page from Sebastian Ebeling
2007-05-26 19:06:12 +00:00
Oscar Manuel Gómez Senovilla
83e4306bce
Language updates
2007-05-16 22:10:08 +00:00
Lars Kneschke
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
Ralf Becker
8dc321cfe3
"a small fix a had to make some time ago to update a 1.0 install"
2007-05-09 07:56:19 +00:00
Ralf Becker
8ac09e8dba
fix for bug #674 : no more simple multiple participant selection
2007-05-07 18:59:05 +00:00
Ralf Becker
d097030e9f
removed tinymce translations
2007-05-02 14:41:32 +00:00
Oscar Manuel Gómez Senovilla
55bb6d8bd3
Changes for #512 , for old Yugoslavia update
2007-05-02 09:57:10 +00:00
Ralf Becker
14fc433fcf
updated application versions 1.4 and dependencies accordingly (API is still 1.3.xxx 'til the first RC)
2007-04-30 09:10:36 +00:00
Ralf Becker
664f222868
"fixed to small column for timestamp in egw_links.link_lastmod"
2007-04-28 11:54:24 +00:00
Ralf Becker
5548c8b038
"birthday column with format YYYY-mm-dd was only varchar(10) instead of varchar(12)"
2007-04-26 06:28:36 +00:00
Ralf Becker
07c2be0891
"fixed typo ab_id instead of contact_id in the primary key"
2007-04-26 06:01:20 +00:00
Oscar Manuel Gómez Senovilla
d42198bf07
tracker patch #257 and extra lang files
2007-04-19 21:12:39 +00:00
Ralf Becker
d34a9d3a55
translations used for the fckEditor config/prefs in several apps, plus some more ...
2007-04-14 17:54:35 +00:00
Oscar Manuel Gómez Senovilla
532182fa41
latest lang updates
2007-04-05 22:53:35 +00:00
Ralf Becker
1a1a6737d3
distribution lists for the sql addressbook
2007-03-13 14:11:56 +00:00
Ralf Becker
62bd5fa81f
distribution lists for the sql addressbook
2007-03-13 13:38:15 +00:00
Oscar Manuel Gómez Senovilla
976edfb561
portuguese updates
2007-03-11 17:08:54 +00:00
Lars Kneschke
8108d69dec
increment version for beta 3 of eGW 1.4
2007-02-27 10:38:22 +00:00
Oscar Manuel Gómez Senovilla
b45d2879c8
A lot of pending lang updates
2007-02-25 22:14:48 +00:00
Lars Kneschke
b2dedd114b
update version for eGW 1.4 Beta 2
2007-02-23 06:34:19 +00:00
Oscar Manuel Gómez Senovilla
3d6d20e3d8
patch 297
2007-01-22 20:26:34 +00:00
Oscar Manuel Gómez Senovilla
8d6b62a74c
pending lang updates
2007-01-21 11:38:09 +00:00
Oscar Manuel Gómez Senovilla
7cb034e071
patch 188 and lang updates
2007-01-05 00:13:14 +00:00
Oscar Manuel Gómez Senovilla
0597fc6cd9
pending lang updates, and gallery translations
2006-12-26 22:20:54 +00:00
Oscar Manuel Gómez Senovilla
078d5816bd
massive pending language updates
2006-12-09 22:21:27 +00:00
Oscar Manuel Gómez Senovilla
d312d9a671
patch 156 at egw.org
2006-12-09 18:23:58 +00:00
Ralf Becker
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
Ralf Becker
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
Oscar Manuel Gómez Senovilla
e403dc2670
lang updates
2006-11-19 15:21:31 +00:00
Cornelius Weiß
7c7593c7df
update script for 1.2.106 version
2006-10-19 15:31:22 +00:00
Pim Snel
6a35c9812c
updated french tranlation
2006-10-18 14:05:18 +00:00
Pim Snel
c207eb47f9
french translation update
2006-10-16 21:17:55 +00:00
Pim Snel
461c156986
updated dutch translation
2006-10-15 20:43:25 +00:00