]>
git.koha-community.org Git - koha.git/log
Andrew Moore [Tue, 29 Apr 2008 23:20:24 +0000 (18:20 -0500)]
bug 2047: refactoring icon manipulation logic
I'm extracting some of the icon manipulation logic so that I can get to it from the authorized values pages.
There should be no functionality or documentation changes with this commit.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Thu, 1 May 2008 00:47:25 +0000 (19:47 -0500)]
Adding Fedora installation documentation
Owen Leonard [Tue, 29 Apr 2008 19:53:47 +0000 (14:53 -0500)]
Re-structuring shelf browser markup for improved robustness; Including GoogleJackets js only if pref is turned on.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 29 Apr 2008 19:53:18 +0000 (14:53 -0500)]
Fixes for Bug 2067 (terminology consistency)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 29 Apr 2008 19:53:06 +0000 (14:53 -0500)]
Making label toolbars more consistent
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 29 Apr 2008 15:20:55 +0000 (10:20 -0500)]
BUGFIX labels - Adding labels was failing because of faulty "type" selection.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 29 Apr 2008 13:31:04 +0000 (08:31 -0500)]
Fixes for interface bugs 2064, 2065, 2066
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 28 Apr 2008 21:05:01 +0000 (16:05 -0500)]
More labels repair: FIXME's added, warns $debug-ified.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 28 Apr 2008 20:31:27 +0000 (15:31 -0500)]
BUGFIX - get_batches argument counterproductive. NONE of the Labels code
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 28 Apr 2008 18:22:56 +0000 (13:22 -0500)]
BUGFIX: $item is reference to hashref, not reference to hash.
In fact, the double reference is useless overkill for this and another arg.
This patch relieves the error seen in logs as:
label-print-pdf.pl: Not a HASH reference at /home/atz/koha/production/intranet/modules/C4/Labels.pm line 1007., referer: http://staff-atz.dev.kohalibrary.com/cgi-bin/koha/labels/label-manager.pl?type=labels
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Frederic Demians [Sat, 26 Apr 2008 08:05:32 +0000 (10:05 +0200)]
Add a new Debian package and GoogleJacket on OPAC detail page
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Marc Chantreux [Wed, 23 Apr 2008 15:08:22 +0000 (17:08 +0200)]
fixed langauge typo
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Marc Chantreux [Wed, 23 Apr 2008 15:08:22 +0000 (17:08 +0200)]
fixed langauge typo
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 26 Apr 2008 20:42:29 +0000 (15:42 -0500)]
Minor change to improve compatibility with IE7
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 26 Apr 2008 20:42:20 +0000 (15:42 -0500)]
Some fixes for bug Bug 2056, No Claim Letter Note Should Stand Out, and other markup corrections.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 26 Apr 2008 20:42:13 +0000 (15:42 -0500)]
Changes to improve compatibility with Internet Explorer 6 and 7
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 26 Apr 2008 20:42:05 +0000 (15:42 -0500)]
Removing duplicate NPL itemtype image icons from the staff client
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 26 Apr 2008 20:41:59 +0000 (15:41 -0500)]
Another OPAC popup page requiring ID
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 26 Apr 2008 20:41:54 +0000 (15:41 -0500)]
Adding a couple missing variables for opac login screen (opacheader,OpacUserCSS); Minor tweak to OPAC tags on opac-detail
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Fri, 25 Apr 2008 20:28:14 +0000 (15:28 -0500)]
Normalizing s/On loan/Checked out/
Andrew Moore [Fri, 25 Apr 2008 16:17:02 +0000 (11:17 -0500)]
bug 2058: removing spurious warnings from C4::Items::AddItem
just remove a couple unnecessary warn statements.
no documentation or functionality changes.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Polytechnic University Koha Installation [Fri, 25 Apr 2008 16:40:42 +0000 (12:40 -0400)]
Split Location and Call Number on OPAC detail page
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Frederic Demians [Fri, 25 Apr 2008 08:00:34 +0000 (10:00 +0200)]
Add Debian packaged Image::Magick Perl module to Debian install
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Frère Sébastien Marie [Fri, 25 Apr 2008 06:43:28 +0000 (08:43 +0200)]
name error "opac-bottom.inc" in template
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 25 Apr 2008 00:14:40 +0000 (19:14 -0500)]
Removing duplicate itemtype icons.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 24 Apr 2008 19:21:13 +0000 (14:21 -0500)]
Adding show/hide function to add tag form; fixing bug in series search link (Thanks Tim!)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 24 Apr 2008 19:21:03 +0000 (14:21 -0500)]
Tweaking returns interface and jquery-ing inline javascript.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 24 Apr 2008 19:20:53 +0000 (14:20 -0500)]
Enabling OPACURLOpenInNewWindow preference for "Search for this title in..." links
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 24 Apr 2008 19:20:46 +0000 (14:20 -0500)]
Fix for bug 2043 (Language Issues - OPAC)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 24 Apr 2008 19:20:36 +0000 (14:20 -0500)]
Fix for Bug 2042 (Language Issues - Administration (pt 2)). Also adding tablesorter.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 24 Apr 2008 19:20:29 +0000 (14:20 -0500)]
Minor markup changes, validation corrections.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 24 Apr 2008 19:20:17 +0000 (14:20 -0500)]
Adding IDs to popups to add flexibility to customization.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Thu, 24 Apr 2008 18:38:21 +0000 (13:38 -0500)]
fixing anonymous permissions access to zebra via Z39.50
and SRU
Andrew Moore [Thu, 24 Apr 2008 16:34:26 +0000 (11:34 -0500)]
bug 2044: adding database change for itemtype icon change
This is the database update change to take into account the rearrangement of the
itemtype icons directory.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Andrew Moore [Thu, 24 Apr 2008 15:30:57 +0000 (10:30 -0500)]
Bug 2044: allowing multiuple icon sets
I've rearranged the two directories where media type icons live.
I've also added two more collections of icons, one from
http://apps.carleton.edu/campus/library/bridge_icons/
and one from liblime (Tina). The first has a license restriction that I added
to the "Licenses" tab on the "About" page.
Then, I've adjusted the Item Types Administration page so that it can deal
with multiple collections of icons.
I also added a test script to verify that the two identical icon directories
are actually identical.
DOCUMENTATION CHANGE: It's possible that we need to add something to the administration
documentation to indicate how you can add more sets of icons if you want. You simply add
directory to koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to
koha-tmpl/opac-tmpl/prog/itemtypeimg. The icons should start showing up.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 24 Apr 2008 08:34:06 +0000 (10:34 +0200)]
Minor indexing bug : Title series indexed as Title
410$t is now indexed as Title-series UNIMARC
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 24 Apr 2008 07:29:35 +0000 (09:29 +0200)]
unlocking table when adding/updating authorities is finished.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Frederic Demians [Wed, 23 Apr 2008 18:03:30 +0000 (20:03 +0200)]
Add MARC21 (English) to fr-FR installation
With this addition, it's possible to install Koha in French (fr-FR) and
having the English MARC21 framework. It would be desirable if someone
(a French Canadian?) translate this into French.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 23 Apr 2008 22:22:50 +0000 (17:22 -0500)]
Fix default value for TagsExternalDictionary to be null,
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 23 Apr 2008 17:03:57 +0000 (12:03 -0500)]
Revised suggestions management interface, allows setting of one reason for all suggestions in a particular category (pending/accepted/rejected).
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 23 Apr 2008 17:03:40 +0000 (12:03 -0500)]
Some style changes following up on recent fix for Bug 2019. Hopefully improves readability. Converted up.png from 24-bit to 8-bit for IE6-friendliness (doesn't require alpha transparency).
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Thu, 24 Apr 2008 03:44:32 +0000 (22:44 -0500)]
Validation of opac results and detail pages, normalization
of XSL stylesheets and display
Joshua Ferraro [Wed, 23 Apr 2008 21:00:46 +0000 (16:00 -0500)]
Improvements to the results display in the OPAC, merging style
between the XSL and non-XSL stuff. Refining style of tags display,
adding back links to place hold, add to list, and add to cart on
results page
Joshua Ferraro [Wed, 23 Apr 2008 03:18:10 +0000 (22:18 -0500)]
Cleanup after merge of labels improvements
Joshua Ferraro [Wed, 23 Apr 2008 02:00:56 +0000 (21:00 -0500)]
Adding TagsEnabled to list of known sysprefs, adding 'my tabs'
to the OPAC user portal
Joshua Ferraro [Wed, 23 Apr 2008 01:06:37 +0000 (20:06 -0500)]
Nomenclature cleanup for supplemental issues in serials
Joshua Ferraro [Wed, 23 Apr 2008 00:53:14 +0000 (19:53 -0500)]
Improving dialog for linking to a vendor, allow choice between
OK and Cancel for whether to link to a vendor rather than requiring
a vendor be added.
Joshua Ferraro [Wed, 23 Apr 2008 00:43:34 +0000 (19:43 -0500)]
Nomenclature cleanup for subscription adding page
Joshua Ferraro [Wed, 23 Apr 2008 00:16:30 +0000 (19:16 -0500)]
Revert "2 FixPriority calls were broken. FixPriority itself may be broken too,"
This reverts commit
ea9e0804cd05ee0b0ff386afe28561a2d3cf23e0 .
Joshua Ferraro [Tue, 22 Apr 2008 23:20:52 +0000 (18:20 -0500)]
Moving Tags tab into Enhanced Content to reduce the number
of tabs in sysprefs
Joshua Ferraro [Tue, 22 Apr 2008 23:17:14 +0000 (18:17 -0500)]
NOTE TO DOC TEAM: Moved FRBR, Amazon.com and Baker and Taylor
tabs in system preferences over to a new tab in sysprefs called
Enhanced Content
Joe Atzberger [Tue, 22 Apr 2008 18:52:01 +0000 (13:52 -0500)]
Remove duplicate "use C4::Context". Once is enough, thanks.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:47 +0000 (16:22 -0500)]
Hack RSS to work. Just a temporary fix before XSL takes over.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:46 +0000 (16:22 -0500)]
2 FixPriority calls were broken. FixPriority itself may be broken too,
but we can't test that withtout calling it correctly.
Note FIXME for questionable use of @-.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:45 +0000 (16:22 -0500)]
Copy skin.css from intranet-tmpl, resolve 404 in OPAC.
We should consider using a single yui directory w/ apache redirects to it.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:44 +0000 (16:22 -0500)]
Bugfix #1624 - remove problem w/ EXPR in template, minor cleanup of module.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:43 +0000 (16:22 -0500)]
Pretty sure that "S" is needed. Significant typo.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:42 +0000 (16:22 -0500)]
Remove extraneous code. Note: this is another example of unchecked input, yet unfixed.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:41 +0000 (16:22 -0500)]
Remove redundant zip file.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:40 +0000 (16:22 -0500)]
Cleanup code formatting for readability. No functional change.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:39 +0000 (16:22 -0500)]
opac-search - CORRECTION: remove diagnostic Dumper lines
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:38 +0000 (16:22 -0500)]
stats.screen.pl - cleanup, conditionalize warns w/ Debug
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:37 +0000 (16:22 -0500)]
smart-rules.pl - tighten regexp, Debug for warn statements, readable layout.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:36 +0000 (16:22 -0500)]
smart-rules.tmpl - cleanup display, remove units for zero/empty values
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:35 +0000 (16:22 -0500)]
DB and syspref update for Tags and BakerTaylor
Feel free to apply this before the other related Tags/B&T patches.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:34 +0000 (16:22 -0500)]
Tags - module, script and template support for user tagging in OPAC.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:33 +0000 (16:22 -0500)]
Baker and Taylor OPAC integration, plus some logic for Tags
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:32 +0000 (16:22 -0500)]
C4::Search - just cleanup, 1 FIXME added
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:31 +0000 (16:22 -0500)]
C4/External/BakerTaylor.pm - Back end for B&T content.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:30 +0000 (16:22 -0500)]
opac.css - add styling for tag classes
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:29 +0000 (16:22 -0500)]
opac-tags_subject.pl - touch up: this script is does not require Exporter.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:28 +0000 (16:22 -0500)]
BakerTaylor.pm - Initial implementation of B+T jacket cover and bookstore links.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Mon, 21 Apr 2008 21:22:27 +0000 (16:22 -0500)]
Tagging - add basic template slot in search for tags and script responsiveness to tagging sysprefs
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 22 Apr 2008 15:22:24 +0000 (10:22 -0500)]
kohabug 1776 - try to locate Zebra during install
If running Zebra, try to locate zebrasrv and zebraidx
so that koha-zebra-ctl.sh can point to a functioning
zebrasrv.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 22 Apr 2008 15:22:23 +0000 (10:22 -0500)]
added RUN_DATABASE_TESTS to install log
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 22 Apr 2008 22:55:31 +0000 (17:55 -0500)]
fixing version numbering from 71 to 72
Ryan Higgins [Tue, 22 Apr 2008 22:46:50 +0000 (17:46 -0500)]
Add dropbox mode to return.pl. Small API change to allow setting
returndate other than now(). Overdues will be handled in a forthcoming commit.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Tue, 22 Apr 2008 22:46:22 +0000 (17:46 -0500)]
Small template cleanup: display library name and cat description instead of codes
in circ-menu include. Also, change 'Default' on main login page to 'My Library'.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Tue, 22 Apr 2008 22:46:00 +0000 (17:46 -0500)]
DB BUMP 71 : add formatstring to labels_conf for specifying labels content
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Tue, 22 Apr 2008 22:45:47 +0000 (17:45 -0500)]
Labels update- print any marc field and add csv output.
Make any MARC data available to labels module;
Also add a csv output option, allowing export of relevant
biblio data do a 3rd party label layout application.
Note: This patch REQUIRES a forthcoming updatedatabase patch !
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 15:05:36 +0000 (10:05 -0500)]
Adding breadcrumbs (fixes Bug 2031, "No way back home from about page")
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:54:55 +0000 (09:54 -0500)]
More cleanup and corrections for circulation reports.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:54:38 +0000 (09:54 -0500)]
Fix for Bug 2018 ("Incorrect focus")
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:54:17 +0000 (09:54 -0500)]
Refining some circ reports interfaces, adding table sorting.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:54:02 +0000 (09:54 -0500)]
Fix for Bug 2016, navigation bar in moredetail.pl not the same as in detail.pl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:53:55 +0000 (09:53 -0500)]
Language corrections (partially fixes Bug 2027)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:53:48 +0000 (09:53 -0500)]
Language corrections (mostly fixes Bug 2025)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:53:35 +0000 (09:53 -0500)]
Language corrections (fixes Bug 2024)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 22 Apr 2008 14:53:30 +0000 (09:53 -0500)]
Language corrections (fixes Bug 2023)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 18 Apr 2008 20:04:31 +0000 (15:04 -0500)]
Fix for Bug 2015 ("subscription-renew button is disabled"), other markup corrections; Removing unused popup css declaration from doc-head-close; removing unused popup include file.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 18 Apr 2008 20:04:16 +0000 (15:04 -0500)]
Minor change to fix button appearance.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 18 Apr 2008 20:04:05 +0000 (15:04 -0500)]
Showing "OPAC (lang)" to further clarify location information. Adding calendar button to conform with other date entry form fields.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 17 Apr 2008 17:53:01 +0000 (19:53 +0200)]
UNIMARC specific rebuild items correctly
note 995 for items is hardcoded, so it's really for UNIMARC only. The script exit if you're not UNIMARCflavour
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 17 Apr 2008 17:53:00 +0000 (19:53 +0200)]
removing <h1> for ISBD view
Also updating the breadcrumb (the title is not available, displaying the number)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 17 Apr 2008 17:52:59 +0000 (19:52 +0200)]
look change for 2 radio buttons
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 17 Apr 2008 17:52:58 +0000 (19:52 +0200)]
reindenting + (very) small change in design
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 17 Apr 2008 17:52:57 +0000 (19:52 +0200)]
removing the wrong itemcallnumber link
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 17 Apr 2008 17:52:56 +0000 (19:52 +0200)]
IMPROVEMENT : serialsadditems at subscription level (bump 071)
The patch update the DB by adding a row in the subscription table (serialsadditems), that is filled with the value of the syspref.
then, the syspref is deleted.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 17 Apr 2008 17:52:55 +0000 (19:52 +0200)]
Updating french installation
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Andrew Moore [Tue, 22 Apr 2008 14:00:42 +0000 (09:00 -0500)]
testing framework: adding more warnings about possible data loss
I'm adding some more warnings in Makefile.PL to indicate that you WILL lose the data
in your testing database.
I've also relaxed the requirement that the teting database have "test" in its name.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>