Joshua Ferraro
6f28205b09
adding setstatus.pl from dev_week
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 11:56:21 -06:00
Joe Atzberger
fa6fffeb6d
memberentry.pl and calendar-setup.js - remove CVS '$Id$'
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 11:00:09 -06:00
86e458a3ce
Standardizing format for error/message dialogs. <div class="dialog alert"> for high-priority warnings/confirmations. <div class="dialog message"> for lower priority/informational messages.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:57:46 -06:00
100a51e6c2
Cleaning up and styling picture upload page. Second try for this patch.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:57:36 -06:00
Henri-Damien LAURENT
111044b7a1
Bug Fixing : Authorised values could not be edited
...
If id provided and authorised value exists,
then change it and get back to authorised_value page.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:51:16 -06:00
Henri-Damien LAURENT
f3b0f3816b
Bug fixing : serial collection on OPAC were not correctly displayed.
...
Call to PrepareSerialsData on Serial information
Adding receivedlist and missing list to brief display
Modifying js to use display:block/display:none rather than visibility attribute.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:51:14 -06:00
627206a5b5
Reverting changes which were committed by mistake. Tried moving the filter into the sidebar, but the layout couldn't take the wide select drop-downs.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:47:23 -06:00
Joe Atzberger
44c792801e
Members.pm - dbh->{'mysql_insertid'} still needed, despite shortcomings.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:05:04 -06:00
Joe Atzberger
ab4ccf8ac1
Circulation.pm - Bugfix invalid constructor calls to Dates (single digit Mon. and Day)
...
See Bug #1647
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:04:37 -06:00
Joe Atzberger
0a015b0120
install.pl - Important fix for Algorithm::CheckDigits mismatch
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:03:35 -06:00
Joe Atzberger
afdcdab964
Members.pm - Handle bad categorycode, Dates.pm - other problems persist.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:02:45 -06:00
Joe Atzberger
90a0dcd223
Auth.pm - 3 changes: $debug instead of warn, LDAP require/import, $timeout regexp (+ instead of *).
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:02:21 -06:00
Joe Atzberger
f6ff3d86e7
Serials.pm + NewsChannels.pm - use Dates and replace old CVS-based $VERSION.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:01:44 -06:00
Joe Atzberger
494ed0e661
NewsChannels.pm - dos2unix fix for ^M
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:01:00 -06:00
Paul POULAIN
318b75d1cd
removing some useless parenthesis in the template
...
with (), the look was not nice when you've defined () in the name of your authority.
Like
subject (common name)
subject (personnal name)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:16:56 -06:00
Paul POULAIN
688d000f9f
small change in blue.css to marc editor (moving 10px to the right subfields)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:16:23 -06:00
Paul POULAIN
c1ed403b00
regexp-ing $marcflavour to handle unimarc_xxxxx or marc21_yyyy subdirectories
...
see previous commit, about having 2 different sets of UNIMARC.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:15:53 -06:00
Paul POULAIN
7fe49b95d2
big change in installer for french unimarc
...
The biblio & authorities frameworks have been removed from 1-Obligatoire
and moved to marcflavour new directory.
There are 2 sub-unimarc directories :
- unimarc_complet (complet=full), that contains full unimarc frameworks (not finished)
- unimarc_lecture_pub (lecture_pub = public library), that contains simplified frameworks (should work, although more test needed)
That will let the user choose between 2 differents set of unimarc : public libraries often don't care to handle a too complex marc, while conservation libraries need something complete.
This is one of the major thing that ppl wanted : a more public library friendly Koha.
With HideMarc=ON, public libraries should be very happy with the way cataloguing can be done now.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:14:54 -06:00
Paul POULAIN
670798d4b4
removing useless file for french unimarc
...
it's elsewhere (in 1-obligatoire)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:13:07 -06:00
Paul POULAIN
599e800850
removing marc flavour from syspref for frenchies
...
as it's now filled by webinstaller and librarian choice
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:12:52 -06:00
Paul POULAIN
0c76ef36ae
Addind a reported_tag entry.
...
the reported tag contains all subfields to report from the authority into the biblio.
NOTE : It is a feature usefull only for OpenCataloger, but OpenCataloger needs it.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:12:37 -06:00
Paul POULAIN
1c9dadfe3c
bugfix on authtype modif
...
A parameter was missing to tell Koha it was a modif (UPDATE) and not an add (INSERT)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:12:13 -06:00
Paul POULAIN
3aacd4a074
synching opac and pro, and removing subtitles that has been removed in 3.0
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:11:26 -06:00
Paul POULAIN
65cad1fd1e
catalogue detail : just changing a , to : and adding a missing space
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:56 -06:00
Paul POULAIN
0c059c7cdb
API uses biblionumber, not "bib"
...
(with bib, you get a nice internal server error on opac-reserve)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:39 -06:00
Paul POULAIN
15acb6eb89
fixing moredetails to point to biblionumber instead of biblioitemnumber
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:23 -06:00
Paul POULAIN
066bb793f0
Adding default hardcoded authorised values list + some comment on them
...
Even on an empty setup, the user will know which auth values he can filled
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:08 -06:00
Paul POULAIN
6a924eb363
reintroducing lateissues-excel
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:09:37 -06:00
Paul POULAIN
b6421adda7
Adding Text::CSV_XS dependancy
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:09:16 -06:00
Paul POULAIN
24212a3023
1514 : no results give no feedback (serials checkexpiration)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:07:49 -06:00
Paul POULAIN
e5ffa4db79
add registration fees on registration renewal if needed
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:07:27 -06:00
Paul POULAIN
6fac0001a1
Member enrolment fee fixed :
...
if there is an enrolment fee, create a debt on patron subscription
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:07:12 -06:00
Paul POULAIN
7f4663a16c
(rss fixes) also removing link to a9, I think it's a missed hardcoded thing.
...
kados, pls check this is correct.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:06:51 -06:00
Paul POULAIN
eb2b2169e9
reintroducing rss in opac-result
...
and removing link to /cgi-bin/koha/opensearch, that is not available in Koha
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:06:19 -06:00
Paul POULAIN
0f1c857d3f
Changing some patron management rules ( #1631 )
...
- the guarantor is no more readonly: it can be typed manually
- useless fields in case of an institution are removed (like DoB, Firstname, gender)
- reintroducing the relashionship select, that was missing in the template (but was handled by the pl)
- moving B_phone to a more logical place (with alternate coordinate)
- reintrocing contactnote in "alt contact"
- changing the select_city behaviour : when a city is choosen, the zipcode & city are automatically filled.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:03:25 -06:00
Paul POULAIN
cea4b27485
just some reindenting (and add a space after the separator, to have XX -- YY and not XX --YY)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 08:59:55 -06:00
Paul POULAIN
3daed5d02a
The type of the query is given by the loop
...
su was harcoded, but it was wrong in case we had a $9 subfield (Koha-Auth-Number)
In this case, we have to search an=NNNNN
There is a small graphic problem remaining : each term is hilighted separatly
even if all links point to the same an. Would be better to have only 1 link
but i'm afraid to break something in case there is no $9, so I don't change
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 08:59:22 -06:00
Paul POULAIN
c511128e12
some sysprefs added and translated to french.
...
Note that it's an unfinished work, but those untranslated seems to do nothing.
I've asked koha-devel & will translate the rest when usefull
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 08:55:36 -06:00
Paul POULAIN
3f7ddca45f
updating yahoo syspref message to let the user know what is the local string
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 08:55:17 -06:00
Paul POULAIN
29d078c1ce
Systempref in french, updated
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 08:54:55 -06:00
Joshua Ferraro
0dd6825a81
owen's fixes to picture upload
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 08:49:26 -06:00
Mason James
d9a9e06556
updated MARC21 indexes, with authorites too. v2
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 07:43:44 -06:00
Joe Atzberger
cd980afbf3
Perldoc fixes - Auth_with_ldap.pm and Log.pm
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 19:00:35 -06:00
Joe Atzberger
377db43117
C4 and misc: permissions fixes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 19:00:34 -06:00
Joe Atzberger
37172b5148
Auth_with_ldap: support non-RFC#2798 user IDs.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 19:00:33 -06:00
Joe Atzberger
d39334c9c5
Context.pm - bugfix punctuation (; vs ,)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 19:00:31 -06:00
Henri-Damien LAURENT
65295e5e22
authorities result lists where badly paged.
...
finalresult contained the whole list and not only the useful results.
resultlist contained only 19 elements. adding one
parameters passed through pages contained also empty parameters deleting them.
Conflicts:
C4/AuthoritiesMarc.pm
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 18:25:52 -06:00
Paul POULAIN
713940d920
BiblioAddAuthorities : adding "" in search term, in case there is a ()
...
+ improving some tests
+ removing some comments
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 18:25:50 -06:00
Paul POULAIN
7f252a2b3f
AddAuthority, adding 100 field for UNIMARC if it's not provided
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 18:25:49 -06:00
Henri-Damien LAURENT
7f2d6b025f
Bug FIX : 437 'Browse Members' function should return paged results
...
Adding pagination_bar to results if needed.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 18:07:23 -06:00