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 |
|
seek3r
|
de477ebd30
|
preparing for a release
|
2001-01-10 09:21:19 +00:00 |
|
seek3r
|
7d597b91d1
|
fixed display code problems
|
2001-01-09 08:32:46 +00:00 |
|
jengo
|
68da4219c0
|
Cleaned up the images for the new layout and made the red icon work w/ home and preferences
|
2001-01-08 15:01:37 +00:00 |
|
seek3r
|
6341dbac76
|
fixed problem with icons not showing if a certain template set is not fully supported by apps
|
2001-01-06 06:32:07 +00:00 |
|
seek3r
|
06d69774c9
|
fixed a few minor bugs
|
2000-12-27 09:32:58 +00:00 |
|
seek3r
|
6cfdfaf372
|
commiting code so that jengo can merge in some other changes
|
2000-12-27 09:05:13 +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 |
|
jengo
|
3bb96fbf02
|
Finished adding in the new hooks code
|
2000-12-18 01:44:42 +00:00 |
|
seek3r
|
a14b64446c
|
missed one of the versions in my conversion to the new format
|
2000-12-14 11:17:33 +00:00 |
|
seek3r
|
4e1d51fdc1
|
completely changed the upgrade script formats to be more managable
|
2000-12-14 11:14:36 +00:00 |
|
seek3r
|
bd1675ea64
|
updated for new version
|
2000-12-14 09:02:44 +00:00 |
|
jengo
|
5394d8212d
|
Downgrade the config table back to the old format. We are going to use a different approch on it.
|
2000-12-14 06:38:47 +00:00 |
|
jengo
|
42acd6d40e
|
Fixed sql error
|
2000-12-13 15:23:49 +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 |
|
seek3r
|
14c9701005
|
made sure the tables version setting is update
|
2000-12-13 10:27:14 +00:00 |
|
jengo
|
c92d4c5e11
|
Added in the new serialized config table
|
2000-12-12 22:39:50 +00:00 |
|
seek3r
|
f7a113632d
|
upgrade for 0.9.5pre2 was missed somehow
|
2000-12-07 07:00:13 +00:00 |
|
seek3r
|
97de4c7bc2
|
someone forgot to have the upgrade set the ver number in the tables
|
2000-12-07 00:50:23 +00:00 |
|
seek3r
|
32b3b1026d
|
cleaned up security issue and preped for doing a release needed by our users to close this security hole
|
2000-12-05 09:06:04 +00:00 |
|
skeeter
|
db44c09985
|
missing function cal for ->(), should've been ->f()
|
2000-12-04 01:39:53 +00:00 |
|
skeeter
|
bf040328ed
|
added filter and change of duration to date/time
|
2000-12-04 01:11:53 +00:00 |
|
skeeter
|
a214da7189
|
called -f() instead of ->query() for calendar_entry_repeats
|
2000-12-02 01:11:10 +00:00 |
|
seek3r
|
f5045f8e13
|
cleaned up these tables for the new setup prog
|
2000-12-01 18:32:57 +00:00 |
|
seek3r
|
2caf561422
|
fixed problems with database portions of this program. I am done with the core portion of the changes to the table management. Some changes to the db files are still going to be require
|
2000-12-01 18:25:01 +00:00 |
|
skeeter
|
5656ae3514
|
new calendar tables/structures and new code
|
2000-12-01 03:36:39 +00:00 |
|
seek3r
|
8199a1b602
|
cleaning up before my big setup prog re-write
|
2000-11-28 07:07:41 +00:00 |
|
seek3r
|
962f21660d
|
added placeholders for new versions. I plan to re-write this entire program tonight
|
2000-11-28 04:30:50 +00:00 |
|
seek3r
|
ce7bd74048
|
updates were not setting the table versions to the new version number
|
2000-11-28 04:07:04 +00:00 |
|
jengo
|
64df13855e
|
Finishing things up for release
|
2000-11-25 21:47:29 +00:00 |
|
jengo
|
0d3f50604f
|
Started finishing things up for a re-release
|
2000-11-25 21:39:19 +00:00 |
|
seek3r
|
1542c261be
|
removed a drop table for one that probably wont exist
|
2000-11-25 09:20:49 +00:00 |
|
seek3r
|
4d9333d105
|
laying out code for next version
|
2000-11-25 08:52:45 +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
|
e401cd30f2
|
massive redesign to multi-domain support. This one SHOULD work
|
2000-11-21 04:49:40 +00:00 |
|
skeeter
|
7fed7dc46a
|
missing =
|
2000-11-19 20:01:01 +00:00 |
|
loge
|
4a2f2cba77
|
todo updates
|
2000-11-19 19:47:30 +00:00 |
|
skeeter
|
ce74573ead
|
change of cal_create_by to cal_owner
|
2000-11-18 21:44:05 +00:00 |
|
jengo
|
e35f536961
|
Fixed a few white space errors header() and setup_header(), fixed the notes tables and reworked the default applications so it will be easier to make the phpgroupware and phpgroupware plus packages
|
2000-11-18 01:11:48 +00:00 |
|