Commit Graph

19 Commits

Author SHA1 Message Date
b68f289d87 made the update strategy of setup_process a bit more flexible: update dont need to be in order in the tables_update file any more: if the next update is not the one we need, we search for the right one and start again from there. This is needed to be able to import phpGW versions from after the fork and it simplyfies the update-scripts a lot now. 2004-08-27 10:41:57 +00:00
1cabb62405 new schema_proc class seems to work now 2004-08-13 18:59:00 +00:00
b9cb241948 killed error-message in droptable and moderniced the code a bit ;-) 2004-04-03 13:03:01 +00:00
23bf823035 now setting /tmp or c:\temp automatically as temp-dir (was only /tmp) 2004-03-21 16:25:22 +00:00
74fe998db9 php.net recommend this for security reasons, it should be our default too 2004-03-14 11:35:33 +00:00
4f382debb6 Show correct copyright for this file 2003-12-28 15:19:25 +00:00
021ec31824 Fix error caused by move to str_replace - upgrade works again 2003-12-22 00:27:43 +00:00
6f2f6d23dc use str_replace() where possible 2003-12-20 18:34:55 +00:00
2da29d2861 Add one note about baseline tables 2003-10-18 10:54:47 +00:00
c65032a812 restructured setup a bit:
- move most of the lang-code from setup/lang.php to phpgwapi/inc/class.translation_sql.inc.php
- added a minimal-auto-configuration, so one does not need to enter the config-step at all for a running installation
- added the language of the admin to the installed languages
2003-10-04 13:27:38 +00:00
658dfdce96 restructured setup a bit:
- move most of the lang-code from setup/lang.php to phpgwapi/inc/class.translation_sql.inc.php
- added a minimal-auto-configuration, so one does not need to enter the config-step at all for a running installation
- added the language of the admin to the installed languages
2003-10-04 13:24:34 +00:00
a29965b1ea added a local var $oProc as reference to the global one, to be compatible with old-style default_records.inc.php 2003-03-27 18:39:49 +00:00
ceb
a7adc68829 update to install admin/prefs/api at once during new install 2002-12-19 23:33:44 +00:00
3a987d2164 GNU Patch #501. 2002-09-04 01:25:29 +00:00
6a5c1bd2de Fix problem of ???_langs() functions recursing instead of calling translation class.
This meant no lang installation/upgrade except when working with lang.php.
2002-08-23 04:28:28 +00:00
aaccb90b2e Use only the phpgw_setup->oProc object 2002-03-04 07:18:46 +00:00
2d742a0488 one more fix for oProc 2002-03-04 05:00:08 +00:00
8fcb9b1dcf Fix name of oProc object to match current table scripts 2002-03-04 04:49:42 +00:00
7561909c9b Moving new setup classes to the api 2002-03-03 21:47:30 +00:00