Commit Graph

501 Commits

Author SHA1 Message Date
skeeter
946830ba53 fix for get_account_id() error 2001-03-24 02:13:40 +00:00
skeeter
93e9ede29e MYSQL didn't upgrade... created new version to handle upgrade properly. 2001-03-23 03:34:25 +00:00
skeeter
489ae046af appname is used with UNIQUE but is not defined as NOT NULL 2001-03-23 03:31:04 +00:00
izzy
78a1c16d32 + added a bunch of new phrases
* changed some phrases to "common"
2001-03-22 19:25:56 +00:00
Miles Lott
db844b2ddb Add phpgw_nextid table and common->nextid function 2001-03-22 08:23:35 +00:00
Miles Lott
32d5dec027 Add get_account_id for ldap.php to use the accounts class 2001-03-21 23:28:57 +00:00
Miles Lott
35c89c43f1 fix email type field in upgrade for 16-18 2001-03-21 17:16:16 +00:00
Miles Lott
6eb1ea20c2 Fix version in newtables 2001-03-21 04:11:03 +00:00
Miles Lott
2f327b58c9 Fix some of the problems created by missing fields in last upgrade. 2001-03-21 04:06:20 +00:00
Miles Lott
6c824a2ca8 Add a default selection if not a new install 2001-03-19 23:01:04 +00:00
Miles Lott
a4263f51b1 Change spaces to tabs 2001-03-19 22:46:59 +00:00
Miles Lott
b626901cb8 Add common for selecting common lang in transy 2001-03-19 21:59:22 +00:00
Miles Lott
f17245d6ea Add abbreviated 'pref' for addressbook preferred # radio buttons 2001-03-18 17:21:12 +00:00
Miles Lott
1728149882 Add 'custom fields' for addressbook 2001-03-18 16:25:35 +00:00
Miles Lott
4e399e95e5 change deleted record to mphone, not url 2001-03-18 00:35:08 +00:00
skeeter
d7e6f3ce71 removed an extra ; 2001-03-17 05:13:40 +00:00
Miles Lott
e4430def4f Oops, misspelled common 2001-03-16 21:49:53 +00:00
Miles Lott
eaf92716dd Made some addressbook fields common, for inv, etc 2001-03-16 21:48:27 +00:00
skeeter
db984eec8c enclosed the tel_cell in '' s 2001-03-16 11:43:20 +00:00
Miles Lott
c2a0f18808 Fix tyooe ;) email_type, not email_tyoe 2001-03-16 05:25:43 +00:00
Miles Lott
84738a49ca Once again, rethink upgrade method to retain old data 2001-03-16 05:02:00 +00:00
Miles Lott
3efdfd03d2 Added business and personal, yes I am done for now 2001-03-16 04:10:07 +00:00
Miles Lott
e52e2c7840 Add more contact fields 2001-03-16 04:01:21 +00:00
Miles Lott
f3ea2b8f65 Add voice phone 2001-03-16 03:54:57 +00:00
Miles Lott
f9b35488a0 Add message phone 2001-03-16 03:51:19 +00:00
Miles Lott
09029db113 Add several new fields for Addressbook, fix some notes fields 2001-03-16 03:47:27 +00:00
Miles Lott
49d26e9f59 Remove unique() per mdean 2001-03-16 03:09:18 +00:00
Miles Lott
6ce722bb0a Hopefully fix this upgrade for pgsql re: contacts 2001-03-16 03:06:43 +00:00
Miles Lott
b4437d6329 Still bad sql per pg, not sure why 2001-03-16 02:02:04 +00:00
Miles Lott
e4d1e6ec0c Oops, serial, dummy 2001-03-16 01:41:39 +00:00
Miles Lott
21d4d7319d Contacts class upgrade 2001-03-16 01:33:15 +00:00
Miles Lott
ee62c1c62d Add seeding of random number - randomizing going away soon, but.... 2001-03-14 18:55:36 +00:00
Miles Lott
dc2142e429 Re-enable acl->delete 2001-03-14 17:13:43 +00:00
Miles Lott
afc4f671c9 Comment out the acl deletion prior to add - should change be the method? 2001-03-14 16:57:18 +00:00
Miles Lott
100543f6a3 Delete the group account and recreate just to be sure 2001-03-14 16:49:39 +00:00
Miles Lott
f7b9a261e8 Added checks so that we don't try to add accounts that exist (from previous runs of setup) 2001-03-14 16:19:45 +00:00
Miles Lott
6b219e8add Add lang for 'please set your preferences for this app' 2001-03-13 16:29:56 +00:00
Miles Lott
f78f032243 Replace double quote with single 2001-03-11 05:55:44 +00:00
skeeter
cbd15ce2f9 new phrase for calendar 2001-03-10 20:14:25 +00:00
skeeter
2a1003204a ldap fixes 2001-03-10 20:13:52 +00:00
skeeter
90febe7d8f fixes for rfc compliant destinations 2001-03-10 20:11:51 +00:00
Miles Lott
7f98c8abff Fix calls to common, and set $phpgw_info vars as needed to make ldap connection work 2001-03-10 14:58:00 +00:00
Miles Lott
cdbe460eea Make $common a CreateObject 2001-03-10 14:27:26 +00:00
Miles Lott
11b69ed7af Now using accounts and acl classes 2001-03-10 12:26:54 +00:00
q-bert
c32a28431d Remove a totally useless echo "<form>" line.
Now the <form> will actually be valid instead of having 2 <form> tokens
before the </form> token.

Pat.
2001-03-09 14:54:58 +00:00
Miles Lott
4125c1f5e7 Modified to create a default group and give it app rights, instead of the users 2001-03-06 12:58:54 +00:00
Miles Lott
af513b2a9d (re)add CreateObject function 2001-03-01 16:44:52 +00:00
Miles Lott
33f42822d4 Make use of accounts class only to set list of global_denied users; 2001-03-01 16:43:59 +00:00
Miles Lott
542bb68597 Fix acl calls, especially not giving run perms to non-admins 2001-03-01 16:10:16 +00:00
Miles Lott
95362c2b75 Add missing comma to addrbk table def 2001-03-01 03:22:17 +00:00
Miles Lott
a3d5ed3924 Oops, fix version num 2001-03-01 03:20:32 +00:00
Miles Lott
a54d409ca0 Oops, fix the db calls in last upgrade 2001-03-01 01:50:18 +00:00
Miles Lott
ba506508bb Update version and add new table changes for contacts class 2001-03-01 01:44:30 +00:00
Miles Lott
e10efb15b7 Change enums to char(1) for phpgw_addressbook 2001-03-01 01:19:07 +00:00
Miles Lott
afba5fff8e Change booleans to char(1) in phpgw_addressbook 2001-03-01 01:16:08 +00:00
el_latino
86a3f8da81 Wed, 28 Feb 2001 16:21:16 +0000
Ra�l Alexis Betancort Santana <rabs@dimension-virtual.com>

	Fixed the *config* table name problem on phpgw_setup.inc.php
2001-02-28 16:24:56 +00:00
jengo
e959832db1 Added session_flags column to phpgw_sessions 2001-02-28 15:58:26 +00:00
Miles Lott
ff0726d392 Hopefully fix alter to adhere to pgsql syntax 2001-02-28 15:06:33 +00:00
Miles Lott
ff6e11b7bc Add note as contacts field 2001-02-27 13:49:15 +00:00
Miles Lott
bf29d759eb Add contact note field and update version num 2001-02-27 13:47:43 +00:00
Miles Lott
342afbdccc Add bday,url,note as stock contact fields 2001-02-27 13:30:13 +00:00
Miles Lott
a7d339d799 Add url and bday as stock fields 2001-02-27 00:28:56 +00:00
el_latino
11ff8a4e61 *** empty log message *** 2001-02-26 19:26:27 +00:00
bettina
6e9adb8334 update addressbook_tables 2001-02-25 13:57:38 +00:00
bettina
cf86cb92d0 fixed rename -> rename to 2001-02-25 07:44:24 +00:00
bettina
b954657206 update addressbook_tables 2001-02-25 06:35:20 +00:00
bettina
d0b7807da8 update addressbook_tables 2001-02-25 06:04:31 +00:00
bettina
f6630b7a33 renamed table notes -> phpgw_notes 2001-02-22 17:02:28 +00:00
bettina
c51f21db61 renamed table notes -> phpgw_notes 2001-02-22 16:23:00 +00:00
el_latino
27c6cfa741 Thu, 22 Feb 2001 10:19:58 +0000
Ra�l Alexis Betancort Santana <rabs@dimension-virtual.com>

  jengo changes the SQL schema of phpgw_acl, this are the needed fixed over the rest of setup files to acomodate to this change.
2001-02-22 10:26:13 +00:00
jengo
f9ddd1ef43 Remove acl_account_type from phpgw_acl 2001-02-22 06:46:12 +00:00
skeeter
9ec5db9093 fix for action on form 2001-02-22 05:42:17 +00:00
skeeter
527f87de67 improper default prefs for calendar 2001-02-22 05:20:51 +00:00
Miles Lott
7cead125e0 Fix 'notes' 2001-02-21 04:19:31 +00:00
Miles Lott
9bf3a84693 Add label for addressbook 2001-02-19 13:05:19 +00:00
Miles Lott
6bea65db9b Fix a lot of 'de' being in the 'en' file and vice-versa 2001-02-19 13:01:58 +00:00
Miles Lott
cf6babdbd6 Add timezone and geo for addressbook 2001-02-19 12:53:24 +00:00
Miles Lott
168291f885 Add owner for addressbook 2001-02-19 03:40:58 +00:00
jengo
a5c016a725 Merge in patch for Dutch translation 2001-02-14 19:55:13 +00:00
bettina
9ee25cbc39 change preferences/phpgw_preferences 2001-02-14 15:47:32 +00:00
jengo
f3e93891a9 Changed the preferences table to use the phpgw_ prefix 2001-02-13 19:30:18 +00:00
seek3r
d80f6a4e79 working toward app install/upgrdae within setup prog 2001-02-13 10:53:18 +00:00
izzy
4e567816a3 some additions and corrections, cleanup of duplicate entries 2001-02-11 12:33:59 +00:00
izzy
74cdc6b7b9 some corrections and additions 2001-02-11 11:12:41 +00:00
jengo
28f53016d6 Mergeing in the most recently schema files 2001-02-11 01:30:19 +00:00
izzy
ace52f5b19 some new phrases and corrections 2001-02-11 00:05:28 +00:00
jengo
dc912cab81 Setup can now handle add-on apps using the database tables created via arrays 2001-02-10 23:08:52 +00:00
jengo
cf3564035a Setup will now read the directorys and figure out which applications are present, then it will insert into the phpgw_applications table depending on what was found 2001-02-10 19:47:39 +00:00
jengo
d5e4f4b587 Added the session_action field, so admin can watch what users are working on. Just your basic big brother stuff ... 2001-02-10 15:14:14 +00:00
seek3r
2aea2d586c fixed new install 2001-02-10 04:50:21 +00:00
skeeter
5c9323a2c4 fixes for new api layout 2001-02-09 02:45:06 +00:00
jengo
53d641bd9a Temp fix for setup .. it doesn't like the change from applications to phpgw_applications 2001-02-08 21:46:41 +00:00
izzy
ba10be3d2f just added some phrases... 2001-02-08 20:27:03 +00:00
jengo
dbd48f7e6f Renamed the applications table to phpgw_applications 2001-02-08 20:11:13 +00:00
jengo
d6c0c7359b Changed the config table to phpgw_config 2001-02-08 19:35:32 +00:00
jengo
015a627b1e Renamed the config table to phpgw_config 2001-02-08 19:34:14 +00:00
Miles Lott
10a2004c97 Change to new SQL table 2001-02-08 12:28:35 +00:00
jengo
2ebd03ec7d Started moving the cache for the phpgw_info array over to appsessions() .... some things aren't working correclty yet. mainly preferences 2001-02-08 04:42:44 +00:00
Lars Kneschke
948e27a129 the danish language file did contain dutch translations
Morten Christensen send a danish version to the mailinglist
2001-02-07 23:22:26 +00:00
skeeter
d262f72356 upgrade path for groups table to phpgw_accounts table 2001-02-07 04:53:21 +00:00