Commit Graph

70 Commits

Author SHA1 Message Date
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
skeeter
93e9ede29e MYSQL didn't upgrade... created new version to handle upgrade properly. 2001-03-23 03:34:25 +00:00
Miles Lott
db844b2ddb Add phpgw_nextid table and common->nextid function 2001-03-22 08:23:35 +00:00
Miles Lott
5cdc584f2b Update to try to fix missing fields in last mysql upgrade 2001-03-21 04:11:28 +00:00
Miles Lott
21d4d7319d Contacts class upgrade 2001-03-16 01:33:15 +00:00
Miles Lott
ee5e38588a Update contacts class again 2001-03-01 01:44:49 +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
seek3r
00b23411ef moved to define() for path vars. Also starting to hack sessions to be phpgw_info manager 2001-02-06 09:19:38 +00:00
jengo
a7ebe1fb2e Bumped up the version number 2001-02-05 14:57:27 +00:00
seek3r
3509042d9b moved code so that group memberships are based on ACL entries 2001-01-30 10:11:34 +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
seek3r
23755c07b3 allow change of from 2001-01-11 20:42:44 +00:00
seek3r
e7e6373e52 Im going to stick to using the phpgw.inc.php 2001-01-11 10:22:21 +00:00
seek3r
431f841cba switching to the new Object factory method 2001-01-11 10:04:28 +00:00
jengo
9e92227e52 Getting ready for a release 2001-01-10 09:03:29 +00:00
jengo
7aa892762c Updated the version number 2001-01-08 09:36:33 +00:00
seek3r
7ec19342e2 commiting while I go to lunch 2000-12-27 19:59:23 +00:00
seek3r
55b0109618 changed the format for the version flags so that each app can have their own app version dumped into the new array 2000-12-21 20:43:26 +00:00
seek3r
f795023f8f hopefully settled the directory structure once and for all 2000-12-21 09:16:30 +00:00
seek3r
9b591173d4 the api code is almost in working condition, I am commiting so that others can statr helping me 2000-12-18 20:22:02 +00:00
jengo
3bb96fbf02 Finished adding in the new hooks code 2000-12-18 01:44:42 +00:00
seek3r
95cdfc8ba2 new version for change to session table 2000-12-14 11:18:05 +00:00
jengo
3a42ea8a5b Change around the format of the preference table to use serialize() and unserialize() 2000-12-13 15:19:03 +00:00
jengo
c92d4c5e11 Added in the new serialized config table 2000-12-12 22:39:50 +00:00
jengo
921954c7bd Updated version number 2000-12-06 11:23:02 +00:00
seek3r
2b5e6006bf changed for tonights release 2000-12-05 09:58:11 +00:00
seek3r
86b37fa928 security fix 2000-12-05 04:08:50 +00:00
skeeter
bf040328ed added filter and change of duration to date/time 2000-12-04 01:11:53 +00:00
skeeter
5656ae3514 new calendar tables/structures and new code 2000-12-01 03:36:39 +00:00
seek3r
dbdf4c5f64 moved header version number to the version.inc.php and adjusted the phpgw.inc.php to reflext that change. Upgrades of the header will be done in the new setup program 2000-11-30 21:20:07 +00:00
jengo
785b2f707b Updated docs and version number 2000-11-26 10:22:18 +00:00
jengo
0d3f50604f Started finishing things up for a re-release 2000-11-25 21:39:19 +00:00
seek3r
eedee9d567 changed a few table names, moved in mdeans improvements to the acl code and preping for 0.9.5 release 2000-11-25 08:32:59 +00:00
jengo
9b777ab06e Fixed the languages table being in upper case while everything else was in lower case 2000-11-23 20:56:06 +00:00
seek3r
74d17782e7 corrected problems with multi-domain support, and prepared for the new release 2000-11-22 08:34:19 +00:00
seek3r
bfc91f9420 added upgrade details for the multi-domain support 2000-11-21 18:04:19 +00:00
jengo
1299230dd8 Added in phpGroupWares header and cvs change tag 2000-11-19 23:18:19 +00:00
loge
8c2c643d6c new prebeta 2000-11-19 19:46:47 +00:00