tipaul
a74189dac9
merging 1.2 and main branches
2002-06-28 12:53:02 +00:00
tipaul
628783cb30
merging 1.2 and main branches
2002-06-28 12:19:50 +00:00
tipaul
466a1e3837
merging 1.2 and main. Diffs are due to new features.
2002-06-28 12:07:16 +00:00
tipaul
33947ff039
merging 1-2 and main.
2002-06-28 08:53:51 +00:00
tonnesen
46c2ff9804
Merged in optional ethnicity fix from rel-1-2
2002-06-27 21:16:20 +00:00
tonnesen
a39e9a34c0
Fixed bug. $sth->execute after $sti->prepare.
2002-06-25 16:59:27 +00:00
dragon28
504d1c22e0
fixed a typo
2002-06-25 11:05:45 +00:00
dragon28
7266332902
fixed a typo
2002-06-25 10:58:07 +00:00
tonnesen
1ac576e81b
removed "use warnings"
2002-06-24 21:54:44 +00:00
tonnesen
d5fbd761f5
Switched button-add-member to button-add-new in /admin/ scripts.
2002-06-24 18:40:56 +00:00
tipaul
4f51774662
merging rel-1-2 and main
2002-06-24 15:00:13 +00:00
tipaul
bdd324f187
merging of rel-1-2 and main branch
2002-06-24 14:16:36 +00:00
tonnesen
b1cb688dc7
Perl 5.005 doesn't like the -I after the script name. (This doesn't
...
look very functional yet in any case, but thought I'd put it in as a
fix) :)
2002-06-24 13:19:40 +00:00
finlayt
457430776c
Checked diff in branchtransfers. datesent and datearrived are given datetime, not just date
2002-06-23 22:38:08 +00:00
tipaul
d467f092a3
merging branches 1.2 and main
2002-06-21 13:15:36 +00:00
tipaul
4d40d7af28
MERGE 1.2 and main branches
...
Still a few diffs i don't understand :
311,320c311,312
< categoryname text,
< codedescription text,
< PRIMARY KEY (categorycode)
< );
<
< # Table structure for table 'branchrelations'
< #
< CREATE TABLE branchrelations (
< branchcode varchar(4) DEFAULT '' NOT NULL,
< categorycode varchar(4) DEFAULT '' NOT NULL
---
> branchcode char(4) DEFAULT '' NOT NULL,
> branchholding int(11)
344c336
< datesent datetime DEFAULT '0000-00-00' NOT NULL,
---
> datesent date DEFAULT '0000-00-00' NOT NULL,
346c338
< datearrived datetime,
---
> datearrived date,
553a546
>
2002-06-21 08:55:50 +00:00
tipaul
3bee5b5743
* Acquisition synchronised with rel-1-2
...
* Update of biblio.pm and catalogue.pm that continuates MARC stuff. Lot of explanations at the beginning of Biblio.pm
2002-06-20 21:07:30 +00:00
tonnesen
d6e7293f76
Cosmetic change. Merged with rel-1-2
2002-06-20 20:43:26 +00:00
tonnesen
cceee9e230
Merged changes from rel-1-2
2002-06-20 20:41:21 +00:00
tonnesen
1929403b8f
Merged with rel-1-2 copy
2002-06-20 20:31:01 +00:00
tonnesen
264b8f0093
Merged changes from rel-1-2 branch version 1.21.2.1, all fixes to warnings
2002-06-20 20:10:08 +00:00
tonnesen
6897cec04d
Most of these merges are just removing unused parts of the perl modules.
2002-06-20 18:56:52 +00:00
tonnesen
04dd31fa07
47 files to go, 47 files to go, take one down, pass it around...
...
46 files to go.
2002-06-20 18:17:51 +00:00
tonnesen
d3af19dcb2
Are we getting sick of merging yet? Not me!
2002-06-20 18:04:45 +00:00
tonnesen
29b4d2d534
merges from rel-1-2. Starting to get a little longer now. Being very
...
careful.
2002-06-20 17:57:11 +00:00
tonnesen
3d0fb625a0
Third in the series of branch merges. Starting to run out of easy stuff. :)
2002-06-20 17:45:18 +00:00
tonnesen
cb7441a537
More merges in from rel-1-2
...
All of the changes so far have been minor. I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2
2002-06-20 17:33:07 +00:00
tonnesen
b3f728cf02
Merging rel-1-2 changes into main
2002-06-20 17:23:09 +00:00
tipaul
ac230f070e
trying to merge rel-1-2 into main branch... test with this script, choosen randomly ;-)
2002-06-20 15:56:51 +00:00
rangi
c509c3d633
pop up pay window is working again
2002-06-19 01:32:37 +00:00
rangi
d8b356d441
Fixing issues which i broke just before ... perhaps one more commit today.
...
Issues used to pop up a payment window when a borrower had finished issuing
and had money to pay.
We seem to have lost that, ill try and get it back
2002-06-19 01:04:47 +00:00
rangi
78c976aa0f
issues printing issue slips again
2002-06-18 22:46:59 +00:00
tipaul
3d7df52b0d
Going to MARC 1.4...
...
0- Requires MARC::Record from cpan to work
1- divided Catalogue.pm in 2 parts :
Biblio.pm ,that contains biblio management
Catalogue.pm, that contains acquisition management.
When ended, they will replace the Acquisition.pm package
2- Created MARCxxx functions :
* MARCgetbiblio : retrieves a MARC::Record from the bibid passed in parameter (working, see test.pl script)
* MARCaddbiblio : creates a MARC-DB entry, for a MARC::Record given as parameter. (working)
* MARCmodsubfield : modifies a subfield for a given subfieldid
* MARCfingsubfield : retrieves a subfieldvalue from a bibid/tag/subfield
* MARCaddsubfield : adds a subfield to biblio into the DB
* MARCkoha2marc : builds a MARC::Record, given a biblionumber, a biblioitemnumber and/or an itemnumber. (working).
TODO :
A lot ;-))))
For instance, you can create only a MARC-DB entry from a old-DB entry. Note some questions are still to solve around bibid (old-DB/MARC-DB)...
2002-06-14 16:47:33 +00:00
amillar
c5c559fc55
add websites table
2002-06-14 05:24:58 +00:00
rangi
1e9225fd51
Fix to get sticky due date working
2002-06-13 03:17:18 +00:00
rangi
49e2b90a8b
Fix to get list of overdue items showing correctly
2002-06-13 03:16:55 +00:00
rangi
8e6b93acd7
The script mike uses to run backups on the koha database
2002-06-11 22:03:44 +00:00
rangi
bd26a61da9
Committed on behalf of Mike
...
First cut at an installer that can run without superuser privileges
2002-06-11 11:24:36 +00:00
tipaul
503066d538
MARC stuff : beginning to use MARC::Record package.
2002-06-10 20:49:54 +00:00
finlayt
7a3ac6ddfc
rewrite, so that it correctly displays branches and waiting reserves.
2002-06-06 23:30:39 +00:00
tipaul
56d4ac55a7
today stuff around marc. Will change soon as we will use MARC::record (see marcpm.sourceforge.net)
2002-06-06 16:23:36 +00:00
finlayt
c3820fa998
fixed bug http://bugzilla.katipo.co.nz/show_bug.cgi?id=1284
...
If an item doesnt have a holdingbranch it just shows blank instead of not appearing at all.
2002-06-06 04:15:18 +00:00
finlayt
2bb0991120
fixed minor bugs
2002-06-06 02:51:38 +00:00
finlayt
89026ec754
Changed the issuebook routine to use the new methods from C4::Reserves2.pm
2002-06-06 02:48:53 +00:00
finlayt
0e69a3906e
improved all the code so that priorities are reset properly.
2002-06-06 02:47:53 +00:00
tipaul
d9b22fb1da
Proposing simplified perlmarcstructure. Interesting mainly for Steve
2002-06-05 13:05:19 +00:00
tipaul
0595587f93
test.pl, contains a script to test the Catalogue.pm stuff.
...
Catalogue.pm : marc stuff :
* the 3 xxxSubfield functions works
* the addMarcBiblio function has been added : if you pass it a perlmarcstructure (sample in test.pl and explanation in marc/perlmarcstructure file), it adds a biblio to the marc_schema. The newbiblioitem (old koha-DB) still has to be updated to build the perlmarcstructure internally and call addMarcBiblio function.
2002-06-04 16:08:47 +00:00
tipaul
783353ebdd
ouuppsss... forget the 1.13 version, i made a mistake. This version works and should be the last
2002-06-04 08:13:31 +00:00
tipaul
646ee4100f
New and hopefully last version of the MARC-DB. Is the fastest in benchmark, everybody agree ;-) (Sergey, Steve and me, Paul)
2002-06-04 07:56:56 +00:00
tonnesen
740b30464a
I couldn't get testKoha to run until I modified the runtests line. Am I using
...
a different version of Test::Harness?
2002-06-01 05:53:47 +00:00