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
Ralf Becker
c7e3a3acd3
moved creation of group addressbook for Default into the api's default_records, as the tables are there and default_records only works for apps with tables
2006-10-07 10:55:34 +00:00
Ralf Becker
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
Cornelius Weiß
2d2aef9e16
remove not longer needed tables_baseline
2006-09-28 05:04:19 +00:00
Oscar Manuel Gómez Senovilla
904daa5c28
pending additions
2006-09-16 16:01:19 +00:00
Oscar Manuel Gómez Senovilla
963f29d859
lang updates
2006-09-16 15:48:46 +00:00
Cornelius Weiß
2ba66910c5
typo
2006-03-07 05:27:50 +00:00
Ralf Becker
b11016c31f
1.2.105 bugfix release
2006-09-05 14:12:52 +00:00
Oscar Manuel Gómez Senovilla
746988d553
mass lang updates
2006-09-04 17:15:19 +00:00
Lars Kneschke
ec4775d827
added missings table definition again. It got lost while moving syncml tables around.
2006-08-30 12:56:55 +00:00
Cornelius Weiß
91db5f97c7
remove htmlarea as it is replaced by tinymce
2006-08-22 12:20:25 +00:00
Ralf Becker
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
Ralf Becker
46788e009b
update from 1.2.104
2006-08-03 07:27:42 +00:00
Oscar Manuel Gómez Senovilla
33310098b9
lang updates
2006-07-31 16:20:28 +00:00
Oscar Manuel Gómez Senovilla
dab5e19ef8
massive lang update
2006-07-16 07:13:01 +00:00
Ralf Becker
b1f1455edc
added a list of changed and new addressbook fields
2006-07-08 22:18:36 +00:00
Ralf Becker
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
Ralf Becker
27da7f6edb
fixed a fatal error in (direct) updating a 1.0.x install
2006-07-01 20:18:44 +00:00
Cornelius Weiß
4910d3d599
fix: to short column definition for remark field in link class
2006-06-28 12:34:51 +00:00
Ralf Becker
7630412a9e
support for 1.2.103 (3. 1.2 bugfix release)
2006-06-24 17:31:15 +00:00
Ralf Becker
1cfeb896a7
reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table
2006-06-23 01:27:03 +00:00
Ralf Becker
61b6d0b993
moved contact-data (firstname, lastname and email) from the account-table to the contact table:
...
- all (sql) accounts have now allways a contact associated with them (account_id is added as new column to the contacts table)
- contacts queries are simplefied a lot now, as no more join with the accouns-table, union and case when statesments are necessary
- lot of the special handling for accounts in the contacts class is no longer needed
- new contact-repository mode "sql-ldap" which additional writes all changes to the ldap repository, to allow to use it read-only from eg. thunderbird and still have the full sql speed and features within eGW (not yet fully working!)
==> requites update of API and addressbook to work (setup!)
2006-06-17 18:47:02 +00:00
Oscar Manuel Gómez Senovilla
c3bbdcbe57
langs update, trying to fix the phpgwapi/phpgw_fr.lang problem
2006-06-09 05:09:06 +00:00
Ralf Becker
284369fa23
quitent a debug message
2006-06-07 02:38:47 +00:00
Ralf Becker
98d8b30761
rewrite of the accounts classes:
...
- new cleaner AND documented interfaces
- old interfaces are still availible, but depricated
- LDAP backend stores now membership information in LDAP too, and does NO longer require the phpgwAccount schema
- LDAP backend deals now well with LDAP schema in which posixGroup is no structural object (eg. newer SuSE distros)
- password from users are done now binded as that user, so if you dont need/use our admin to manage accounts, you can give a root-dn which only allows to search&read accounts
2006-06-06 23:42:36 +00:00
Oscar Manuel Gómez Senovilla
c7007dbca6
rest of massive update
2006-06-03 20:30:48 +00:00
Ralf Becker
3660a8f6ad
fixed bug [ 1497590 ] syncml fails due to excessive session id length
...
--> new version 1.2.102 for the upcomming bugfix release this weekend
2006-06-01 20:04:05 +00:00
Ralf Becker
070e3c2861
added WebDAV access to filemanager, use the following URL:
...
- konq: webdav://localhost/egroupware/filemanager/webdav.php/home
- win: http://localhost/egroupware/filemanager/webdav.php/home
You can now you drag and drop to updload files or complete folders and you can edit files directly in the filemanger
2006-05-26 01:47:05 +00:00
Miles Lott
fb4182ea66
Correct spelling
2006-05-17 06:00:12 +00:00
Oscar Manuel Gómez Senovilla
a2c7927269
lang updates
2006-05-01 23:09:26 +00:00
Ralf Becker
ade66bd533
fixed critical bug:
...
a too long account-lid caused the complete lost of run-rigths from all user and groups
--> beside fixing the real bug, I'm changing egw_accounts.account_lid to varchar(64) as varchar(25) was too small anyway
2006-04-30 12:21:11 +00:00
Ralf Becker
e06b228b1b
removed addressbook tables
2006-04-25 12:45:13 +00:00
Oscar Manuel Gómez Senovilla
55bfc4fac2
weekend lang updates
2006-04-24 09:44:22 +00:00
Ralf Becker
d01642a7ad
moved addressbook tables to the addressbook app
2006-04-23 14:51:36 +00:00
Oscar Manuel Gómez Senovilla
0366415b23
several different lang updates
2006-04-17 06:40:29 +00:00
Ralf Becker
18d853e728
adding the final 1.2 release
2006-04-11 09:15:17 +00:00
Oscar Manuel Gómez Senovilla
4f88a0bcef
commit for closing the 1.2
2006-04-10 16:59:48 +00:00
Oscar Manuel Gómez Senovilla
5afb077bca
lang updates
2006-04-08 23:08:29 +00:00
Oscar Manuel Gómez Senovilla
5bef910835
pending commits after CVS problem
2006-04-05 12:18:58 +00:00
Oscar Manuel Gómez Senovilla
3e19646bc1
*** empty log message ***
2006-03-28 22:08:01 +00:00
Oscar Manuel Gómez Senovilla
a6a7b0b7d5
catalan and other updates
2006-03-25 10:49:56 +00:00
Oscar Manuel Gómez Senovilla
8010dab588
*** empty log message ***
2006-03-23 23:16:54 +00:00
Oscar Manuel Gómez Senovilla
10cde37f83
lang updates, including english preferences
2006-03-21 02:27:48 +00:00
Oscar Manuel Gómez Senovilla
f84be88515
*** empty log message ***
2006-03-16 22:32:12 +00:00
Oscar Manuel Gómez Senovilla
79e7e246f9
*** empty log message ***
2006-03-16 19:06:10 +00:00
Ralf Becker
ba97e08bcf
fixed (wrong) translation of phrase: 3 number of chars for {day|month}-shortcut
...
The translation provides the number (!) for that language and not something shown to the user
2006-03-14 14:45:34 +00:00
Cornelius Weiß
4cfc20459e
addressbook extension:
...
Admin can now define multiple addressbooks each with an own edit / view template and an own icon.
Atm. all Addressbooks are stored in one backend, but this will change soon^tm
2006-03-14 13:34:43 +00:00
Ralf Becker
b2f0d561c6
fixed problem reported by Christian Vierkant on the developers list: group-id's in the wiki get not changed if updating direct from 1.0.0.xxx
2006-03-14 11:20:42 +00:00
Ralf Becker
79b7054d05
not used anymore
2006-03-14 10:56:32 +00:00
Ralf Becker
5b27ac85ce
fixed omgs change (zt --> zh-tw) from nov. 2005 for existing installs
2006-03-14 10:55:37 +00:00
Cornelius Weiß
05e1b2d1e7
added an optinal check for a save^tm password (criterias as in MS-Windows)
2006-03-13 22:09:13 +00:00
Oscar Manuel Gómez Senovilla
ef2cabef9e
*** empty log message ***
2006-03-12 13:09:19 +00:00
Oscar Manuel Gómez Senovilla
5c70ddf676
last time basque updates
2006-03-09 01:41:21 +00:00
Ralf Becker
6f1ca148d8
pushing api version of HEAD to 1.3.001
2006-03-08 21:39:21 +00:00
Oscar Manuel Gómez Senovilla
9840574e61
*** empty log message ***
2006-03-06 00:44:10 +00:00
Oscar Manuel Gómez Senovilla
2293a9b76e
basque and other language updates
2006-02-27 23:21:58 +00:00
Oscar Manuel Gómez Senovilla
271364abf1
slovak updates
2006-02-24 01:08:15 +00:00
Oscar Manuel Gómez Senovilla
84c8db4e8b
slovensky (sk) additions and some updates
2006-02-18 03:06:35 +00:00
Oscar Manuel Gómez Senovilla
a14e5bc8c2
basque additions
2006-02-16 20:30:15 +00:00
Oscar Manuel Gómez Senovilla
aef673da05
slovak additions
2006-02-15 00:31:18 +00:00
Oscar Manuel Gómez Senovilla
94fd7bacf4
hungarian updates
2006-02-11 02:24:20 +00:00
Oscar Manuel Gómez Senovilla
4d403c0457
chinese updates
2006-01-13 22:44:31 +00:00
Oscar Manuel Gómez Senovilla
bbf344522f
*** empty log message ***
2006-01-12 10:36:52 +00:00
Ralf Becker
a523bb4409
removed 1.2.002 update as it exceeded the max index of 1000Byte under MySQL
2006-01-11 05:23:58 +00:00
Lars Kneschke
6fe97c4ead
another mysql 4.1+ index length fix
2006-01-08 09:03:01 +00:00
Carsten Wolff
4dc6d41846
fix another missing table definition for an old phpgw_* table
2006-01-08 01:05:49 +00:00
Lars Kneschke
3eb3b14a7b
fix handling of negative groupid's
...
without this any groups get deleted from the acl table, when updating from 1.0
2006-01-07 16:37:37 +00:00
Carsten Wolff
99cb0bd567
fixed a handfull of bugs that broke setup/update from 1.0 to 1.2
2006-01-06 16:21:51 +00:00
Oscar Manuel Gómez Senovilla
e72bb9b10a
*** empty log message ***
2006-01-06 12:17:22 +00:00
Ralf Becker
e4817e6b49
fixed postgres problems mentioned by Lars: empty languages table (was caused by sql errors, which caused the transaction to fail)
2006-01-06 05:06:46 +00:00
Ralf Becker
9c1330d292
fixed maximum length for directory/filename in vfs (was 255/64 now 233/100)
2006-01-06 05:05:20 +00:00
Oscar Manuel Gómez Senovilla
36f4261835
chinese updates
2005-12-30 16:07:29 +00:00
Lars Kneschke
16460b9287
switch table row back to varchar again
2005-12-23 10:53:37 +00:00
Ralf Becker
68828494ab
fix for negative group-ids, which are not allowed by all dbms in auto-columns:
...
- egw_accounts.account_id is now again positiv for groups too
- mapping to negative group-id is done in the accounts-class now
2005-12-14 23:35:09 +00:00
Oscar Manuel Gómez Senovilla
74cc469de8
hopefully, no more missing english strings
2005-12-10 18:00:18 +00:00
Oscar Manuel Gómez Senovilla
55be079d34
workflow and other lang updates
2005-12-10 14:15:12 +00:00
Oscar Manuel Gómez Senovilla
255e863d05
several language updates
2005-12-06 11:23:12 +00:00
Oscar Manuel Gómez Senovilla
cbbd5866de
updates for late RC4 :(
2005-12-03 01:01:27 +00:00
Oscar Manuel Gómez Senovilla
a7fc10f621
several italian and chines updates
2005-12-01 15:56:15 +00:00
Ralf Becker
c6369e017e
fixed wrong/positive group-id's in egw_vfs table (filemanger group-dirs were not working)
2005-11-30 13:11:16 +00:00
Oscar Manuel Gómez Senovilla
77193a8839
italian updates
2005-11-27 09:54:56 +00:00
Ralf Becker
9b4e21dbb3
fix typo
2005-11-24 19:48:45 +00:00
Ralf Becker
9606f6ea25
eGW uses now negative id's for groups, this allows to better support ldap (you can have users and groups with identical id's)
2005-11-24 19:48:21 +00:00
Oscar Manuel Gómez Senovilla
d038701dcb
traditional chinese update
2005-11-24 10:25:38 +00:00
Oscar Manuel Gómez Senovilla
03fd033b56
dutch updates
2005-11-20 09:49:41 +00:00
Oscar Manuel Gómez Senovilla
dccb3b29ef
spanish updates for 1.2 rc1
2005-11-13 21:22:11 +00:00
Ralf Becker
8e25d2e29c
phpgw_addressbook(_extra) --> egw_addressbook(_extra)
2005-11-13 12:05:35 +00:00
Ralf Becker
f65d804916
phpgw_interserv --> egw_interserv
2005-11-13 11:55:07 +00:00
Ralf Becker
889eb347b8
phpgw_history_log --> egw_history_log
2005-11-13 10:52:08 +00:00
Oscar Manuel Gómez Senovilla
5c9dcc3194
Traditional chinese (Taiwan) completion
2005-11-13 10:38:23 +00:00
Ralf Becker
1b17b82ca8
phpgw_nextid --> egw_nextid
2005-11-13 10:13:16 +00:00
Ralf Becker
1f37f024ca
phpgw_access_log --> egw_access_log
2005-11-13 09:47:05 +00:00
Ralf Becker
f6e4328f85
phpgw_(app_)sessions --> egw_(app_)sessions
2005-11-13 09:16:31 +00:00
Ralf Becker
44bcc1247d
improved docu of prefs class and phpgw_preferences --> egw_preferences
2005-11-13 07:49:56 +00:00
Ralf Becker
8a06c230c4
modernized and documented the hooks-class, phpgw_hooks --> egw_hooks
2005-11-13 06:58:38 +00:00