gugux
|
bcc3995d8a
|
Changed all x's into %'s into lang calls and lang files, added missing english phrases and french translations.
|
2003-06-17 21:37:40 +00:00 |
|
seek3r
|
2b0fd83696
|
fixed a few minor bugs, removed gifs and removed III from everywhere. I think its kind of lame to continue calling it setup3
|
2002-12-22 23:08:09 +00:00 |
|
ceb
|
a7adc68829
|
update to install admin/prefs/api at once during new install
|
2002-12-19 23:33:44 +00:00 |
|
Miles Lott
|
d6ebb363c4
|
Add copy of old template class so setup can work for now.
|
2002-08-11 23:54:58 +00:00 |
|
Miles Lott
|
8b36069bbf
|
commenting out clearing of app_session for now
|
2002-05-08 13:04:27 +00:00 |
|
skeeter
|
aa1398fd6b
|
Converting to get_var() for all HTTP_*_VARS.
|
2002-04-29 19:49:24 +00:00 |
|
skeeter
|
a862c217c0
|
Cleaned up the extra comma at the end of the langs that are installed.
|
2002-04-13 03:02:22 +00:00 |
|
skeeter
|
6e0d0eb1fd
|
GNU Patch #184.
|
2002-03-26 02:34:38 +00:00 |
|
Miles Lott
|
3bcd71d08a
|
Partial fix for BUG# 100477
|
2002-03-10 21:29:07 +00:00 |
|
Miles Lott
|
01faba0c4d
|
Moved setup and schema_proc classes to api; reorganize how the setup class
is created
|
2002-03-03 21:53:00 +00:00 |
|
skeeter
|
532993d024
|
Some major cleanups. Should reduce warnings by 75%. This will speed things up if the admin is logging php errors/warnings.
|
2002-02-18 16:18:34 +00:00 |
|
Miles Lott
|
61c9a64dd0
|
only chop the last 2 chars if they are {comma}{space}
|
2002-02-16 13:48:41 +00:00 |
|
Miles Lott
|
2afd4c4955
|
drop trailing comma from lang_list
|
2002-02-12 14:09:53 +00:00 |
|
Miles Lott
|
6735cc4d5d
|
Add a check to setup to be able to exclude apps from the mass upgrade process.
WCM will be the first to use this, others may follow...
|
2002-02-03 17:02:56 +00:00 |
|
Miles Lott
|
f2424ca6fd
|
Disable time limit to aid large updates
|
2002-01-20 16:04:25 +00:00 |
|
skeeter
|
298f754424
|
This will now correctly remove the system level cache. Previous problem was occuring because loaddb() was not called prior to clearing the cache. This also clears up all warning messages being dumped to the HTTP log file.
|
2002-01-14 12:14:40 +00:00 |
|
skeeter
|
1f4c69b108
|
This will now clear system/user level cache when adding/deleting apps.
|
2002-01-13 17:20:33 +00:00 |
|
Miles Lott
|
e6b3c04a10
|
Minor formatting
|
2002-01-08 02:12:43 +00:00 |
|
seek3r
|
c13ade18dc
|
Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files.
|
2002-01-07 10:50:42 +00:00 |
|
Miles Lott
|
a012283ba5
|
Lang files are now installed as part of the install/upgrade process. For step
one (mass install/upgrade), english is installed by default
|
2002-01-05 21:20:52 +00:00 |
|
Miles Lott
|
a89a1c9c1a
|
globals fix for \$action
|
2001-12-18 02:38:39 +00:00 |
|
Miles Lott
|
ea23a8c75c
|
set phpgw_info to an empty array at the top
|
2001-12-18 02:25:55 +00:00 |
|
Miles Lott
|
964b9aa7d6
|
Add another db stage; stage 6 used to be 5; 5 now asks are you sure you want
to delete everything???
|
2001-12-16 16:35:39 +00:00 |
|
Miles Lott
|
8df4163cab
|
setup_demo now works for LDAP (here anyway) and still works for SQL; now uses
the accounts classes in phpgw; This is devel CVS, please test ;)
|
2001-12-11 04:36:40 +00:00 |
|
Miles Lott
|
a644b200da
|
silence non-object error until we can fix this
|
2001-11-25 02:37:50 +00:00 |
|
skeeter
|
6d642420d9
|
This will now clear the cache everytime the login page is displayed. This will help to clear the phpgw_info caching when upgrading.
|
2001-11-21 22:13:11 +00:00 |
|
Miles Lott
|
aa32b065bf
|
more adjustment for globals
|
2001-11-21 15:01:43 +00:00 |
|
Miles Lott
|
80cfe11b39
|
Add setting of ConfigDomain to the cookie var (now works with register_globals off)
|
2001-09-28 14:39:38 +00:00 |
|
Miles Lott
|
2b4bfcf425
|
Add some other options if the admin does not want to upgrade the api yet.
|
2001-09-28 14:26:26 +00:00 |
|
Miles Lott
|
e0db915670
|
Changes to allow register_globals to be off
|
2001-08-21 18:48:50 +00:00 |
|
seek3r
|
9218a82cbd
|
this is now setup3 code
|
2001-07-30 15:59:25 +00:00 |
|
seek3r
|
cd3f5a90dc
|
preparing to put setup3 code in here
|
2001-07-30 15:44:12 +00:00 |
|
seek3r
|
d0b68ab609
|
someone dorked up the echo's, so I firxed them
|
2001-05-18 22:22:54 +00:00 |
|
skeeter
|
c9094e5f38
|
Fix for bug #422736 - Setup used hardcoded value 'phpgroupware' for database name.
|
2001-05-18 01:40:28 +00:00 |
|
Miles Lott
|
f79ab9c194
|
Change to phpversion()
|
2001-04-21 12:31:56 +00:00 |
|
Miles Lott
|
008eb060f7
|
Actually tell them what version of php to have as a minimum.
|
2001-04-10 13:17:56 +00:00 |
|
seek3r
|
3504b92187
|
added code for getting apps status in terms of the version
|
2001-01-06 10:03:03 +00:00 |
|
seek3r
|
76a62e5f83
|
corrected problem which prevented sql server instructions from being displayed
|
2001-01-04 17:56:57 +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
|
2683bc556c
|
corrected problem with db updates
|
2001-01-01 10:36:58 +00:00 |
|
skeeter
|
6e828646fa
|
fixes logout/login problem
|
2000-12-31 23:46:55 +00:00 |
|
seek3r
|
4089a9a2e2
|
code clean up, hopefully this should help clean up the problems jengo is having with php 3.0.16
|
2000-12-31 18:13:15 +00:00 |
|
seek3r
|
d40d5a77bb
|
code clean up, hopefully this should help clean up the problems jengo is having with php 3.0.16
|
2000-12-31 10:14:11 +00:00 |
|
seek3r
|
a812666b75
|
code clean up, hopefully this should help clean up the problems jengo is having with php 3.0.16
|
2000-12-31 09:50:16 +00:00 |
|
seek3r
|
b60a700dcf
|
fixed header management
|
2000-12-28 09:52:13 +00:00 |
|
seek3r
|
90771fc094
|
its mostly working now, will continue tonight
|
2000-12-27 22:04:44 +00:00 |
|
seek3r
|
7ec19342e2
|
commiting while I go to lunch
|
2000-12-27 19:59:23 +00:00 |
|
seek3r
|
c8ae0f9de7
|
its broken, but Im tired, and will continue in the morning from work
|
2000-12-27 10:39:34 +00:00 |
|
seek3r
|
6cfdfaf372
|
commiting code so that jengo can merge in some other changes
|
2000-12-27 09:05:13 +00:00 |
|
jengo
|
074e969ee1
|
Added in temp link for lang.php
|
2000-12-27 03:44:11 +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
|
66ab743445
|
working on new setup prog that will allow add-on apps to take advantage of it
|
2000-12-19 22:40:54 +00:00 |
|
seek3r
|
1de711f305
|
changes needed for new format
|
2000-12-18 21:09:25 +00:00 |
|
seek3r
|
e9b3af544d
|
cleaned up code, removed unneeded files. I have moved all the real processing to the functions.php where it belongs, and moved the display code to the index.php where it belongs
|
2000-12-04 08:45:30 +00:00 |
|
Lars Kneschke
|
ee0f6c8c93
|
$tables is array not a function
index.php was not working, it was a strange error message
|
2000-12-02 13:20:39 +00:00 |
|
seek3r
|
97900295c9
|
applied patch from mdean to make the setup pgsql friendly
|
2000-12-02 06:18:55 +00:00 |
|
skeeter
|
636b37b3e9
|
more pgsql compatible
|
2000-12-02 03:07:35 +00:00 |
|
seek3r
|
31bb096266
|
added configuration portion of the setup
|
2000-12-01 20:07:23 +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 |
|
seek3r
|
2dacbb8e21
|
starting to work toward the table creation/upgrade parts
|
2000-11-30 22:29:06 +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 |
|
pjw
|
18fbb765e9
|
added a "./" to an include to make iis compatible
|
2000-11-29 18:35:05 +00:00 |
|
jengo
|
00fdbec533
|
Cleanup the setup_header() and changed the logout button
|
2000-11-23 09:36:57 +00:00 |
|
seek3r
|
74d17782e7
|
corrected problems with multi-domain support, and prepared for the new release
|
2000-11-22 08:34:19 +00:00 |
|
pjw
|
b7323cb94f
|
commented out header table that was causing problems with redirects
|
2000-11-21 23:56:23 +00:00 |
|
seek3r
|
c1729c1e6b
|
updating because the dbtype was being pulled from teh wrong location
|
2000-11-21 18:17:27 +00:00 |
|
seek3r
|
78d039621e
|
This is the completed (I think) code to support multi-domains
|
2000-11-21 17:56:56 +00:00 |
|
seek3r
|
97310142a1
|
fixed backward compatibility with old header.inc.php
|
2000-11-21 15:20:01 +00:00 |
|
seek3r
|
2539a46a45
|
updated array name
|
2000-11-20 16:47:44 +00:00 |
|
seek3r
|
36f7b3e13b
|
added mutli-domain support. Still have a bug when going to the config page. It will not work for one of my test domains, and Im not sure why
|
2000-11-19 10:49:31 +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 |
|
jengo
|
5d5e1f020b
|
Added in a few comments as a reminder
|
2000-11-17 15:51:31 +00:00 |
|
jengo
|
e339bcabf6
|
Cleaning up setup
|
2000-11-17 15:49:03 +00:00 |
|
skeeter
|
e13e85e0a5
|
warning messages
|
2000-11-16 04:02:53 +00:00 |
|
jengo
|
c2f2c419ae
|
Fixed errors about missing applications table
|
2000-11-14 07:10:31 +00:00 |
|
skeeter
|
8f07f92003
|
new cache table for newsmode
|
2000-11-13 01:36:53 +00:00 |
|
sjb4891
|
5788571211
|
Couple of changes to make it work on skeeters setup again.
Silly thing snot changed when moving to new class.
Setup has a quick fix to display the version correctly after upgrades
|
2000-11-09 03:38:00 +00:00 |
|
skeeter
|
749448a1a5
|
fix for pgsql
|
2000-11-07 12:27:06 +00:00 |
|
sjb4891
|
b92f042dad
|
More fixes for first step
|
2000-11-06 03:52:45 +00:00 |
|
sjb4891
|
7b1d3ff865
|
First step in integrating application setup with core setup.
What was in setup/index.php is now in setup/inc/core_setup.inc.php
|
2000-11-06 03:22:52 +00:00 |
|
seek3r
|
38fa9d6cdb
|
changed drop to delete for proper description
|
2000-11-05 10:53:19 +00:00 |
|
jengo
|
838e939072
|
Working on getting lang into setup
|
2000-11-05 06:47:24 +00:00 |
|
sjb4891
|
d1ac48253e
|
Rephrased Dump Tables to Drop Tables to make it more explicit all data
will be lost.
|
2000-11-03 05:38:13 +00:00 |
|
seek3r
|
485d122120
|
re-organized setup program
|
2000-11-02 09:01:06 +00:00 |
|
seek3r
|
01ae77b48f
|
re-organized setup program
|
2000-11-02 08:03:05 +00:00 |
|
seek3r
|
1ed42b6d05
|
fixed typo
|
2000-10-31 20:08:02 +00:00 |
|
jengo
|
766fdc5adb
|
Updated things to the new owner field format
|
2000-10-25 21:41:32 +00:00 |
|
jengo
|
983662a49f
|
Started preparing things for a release
|
2000-10-18 04:35:04 +00:00 |
|
jengo
|
8c677fa8ce
|
Fixed a problem with creating a fresh database on pgsql
|
2000-10-17 23:16:47 +00:00 |
|
skeeter
|
f0681bc53e
|
small fixes
|
2000-10-10 22:53:45 +00:00 |
|
seek3r
|
c6b5d78bef
|
moved all references from pgsql to postgresql
|
2000-10-05 16:42:53 +00:00 |
|
jengo
|
e3632ca674
|
Added check for older version of PHP
|
2000-10-04 19:40:09 +00:00 |
|
seek3r
|
d08ca90692
|
Added simple version management and added massive updates to the addressbook that were submited by neotexan, so that things will interact with his application better
|
2000-10-04 17:49:36 +00:00 |
|
jengo
|
6185804790
|
Updated the access_log tables
|
2000-10-03 07:55:03 +00:00 |
|
seek3r
|
c9c27dce13
|
added support for new versioning system
|
2000-09-30 02:40:33 +00:00 |
|
seek3r
|
a8348b7faa
|
changes references to accounts.loginid to accounts.account_lid
|
2000-09-29 21:16:29 +00:00 |
|
seek3r
|
e72c4e2534
|
added support for version control
|
2000-09-29 20:18:23 +00:00 |
|