]>
git.koha-community.org Git - koha.git/log
Kyle M Hall [Thu, 22 Oct 2009 12:19:16 +0000 (12:19 +0000)]
Added plugin to automatically add brackets around the value in marc21 field 245h
This plugin will automatically add brackets around the value typed in at the time the field's focus is removed ( onblur ).
If the text in the field is already enclosed in brackets, it will do nothing.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jane Wagner [Thu, 25 Feb 2010 17:15:00 +0000 (12:15 -0500)]
Bug 4270 Instructions for loading patron attributes are wrong
Corrects the on-screen instructions for loading multiple patron attribute fields
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Wed, 24 Mar 2010 08:24:27 +0000 (09:24 +0100)]
Hide damaged loop in item form if empty
Follow-up : removing itemlost if empty as well
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Wed, 10 Mar 2010 21:26:07 +0000 (22:26 +0100)]
Hide damaged loop in item form if empty
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Mon, 8 Mar 2010 22:11:20 +0000 (23:11 +0100)]
Removed the language limit displaying twice in the OPAC advanced search
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Tue, 23 Feb 2010 14:26:04 +0000 (09:26 -0500)]
Fix for Bug 4167, Tag link styled incorrectly on Cart popup
- Removing DOM creation of tag and hold links: if the Cart is working,
the user must have JavaScript enabled. Therefore we can assume
tagging and holds will work
- Conditionally displaying some JavaScript based on whether tagging
or placing holds is allowed
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Tue, 2 Mar 2010 11:02:27 +0000 (06:02 -0500)]
bug 4294 use 'required' class on required fields on funds page
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Sun, 28 Mar 2010 21:32:27 +0000 (10:32 +1300)]
Fix for acquisitions - Series title was not saving when adding new record
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Alex Arnaud [Mon, 29 Mar 2010 10:06:03 +0000 (12:06 +0200)]
(BUG #4346) replaces Basket grouping by Basket groups in acquisitions-toolbar.inc
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Fri, 19 Mar 2010 16:09:30 +0000 (16:09 +0000)]
Refactor for Human Readability
Fixes generation of empty index page when total_parcels is a multiple of pagesize
Remove some calculations whose results were not used
Make variable names meaningful (results and count arnt)
Fix errors in pod syntax
Make what code does clearer to readers who are not computers
Use a subroutine
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Tue, 23 Mar 2010 09:59:21 +0000 (09:59 +0000)]
Bug 4331 Remove cruft from acqui-home script
Remove unnecessary db calls and processing from acqui-home.pl
Do not duplicate processing of fields
Declare variables closer to use
Remove unnecessary holding vars
Replace some anonymous var names by something more meaningful
Do not generate a toggle variable use Template's LOOP vars
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Tue, 23 Mar 2010 09:59:20 +0000 (09:59 +0000)]
Bug 4331 Index aqorders by budget_id
Calculation of budget spent and encumbered is done by
queries on aqorders by budget_id
Index budget_id to speed these queries
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Cindy Murdock Ames [Thu, 18 Mar 2010 21:01:43 +0000 (17:01 -0400)]
Fix for ampersand display problem in OPAC search results
This is a quick fix to XSLTParse4Display to make ampersands display
correctly in OPAC search results.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 7 Apr 2010 13:01:20 +0000 (15:01 +0200)]
MT3204 : Fix unstranslatable strings in JavaScript
For an explanation, see:
http://wiki.koha.org/doku.php?id=en:development:codingguidelines#translatable_text
This bug blocks entirely serials module. It isn't possible
to create/edit a subscription. Brocken JavaScript prevents
Search for a vendor and Search for Biblio dialog box
to pop-up.
Problem with new strings and new html tags inside the strings
this patch removes them
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Ian Walls [Thu, 1 Apr 2010 19:58:51 +0000 (19:58 +0000)]
Fixes bug 4365 hidelostitem syspref language reversed
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 7 Apr 2010 14:54:08 +0000 (10:54 -0400)]
tweak display of issuing library on staff reading history
Following idea in patch submitted by Kyle Hall on 1 April 2010,
use issues.branchcode instead of issues.issuingbranch to set
displayed issuing library. Also tweaked wording.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Wed, 7 Apr 2010 10:17:25 +0000 (06:17 -0400)]
bug 4375 - update koha link on auth template
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 7 Apr 2010 14:25:39 +0000 (10:25 -0400)]
fix POD for GetAllIssues
Please remember to update the POD if you change a
core function.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 7 Apr 2010 14:21:01 +0000 (10:21 -0400)]
bug 4358: remove disused ReadingHistory syspref and related code
The ReadingHistory sytem preference is no longer used, and possibly
was used by only one library anyway. Removed references to it; note
that had it been turned on, a patron viewing checkout history would have
seen old loans showing up twice.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Mar 2010 10:25:41 +0000 (11:25 +0100)]
Bug Fixing opac/opac-readingrecord.pl
There was some rebase issues on this script
Fixing Error 500
two calls to $issues as an array ref where it is now a hash ref
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Wed, 31 Mar 2010 13:57:20 +0000 (15:57 +0200)]
(bug #4358) fix sql query in C4::Members::GetAllIssues
This fix the use of oldissues instead of old_issues table.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Wed, 24 Mar 2010 10:12:10 +0000 (11:12 +0100)]
[MT3191] follow-up, removing warn
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Tue, 23 Mar 2010 15:51:45 +0000 (16:51 +0100)]
[MT3191] various perl errors in script (merge conflict)
and SQL error solved
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 12 Mar 2010 12:44:31 +0000 (13:44 +0100)]
[MT2195] Display issuing branch in reading record
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 12 Mar 2010 16:09:06 +0000 (17:09 +0100)]
Followup (MT #2920) fix reading record scripts:members/readingrec.pl
Fixing Merge problem on opac/opac-readingrecord.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Mon, 15 Feb 2010 16:03:33 +0000 (17:03 +0100)]
(MT #2920) fix reading record scripts
This patch fix some perl ugly code to be more readable and lesser complex.
And it allow in intranet to order by issues.timestamp.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Wed, 3 Mar 2010 14:47:13 +0000 (15:47 +0100)]
[MT2358] Display issue date in member reading record
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Sun, 14 Mar 2010 20:25:53 +0000 (16:25 -0400)]
bug 4322 update typos on web services preferences
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Wed, 17 Mar 2010 23:51:16 +0000 (12:51 +1300)]
Update copyright license to GPL version 2 or later for two cronjobs.
See http://lists.koha.org/pipermail/koha-devel/2010-March/011067.html
for confirmation that this is OK.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Mon, 22 Mar 2010 22:21:21 +0000 (11:21 +1300)]
Trapping fatal error that occurs if you call GetCOinsBiblio with a biblionumber that doesn't exist in the Koha database
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Mon, 29 Mar 2010 18:18:25 +0000 (14:18 -0400)]
bug 4317 fix typo in cataloging plugin
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Mon, 29 Mar 2010 21:04:05 +0000 (17:04 -0400)]
update patron help files
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 30 Mar 2010 21:16:08 +0000 (10:16 +1300)]
Lower dependency on Storable to 2.20.
The Debian squeeze system has only 2.20, and the 2.21 does not
seem to be required for all tests to pass. Also, checked with
Galen Charlton and Henri-Damien LAURENT (who added the 2.21
dependency) on IRC that 2.21 did not have anything that was
required, compared to 2.20.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Wed, 7 Apr 2010 08:58:49 +0000 (09:58 +0100)]
Bug 4361 Return Patron Expired to Sip Process
Identify Patron Expiry so that it is returned in Patron Info Response
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Thu, 1 Apr 2010 20:02:14 +0000 (21:02 +0100)]
Bug 4364 - SIP Checkout dates incorrect
Change timestamp routine to do the right thing when passed an iso date
Otherwise was generating an epoch date of 0
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 10 Mar 2010 21:26:33 +0000 (22:26 +0100)]
SIP Patron management
Using Flag EXPIRED to notice whether Patron CAN or CANNOT checkout a book
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Tue, 23 Feb 2010 11:12:32 +0000 (11:12 +0000)]
Bug 2653 Protect against sending End of Message in Text
Remove any carriage returns in text data as they will be
interpreted as end of message by clients and cause communication failure
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Mon, 5 Apr 2010 21:21:10 +0000 (09:21 +1200)]
Updating history
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Mon, 22 Feb 2010 20:10:55 +0000 (09:10 +1300)]
Adding when software.coop started supporting Koha to the history
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 13:15:45 +0000 (09:15 -0400)]
fix typo in variable name
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicolas Morin [Wed, 10 Mar 2010 21:26:27 +0000 (22:26 +0100)]
text for SCO Finish button
Simplifying finish button on SCO screen: it was a long sentence with a button saying "click here if you're done". Changed to "Finish". Changed the help accordingly.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Srdjan Jankovic [Wed, 24 Feb 2010 00:41:24 +0000 (13:41 +1300)]
Escape input that goes in HTML; Reworked search history insert SQL
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Tue, 23 Feb 2010 13:53:02 +0000 (08:53 -0500)]
Fix for Bug 4244, Use "checkouts" instead of "issues"
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jane Wagner [Mon, 15 Mar 2010 17:32:32 +0000 (13:32 -0400)]
Bug 3663 current head version changes to OPAC advanced search
Copy Search button to top of screen, rearrange order of indexes in search
pulldown list (to Keyword, Title, Subject, then Author & the rest)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Wed, 10 Mar 2010 21:45:21 +0000 (22:45 +0100)]
(MT #2962) add converted chars from ISO5426
This add 0xBE and 0xBD conversion to char table.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Wed, 10 Mar 2010 21:45:20 +0000 (22:45 +0100)]
(MT #3075) fix oe char from iso5426
this add oe conversion in chartable for iso5426.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Fri, 12 Mar 2010 17:23:20 +0000 (18:23 +0100)]
Using only default framework for koha2marclinks
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Tue, 2 Mar 2010 09:43:16 +0000 (04:43 -0500)]
bug 4291 - template edits to koha to marc mapping
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 11 Mar 2010 13:54:16 +0000 (08:54 -0500)]
Improve display of information on Transfers to your library report
- Use GetRecordValue() to show subtitle
- Show author
- Separate branch and call number display for better sorting
- Correct teriminology (reserve -> hold)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sat, 13 Mar 2010 13:06:50 +0000 (08:06 -0500)]
Bug 4316: Fixes leading and trailing spaces in barcode for cki.
Copies the regexp from circulation.pl to strip leading and trailing spaces from barcodes to returns.pl.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Tue, 16 Mar 2010 00:48:59 +0000 (13:48 +1300)]
Fixes for syndetics, some variables needed by the template were not being set
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Wed, 10 Mar 2010 14:43:50 +0000 (09:43 -0500)]
Fix for Bug 4301, OPAC RSS feed link doesn't include sort parameter
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Tue, 9 Mar 2010 19:59:51 +0000 (14:59 -0500)]
Fix for Bug 4296, label search printing titles between buttons
- Reformating display for readability
- Converting select/clear all buttons to links to match existing patterns
- Fixing "Results x of x" display which was broken for single-page sets
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 01:03:45 +0000 (21:03 -0400)]
additional improvement to POD for CanBookBeIssued()
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Wed, 10 Mar 2010 03:59:32 +0000 (16:59 +1300)]
Fix pod documentation for CanBookBeIssued method to refer to the right variable.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Koha [Tue, 15 Dec 2009 23:50:54 +0000 (00:50 +0100)]
Bug 4190: messages in patron account did not work with branchcodes >4
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 26 Feb 2010 20:37:47 +0000 (21:37 +0100)]
Fixed an encoding bug in the documentation
Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:48 +0000 (21:37 +0100)]
Fixed an encoding bug in the documentation
Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:52:08 +0000 (20:52 -0400)]
fix syntax error present in previous ILS-DI patch series
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:40:22 +0000 (20:40 -0400)]
bump DBrev to 126
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 1 Mar 2010 08:47:55 +0000 (09:47 +0100)]
C4/ILSDI/Services.pm Fixing rebasing and merge problems
Previous patches introduced many merge conflicts.
This patch fixes them all
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:49 +0000 (21:37 +0100)]
(MT 2563) : ILSDI PatronLookUp Problem
owed to the change in C4::Members API, GetMember had to be adapted
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:46 +0000 (21:37 +0100)]
ILS-DI Messages uniformization
[MT2306_2271] ILS-DI Message codes consistence
The services now returns ILSDI error codes in a <code> tag, plus details in a <message> tag.
Exemple:
<LookupPatron>
<code>MissingParameter</code>
<message>The required parameter patron_id is missing.</message>
</LookupPatron>
[MT2306_2271] Minor changes in HTML
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 26 Feb 2010 20:37:45 +0000 (21:37 +0100)]
ILS-DI Code cleaning
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 26 Feb 2010 20:37:44 +0000 (21:37 +0100)]
Fixes access permissions to ILS-DI
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:43 +0000 (21:37 +0100)]
Followup adding ILS-DI System-preferences
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 17 Feb 2010 13:20:19 +0000 (14:20 +0100)]
Bug 4194 : Adding ILS-DI System preferences
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jane Wagner [Fri, 12 Mar 2010 13:51:29 +0000 (08:51 -0500)]
Bug 4314 Flag for SSL Enabled to fix 3rd Party Enhanced Content in OPAC
Duplicates gmcharlt's earlier change to Auth.pm to add a check for SSL-enabled.
Modifies the various template calls to Syndetics and Library things to use an
https URL if SSL is in use.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 10 Mar 2010 15:25:50 +0000 (10:25 -0500)]
bug 4314: add using_https environment variable
Added new HTML template variable, using_https, for use
of OPAC or staff-side templates that may need to know
whether to use http:// or https:// links to off-site
content.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:22:13 +0000 (20:22 -0400)]
fix typos in history.txt
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Tue, 16 Mar 2010 08:13:21 +0000 (21:13 +1300)]
History update
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:06 +0000 (15:31 +1300)]
Fix FSF address in directory C4/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:08 +0000 (15:31 +1300)]
Fix FSF address in directory cataloguing/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:17 +0000 (15:31 +1300)]
Fix FSF address in directory patroncards/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:18 +0000 (15:31 +1300)]
Fix FSF address in directory reports/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:14 +0000 (15:31 +1300)]
Fix FSF address in directory members/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:20 +0000 (15:31 +1300)]
Fix FSF address in directory serials/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:15 +0000 (15:31 +1300)]
Fix FSF address in directory misc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:26 +0000 (15:31 +1300)]
Fix FSF address in directory xt/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:19 +0000 (15:31 +1300)]
Fix FSF address in directory reserve/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:16 +0000 (15:31 +1300)]
Fix FSF address in directory opac/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:23 +0000 (15:31 +1300)]
Fix FSF address in directory tags/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:27 +0000 (15:31 +1300)]
Fix FSF address in directory .
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:24 +0000 (15:31 +1300)]
Fix FSF address in directory tools/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:25 +0000 (15:31 +1300)]
Fix FSF address in directory virtualshelves/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:22 +0000 (15:31 +1300)]
Fix FSF address in directory t/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:21 +0000 (15:31 +1300)]
Fix FSF address in directory svc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:02 +0000 (15:31 +1300)]
Fix FSF address in directory acqui/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:13 +0000 (15:31 +1300)]
Fix FSF address in directory labels/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:11 +0000 (15:31 +1300)]
Fix FSF address in directory installer/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:09 +0000 (15:31 +1300)]
Fix FSF address in directory circ/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:03 +0000 (15:31 +1300)]
Fix FSF address in directory admin/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:00 +0000 (15:31 +1300)]
Replace inline copy of GPL-2 with a reference to /usr/share/common/licenses.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:04 +0000 (15:31 +1300)]
Fix FSF address in directory authorities/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:07 +0000 (15:31 +1300)]
Fix FSF address in directory catalogue/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:12 +0000 (15:31 +1300)]
Fix FSF address in directory install_misc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:10 +0000 (15:31 +1300)]
Fix FSF address in directory etc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:30:59 +0000 (15:30 +1300)]
Fix copyright license statements to use the right old address for the FSF.
Looks like someone has done some search/replace on character codes with
patterns that match the address. Oops.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:05 +0000 (15:31 +1300)]
Fix FSF address in directory basket/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:30:58 +0000 (15:30 +1300)]
Remove whitespace from ends of lines of copyright statement.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>