acli
058c8bf28b
Updates for using (OPAC) user log-in in 1.3
2003-02-03 21:42:41 +00:00
acli
f296bdf464
Added check for mandatory tags, and distinguish between mandatory subfields
...
in mandatory and optional tags
(Incomplete merge, new error messages need to be retranslated)
2003-02-03 19:33:22 +00:00
acli
e85ad950e2
Added check for mandatory tags, and distinguish between mandatory subfields
...
in mandatory and optional tags
2003-02-03 19:32:15 +00:00
acli
edcecd270c
Sync to en template
2003-02-03 19:07:27 +00:00
acli
b5ecefd485
Minor factoring in C4/Biblio.pm, plus change to export the per-tag
...
'mandatory' property to a per-subfield 'tag_mandatory' template parameter,
so that addbiblio.tmpl can distinguish between mandatory subfields in a
mandatory tag and mandatory subfields in an optional tag
Not-minor factoring in acqui.simple/addbiblio.pl to make the if-else blocks
smaller, and to add some POD; need further testing for this
Added function to check if a MARC subfield name is "koha-internal" (instead
of checking it for 'lib' and 'tag' everywhere); temporarily added to Koha.pm
Use above function in acqui.simple/additem.pl and search.marc/search.pl
2003-02-03 18:46:00 +00:00
acli
9bf2ee4a13
Some more translations
2003-02-03 18:17:50 +00:00
tipaul
6558f2c4b5
french translation
2003-02-03 12:33:04 +00:00
tipaul
85ec59fa57
french translation
2003-02-03 11:11:41 +00:00
tipaul
f028b6a176
french translation
2003-02-03 10:53:38 +00:00
tipaul
b3b3d3bb17
*** empty log message ***
2003-02-03 10:52:40 +00:00
acli
8f62498205
Updated module location
2003-02-03 07:23:14 +00:00
acli
1bf47197ba
Added some POD, minor comment fixes
2003-02-03 07:03:06 +00:00
acli
bc7f9e4160
Translated "Mandatory" and "Repeatable"
2003-02-03 06:29:13 +00:00
acli
c57eb8ad4c
More updates
2003-02-03 06:21:22 +00:00
acli
60582222f5
Preliminary translation
2003-02-03 06:17:43 +00:00
acli
b9f4e16d78
Fix for bug 194
...
Missing ampersand added
2003-02-03 05:35:25 +00:00
acli
f4d334f410
Misc updates
2003-02-03 05:27:44 +00:00
acli
fde1f6bdca
The "count" parameter has disappared; removing the reference
2003-02-03 05:26:39 +00:00
acli
1e82d0e36a
The "count" parameter has disappared; removing the reference
...
Added TMPL_IF's to show "Nothing found" if nothing is found in the Koha
database and/or the breeding farm
2003-02-03 05:23:16 +00:00
acli
17db5dbfec
Copied parameters-top.inc from en directory
2003-02-03 02:15:59 +00:00
acli
32b87866dd
Minor code cleanup
...
(Implemented some simple FIXME's in C4/Search.pm)
2003-02-03 02:15:43 +00:00
acli
4232919431
Translation correction
2003-02-03 02:14:21 +00:00
acli
366ac24347
Added the "check MARC" link from the en template
2003-02-03 02:12:24 +00:00
acli
b6735c987f
Wrong field name "item" specified, should be "itemnumber"
...
The "Item number" is actually the barcode; wording corrected
(Bug 168)
2003-02-03 01:58:55 +00:00
acli
16d67236c2
Distinguish between On Loan, Item Lost, and Withdrawn, instead of saying
...
just "not available". Cf. Bug 112
2003-02-02 08:47:01 +00:00
acli
bb771c2dd8
Additional translation
2003-02-02 07:44:06 +00:00
acli
e9858a2910
Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
2003-02-02 07:19:29 +00:00
acli
52a5fd4bbd
Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
...
Create output_html_with_http_headers function to contain the "print $query
->header(-type => guesstype...),..." call. This is in preparation for
non-HTML output (e.g., text/xml) and charset conversion before output in
the future.
Created C4/Interface/CGI/Template.pm to hold convenience functions specific
to the CGI interface using HTML::Template
Modified moremembers.pl to make the "sex" field localizable for languages
where M and F doesn't make sense
2003-02-02 07:18:37 +00:00
acli
6d940e0d84
Wrong *-top.inc included
2003-02-02 05:02:35 +00:00
acli
13aa3cf49d
Make the heading more meaningful
2003-02-02 05:02:02 +00:00
acli
39890b6fe6
A couple of wording corrections
2003-02-02 05:01:32 +00:00
acli
11a093e0ae
Wrong TITLE
2003-02-02 05:00:29 +00:00
acli
fc9629aedd
The search interface takes a barcode from the item number field; adjusting
...
the display to match
2003-02-02 04:59:39 +00:00
acli
d16a9737d6
Handle non-latin1 charsets
2003-02-02 04:57:47 +00:00
acli
d34d5fe2dd
Incomplete translation
2003-02-02 04:56:46 +00:00
acli
fc2daff31e
Handle non-latin1 charsets
2003-02-02 00:13:10 +00:00
acli
b297952138
Corrected syntax error reported by Benedict
...
Made the indentation somewhat easier to read; the messiness probably caused
the original syntax error.
2003-01-30 01:47:48 +00:00
kb2qzv
9f5e178c1e
Conversion to utf-8 charset
2003-01-29 23:42:30 +00:00
hdl
a0f2bc96a3
Templating : returns.pl
2003-01-29 22:45:07 +00:00
hdl
0d70b6379e
Templating :returns.pl
2003-01-29 22:44:38 +00:00
tipaul
702fef90dc
bugfix #186
2003-01-28 15:34:52 +00:00
tipaul
d211774437
removing MARC::Charset test
2003-01-28 15:31:22 +00:00
tipaul
75a46dc5bd
removing use MARC::Charset
...
Was a buggy test
2003-01-28 15:28:31 +00:00
tipaul
5fdedad728
userflag table now created in upgrade script (bugfix #171 )
2003-01-28 15:13:30 +00:00
tipaul
2b5699f89b
reordering code
2003-01-28 15:02:39 +00:00
tipaul
11480721bf
Now uses get_template_and_user, and non iso-5589-1 code from Ambrose
2003-01-28 15:01:42 +00:00
tipaul
3f3aec97e0
user can now search in breeding farm with isbn/issn or title. Title/name are stored in breeding farm and showed when a search is done
2003-01-28 15:00:30 +00:00
tipaul
a18bba80d5
*** empty log message ***
2003-01-28 14:58:57 +00:00
tipaul
56ac016812
fixing wrong sql query (use of ?)
2003-01-28 14:57:33 +00:00
tipaul
c23d07724e
search on MARC datas.
...
first draft
2003-01-28 14:56:39 +00:00