Commit Graph

194 Commits

Author SHA1 Message Date
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
Miles Lott
12b66fb8a9 Change lang/languages tables to phpgw_lang/phpgw_languages 2002-02-17 19:31:50 +00:00
Miles Lott
478ca3adc4 Upgrade API version to 0.9.15.001, add post-install dependency failure
test to detection class and applications.php
2002-01-13 19:52:47 +00:00
Miles Lott
0ad68796d3 Step 2 of 2 - this file now includes the older upgrade files 2002-01-08 03:28:04 +00:00
bettina
e1d78758d8 changed hook_files for preferences 2002-01-02 23:24:56 +00:00
Miles Lott
19961b84b5 Slipping in a few more hooks 2002-01-02 16:03:34 +00:00
Miles Lott
dbd4c633f9 API UPGRADE - INSERT-only version update to add missing hooks 2002-01-02 15:26:19 +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
Miles Lott
d14316cc8d Fix parameter list for createtable call in 0.9.13 upgrade 2001-10-12 17:42:14 +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
10586849e5 Adjust phpgw_applications.app_tables to 'text' type 2001-09-29 23:08:33 +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
d5b931e016 Possible fix for int setting on last update 2001-08-13 17:22:31 +00:00
Miles Lott
f1a562404b Update added to include peer server / interserver 2001-08-13 17:09:03 +00:00
jengo
2d6ad81655 Fixed problem with update script 2001-08-08 07:29:52 +00:00
jerrywestrick
f83036ae9d __FILE__, __LINE__ parameters 2001-08-08 07:21:29 +00:00
jerrywestrick
ba9b3cda71 fixed relationship between table phpgw_log and phpgw_log_msg 2001-08-06 16:39:20 +00:00
Miles Lott
fb0c7dced6 Recommitting clobbered php3 fixes 2001-08-06 00:20:27 +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
9bd25d9aa4 php3 (array) fixes 2001-08-04 13:26:23 +00:00
Miles Lott
42b795992b Rolling back file_space column addition 2001-07-27 10:04:07 +00:00
Miles Lott
4f0070ec5b Modified .004-.005 to work with ldap also, hope sql still works 2001-07-13 11:13:24 +00:00
jengo
68577e4d12 - Moved access log over to 3 tier design\n- edit / view account hooks now support 3 tier design\n- Added view account access history to view account (via hook)\n- Added nexmatchs to access log\n 2001-07-13 07:02:34 +00:00
Miles Lott
38a4587a2d merged addressbook tables and upgrade routines back to api, following the contacts class 2001-07-05 07:38:52 +00:00
jengo
8474cd8840 Fixed access log not updating correctly 2001-07-02 20:31:46 +00:00
Miles Lott
d3bafb6bc9 Add update to version number also 2001-07-02 01:20:02 +00:00
zone
e6203dda83 Added file space option, file_space column to phpgw_accounts 2001-07-01 22:30:07 +00:00
Miles Lott
e709e02940 one php3 problem and one misnamed function 2001-06-28 07:27:12 +00:00
Miles Lott
31b6a0547b Add missing versions, still need to retest 2001-06-17 15:43:36 +00:00
Miles Lott
572254ada6 Add some missing, recent routines 2001-06-17 14:59:46 +00:00
Miles Lott
60fbae908e Minor tweaks to make work with pg also 2001-06-13 04:36:41 +00:00
Miles Lott
68995b8101 Add two table defs for accounts DropColumn calls, still not working... 2001-06-12 22:08:33 +00:00
Miles Lott
7d306650fb Remove duplicate function number 2001-06-11 17:58:45 +00:00
Miles Lott
35a7e8fb4e Fix incorrect db object, acl xfer now works 2001-06-11 17:52:50 +00:00
Miles Lott
81763cdeb6 Finally, a working upgrade 2001-06-11 15:56:29 +00:00
Miles Lott
fcbae4b4f8 Now using only db wrappers in schema_proc 2001-06-11 01:49:16 +00:00
Miles Lott
2379f6f4dc Remove some extra tabs/spaces 2001-06-11 00:04:35 +00:00
Miles Lott
133b74ea53 Fix the linking of versions from top to bottom (I hope) 2001-06-10 15:03:50 +00:00
Miles Lott
66d5ffff1f Replace bad upgrade 2001-06-06 07:57:44 +00:00
Miles Lott
87f640f4a4 Fix/convert for setup3, almost there... 2001-06-06 07:27:42 +00:00
Miles Lott
4b9c00c914 Using new method of global phpgw_setup, then setting oProc. Most of these work now 2001-06-05 20:11:40 +00:00
Miles Lott
586b5cf483 Should be mostly complete, including 0.9.10pre24 groups table drop. We now
create a temp table for other affected apps to use, called phpgw_temp_groupmap.
2001-06-05 07:43:21 +00:00
Miles Lott
d1f3076f93 Mostly complete api upgrade file, one major function to discuss now 2001-06-05 05:15:33 +00:00
Miles Lott
40aec20f43 Remove duplicate function 2001-06-04 20:37:27 +00:00
Miles Lott
b49f963d2b Add some from the middle of the file 2001-06-04 02:29:23 +00:00
Miles Lott
32473903ee Add in more current functions, still much work to do 2001-06-04 02:26:27 +00:00
Miles Lott
5d8a9baa00 please see the very end of the file for some testing info 2001-06-01 10:22:27 +00:00
Miles Lott
7827d25bfe Updates to some tables_current and setup_inc files 2001-05-29 14:13:03 +00:00
Miles Lott
971b5f5d63 Updating for setup3 module 2001-05-18 03:21:16 +00:00
seek3r
d80f6a4e79 working toward app install/upgrdae within setup prog 2001-02-13 10:53:18 +00:00