Commit graph

72 commits

Author SHA1 Message Date
tipaul
af08d677c5 synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
acli
057ba36767 Fix of bug 711, "No message named WhereisMySQL in Install.pm".
Added defined() check for
"Use of uninitialized value in -e at Install.pm line 2085, <STDIN> line 32."
2004-02-09 22:36:32 +00:00
tipaul
f8bde9b034 sync'ing with rel_2_0 (mostly prepare/execute pb, bug #662) 2003-12-22 19:16:58 +00:00
tipaul
1b3657c9a6 typo fix 2003-12-11 12:39:05 +00:00
tipaul
c1df780112 asking again for MARC structure & language definition :
* the test was wrong (installer didn't ask if you do a fresh install),
* the user can answer N if he don't want to import marc definition
2003-12-04 12:08:36 +00:00
slef
571d609ccd fix for bug 600 2003-12-02 22:13:25 +00:00
slef
a291cb08d7 Updated text after user testing 2003-11-10 17:02:00 +00:00
slef
b902f17fa5 z3950 fixes and version display fixes 2003-11-05 23:31:10 +00:00
slef
1fba97b398 Merged $database and $dbname. That could have been nasty in a release 2003-10-31 17:58:16 +00:00
slef
a1a1bfc8fa Fixing database upgrade failure from koha.upgrade and setting language 2003-10-31 17:40:51 +00:00
slef
4d5274c4d9 Basic fixes to make the installer and upgrader run 2003-10-31 17:34:25 +00:00
slef
054f769d2c Timed backups in installfiles 2003-10-27 17:39:41 +00:00
slef
fb0a6e739d Added getmysqldir function 2003-10-27 17:36:17 +00:00
slef
78b00f1709 Old files warning and MARC upgrade fix 2003-10-27 17:13:06 +00:00
slef
9a40e42524 first part of upgrade merge: some FIXMEs and testing to do 2003-10-26 13:21:19 +00:00
tipaul
9027aa7532 etcdir not harcoded 2003-10-25 09:53:54 +00:00
slef
417692a5b5 A lot of wording rewritten 2003-10-22 14:48:08 +00:00
slef
dc21db2954 Work on install bugs (see bug 632) 2003-10-20 19:16:50 +00:00
tipaul
539d1fa7ca koha.upgrade bugfixes. Should work... 2003-10-20 14:25:36 +00:00
slef
f31b394a03 Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39) 2003-10-06 09:10:38 +00:00
slef
9df450b936 add locale test (Closes: 576) and remove crap underlining 2003-10-05 21:27:06 +00:00
tipaul
e44a0bf8f5 adding some <CR> 2003-09-08 13:36:00 +00:00
slef
4c1fb55c4c my.cnf and grep bugsquashes from mailing list 2003-09-07 22:51:46 +00:00
tipaul
45ae9b219e repeating 2x how to login with mySQL user/password 2003-09-05 08:40:28 +00:00
slef
e28f2b38de ugly fix, deleting a prototype 2003-07-14 23:36:03 +00:00
slef
f2450dc621 making sure we have enough newlines on quit 2003-07-14 23:30:58 +00:00
slef
adad6f530b Adding test for Event module 2003-07-14 23:15:55 +00:00
slef
8f91b84fe0 making sure that scripts are covered by 490 fix 2003-07-09 01:21:23 +00:00
slef
28ca6bcc8e first part of bug 490 fix 2003-07-09 00:16:22 +00:00
slef
b72c761a02 odd dir for apache logs 2003-07-07 20:58:48 +00:00
slef
d1a3bdbd33 File copying repair. Fixes #489 2003-06-30 11:23:06 +00:00
slef
305185d9ea Preserving old template/script dirs if they exist, ready for upgrade to use Install.pm 2003-06-30 10:06:18 +00:00
slef
41659e0fc2 Really closes 488 after partial commit 2003-06-18 23:03:44 +00:00
slef
e6a41e7e3f Closes bug 488 re Webserver config. Also improves display a little and removes some code bloopers. 2003-06-18 23:03:00 +00:00
slef
5ceb2a9905 Fixing httpd.conf to be koha-httpd.conf where necessary 2003-05-21 21:47:05 +00:00
slef
77cc50b1ac Explain new httpd.conf situation 2003-05-20 20:11:44 +00:00
slef
84361de6e2 Initial fix to bug 417: non-root installer 2003-05-20 19:50:17 +00:00
tipaul
3f59b811c2 workaround for 412 until sample data works 2003-05-14 13:33:42 +00:00
tipaul
5518139a72 adding "how to connect to koha" after install 2003-04-07 08:12:32 +00:00
tipaul
91a8537f28 fix bug #205 2003-03-18 11:34:38 +00:00
wolfpac444
698653dcc1 Fixed bug #176. 2003-03-16 22:30:08 +00:00
wolfpac444
0194e69c5f Fixed bug #178 2003-03-16 22:18:03 +00:00
wolfpac444
9b85fd2b09 Fixed bug #175. 2003-03-16 22:06:54 +00:00
tipaul
6c06ead0b2 including zh_TW as languages during install. 2003-02-04 15:12:12 +00:00
acli
d11fb5906b Check for Mail::Sendmail, for opac/opac-userupdate.pl (Bug 105) 2003-02-04 06:22:19 +00:00
tipaul
d211774437 removing MARC::Charset test 2003-01-28 15:31:22 +00:00
acli
5c018a19c3 Added check for MARC::Charset, used in acqui.simple/marcimport.pl
(see bug 179)
2003-01-26 23:34:48 +00:00
acli
51a0d6e4d8 Bump minimum perl version to 5.6.1 (Bug 179) 2003-01-26 16:18:34 +00:00
acli
02c4373017 Removed the reference to INSTALL since the file does not exist any more
Changed "do not install MARC tables" option from 3 to N, to prepare for
adding more MARC flavours later

Minor prompt message modifs

Minor POD updates
2003-01-25 19:00:05 +00:00
acli
f09ea6d099 Added POD to all functions
POD updates
Changed the kohaadmin password prompt to make it clearer
2003-01-25 18:09:51 +00:00