2006-04-04 |
tipaul | * using a left join to avoid missing some lines. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
tipaul | * fixing a bug with hide_marc systempref (the image... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
kados | fixing a bug in the way that max is generated when... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
tipaul | fixing an error in help message |
commit | commitdiff | tree | snapshot |
2006-04-03 |
tipaul | oups, sorry kados, I had removed something you wrote... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
tipaul | adding patron image support in default template |
commit | commitdiff | tree | snapshot |
2006-04-03 |
tipaul | changing the <table> for a more readable look |
commit | commitdiff | tree | snapshot |
2006-04-03 |
tipaul | kados added a "any item type" to the itemtype list... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
kados | removing warn. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
kados | fixing extra leader position. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
kados | removing encode, cleaning up a bit. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
kados | adding dateentered ... thanks Tumer |
commit | commitdiff | tree | snapshot |
2006-03-31 |
kados | Permits exporting bib data as MARC from the command... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
tipaul | don't use + on a numeric value when you want to do... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
oleonard | Another alternate OPAC color scheme (designed for http... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
oleonard | Renaming CSS files to follow a standard convention: |
commit | commitdiff | tree | snapshot |
2006-03-22 |
oleonard | Adding reserve link to book bag. Link acts on parent... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
oleonard | Adding button image for 'remove from this list' (used... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
hdl | Bug fixing : link with MARC subjects in detail page... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
kados | fixes a bug where if the record contained wide chars... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
kados | improved handling of visibility |
commit | commitdiff | tree | snapshot |
2006-03-21 |
kados | improved handling of visibility. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
kados | add support for hidden fields being hidden in the editor |
commit | commitdiff | tree | snapshot |
2006-03-21 |
kados | bugfixing form submission |
commit | commitdiff | tree | snapshot |
2006-03-20 |
tipaul | * check that an item is not on loan before deleting... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
kados | improvements to plugin |
commit | commitdiff | tree | snapshot |
2006-03-19 |
kados | new plugin for fixed field 003 |
commit | commitdiff | tree | snapshot |
2006-03-18 |
kados | add syspref for the MARC Organization Code of the library |
commit | commitdiff | tree | snapshot |
2006-03-18 |
kados | keep subfields expanded if values exist |
commit | commitdiff | tree | snapshot |
2006-03-18 |
kados | minor cleanup of css |
commit | commitdiff | tree | snapshot |
2006-03-17 |
kados | Heavy revisions to MARC Editor ... I'll send a mail... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
kados | setting default for leader position 9 to unicode ('a') |
commit | commitdiff | tree | snapshot |
2006-03-16 |
kados | remove incorrect DISABLE READONLY from input tag -... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
tipaul | update of release notes for 2.2.6 |
commit | commitdiff | tree | snapshot |
2006-03-15 |
tipaul | added a new feature in summary building (for an authority) |
commit | commitdiff | tree | snapshot |
2006-03-15 |
tipaul | removing hardcoded link in summary of authority (on... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
tipaul | porting authorities headings to css templates |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | refining visibility scheme further -- I don't think... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | change 'hidden' to check encoded scheme |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | fixing visibility flag: if ((<=-4)||(>=5)) { not in... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | removing duplicate |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | adding information about new visibility feature to... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | slight adjustment to visibility comparison |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | refining addbiblio.pl to allow for greater complexity... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
kados | refining MARC detail in opac to check if visibility... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
kados | adds further functionality to not load subfields marked... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
kados | bugfix for previous commit -- now you can actually... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
kados | add support for 'Hidden' in marc_subfields_structure... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
kados | adds visibility status to MARC subfields. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
kados | adds the ability to 'hide' and 'make visible' subfields... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
oleonard | Adding method for on-the-spot renewal of patron records... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
oleonard | setstatus.pl will now process 'lift debarral' requests... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
oleonard | Adding expiry variable to template so that date can... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
kados | hide authorities heading search in OPAC if Disable_Dict... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
kados | hide authorities search if Disable_Dictionary is set |
commit | commitdiff | tree | snapshot |
2006-03-13 |
kados | adding ability to set 'renewaldate' to allow a 'renew... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
oleonard | Another set of alternate OPAC stylesheets (designed... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
oleonard | Adding style declaration for 'overdue' |
commit | commitdiff | tree | snapshot |
2006-03-13 |
oleonard | 1. Removing unecessary NPL-specific markup |
commit | commitdiff | tree | snapshot |
2006-03-13 |
oleonard | 1. Formatting 'fines' amount to two decimal places |
commit | commitdiff | tree | snapshot |
2006-03-13 |
kados | bugfixing |
commit | commitdiff | tree | snapshot |
2006-03-13 |
tipaul | notes for 2.2.6 (that will be 2.4.0) |
commit | commitdiff | tree | snapshot |
2006-03-10 |
oleonard | This template was added for NPL but not default |
commit | commitdiff | tree | snapshot |
2006-03-10 |
kados | check for existance of $record before trying as_xml... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
kados | convert to utf-8 on import |
commit | commitdiff | tree | snapshot |
2006-03-10 |
kados | IMPORTANT: |
commit | commitdiff | tree | snapshot |
2006-03-09 |
oleonard | This file is no longer necessary due to fixes for Bug 585 |
commit | commitdiff | tree | snapshot |
2006-03-09 |
oleonard | Swapping out intranet-nav.inc for intranet-nav-brief... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
oleonard | Swapping out intranet-nav.inc for intranet-nav-brief... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
oleonard | Removing NPL-specific markup. Some reformatting to... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
oleonard | Removing unnecessary NPL-specific markup |
commit | commitdiff | tree | snapshot |
2006-03-09 |
oleonard | renaming variable so that 'branchname' can be used... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
kados | fix to stop overlay of patron image ... thanks Owen! |
commit | commitdiff | tree | snapshot |
2006-03-09 |
kados | removing another 'Display for NPL' ... owen, do you... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
kados | Refining list of appropriate subfields to display for... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
kados | An example for building marc21 authorities from existin... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | Moving some common javascript stuff into an include... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | Style additions/changes relating to patron images |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | Displaying patron image if system preference is set |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | Enabling patronimages system preference for these two... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | "No Image Available" graphic to display in circulation... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | Reformating suggestions page, trying to get a handle... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | Synching with default template |
commit | commitdiff | tree | snapshot |
2006-03-08 |
oleonard | Updating opac-main and opac-search with form from opac... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
kados | adds support for branch selection to opac-main.pl ... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
kados | Adding a new way to return branches to the template... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
kados | Modifying patronimages: now it can be used to specify... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
kados | re-adding paul's fix for improper XML characters. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
kados | removing blank subfield values |
commit | commitdiff | tree | snapshot |
2006-03-08 |
kados | bugfix for Biblio.pm based on feedback from production... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | some changes in systempreference settings |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | fixing some UNIMARC behaviour + removing some hardcoded... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | modifying css : the menu must be on the left, as the... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | removing useless code (copy-paste from intranet, useles... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | some opac systempreferences are set by all pages. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | changing the size of some new systempref to a bloc... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | adding opacreadinghistory support in default css templa... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | adding opaccredits to bottom of main page |
commit | commitdiff | tree | snapshot |
2006-03-08 |
tipaul | deal with &, <, >,", ' that are not valid in a XML... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
kados | adding support for stylesheets in this script |
commit | commitdiff | tree | snapshot |
next |