Commit Graph

59 Commits

Author SHA1 Message Date
729b34782e fix of last commit, was setting up a reference to itself and not to the old phpgw_info 2005-03-25 09:21:23 +00:00
4e2bce12e6 modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api 2005-03-24 13:15:12 +00:00
5f71a7e50a fix to work with an old header (to be able to upgrade) 2005-03-04 14:44:21 +00:00
b6883d59e8 1) fixed setup-detection, to allow login into setup again
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
2005-03-04 12:40:28 +00:00
5ea042041c fixed not showing up langs like 'es-ca' which hasn't been in phpgw_languages (or only as just 'ca') 2004-07-10 10:59:37 +00:00
6223948d37 fixed an E_NOTICE warning 2004-07-10 09:25:53 +00:00
2c1197d9dc fixes for installations with error_reporting E_ALL 2004-03-09 21:05:28 +00:00
3f5c75878b changes from phpgw to egw dev group 2004-01-27 20:49:25 +00:00
26ef5d0726 Complete adjustments to $ConfigDomain - no need to get_var if already authenticated anymore 2004-01-06 13:45:10 +00:00
72299b948a port setup to idots template set 2003-10-09 23:08:04 +00:00
1ed1b0f431 some fixes for setup:
- back-button for manage-header
- header-update shows lang-selection
- lang-selection is sorted now alphabetical
- lang-selection in header-admin shows up only if called the first time (without login)
- manage-languages and add-applications respekt now different translations for the same phrase in different apps
2003-09-23 13:08:40 +00:00
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
0bd3848040 Changed to use get_var(). 2002-04-09 23:43:55 +00:00
01faba0c4d Moved setup and schema_proc classes to api; reorganize how the setup class
is created
2002-03-03 21:53:00 +00:00
92c0e20c12 Adjust banners to credit just about all of the core team... 2002-02-17 20:23:26 +00:00
2ead51ae60 Fix for annoying result of cvs backup files in lang subdir 2002-02-10 20:18:49 +00:00
c77dea5328 Update get_account_id() 2002-02-08 06:07:46 +00:00
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
21f0653bde Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
950b7a8a5c Mod to (un)install application translations with each app (applications.php only) 2002-01-05 18:07:11 +00:00
2a738905e4 Add check for existence of index prior to DROP INDEX 2001-09-23 11:58:10 +00:00
173d81ab87 register_globals and formatting changes 2001-09-17 02:10:34 +00:00
43127662ab Some more fixes to work with register_globals Off; Change one debug echo. 2001-08-31 22:29:23 +00:00
e0db915670 Changes to allow register_globals to be off 2001-08-21 18:48:50 +00:00
9218a82cbd this is now setup3 code 2001-07-30 15:59:25 +00:00
cd3f5a90dc preparing to put setup3 code in here 2001-07-30 15:44:12 +00:00
d4cb332f25 Had to add one more variable back to make the new header template work 2001-05-30 08:56:01 +00:00
32d5dec027 Add get_account_id for ldap.php to use the accounts class 2001-03-21 23:28:57 +00:00
af513b2a9d (re)add CreateObject function 2001-03-01 16:44:52 +00:00
86a3f8da81 Wed, 28 Feb 2001 16:21:16 +0000
Ra�l Alexis Betancort Santana <rabs@dimension-virtual.com>

	Fixed the *config* table name problem on phpgw_setup.inc.php
2001-02-28 16:24:56 +00:00
d80f6a4e79 working toward app install/upgrdae within setup prog 2001-02-13 10:53:18 +00:00
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
519e7bdcaf disabled schema_proc for now 2001-01-04 20:32:09 +00:00
93cea133f7 adding in schema proc for testing on php3 2001-01-02 08:37:45 +00:00
c2874a17ea minor roolback so jengo can test 2001-01-02 08:25:02 +00:00
9ae9d07801 adding in schema proc 2001-01-02 08:22:36 +00:00
923f731f0f fixed jengos problems 2001-01-02 08:15:12 +00:00
f3a10f1998 fixed jengos problems 2001-01-02 08:12:17 +00:00
b463fe28e4 fixed jengos problems 2001-01-02 08:11:00 +00:00
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
6cfdfaf372 commiting code so that jengo can merge in some other changes 2000-12-27 09:05:13 +00:00
73a5ec994a added the security check to all vunerable files 2000-12-23 09:43:04 +00:00
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
f795023f8f hopefully settled the directory structure once and for all 2000-12-21 09:16:30 +00:00
edb1ade9db working on new setup prog that will allow add-on apps to take advantage of it 2000-12-20 00:02:11 +00:00
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
9ca521458c removed commented out line 2000-12-18 21:11:00 +00:00
1de711f305 changes needed for new format 2000-12-18 21:09:25 +00:00
e1ca332f92 changes needed for new format 2000-12-18 20:41:26 +00:00
1b97f2fe2c reanimated ldap.php
the ldap setup pages where broken, because the cleanup in this directory
2000-12-09 23:08:36 +00:00