Commit Graph

66 Commits

Author SHA1 Message Date
viniciuscb
a1330a50b1 Tables needed for FilesCenter 2005-05-17 14:51:08 +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
reinerj
8942603608 replace the crap 2004-08-09 12:40:51 +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
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
8bfb6cfb07 added email-address to the accounts-data (ldap untested so far!) 2004-07-04 17:27:42 +00:00
Ralf Becker
a381073b69 added indices for the api tables 2004-06-27 10:02:57 +00:00
Ralf Becker
907f3575ce removed the old mysql < 3.22 case, as the fix is not loger valid and gives probs with ADOdb (no mysql connection) 2004-02-23 13:24:13 +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
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
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
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
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
skeeter
3bbbded8e2 Someone missed the latest addition of the account_id for NEW installs. 2003-08-25 10:10:12 +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
ceb
6d142e0c7c removed app_title plus update default layout to use xslt 2002-10-26 22:39:19 +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
a0e48a1c56 oops, extra table... 2002-05-19 23:02:12 +00:00
Miles Lott
a2c0c0c09b WARNING - changes preference_owner field to integer (was varchar(20)); 2002-05-19 22:55:37 +00:00
skeeter
301b5268d3 Changed the version check to compare against the string rather than the number. 2002-04-07 19:58:57 +00:00
ceb
befdc71038 fixed wrong php version check. function mysql_get_server_info() was added in 4.0.5. the installation of phpgw fails with php versions 4.0.0 - 4.0.4. because of the @ in front of that function call the install is frozen. it doesnt return a message and also doesnt continue in any way 2002-04-05 20:37:27 +00:00
Miles Lott
7ac912a218 Add special case for mysql 3.22.X if we can detect the server version (php4) 2002-03-21 02:15:45 +00:00
Miles Lott
12b66fb8a9 Change lang/languages tables to phpgw_lang/phpgw_languages 2002-02-17 19:31:50 +00:00
skeeter
26144ff687 Applied patch #104 and fix for Support #100433. 2002-02-15 18:49:06 +00:00
Miles Lott
29e8cc822c VERSION UPGRADE - adjust lang table to accept 255 char messageid 2001-11-25 23:32:16 +00:00
skeeter
e40f83f7e3 Added the app_id field to the applications table. 2001-10-17 03:43:56 +00:00
loic
fe9cae6737 Fix xmlrpc critical bugs 2001-10-10 15:10:56 +00:00
jengo
cb8ffc5a47 Added new history logging class 2001-10-06 02:35:37 +00:00
Miles Lott
8fbd154f2d Update - move vfs table creation to API using most recent version 2001-09-28 19:48:28 +00:00
Miles Lott
5989616d8c Increase session_lid to 255 chars (20 not enough to fit user@real.host.name) 2001-08-15 03:49:25 +00:00
Miles Lott
4b909ae2bb mysql 3.22.X fix 2001-08-13 17:35:17 +00:00
Miles Lott
f1a562404b Update added to include peer server / interserver 2001-08-13 17:09:03 +00:00
Miles Lott
ed5f6371d1 Update to match the updates 2001-08-08 13:46:00 +00:00
jerrywestrick
4cee323497 Fixed the relationship between phpgw_log and phpgw_log_msg tables 2001-08-06 16:38:01 +00:00
jengo
d6e74430bc Made it use the dbs timestamp field instead of int 2001-08-05 08:05:11 +00:00
jengo
a1f60d1ef2 Fixed PostgreSQL issues with eventlog 2001-08-05 07:43:32 +00:00
jengo
775e55fc86 Added patch for eventlog 2001-08-05 06:48:42 +00:00
Miles Lott
42b795992b Rolling back file_space column addition 2001-07-27 10:04:07 +00:00
Miles Lott
095ff431c0 Fix uc setting phpgw_nextid, should be appname, as the update file says 2001-07-13 15:24:21 +00:00
Miles Lott
bcbe93152e Fix to cat_id field def, since default => 0 now works; an auto column should not
have a default defined
2001-07-13 14:36:56 +00:00