Henri-Damien LAURENT
eb8e666234
Bug Fixing : page changes were broken for unimarcfield_4XX.pl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:45:11 -05:00
Paul POULAIN
4025e6fd38
BUGFIX: we show the 1st page, that is numbered 0
...
Without this, the search in catalogue showed the # of results, but not the results !
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 16:03:45 -05:00
Paul POULAIN
9a1b556879
BUGFIX : create a unique div for each subfield
...
otherwise, when you have a repeated field, when editing biblio,
the cloneSubfield (+) button will clone the subfield in the 1st field
wherever you click !
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:40 -05:00
Paul POULAIN
ff9aca298d
BUGFIX (unimarc specific) escaping ' in template variables in 4XX plugin
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:28:52 -05:00
Paul POULAIN
5f15ea68e8
2 BUGFIX (1 being unimarc specific) : change in plugin handling
...
before this commit, the main (usually $a) entry could not be entered by the librarian.
With the new BiblioAddAuthority feature, it's a bad idea : the librarian will
be able to enter a value manually, and the authority will be automatically created on the fly
Thus the small change in addbiblio.pl
This commit also fixes a bug in plugin 4XX (which is unimarc specific) :
"Empty" option did not work properly + API convention fix (biblionumber instead of bibnum)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:28:45 -05:00
Paul POULAIN
b67d77e211
BUGFIX : repeated fields where merged on biblio update
...
When updating a biblio, all repeated fields had the same input name.
Thus, when retrieving them through cgi->param resulted in a single line
Thus all subfields where merged in a single MARC field.
Adding a random() part to the name solves the problem
+ removing some warn lines
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:31 -05:00
0f3b435b15
Removing script-specified CSS and js pointers. More markup cleanup and restructuring.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:39 -05:00
55bc6939ad
Corrections for XHTML compliance
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:36 -05:00
Paul POULAIN
a201aac3c8
BUGFIX (major) : when editing an existing biblio, biblionumber was lost
...
In Koha 2.2 the biblionumber was an hidden field in the form,
exactly as any other subfield.
As we also stored biblionumber as specific field, it was useless to have it
twice.
with this commit, we restore the biblionumber in the MARC:Record in TransformHtml2Marc
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:22 -05:00
Paul POULAIN
6af15e5e9d
BUGFIX : deal with repeatable values when retrieving a z3950 biblio
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 05:43:55 -05:00
c44f56fcac
Moving </head><body> into body of templates so that js and css can be embedded per-page.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:54 -05:00
dc68c00c8d
Testing new changes to Auth.pm to allow passing of page-specific js and css to templates
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:01 -05:00
3262d91a16
Modifications to enable YUI-Grids layout structure. Unfinished.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:42 -05:00
Henri-Damien LAURENT
61efebb7e7
Adding new feature : creating authorities on-the-fly.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 15:14:22 -05:00
7e7a070ee3
Adding missing barcode.pl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-16 13:42:39 -05:00
Paul POULAIN
9a32fe85c2
This commit fixes a bug in biblio encoding. things were mixed up when reporting item(s) into the biblio, to UPDATE biblioitems.marcxml, after a biblio modif (in MARC editor).
...
So, deal carefully with this commit pls, and check it for your setups, because the patch works for me, but I'm not sure to understand well why :\
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:28:28 -05:00
Joshua Ferraro
2e7a14fe4d
patch to fix marc21 leader
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 10:11:33 -05:00
Paul POULAIN
3f9017b349
adding a ExpandField feature to MARC editor : all subfields that are empty and not mandatory are hidden by default. a click on the tag title expand all of them. This is better imho than the previous minimizer, because :
...
Note that the minimize/expand by default behaviour could be changed to use the hidden property. Il let LibLime guys say what they think of this proposal, and discuss another behaviour.
Anyway, it proves that the new editor is better than the previous one as it can evolve easily ;-)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:51:57 -05:00
Joshua Ferraro
e9ae8c0686
patches from paul
2007-08-08 07:41:19 -05:00
Chris Cormack
2e4a11773c
Merge branch 'master' of /home/jmf/repos/koha-rm-root.git/
2007-08-08 07:36:43 -05:00
Paul POULAIN
0187bcaf84
tidying SQL query
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:06 -05:00
toins
ae706f0d7a
fix indentation.
2007-07-31 16:14:15 +00:00
toins
3731406592
plugin rewrited to works with addbiblio.
...
NOTE :
Unimarc plugins has been fully tested but not MARC21 one.
Unimarc plugins respect the norme now.
2007-07-31 16:06:21 +00:00
toins
e14fdf1f5e
addbiblio cleaned.
...
TODO: There is still a encoding pb when modifying a biblio.
2007-07-31 16:03:09 +00:00
hdl
1fcab18c44
Creating Biblio if BiblioAddAuthorities is set in system Preferences.
...
Need further testing and debugging.
Biblio is created but it seems the creation of authority fails.
2007-07-20 16:38:21 +00:00
hdl
6ab51c1782
Adding a biblio can be executed in a popup now.
2007-07-16 15:49:53 +00:00
toins
e1b6492b50
syntax error
2007-07-13 16:00:50 +00:00
toins
76c3275d12
bug fix there was an internal servor error when there is no result
2007-07-13 13:13:41 +00:00
toins
267ca1b99a
displaying the query to search
...
re indenting
minor style enhancement
2007-07-12 15:30:13 +00:00
toins
a8bca5403e
remove duplicated line.
2007-07-12 15:28:31 +00:00
toins
3c1ae55fcf
adding a pagination bar & displaying only 20 results per page.
...
style enhancement
re indenting
2007-07-12 15:28:00 +00:00
hdl
7494188760
Adding macle_plugin for FRANTIQ
2007-07-10 08:48:54 +00:00
hdl
5f5da86c27
Bug Fixing:
...
authorised values for a subfield was not taken into account beacause value names were conflicting.
2007-07-06 12:59:06 +00:00
tipaul
967542e325
leader length checking bugfix : 25 and not 24
2007-07-02 09:51:28 +00:00
tipaul
d132e60e33
unimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML on an item, you must not automatically add a 100 field in items, otherwise there will be 2 100 fields in the biblio, which is wrong
2007-07-02 09:50:03 +00:00
tipaul
4cbf85f1b2
decoding correctly z3950 biblios
2007-06-25 15:06:28 +00:00
tipaul
014350b476
bugfixes on unimarc 100 handling (the field used for encoding)
2007-06-25 15:01:45 +00:00
tipaul
23427c51b9
some fixes (and only fixes)
2007-06-15 13:44:44 +00:00
toins
d693f7946b
writing absolute path.
2007-06-08 15:20:16 +00:00
tipaul
5dd3f0229a
bugfixes (various), handling utf-8 without guessencoding (as suggested by joshua, fixing some zebra config files -for french but should be interesting for other languages-
2007-06-06 13:08:35 +00:00
tipaul
e43c164395
fixing template & javascript bug on almost all plugins
2007-06-05 08:38:39 +00:00
tipaul
67d1dcf1f7
various bugfixes (minor) and french translation updated
2007-05-23 16:19:40 +00:00
btoumi
a29ba65fba
bug fixing : add new check for isbn because u can find number in begenning of title
2007-05-22 13:39:26 +00:00
hdl
286930bdc7
Changing GetMarcStructure signature.
...
Deleting first parameter $dbh
2007-05-22 08:50:47 +00:00
tipaul
e1d907c688
various bugfixes on parameters modules + adding default NoZebraIndexes systempreference if it's empty
2007-05-04 16:24:08 +00:00
hdl
097fef712a
Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.)
2007-04-27 14:00:48 +00:00
hdl
100e6a9808
functions that were in C4::Interface::CGI::Output are now in C4::Output.
...
So this implies quite a change for files.
Sorry about conflicts which will be caused.
directory Interface::CGI should now be dropped.
I noticed that many scripts (reports ones, but also some circ/stats.pl or opac-topissues) still use Date::Manip.
2007-04-24 13:54:28 +00:00
tipaul
7bd99ef365
removing all useless %env / $env
2007-04-18 17:00:14 +00:00
tipaul
a481fad4b7
Code cleaning :
...
== Biblio.pm cleaning (useless) ==
* some sub declaration dropped
* removed modbiblio sub
* removed moditem sub
* removed newitems. It was used only in finishrecieve. Replaced by a Koha2Marc+AddItem, that is better.
* removed MARCkoha2marcItem
* removed MARCdelsubfield declaration
* removed MARCkoha2marcBiblio
== Biblio.pm cleaning (naming conventions) ==
* MARCgettagslib renamed to GetMarcStructure
* MARCgetitems renamed to GetMarcItem
* MARCfind_frameworkcode renamed to GetFrameworkCode
* MARCmarc2koha renamed to TransformMarcToKoha
* MARChtml2marc renamed to TransformHtmlToMarc
* MARChtml2xml renamed to TranformeHtmlToXml
* zebraop renamed to ModZebra
== MARC=OFF ==
* removing MARC=OFF related scripts (in cataloguing directory)
* removed checkitems (function related to MARC=off feature, that is completly broken in head. If someone want to reintroduce it, hard work coming...)
* removed getitemsbybiblioitem (used only by MARC=OFF scripts, that is removed as well)
2007-03-29 13:30:31 +00:00
tipaul
8830e5af8f
removing marc=off scripts
2007-03-29 13:29:48 +00:00
tipaul
56c4a32119
adding default value new feature into cataloguing. The system (definition) part has already been added by toins
2007-03-29 09:42:13 +00:00
tipaul
f8e9fb6445
rel_3_0 moved to HEAD (introducing new files)
2007-03-09 15:34:17 +00:00
tipaul
70501283b3
rel_3_0 moved to HEAD
2007-03-09 14:41:32 +00:00
tipaul
2ffd5b7228
rel_3_0 moved to HEAD
2007-03-09 14:28:54 +00:00
tgarip1957
04b2e6112f
Finalized XML version for intranet
2006-09-27 21:19:21 +00:00
tgarip1957
a21d954442
Fixes a bug with Marchtml2xml and sync with dev_week
2006-09-11 17:12:04 +00:00
tgarip1957
7e52a5665c
Clean up before final commits
2006-09-06 16:21:03 +00:00
tgarip1957
30e64942f4
Z3950 search when adding a bibblio using ZOOM.
...
Servers chosen on the fly
If during a modification allows imported file to replace existing biblio
2006-09-01 22:28:34 +00:00
tgarip1957
e928ba3e05
MARCXML only. No more MARC record. No more non-marc handling
...
Install LibXML or Expat for fast parsing. either will work
Bug in addbiblio when adding authorities fixed
2006-09-01 15:45:01 +00:00
toins
8bd1fdc6ac
C4::SearchMarc is deprecated now. it is totaly replaced by C4::Search.
2006-08-10 13:08:28 +00:00
toins
756827b164
1 sub renamed and cleaned.
2006-07-27 13:52:49 +00:00
toins
3c6410111b
subs renamed according to coding guidelines.
2006-07-21 10:10:29 +00:00
toins
c05482a407
getitemtypes renamed to GetItemTypes
2006-07-12 17:17:12 +00:00
rangi
4f210d4556
Modify item now works
...
BUT only if there is only one item, if there is more than one item, it gets messed up.
They get combined into the form, ill work on this next
2006-04-03 04:00:02 +00:00
kados
52283b6c66
re-adding oldbiblionumber for the sake of the plugin
2006-04-03 00:17:13 +00:00
kados
6c633aca55
syncing with rel_2_2, adding visibility handling
2006-04-02 19:12:01 +00:00
kados
ea32a21f7f
adding eval to fix 500 error with blank marc record
2006-04-01 23:06:22 +00:00
kados
d8ed60a8a2
syncing with rel_2_2
2006-03-10 02:43:13 +00:00
rangi
69604ba93f
catching oldbiblionumber also
2006-03-07 23:37:48 +00:00
kados
c6d8b997d0
fix syntax error.
2006-03-06 03:50:29 +00:00
kados
06fbd65b95
remove char_decode
2006-03-06 03:48:20 +00:00
rangi
d2a134fa71
Items adding correctly now
2006-03-06 03:12:38 +00:00
kados
2069910cd7
forgot to add 'utf-8' argument to new_from_xml()
2006-03-06 02:51:04 +00:00
kados
531fb1fdcd
Adding fixes to MARC editor to HEAD
2006-03-06 02:45:41 +00:00
kados
ef5b0fc881
Don't need those $Zconn's after all.
2006-02-26 00:12:51 +00:00
kados
e035283a5f
Adding support for new Zconn object from C4::Context.pm
2006-02-25 22:51:32 +00:00
rangi
3f042af791
Can now add an item
2006-02-15 03:14:53 +00:00
rangi
3cb9cf08a3
Changing to get the template from the right directory
2006-02-15 02:18:28 +00:00
tipaul
ff0508c4d2
road to 3.0 : updating a biblio in zebra seems to work. Still working on it, there are probably some bugs !
2006-02-14 11:25:22 +00:00
tipaul
ef71641736
moving cataloguing scripts to a cataloguing directory (more logic than acqui.simple !!!) & updating prog templates
2006-01-19 12:48:00 +00:00
tipaul
3dfb245590
moving acqui.simple directory to cataloguing, as acqui.simple contains cataloguing scripts...
2006-01-17 16:40:54 +00:00