]>
git.koha-community.org Git - koha.git/log
Henri-Damien LAURENT [Tue, 22 Sep 2009 14:22:59 +0000 (16:22 +0200)]
removing useless package
Paul Poulain [Tue, 21 Apr 2009 19:01:06 +0000 (21:01 +0200)]
fix for #2884: Add error management to branches
While trying to add a new Branch with an existing Branch code, the UI says "Library saved" instead of something such as "Please select a unique branch code".
Paul Poulain [Tue, 21 Apr 2009 16:52:51 +0000 (18:52 +0200)]
bugfix for ???
Tag cloud fixes :
* ordering cloud by tag name, not by weight
* improve behaviour : either display everyone cloud or my cloud only. When clicquing on "Tag cloud" on the top, will display by default everyone cloud. when clicquing on "My tag" (left tab when logged in), the page will display only my tags and my tags only
Nicole Engard [Sun, 6 Sep 2009 17:45:09 +0000 (13:45 -0400)]
Bug 1934: Final Patch - Fixed Default Values
The default values had classes they didn't need assigned
to them.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Sun, 6 Sep 2009 17:45:07 +0000 (13:45 -0400)]
Bug 2576: Added OPACFinesTab Syspref
This preference allows library staff to decide whether to show
the fines tab in the OPAC for logged in patrons.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Sun, 6 Sep 2009 17:45:06 +0000 (13:45 -0400)]
Bug 1172: Added OPACPatronDetails system preference
This patch allows library staff to disable the patron details
tab on the OPAC.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Wed, 2 Sep 2009 15:38:38 +0000 (17:38 +0200)]
(bug #3573) use delimiter syspref generating overdues csv
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 2 Sep 2009 15:38:37 +0000 (17:38 +0200)]
Adding autotruncation
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 2 Sep 2009 15:38:36 +0000 (17:38 +0200)]
Adding xsl strings to po
xsl strings are now taken into account.
This is a first draft.
Some parameters of the functions will be taken into account
and <xsl> tags are not translated
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Mon, 31 Aug 2009 23:19:17 +0000 (01:19 +0200)]
Fixing item batch modification
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 28 Aug 2009 21:47:54 +0000 (23:47 +0200)]
Followup Adding OPACSEARCH history
opac/opac-search.pl had a remaining >
Jean-André Santoni [Fri, 28 Aug 2009 21:47:53 +0000 (23:47 +0200)]
(bug #3560) This add a filter to search by itemtype
The value builder for 4XX should be able to filter results by itemtype.
Jean-André Santoni [Fri, 28 Aug 2009 21:47:52 +0000 (23:47 +0200)]
(bug #3555) This sets the default branch to the logged user branch when IndependantBranches is active
In the advanced search form, when IndependantBranches is activated, the default
branch should be set to the logged user branch.
Jean-André Santoni [Fri, 28 Aug 2009 21:47:51 +0000 (23:47 +0200)]
(bug #3552) This mark mandatory fields with a red asterisk
Many librarian ask for a way to know if a field is mandatory before validation.
Nahuel ANGELINETTI [Fri, 28 Aug 2009 21:47:49 +0000 (23:47 +0200)]
(bug #3557) fix bor_issues_top
Just add the condition where column is "None".
Nahuel ANGELINETTI [Fri, 28 Aug 2009 21:47:48 +0000 (23:47 +0200)]
(bug #3554) use javascript to print records
This patch, delete opac-detailprint.pl to print records, it only use CSS and javascript print() function.
Nahuel ANGELINETTI [Fri, 28 Aug 2009 21:47:47 +0000 (23:47 +0200)]
(bug #3553) do not allow users to create code-less frameworks
This patch, disallow the users to create frameworks without frameworkcode.
It adds some javascripts checks, and some perls checks(for non-javascript users).
Nahuel ANGELINETTI [Fri, 28 Aug 2009 21:47:46 +0000 (23:47 +0200)]
(bug #3370) export function and fix return
this add GetRecordValue in exported functions, and made it to return a ref.
Nahuel ANGELINETTI [Fri, 28 Aug 2009 21:47:45 +0000 (23:47 +0200)]
(bug #3550) use GetRecordValue to retrieve subtitle
This patch, is the first use of GetRecordValue, that use the Field mapping.
It retrieve the subtitle in Intranet using it, instead of the use an old function that doesn't work anymore.
This is a way to made koha more generic with each framework.
Jean-André Santoni [Fri, 28 Aug 2009 21:47:44 +0000 (23:47 +0200)]
(bug #3563) This replaces the library name by the branchname attached to the subscription, and hide streetaddesses in serials routing
In routing-preview, the title should be the branchname attached to the
subscription instead of the libraryname.
And showing the streetaddress of the members is useless, and harm privacy.
Henri-Damien LAURENT [Fri, 28 Aug 2009 21:47:43 +0000 (23:47 +0200)]
Adding Selenium tests for Members
Henri-Damien LAURENT [Fri, 28 Aug 2009 21:47:42 +0000 (23:47 +0200)]
Bug Fixing : GetMarcItem
Adding Item2Marc
Using itemtag in order to add subfields to the correct field
Henri-Damien LAURENT [Fri, 28 Aug 2009 21:47:41 +0000 (23:47 +0200)]
followup : merge button on virtualshelves
Henri-Damien LAURENT [Fri, 28 Aug 2009 21:47:40 +0000 (23:47 +0200)]
Bug fixing batchmod.pl
Henri-Damien LAURENT [Fri, 28 Aug 2009 21:47:38 +0000 (23:47 +0200)]
Bug Fixing Merge and addbybiblionumber.pl
Jean-André Santoni [Fri, 28 Aug 2009 21:47:36 +0000 (23:47 +0200)]
This little hack makes BuildUnimarcHierarchy able to work with any 2.. field.
Henri-Damien LAURENT [Fri, 28 Aug 2009 22:10:04 +0000 (00:10 +0200)]
Followup Adding subtitle opac-results.tmpl had to be updated
Henri-Damien LAURENT [Wed, 26 Aug 2009 13:30:10 +0000 (15:30 +0200)]
Adding Bullet Proof to opac-user.pl [followup]
Fixing things a more proper way.
Henri-Damien LAURENT [Wed, 26 Aug 2009 09:19:19 +0000 (11:19 +0200)]
Followup Adding links to tools
Henri-Damien LAURENT [Wed, 26 Aug 2009 00:00:25 +0000 (02:00 +0200)]
Adding links to Attach Items (moveitem.pl) and to batchMod.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:28 +0000 (01:40 +0200)]
Bug Fixing : export would export no biblios when
IndependantBranches set and user is kohaadmin
I think we can escape defaulting to the userenv Branch with
restricting the list to the user branch
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:27 +0000 (01:40 +0200)]
Using warn instead of die
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:26 +0000 (01:40 +0200)]
Bug Fixing : Bullet Proofing
Some functions lack testing befor using empty references
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:25 +0000 (01:40 +0200)]
Adding some checking in facet branches
When using search via commandline scripts, branch facets are sometimes
failing badly.
Not a HASH reference at
C4/Search.pm line 557,
This patch prevents this
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:24 +0000 (01:40 +0200)]
Adding Authorities list
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Marc Chantreux [Tue, 25 Aug 2009 23:40:23 +0000 (01:40 +0200)]
honor the DESTDIR environement variable when set
for exemple: when you use
install_misc/environment_Makefile.PL DESTDIR=$HOME by default but koha
is installed in $HOME/koha-dev that is not expected!
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:22 +0000 (01:40 +0200)]
Suggestions : Adding default value for STATUS
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:36 +0000 (01:44 +0200)]
(bug #3549) Sorted framework options in the dropdown menu
In addbook.pl, the framwork options are sorted in random order. They should be
sorted in alphabetical order of value or code.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:35 +0000 (01:44 +0200)]
(bug #3512) fix acquisition reports and group by
This fix, just change a grep value that make different way to calculate the table depending on the choosen column and line.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:33 +0000 (01:44 +0200)]
(bug #3505) order collections by alphabetical order
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:32 +0000 (01:44 +0200)]
Auto incremental inventory number plugin
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:31 +0000 (01:44 +0200)]
This is a calatoguing plugin based on auth_finder but specific to one of our customers.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:30 +0000 (01:44 +0200)]
(bug #3453) fix authority search in opac
this just set default values in opac search.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:29 +0000 (01:44 +0200)]
(bug #2812) fix holds cancel in OPAC
This fix the user ability to cancel holds in OPAC.
At the moment, a user can cancel all his holds, but in fact, only items that are not in transfert or waiting to be checked out can be cancelled by the user.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:28 +0000 (01:44 +0200)]
(bug #3411) escape authorities values
The values are not escaped in javascript, so if there is double quotes, the authority cannot be imported because of javascript error. This patch fix this.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:27 +0000 (01:44 +0200)]
(bug #3403) fix circulation.pl reservation list
This delete useless code that introduce the leak of reserved items informations.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Marc Chantreux [Tue, 25 Aug 2009 23:44:26 +0000 (01:44 +0200)]
C4::VirtualShelves::Merge
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:25 +0000 (01:44 +0200)]
tools/letter.tmpl
Improving sustainability : removing duplicate strings
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:24 +0000 (01:44 +0200)]
Bug Fixing: removing HoverIntent from basket.js
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Tue, 25 Aug 2009 23:44:23 +0000 (01:44 +0200)]
fix for #2723 : Wrong Description for IntranetNav
Pianohacker, this is probably for you for head, and this patch does not need to be applied.
hdl, it can be applied on 3.0 branch
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:22 +0000 (01:44 +0200)]
(bug #3349) Display full borrower address
This patch fixes the truncated address in /circ/circulation.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:21 +0000 (01:44 +0200)]
Adding some error proof on GetMarcRecord
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:21 +0000 (23:56 +0200)]
Claims management enhancement
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:20 +0000 (23:56 +0200)]
Adding enddate to Subscriptions
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:19 +0000 (23:56 +0200)]
C4::Search :Enhancements
Stemming is now available for more languages
Adding also getDistinctValues which gets distinct values for a zebra index or for a Mysql field
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:18 +0000 (23:56 +0200)]
C4::Output adding getlanguagecookie + other enhancements
required for language stemming management
Adding also some filters for NSB NSE characters
Now, get_template can be used even when query->cookie not set
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:17 +0000 (23:56 +0200)]
Adding updates for Suggestions
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:16 +0000 (23:56 +0200)]
Editing C4::Suggestions.pm
Enhancing C4::SearchSuggestion
And changing its API
Changing C4::Suggestions API taking a hashref for NewSuggestion and ModSuggestion
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:15 +0000 (23:56 +0200)]
defining a value which could be optionnal
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:14 +0000 (23:56 +0200)]
Modifying Members : Add Mod and GetMember
This update the way Member is added and editing so that import and Edition
could be best automatized
GetMember evolves and allow ppl to serach on a hash of data
Adding SQLHelper A new package to deal with INSERT UPDATE and SELECT
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:13 +0000 (23:56 +0200)]
Adding Merge of two biblios from a virtualshelf
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:19 +0000 (23:47 +0200)]
Adding download for Cart and Shelf at OPAC
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:18 +0000 (23:47 +0200)]
Adding notices.pl which enables staff to see what notices have been sent to user
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:17 +0000 (23:47 +0200)]
Move Item from one biblio to another
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:16 +0000 (23:47 +0200)]
Delete All items in one click
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:15 +0000 (23:47 +0200)]
Adding RIS And BibTex Export Followup
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:31 +0000 (22:10 +0200)]
Adding Batch edit for items
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:30 +0000 (22:10 +0200)]
Enhancing Inventory.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:29 +0000 (22:10 +0200)]
Adding RIS and bibtex export
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:28 +0000 (22:10 +0200)]
Adding Some new functions
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:27 +0000 (22:10 +0200)]
Adding GetSupportList and GetSupportName
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:26 +0000 (22:10 +0200)]
Adding OpacSearchHistory system preference
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:25 +0000 (22:10 +0200)]
Adding Opac-SearchHistory feature
Enables ppl to store their search history and delete the whole history
Adding Storable required by Opac-Search-History
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:24 +0000 (22:10 +0200)]
Authorities bulkmarcimport
Adding some new options to bulkmarcimport :
-k idtagsubfield in order to store the id of the file record into another field
-match tagsubfield,index
-a to import authorities
-l logfilename to store logs
Bug Fixing : C4/Charset.pm
Charset was incorrect for UNIMARC Authorities
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:23 +0000 (22:10 +0200)]
Adding management for multiple $9 in MARCSubjects
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:22 +0000 (22:10 +0200)]
UpdateDataBase for smart-rules modification
Members.pm :
Adding IsMemberBlocked
Circulation.pm :
Using IsMemberBlocked in order to implement finedays
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:21 +0000 (22:10 +0200)]
Smart Rules enhancements
Adding finedays and reservesallowed and renewalsallowed management in smart rules
Adding Clone Rules
Adding CanBookBeReserved and CanItemBeReserved in C4::Reserves
Manage Reservesallowed in opac and staff interface
Manage renewalsallowed in C4/Circulation.pm
Update Database follow
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 30 Sep 2009 00:30:17 +0000 (20:30 -0400)]
Merge commit 'koha-public/biblibre-sopac' into to-master
[Merge the ILS-DI web services used for integration with SOPAC]
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 23 Sep 2009 15:59:04 +0000 (17:59 +0200)]
Adding one template file missing
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 30 Sep 2009 00:22:11 +0000 (20:22 -0400)]
Merge commit 'origin/master' into bl-sopac
Nahuel ANGELINETTI [Wed, 23 Sep 2009 09:38:51 +0000 (11:38 +0200)]
Delete unused function
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jane Wagner [Thu, 24 Sep 2009 14:57:40 +0000 (10:57 -0400)]
Bug 3661 XSLT fixes
The XSLT results list (MARC21slim2OPACResults.xsl) did not have any separators between multiple 246 fields, so additional titles all ran together. I added the standard semicolon or period as in other repeating fields.
The display for personal and corporate authors was also confusing. The period after the last personal author (100/700) is very hard to see, so the display looked like the first corporate author only belonged to/was associated with the last personal author, rather than being a separate author entry. I've added a dash at the beginning of any 110/710 entries to set off the corporate authors a bit in the display.
I added the same code to insert a dash before any 111/711 (Meeting author) as well.
This patch also adds missing text labels for text_list_bullets.png
(bibliography) and remote.png (available online).
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 17 Sep 2009 13:44:28 +0000 (08:44 -0500)]
Minor markup tweak and correction
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 16:06:16 +0000 (11:06 -0500)]
Minor interface tweaks and markup corrections.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 16:13:02 +0000 (11:13 -0500)]
Interface tweaks and markup corrections.
Includes JavaScript to automatically change field labels based on which unit of measurement has been chosen.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 18:20:54 +0000 (13:20 -0500)]
Interface tweaks and markup corrections.
Includes JavaScript to automatically change field labels based on which unit of measurement has been chosen.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 19:54:28 +0000 (14:54 -0500)]
Minor markup and interface tweaks fo "Edit Label Layout"
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Fri, 25 Sep 2009 14:15:30 +0000 (09:15 -0500)]
Markup corrections and other minor changes.
- Clarifying error message
- Hiding batch action buttons when batch is empty
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Fri, 25 Sep 2009 14:25:12 +0000 (09:25 -0500)]
Markup tweaks and corrections for label search window.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Fri, 25 Sep 2009 18:54:11 +0000 (13:54 -0500)]
Corrections to ensure message list appears in the proper box (Bug 3668).
The patch sets a "flagged" variable for displaying the messages correctly, bringing it in line with the way other messages are displayed. The patch also includes some markup tweaks and a change to make display of the "add message" link javascript-dependent.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Kyle M Hall [Mon, 28 Sep 2009 13:45:30 +0000 (09:45 -0400)]
Implementation of OPAC Message formatting
This patch implements the suggestions about the new and old message system made by Owen Leonard.
Includes type fix pointed out by Owen.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Tue, 29 Sep 2009 14:44:17 +0000 (09:44 -0500)]
Correcting references in the OPAC to files in intranet-tmpl (Bug 3574).
Adds greybox library to OPAC files, corrects reference to icons in intranet-tmpl.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Tue, 22 Sep 2009 14:09:35 +0000 (10:09 -0400)]
Updated help files
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Tue, 22 Sep 2009 12:08:24 +0000 (08:08 -0400)]
Updated help files.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
J. David Bavousett [Fri, 18 Sep 2009 13:49:40 +0000 (09:49 -0400)]
Silence extraneous messages when in batch mode on build_browser_and_cloud.pl
The script already has a param -b for batch mode, which should silence informational
messages, but it missed a couple. This patch fixes that.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Mon, 21 Sep 2009 23:27:28 +0000 (19:27 -0400)]
Bug 2505: Enabled warnings in members/messaging.pl and readingrec.pl.
Fixed any warnings that appeared in the logs.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Tue, 22 Sep 2009 23:22:58 +0000 (19:22 -0400)]
Bug 2505: Enabled warnings in members/patronimage.pl and setdebar.pl.
Fixed resulting warnings after warnings was enabled.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Thu, 24 Sep 2009 15:47:17 +0000 (11:47 -0400)]
Bug 2505: Added warnings to members/members-home.pl and members/setstatus.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Thu, 24 Sep 2009 17:18:49 +0000 (13:18 -0400)]
Bug 2505: Enables warnings in members/mancredit.pl and maninvoice.pl
Fixes resulting warnings.
Also corrects a couple of minor typos.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Thu, 24 Sep 2009 20:05:07 +0000 (16:05 -0400)]
Bug 2505: Enables warnings in member-flags.pl, member-password.pl, and member-picupload.pl.
No warnings were generated in testing after warnings were enabled.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>