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 |
|
izzy
|
ba4fd9a8d1
|
removed unnecessary empty lines (just containing tabs)
|
2001-02-06 22:46:04 +00:00 |
|
izzy
|
3c32e2fcab
|
added some (missing) phrases
|
2001-02-06 22:39:47 +00:00 |
|
Miles Lott
|
89eb9b157f
|
Fix auth check - oops this was open, and update to use PHPGW_INCLUDE_ROOT
|
2001-02-06 13:43:22 +00:00 |
|
izzy
|
6c9387eb13
|
changed some forgotten $phpgw["server"]["root"] statements to PHPGW_SERVER_ROOT to get the script working again
|
2001-02-06 13:11:11 +00:00 |
|
jengo
|
093aba9c5a
|
Fixed setup not working due to header changing variable names
|
2001-02-06 10:59:19 +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 |
|
Lars Kneschke
|
33833f62f6
|
adding a patch from latino
|
2001-02-05 23:10:06 +00:00 |
|
seek3r
|
3f44799099
|
I have things working to a point where the user can login. I still wil lhave to do MAJOR cleanup of session class and fix a few things in the acl that I commented out
|
2001-02-05 22:30:21 +00:00 |
|
seek3r
|
a0865025ed
|
fixed demo account creator based on Latino's tip
|
2001-02-05 20:54:54 +00:00 |
|
jengo
|
c1f8c7d7df
|
Added the phpgw_accounts to the drop tables scripts and fixed ANOTHER typo
|
2001-02-05 16:43:46 +00:00 |
|
jengo
|
24c586773e
|
Fixed upgrade bug
|
2001-02-05 16:41:06 +00:00 |
|
jengo
|
c8834da77a
|
Fixed SQL query bug
|
2001-02-05 16:21:27 +00:00 |
|
jengo
|
9dcad09ef4
|
Fixed upgrade script error
|
2001-02-05 16:13:25 +00:00 |
|
jengo
|
e69c82326b
|
Fixed upgrade script from way back when
|
2001-02-05 15:46:35 +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
|
2e3edb1a1e
|
Add middle name, change time zone offest to be common
|
2001-02-04 06:36:30 +00:00 |
|
Miles Lott
|
916730c535
|
Oops on email type
|
2001-02-04 06:34:20 +00:00 |
|
Miles Lott
|
b61012831e
|
Add email type and full name
|
2001-02-04 06:31:36 +00:00 |
|
Miles Lott
|
353b18e208
|
Add prefix, suffix, and country
|
2001-02-04 06:30:03 +00:00 |
|
Miles Lott
|
8799d37d74
|
Add department for company in addressbook
|
2001-02-04 06:27:51 +00:00 |
|
bettina
|
60974dce6f
|
included notes translation
|
2001-02-04 02:22:28 +00:00 |
|
bettina
|
80837e0858
|
included notes translation
|
2001-02-04 01:49:06 +00:00 |
|
Miles Lott
|
878fc90478
|
Update to enable Hungarian lang for new/upgrade
|
2001-02-03 18:38:05 +00:00 |
|
Miles Lott
|
a9fc8d542d
|
Added new lang file created by dyn
|
2001-02-03 18:37:34 +00:00 |
|
Miles Lott
|
bdf540395a
|
Commented out filesystem_separator call since it was broken and not really used here
|
2001-02-03 18:21:02 +00:00 |
|
skeeter
|
d8fa0de0b4
|
change in the admin section
|
2001-02-03 03:28:12 +00:00 |
|
Miles Lott
|
4ea6a7c976
|
Fix spelling of reminders
|
2001-02-01 04:17:57 +00:00 |
|
seek3r
|
7c785a6a33
|
fixed settings for fresh installs
|
2001-01-31 19:46:08 +00:00 |
|
seek3r
|
9a2524dd26
|
fixed setup for fresh installs
|
2001-01-31 17:31:18 +00:00 |
|
bettina
|
ed2afb77f2
|
included drop table phpgw_hooks to pgsql_droptables
|
2001-01-31 15:57:46 +00:00 |
|
bettina
|
9aced5d7ce
|
update phpgw_categories
|
2001-01-31 14:28:57 +00:00 |
|
Miles Lott
|
d0f8db76d5
|
Remove ! not allowing insert into accounts
|
2001-01-31 13:49:22 +00:00 |
|
skeeter
|
ca4d5af836
|
fixes for not trying to insert duplicate records into accounts table
|
2001-01-31 05:52:52 +00:00 |
|
bettina
|
22f4074433
|
removed after in pgsql_update
|
2001-01-31 00:07:57 +00:00 |
|
seek3r
|
3509042d9b
|
moved code so that group memberships are based on ACL entries
|
2001-01-30 10:11:34 +00:00 |
|
skeeter
|
d5f8a75504
|
Fixed AMD to read AND
|
2001-01-30 04:26:57 +00:00 |
|
skeeter
|
ccd243ae41
|
Removed the app info from the account records
|
2001-01-30 04:23:29 +00:00 |
|
skeeter
|
879596beb3
|
deletes entries before inserting them
|
2001-01-30 04:06:42 +00:00 |
|
skeeter
|
f00f6ef025
|
emulates new applications/acl class
|
2001-01-30 03:57:09 +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 |
|
skeeter
|
d3374a96ca
|
beginning ACL preferences for calendar
|
2001-01-23 03:13:46 +00:00 |
|
skeeter
|
141e1c4e6c
|
additional phrases added for todo
|
2001-01-21 21:33:41 +00:00 |
|
jengo
|
c4d9c4039d
|
Fixed include problem
|
2001-01-21 20:52:48 +00:00 |
|
skeeter
|
41609d80a0
|
removed leading blank lines
|
2001-01-21 16:56:34 +00:00 |
|
skeeter
|
94b9cbab63
|
new swedish translation
|
2001-01-21 16:52:41 +00:00 |
|
izzy
|
2d91e22930
|
added some phrases
|
2001-01-21 13:54:23 +00:00 |
|
Miles Lott
|
acec8dbdca
|
Fix misspellings.
|
2001-01-19 07:51:34 +00:00 |
|
Miles Lott
|
c55ca5d18a
|
Fix a couple more misspells...
|
2001-01-19 07:41:42 +00:00 |
|
izzy
|
917b4e0e33
|
Completely rewrote phrases and added lots of new ones. Should now be ready
to completely support phpgw v0.9.9
|
2001-01-18 12:10:37 +00:00 |
|
Miles Lott
|
4fa4faabc3
|
Added import button and title names for addressbook.
|
2001-01-14 21:34:05 +00:00 |
|
Miles Lott
|
3ab20e413b
|
Correct misspellings for phrase and language.
|
2001-01-14 18:17:37 +00:00 |
|
Miles Lott
|
a6ee8acbc2
|
Fix call to new class filename.
|
2001-01-13 19:23:04 +00:00 |
|
Miles Lott
|
e8dca542a8
|
Add "VCard" and "Add VCard".
|
2001-01-13 19:21:30 +00:00 |
|
Miles Lott
|
ba81fe2ab0
|
Change to call new filename for common class.
|
2001-01-13 15:45:45 +00:00 |
|
jengo
|
45d2f83bd4
|
db classes wheren't being loaded
|
2001-01-11 12:22:26 +00:00 |
|
seek3r
|
de477ebd30
|
preparing for a release
|
2001-01-10 09:21:19 +00:00 |
|
jengo
|
d3bcb08a08
|
Disabled frames
|
2001-01-10 03:08:03 +00:00 |
|
seek3r
|
e7896e9bc5
|
added templates selection
|
2001-01-10 01:16:01 +00:00 |
|
seek3r
|
7d597b91d1
|
fixed display code problems
|
2001-01-09 08:32:46 +00:00 |
|
seek3r
|
97d92a6f69
|
fixed typo
|
2001-01-08 18:53:56 +00:00 |
|
seek3r
|
1db613d9ed
|
changed the link() and webserver_url to return the entire path
|
2001-01-08 18:51:39 +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
|
07e48031cb
|
moved config to use new design
|
2001-01-07 10:43:48 +00:00 |
|
seek3r
|
3504b92187
|
added code for getting apps status in terms of the version
|
2001-01-06 10:03:03 +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
|
26b8f506f9
|
added support for template detection and selection
|
2001-01-05 22:39:07 +00:00 |
|
seek3r
|
da015de66d
|
added support for template detection and selection
|
2001-01-05 22:38:08 +00:00 |
|
seek3r
|
519e7bdcaf
|
disabled schema_proc for now
|
2001-01-04 20:32:09 +00:00 |
|
seek3r
|
76a62e5f83
|
corrected problem which prevented sql server instructions from being displayed
|
2001-01-04 17:56:57 +00:00 |
|
seek3r
|
07b9a13571
|
correcting header creation
|
2001-01-02 08:51:31 +00:00 |
|
seek3r
|
601f50a4e6
|
correcting header creation
|
2001-01-02 08:50:41 +00:00 |
|
seek3r
|
5f298ace4f
|
correcting header creation
|
2001-01-02 08:47:58 +00:00 |
|
seek3r
|
71239ff304
|
adding in schema proc for testing on php3
|
2001-01-02 08:37:45 +00:00 |
|
seek3r
|
93cea133f7
|
adding in schema proc for testing on php3
|
2001-01-02 08:37:45 +00:00 |
|
seek3r
|
c2874a17ea
|
minor roolback so jengo can test
|
2001-01-02 08:25:02 +00:00 |
|
seek3r
|
9ae9d07801
|
adding in schema proc
|
2001-01-02 08:22:36 +00:00 |
|
seek3r
|
923f731f0f
|
fixed jengos problems
|
2001-01-02 08:15:12 +00:00 |
|
seek3r
|
f3a10f1998
|
fixed jengos problems
|
2001-01-02 08:12:17 +00:00 |
|
seek3r
|
b463fe28e4
|
fixed jengos problems
|
2001-01-02 08:11:00 +00:00 |
|
jengo
|
f2710edd85
|
Took out some charaters that where casuing problems
|
2001-01-02 06:26:45 +00:00 |
|
skeeter
|
74b88a4e0a
|
adds for calendar
|
2001-01-02 00:48:28 +00:00 |
|
seek3r
|
e84c60be92
|
cleaned up interface to fit better
|
2001-01-01 11:57:47 +00:00 |
|
seek3r
|
c76e53cc0c
|
added lang support
|
2001-01-01 11:50:35 +00:00 |
|
seek3r
|
7bb8355b5e
|
fixed one more shortfall of manageheader
|
2001-01-01 10:49:38 +00:00 |
|
seek3r
|
2683bc556c
|
corrected problem with db updates
|
2001-01-01 10:36:58 +00:00 |
|