Commit graph

30159 commits

Author SHA1 Message Date
arensb
fbd7f81044 Added an incomplete POD, as well as some FIXME comments (which, as it
turns out, might not be necessary after all).
2002-10-01 13:22:02 +00:00
arensb
82d3c5ecca My most recent changes. 2002-10-01 11:53:51 +00:00
arensb
048d545d11 Added some FIXME comments, mostly marking duplicate functions. 2002-10-01 11:48:51 +00:00
finlayt
9a3677e5b1 added the reserves, and if fines over $5 flags a message. 2002-10-01 10:55:21 +00:00
finlayt
9e0cff422b This template goes with the opac-user.pl script. It us opac user page. 2002-10-01 07:06:28 +00:00
finlayt
4aeb3066c5 small changes 2002-10-01 07:05:21 +00:00
finlayt
818bcf7172 another fix 2002-10-01 06:41:52 +00:00
finlayt
533fb8b4fc fixed up links in these includes. 2002-10-01 06:36:14 +00:00
tipaul
37b57ae4cc bugfix 2002-09-30 16:14:46 +00:00
dnmeid
0379fec072 templatified 2002-09-30 14:16:34 +00:00
dnmeid
0d1f4ccc8a new templates by dorian 2002-09-30 13:53:28 +00:00
finlayt
ee9ee388f7 Fixed bug so that items appear as reserved only when they actually are! 2002-09-30 00:53:27 +00:00
arensb
0b95b93688 My most recent changes. 2002-09-28 05:00:31 +00:00
arensb
80a4896fd4 Added a wishlist FIXME comment. 2002-09-28 04:59:19 +00:00
arensb
b5c2a888be Added some FIXME comments. 2002-09-28 04:58:18 +00:00
arensb
780b60f0d3 Added POD.
Removed extraneous trailing whitespace.
2002-09-28 04:56:26 +00:00
arensb
4033542a8a Added two missing required Perl modules. 2002-09-28 04:53:45 +00:00
finlayt
13e7c898df Added the possiblity of deleting waiting reservesm or setting them back to not waiting.
uses UpdateReserve now, instead of updatereserves from Reserves2.pm
2002-09-27 05:21:44 +00:00
tipaul
3120194e94 long WAS the road to 1.3.0...
coming VERY SOON NOW...
modifying installer and buildrelease to update the DB
2002-09-24 13:49:26 +00:00
tipaul
81555c597a long WAS the road to 1.3.0...
coming VERY SOON NOW...
modifying installer and buildrelease to update the DB
2002-09-24 12:56:02 +00:00
arensb
5087f3d208 Added POD. 2002-09-23 13:53:18 +00:00
arensb
ca2aba8788 Added POD.
Removed unnecessary trailing whitespace.
2002-09-23 13:52:38 +00:00
arensb
4478773b2d Fixed missing bit in POD. 2002-09-23 13:50:30 +00:00
arensb
a26ac73061 Fixed missing bits in POD. 2002-09-23 13:49:46 +00:00
arensb
4d8413ab87 Added POD.
Added some FIXME comments.
Removed useless trailing whitespace.
2002-09-22 17:29:17 +00:00
arensb
4bddc658c2 Added some FIXME comments. 2002-09-22 16:49:20 +00:00
arensb
c09e821d8c Added POD. 2002-09-22 05:38:32 +00:00
arensb
01e1912093 Added PODs.
Removed a bunch of trailing whitespace.
Fixed &mkheadr to match the documentation.
2002-09-22 04:04:22 +00:00
arensb
cf30cc742c Removed trailing spaces, especially those interfering with the POD. 2002-09-22 00:30:35 +00:00
tipaul
5daa177422 long is the road to 1.4.0
* MARCadditem and MARCmoditem now works
* various bugfixes in MARC management
!!! 1.3.0 should be released very soon now. Be careful !!!
2002-09-20 13:01:50 +00:00
tipaul
973334c26a long is the road to 1.4.0
* MARCadditem and MARCmoditem now wroks
* various bugfixes in MARC management
!!! 1.3.0 should be released very soon now. Be careful !!!
2002-09-20 12:57:46 +00:00
pate
500b95460e adding POD from Andres Arensburger 2002-09-20 12:49:47 +00:00
finlayt
70003da4ec Fixed the ordering of bibitems displayed in the request page. Most recent at top, ordered by dateaccessioned on the items table. 2002-09-19 00:24:27 +00:00
finlayt
1e0e50e304 Nearly forgot the numbers! 2002-09-18 06:34:52 +00:00
finlayt
6679c1decc added all the opac default/en/ files into the koha-tmpl archive. All future html opac development should be in here. 2002-09-18 06:33:35 +00:00
dnmeid
0f24c70900 templatified:set templatedirectory in koha.conf to use the templates 2002-09-17 15:08:42 +00:00
dnmeid
643f730f91 small bugfixes 2002-09-17 12:53:03 +00:00
dnmeid
adf1769e43 Added getpathtotemplate-function 2002-09-17 12:42:52 +00:00
dnmeid
1fee552bea Initial revision 2002-09-16 09:10:26 +00:00
rangi
8663e9c121 calc_charges expects to be passed a database handler, this wasnt happening, which was breaking this page 2002-09-14 01:20:12 +00:00
rangi
a68e85669b fixes for the ordering of the issues table in issues, and also on the
printed slip
2002-09-14 00:57:27 +00:00
tipaul
d8753e29df * fill_usmarc.pl => fills db with MARC21/english data structure. The modifs now maps koha item fields to 995 MARC tag.
* updatedb2marc.pl => builds MARC data from old-DB. WARNING : this script translate around 30rows/seconds, which is neither good nor bad (if you consider that 1 biblio+1 item = more than 50 record in the MARC-DB). But if you plan to migrate a 30 000 books db, launch script and go for lunch ;-)
2002-09-10 14:02:42 +00:00
tipaul
de7dfb22fc MARC API continued...
* some bugfixes
* multiple item management : MARCadditem and MARCmoditem have been added. They suppose that ALL the MARC field linked to koha-item are in the same MARC tag (on the same line of MARC file)

Note : it should not be hard for marcimport and marcexport to re-link fields from internal tag/subfield to "legal" tag/subfield.
2002-09-10 13:53:52 +00:00
tipaul
c68a4e89d8 adding mysql path for linux mandrake (which is /usr/bin/mysql) 2002-09-06 16:43:18 +00:00
finlayt
4867288671 changed the way Waiting items are transfered from returns.pl to Circ2.pm 2002-09-05 00:16:39 +00:00
finlayt
01d6f11543 Changed so that when a Waiting item is returned the holding branch is updated. 2002-09-05 00:06:30 +00:00
finlayt
69c03f2194 Little bug fixes. 2002-09-04 22:51:39 +00:00
finlayt
f0244671c4 Bug fix in ReserveWaiting to make sure only the record found is marked waiting. 2002-09-04 22:31:06 +00:00
tonnesen
637c64680f Added bibliothesaurus table 2002-08-30 17:26:14 +00:00
finlayt
0883b382b9 Fixed bug in flags display 2002-08-29 00:00:45 +00:00