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
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
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
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
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
18d853e728
adding the final 1.2 release
2006-04-11 09:15:17 +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
5b27ac85ce
fixed omgs change (zt --> zh-tw) from nov. 2005 for existing installs
2006-03-14 10:55:37 +00:00
Ralf Becker
6f1ca148d8
pushing api version of HEAD to 1.3.001
2006-03-08 21:39:21 +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
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
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
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
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
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
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
Ralf Becker
9a787b926c
in some old installations the email_type is NOT NULL, contrary to what our tables_current says
2005-11-12 18:21:02 +00:00
Ralf Becker
7635fb25c9
phpgw_categories --> egw_categories plus reworked categories class
2005-11-05 22:58:51 +00:00
Ralf Becker
c1e9c20455
fix for failed update to 1.0.1.014 because of identical phrases for the email app
2005-11-05 13:01:08 +00:00
Ralf Becker
970a92297e
an other big update ;-)
...
1) phpgw_lang(uages) --> egw_lang(uages)
2) mysql 4.0+
- charset gets now set for the connect
- charset gets used for new tables
- some columns shortend to deal with 1000byte (= 333 utf-8 chars) limit for indexes
- update to 1.0.1.019 fixes the charset of existing tables
2005-11-04 18:35:09 +00:00
Ralf Becker
c85d34c0fe
changed the following table-names:
...
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
Ralf Becker
b31e40e067
moved InfoLog's link class and it's table into the api
2005-10-01 20:18:41 +00:00
Ralf Becker
550295d940
- altering the ip-address column in phpgw_sessions and phpgw_access_log to varchar(40) to allow ip6 addresses, as requested by our debian maintainer
...
- altering the loginid column in phpgw_access_log to varchar(128), to deal with usernames including domains
2005-10-01 09:12:46 +00:00
Ralf Becker
113c0f7b53
added update from 1.0.0.008+9 to HEAD
2005-08-30 14:09:20 +00:00
Ralf Becker
61b954620e
update to automatic install the new home app
2005-07-10 10:00:37 +00:00
Lars Kneschke
5d1b2102de
tables needed for syncml
2005-06-19 14:22:34 +00:00
Ralf Becker
ce971f7602
killed warning if no files in vfs2
2005-06-19 09:55:08 +00:00
viniciuscb
0a28f3812e
Some changes:
...
- Inclusion of the following javascript directories:
* Connector: javascript object to interface xmlhttprequest object. This object allows
asynchronous posts and support for messages while this post is being done, such as
"wait, contacting server", etc.
* JsAPI: general javascript functions and methods
* jsolait: performs conversion from a xmlrpc message to a javascript object
* xmlRpcMsgCreator: performs conversion from a javascript object to a xmlrpc message
* dynapi: cross-browser class to draw layers
- Update in setup version: now is 1.0.1.008; Update your versions. There was made a
change in phpgw_vfs2_files table in handling of modified files.
- Upgrade of vfs2 classes and PclZip class
- Changes in javascript object and common object to allow the javascript backend to
applications to work (now just filescenter will use it...)
2005-06-18 20:43:14 +00:00
Ralf Becker
f2a058fccf
modernized asyncservice class and renamed phpgw_async to egw_async
2005-05-23 18:57:58 +00:00
viniciuscb
a1330a50b1
Tables needed for FilesCenter
2005-05-17 14:51:08 +00:00
Ralf Becker
5a1de96f03
allow update from 1.0.0.007
2005-04-15 16:34:07 +00:00
Ralf Becker
f7892bcce2
setting egw_api_content_history.sync_{added|modified|deleted} to NOTNULL, as the code only sets one timestamp (mysql does not care about NOTNULL, but eg. postgres does)
2005-03-30 07:36:17 +00:00
Lars Kneschke
8149f57cad
add new table to keep track of contentchanges
2005-02-27 23:30:55 +00:00
Ralf Becker
c351630e88
'vfs_' column-prefix and "new" table-name for egw_vfs
...
- needed for the oracle support
2005-02-26 13:58:53 +00:00
Ralf Becker
26dee37d3e
support for the new 1.0.0 revision 1.0.0.006
2004-11-06 12:22:51 +00:00
Ralf Becker
ae9dbc99ed
updating version to 1.0.0.005 for the bugfix release
2004-09-08 16:18:09 +00:00
Ralf Becker
9673ed9a05
fixed update-file, update from stable was running the phpgw_async changes twice, reported by Andy
2004-08-26 14:15:55 +00:00
Ralf Becker
766ad46189
deleting all acl-entries of not (longer) existing accounts (users and groups), these entries have'nt got delete so far and cause a lot of mailfunctioning in the ACL class
...
==> update to version 1.0.1.002
2004-08-22 11:21:25 +00:00
reinerj
8942603608
replace the crap
2004-08-09 12:40:51 +00:00
Ralf Becker
9772a1b82a
updated api-version to 1.0.0.003 for the final 1.0
...
Yuhuuuu :-)
2004-08-07 18:38:43 +00:00
Ralf Becker
2ced3f0bdd
new version number for the next RC - hopefully the last one ;-)
2004-07-31 14:17:32 +00:00
Ralf Becker
b23989981e
added 'async_' prefix to column-names of phpgw_async, as 'id' is a reserved word in sapdb
2004-07-23 00:47:30 +00:00
Ralf Becker
29594f2771
added 'async_' prefix to column-names of phpgw_async, as 'id' is a reserved word in sapdb
2004-07-23 00:46:01 +00:00
Ralf Becker
dff13373e1
1) fixed problem with not created account_email column, thanks to a direction from Manfred Usselmann
...
2) moved all pre-1.0.0 updates to new tables_updates_0_9_14.inc.php, which gets now included as all to other "old" updates
2004-07-15 06:47:34 +00:00
Ralf Becker
5ea042041c
fixed not showing up langs like 'es-ca' which hasn't been in phpgw_languages (or only as just 'ca')
2004-07-10 10:59:37 +00:00
Ralf Becker
72217ccfb9
added updates for phpGW versions 0.9.14.006+7
2004-07-06 14:17:03 +00:00
Ralf Becker
8bfb6cfb07
added email-address to the accounts-data (ldap untested so far!)
2004-07-04 17:27:42 +00:00
Ralf Becker
5188c0a6a3
updating the missed sequenzes (postgres) and pushing all versions to 1.0.0
2004-07-02 22:25:26 +00:00
Ralf Becker
a381073b69
added indices for the api tables
2004-06-27 10:02:57 +00:00
Ralf Becker
3637978eee
added russian translations from Alexander (McDuck)
2004-04-01 15:18:11 +00:00
Ralf Becker
b4970a5f65
fixed prob with not changeable pw's, setup::add_acl created acl_rights=0 rows, instead of no rows
2004-02-23 13:22:59 +00:00
Miles Lott
6d860ceda9
Increment to version 0.9.99.013 to fix phpgw_accounts table now that unique/index is working
2004-02-02 22:52:06 +00:00
shrykedude
6b6d8f250e
increase size of last_mod fields, per bug 869442
2004-01-25 06:15:02 +00:00
Lars Kneschke
d4555f763c
bumped version to 0.9.11 to enable language uk
...
temporarly disabled auto load of languages
2004-01-20 06:00:51 +00:00
Miles Lott
19c6bade68
Increase size of password field for pending password method enhancements.
...
NOTE: Last update didn't increment the overall version, so this looks like 2.
2004-01-16 13:44:05 +00:00
Lars Kneschke
6a5b4e957e
added spanish spain and spanish mexico
2004-01-02 21:33:59 +00:00
Miles Lott
e51d3f26ab
intval -> (int)
2003-12-20 18:26:24 +00:00
Lars Kneschke
ab34001cb9
activated brazilian language
2003-11-27 23:57:31 +00:00
Miles Lott
6a69632487
Switch to using oProc object instead of db object to avoid update errors
2003-10-19 12:48:36 +00:00
Ralf Becker
50f3f7be43
enabled Slovenian language, thanks to Dragos translations
2003-10-17 22:41:59 +00:00
Ralf Becker
588abbaea7
changed the content column of phpgw_app_session from text to longtext (its overflowing eg. in eTemplate from time to time)
2003-10-04 14:06:15 +00:00
Ralf Becker
0d41ea8765
fixed wrong NOT NULL attributes in phpgw_accounts
2003-09-25 01:33:59 +00:00
Ralf Becker
9400580dbf
enabled 'zh'=Chinese(simplified), changed version to 0.9.99.003
2003-09-24 22:04:38 +00:00
Ralf Becker
36b40204e3
update to version 0.9.99.002:
...
- new columns for accounts-table: contact_id and primary group
- fixed error from 0.9.10 update with groups and permissions columns only half deleted
- update function for phpGW 0.9.14.508/9 and 0.9.15.013/4
2003-09-13 18:19:03 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
Ralf Becker
6ab850d35c
- added update from version 0.9.14.004-6 (security-fixes) and 0.9.14.508 (asyncservice)
...
- merged asyncservices from .16
2003-07-21 18:20:45 +00:00
Ralf Becker
acaae4b3e6
removed $appdir in include to close security hole (setting this var in the url and register_globals on)
2003-07-21 15:45:49 +00:00
Ralf Becker
263f054bee
updated to reflect changes in .16: phpgw_vfs.content has to be nullable
2003-06-22 11:23:53 +00:00
Ralf Becker
a09ccfb730
merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession
...
fixed multidomain logins for register_globals off
2003-05-18 19:18:58 +00:00
ceb
a28174ef68
update categories plus addressbook table to add column last_mod
2003-05-01 23:22:57 +00:00
Ralf Becker
21d8e8fd62
reworked preferences (ported from .16 incl. fixes):
...
- not set user-prefs use the default value, default values have been used only for new accounts before
- preference-table has new column preference_app
- preferences got automaticaly quoted now, eg. its save to use single and double quotes as well as backslashs
2003-05-01 09:19:50 +00:00
Ralf Becker
32c7713591
table-update:
...
- added table phpgw_async for asyncservices
so .16 is now identical to head from the db-format
2003-04-27 23:18:37 +00:00
Ralf Becker
73abdbb9d8
update to 0.9.14.003
2003-04-18 17:59:41 +00:00
Ralf Becker
3eea3bd8c0
update
2003-04-03 16:55:03 +00:00
Ralf Becker
a5a5d245d8
added the new 0.9.16 development branch (api versions 0.9.14.5xx)
2003-03-27 18:51:26 +00:00
Ralf Becker
c2778383c5
2 changes:
...
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002
2003-03-22 01:32:43 +00:00
ceb
1885c7251d
update version 0.9.14.001
2002-11-25 18:33:30 +00:00
ceb
6d142e0c7c
removed app_title plus update default layout to use xslt
2002-10-26 22:39:19 +00:00
Zone
0a0261a9e1
Make session timeouts configurable
2002-09-24 05:21:38 +00:00
skeeter
306bd52803
GNU Patch #500 - Enabling Polish language. THIS WORKS AS AN API UPGRADE.
2002-09-01 13:00:39 +00:00
Miles Lott
9780932675
One syntax fix, add upgrade routine from .14.000
2002-08-26 07:51:54 +00:00
Zone
b3c3791b5e
Add 'content' column to phpgw_vfs table
2002-08-26 04:38:29 +00:00
Miles Lott
1da1796bcb
WARNING - changes preference_owner field to integer (was varchar(20)); also
...
found potential problem with 0.9.10 upgrade series re: db object usage
2002-05-19 22:52:34 +00:00
Miles Lott
8ba02059f3
Update to match changes added to release branch
2002-03-01 11:30:59 +00:00