Commit graph

1715 commits

Author SHA1 Message Date
tipaul
f54229407c templates for log viewer 2006-02-20 14:36:16 +00:00
rangi
3d5d00b463 Little test set up that lets you type cql in which is passed to zebra
install search-test.pl on your opac (or the intranet, if intranet youll need to put the tmpl file in the intranet too)


NOT FOR PRODUCTION, purely for testing
2006-02-16 20:51:07 +00:00
rangi
810cbd36de fixing broken link 2006-02-15 03:16:17 +00:00
rangi
614708756f Removing reference to acqui.simple 2006-02-15 02:20:01 +00:00
rangi
1d5d73557a Putting this in the right place 2006-02-15 02:17:56 +00:00
tipaul
bcbcb9a57c adding some templates I forgot to commit (module sub menus) 2006-02-13 16:39:33 +00:00
tipaul
56a55bd4cb some modifs to enable search on old search API with zebra. seems to work, although it is 100% dirty code that should be rewritten by someone (chris ?)
I just hacked this to have a working search to continue working on Biblio.pm & catlaoguing

+code cleaning (using biblionumber standard API name)
2006-02-13 16:38:29 +00:00
tipaul
804d630bd1 adding detail templates in cvs, in their new catalogue directory 2006-02-13 16:37:57 +00:00
rangi
fd31a3c40a fixing links from acqui.simple to cataloguing 2006-02-09 03:26:03 +00:00
tipaul
362e760a86 just adding menus to the top 2006-01-20 16:12:49 +00:00
tipaul
c5521d18cc updating prog templates for acqui 2006-01-20 16:04:42 +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
247e04d204 templating serials & moving them to a serials directory, more self-explanatory (bull being french) 2006-01-19 12:46:58 +00:00
tipaul
91e99db992 prog templates : completed, fixed & xhtml valid 2006-01-18 17:23:32 +00:00
tipaul
e81b8d5bae prog templates : completed, fixed & xhtml valid 2006-01-18 15:38:17 +00:00
tipaul
d5938493d7 synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
Seems not to break too many things, but i'm probably wrong here.
at least, new features/bugfixes from 2.2.5 are here (tested on some features on my head local copy)

- removing useless directories (koha-html and koha-plucene)
2006-01-06 16:39:37 +00:00
tipaul
c40f8c923f utf8 is a : go for beta test in HEAD.
some explanations :
- updater/updatedatabase => will transform all tables in innoDB (not related to utf8, just to warn you) AND collate them in utf8 / utf8_general_ci. The SQL command is : ALTER TABLE tablename DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci.
- *-top.inc will show the pages in utf8
- THE HARD THING : for me, mysql-client and mysql-server were set up to communicate in iso8859-1, whatever the mysql collation ! Thus, pages were improperly shown, as datas were transmitted in iso8859-1 format ! After a full day of investigation, someone on usenet pointed "set NAMES 'utf8'" to explain that I wanted utf8. I could put this in my.cnf, but if I do that, ALL databases will "speak" in utf8, that's not what we want. Thus, I added a line in Context.pm : everytime a DB handle is opened, the communication is set to utf8.
- using marcxml field and no more the iso2709 raw marc biblioitems.marc field.
2006-01-04 15:54:55 +00:00
tipaul
d9be1036aa new features for serial module :
- the last 5 issues are now shown, and their status can be changed (but not reverted to "waited", as there can be only one "waited")
- the library can create a "distribution list". this paper contains a list of borrowers (selected from the borrower list, or manually entered), and print it for a given issue. once printed, the sheet can be put on the issue and distributed to every reader on the list (one by one).
2005-10-27 12:08:44 +00:00
tipaul
b38997925f big commit, still breaking things...
* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued
2005-10-26 09:11:02 +00:00
oleonard
aee209d4f9 Neglected to add this file previously. 2005-10-12 15:04:45 +00:00
doxulting
20bb2896d6 Removed extra html tags which were creating mistakes in display 2005-10-04 14:41:48 +00:00
doxulting
83c3b55dc4 Changer submit type. It was preventing setting the banchcode. It is correct in english, hope my change will be reported when translation will be done. 2005-10-03 16:21:10 +00:00
tipaul
3a3f9bbb47 see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 15:31:05 +00:00
tipaul
e2cc767243 porting 22 fixes to head 2005-09-09 10:04:55 +00:00
oleonard
35af690c60 Looks to me like this isn't used anymore 2005-09-03 18:39:04 +00:00
oleonard
8f3fdfc37f Putting this template in with reserves where it belongs. Adding alternating row colors, formatting links properly to go with updates to the script. 2005-09-03 18:35:37 +00:00
oleonard
a5f4e27446 reservereport.tmpl has been moved to /reports 2005-09-03 18:31:03 +00:00
oleonard
185aa8b8c6 Putting this template in with reserves where it belongs. Also making a few changes: bringing it more in line with other CSS templates, adding alternating row colors, formatting links properly to go with updates to the script. 2005-09-03 18:30:20 +00:00
rangi
87317f1881 Link to reviews displaying if there are any available 2005-09-03 00:28:01 +00:00
rangi
011a170e63 More ugly html, this template is to display reviews, once a user has click on the display review link on the opac-detail.pl page 2005-09-03 00:25:08 +00:00
rangi
e4dd5ee617 Template for editing/adding a review.
This is ugly chris html .. im hoping Owen or someone can fix it up
2005-09-03 00:22:17 +00:00
rangi
09e3e07a8b Change to the template to display a link to add a review 2005-09-03 00:18:29 +00:00
tipaul
66bec3e9ea * road to zebra for MARC=OFF
* removing Acquisitions/branches.pm call, as it's now in Koha.pm
2005-09-02 14:46:40 +00:00
tipaul
3bb687a945 new feature : image for itemtypes.
* run updater/updatedatabase to create imageurl field in itemtypes.
* go to Koha >> parameters >> itemtypes >> modify (or add) an itemtype. You will see around 20 nice images to choose between (thanks to owen). If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
* go to OPAC, and search something. In the result list, you now have the picture instead of the text itemtype.
2005-09-02 14:45:29 +00:00
tipaul
cf94bf34fb new feature : image for itemtypes.
* run updater/updatedatabase to create imageurl field in itemtypes.
* go to Koha >> parameters >> itemtypes >> modify (or add) an itemtype. You will see around 20 nice images to choose between (thanks to owen). If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
* go to OPAC, and search something. In the result list, you now have the picture instead of the text itemtype.
2005-09-02 14:18:38 +00:00
oleonard
2468218464 Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine. Also quoting some unquoted attributes and fixing some HTML typos 2005-08-31 15:53:53 +00:00
oleonard
0b8907a1d6 Fixing broken link back to moremember.pl 2005-08-31 15:53:03 +00:00
szrj1m
0429abf931 Added link to 'reservereport.pl'. 2005-08-29 01:41:12 +00:00
szrj1m
f1b044862d Added status field, and patron and title links. 2005-08-26 23:53:59 +00:00
doxulting
07dfffb799 Correct a bug that prevents selectionning an entry with a quote 2005-08-26 12:18:59 +00:00
oleonard
fa31d3b02a Fixes for Bug 926 (forms lack method and/or action attributes). Also hiding 'delete' functionality from opac-shelves.tmpl when user cannot manage shelf, other HTML cleanup 2005-08-24 17:54:51 +00:00
hdl
2dbb086c46 Adding a note field in serial table.
This will allow librarian to mention a note on a peculiar waiting serial number.
2005-08-24 08:49:03 +00:00
oleonard
c9cccdb72f This shelves template doesn't appear to be in use by any scripts. All intranet virtual shelves templates are under \koha-tmpl\intranet-tmpl\default\en\bookshelves 2005-08-22 19:09:49 +00:00
oleonard
1c7c5c1118 Several new item type images, corresponding to item types used by requesting library. 2005-08-22 19:02:21 +00:00
genjimoto
035d27e50e modified template to enable circulation system to show picture of borrower for verification purposes. 2005-08-22 12:54:25 +00:00
genjimoto
d9697428d5 Template for photo upload, see member-picupload.pl and moremember.pl and moremember.tmpl 2005-08-22 04:23:44 +00:00
genjimoto
6658496c62 Added picture display. if this borrower picture exists, it displays. Either way, it has a "Upload Picture" label that calls member-picupload.pl 2005-08-22 04:21:38 +00:00
szrj1m
88008606f5 HTL mod for till reconciliation. 2005-08-22 00:52:35 +00:00
szrj1m
53361c3f9a HTL mod for till reconciliation. 2005-08-22 00:24:07 +00:00
tipaul
22a4029cad *** empty log message *** 2005-08-12 13:57:03 +00:00