Commit Graph

100 Commits

Author SHA1 Message Date
bettina
b0199b263f added cat_main plus cat_level to phpgw_categories 2001-04-27 16:02:59 +00:00
skeeter
f51ced506b Found 'public' is a keyword... Changed to 'is_public'. 2001-04-27 02:47:54 +00:00
skeeter
a078f7f58f Restructured the calendar database, added the categories, and fixed problem with repeating entries. 2001-04-27 02:20:55 +00:00
bettina
3265e4a2d8 added access_field to the notes_table 2001-04-25 00:45:50 +00:00
Miles Lott
f1ceb55920 Add null upgrade to 0.9.10 release - hope this is right 2001-04-23 14:37:08 +00:00
Miles Lott
17fce87d23 No, more was needed 2001-04-19 20:24:41 +00:00
Miles Lott
4c5c768c44 Hopefully final cleanup of addressbook table migration 2001-04-19 20:20:20 +00:00
Miles Lott
e28ef93c4f Fix doubling on transfer of data to new addressbook tables 2001-04-19 20:01:23 +00:00
Miles Lott
4652096b90 Also check for 'y' in tel fields 2001-04-19 19:52:55 +00:00
Miles Lott
faec9af7d8 Fix db->query syntax 2001-04-19 19:46:34 +00:00
Miles Lott
44b7e3057a Sete tel fields to '' where they were 'n' 2001-04-19 19:36:10 +00:00
Miles Lott
46ec22fa97 Add addslashes to fix upgrade problems (Bug #417076) 2001-04-18 16:46:40 +00:00
Miles Lott
1d11bdbefe Change mysql only phpgw_app_sessions.content to longtext 2001-04-17 18:34:13 +00:00
Miles Lott
10a9759ebc Add lang zt to upgrade 2001-04-10 04:14:20 +00:00
skeeter
de7789e948 This should report the correct upgrade versions. 2001-04-03 03:52:28 +00:00
jengo
5de1aa468a *** empty log message *** 2001-04-03 02:28:51 +00:00
jengo
609f855217 Added session_dla field to phpgw_app_sessions to make sure things get cleaned up 2001-03-31 08:11:41 +00:00
bettina
f0458b1acd added access field to categories table 2001-03-27 12:20:39 +00:00
Miles Lott
130d7411b0 Update tid field contents to 'n' in phpgw_addressbook 2001-03-27 10:34:11 +00:00
jengo
4af9f4af7d Change the todo table to use the phpgw_ prefix 2001-03-26 23:40:02 +00:00
Miles Lott
e1e01851d7 Adding cat_id to phpgw_addressbook 2001-03-25 05:39:03 +00:00
jengo
12e24d7284 Added the access column back into phpgw_addressbook 2001-03-24 08:33:55 +00:00
Miles Lott
bf2b10178b Add drop table for =>3.23 who got the table in last upgrade. Older versions did not. 2001-03-24 07:39:55 +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
Miles Lott
db844b2ddb Add phpgw_nextid table and common->nextid function 2001-03-22 08:23:35 +00:00
Miles Lott
35c89c43f1 fix email type field in upgrade for 16-18 2001-03-21 17:16:16 +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
4e399e95e5 change deleted record to mphone, not url 2001-03-18 00:35:08 +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
21d4d7319d Contacts class upgrade 2001-03-16 01:33:15 +00:00
Miles Lott
ba506508bb Update version and add new table changes for contacts class 2001-03-01 01:44:30 +00:00
jengo
e959832db1 Added session_flags column to phpgw_sessions 2001-02-28 15:58:26 +00:00
Miles Lott
342afbdccc Add bday,url,note as stock contact fields 2001-02-27 13:30:13 +00:00
bettina
d0b7807da8 update addressbook_tables 2001-02-25 06:04:31 +00:00
bettina
c51f21db61 renamed table notes -> phpgw_notes 2001-02-22 16:23:00 +00:00
jengo
f9ddd1ef43 Remove acl_account_type from phpgw_acl 2001-02-22 06:46:12 +00:00
jengo
f3e93891a9 Changed the preferences table to use the phpgw_ prefix 2001-02-13 19:30:18 +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
jengo
dbd48f7e6f Renamed the applications table to phpgw_applications 2001-02-08 20:11:13 +00:00
jengo
015a627b1e Renamed the config table to phpgw_config 2001-02-08 19:34:14 +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
skeeter
d262f72356 upgrade path for groups table to phpgw_accounts table 2001-02-07 04:53:21 +00:00
jengo
c8834da77a Fixed SQL query bug 2001-02-05 16:21:27 +00:00
jengo
df5388f3cd Changed the accounts table to use the phpgw_ prefix and removed some old fields from the phpgw_accounts table 2001-02-05 14:57:01 +00:00
Miles Lott
878fc90478 Update to enable Hungarian lang for new/upgrade 2001-02-03 18:38:05 +00:00
seek3r
3509042d9b moved code so that group memberships are based on ACL entries 2001-01-30 10:11:34 +00:00
bettina
2a5777bb22 added column cat_access to phpgw_categories 2001-01-28 23:13:59 +00:00
seek3r
14399c60c4 went full blown with app assignments via ACL. Still need to do teh admin pages tho 2001-01-26 11:58:00 +00:00