koha-ffzg.git
12 years agoRevert "(MT #6784) Opac logo" master_12.01
Sophie Meynieux [Tue, 10 Jan 2012 13:09:43 +0000 (14:09 +0100)]
Revert "(MT #6784) Opac logo"

This reverts commit 2ed1adccb3082489f89fc37466775b13dedcf356.

12 years agoMT0216 : tag cloud, tag size not correctly related to results
Adrien Saurat [Mon, 24 Oct 2011 10:27:37 +0000 (12:27 +0200)]
MT0216 : tag cloud, tag size not correctly related to results

Changed the research request : idx=su -> idx=su,phr (now query on exact term)

12 years agoMerge branch 'MT2180'
Sophie Meynieux [Mon, 9 Jan 2012 10:02:58 +0000 (11:02 +0100)]
Merge branch 'MT2180'

12 years agoMerge branch 'MT8078'
Sophie Meynieux [Mon, 9 Jan 2012 09:32:01 +0000 (10:32 +0100)]
Merge branch 'MT8078'

12 years agoMerge branch 'MT7995'
Sophie Meynieux [Mon, 9 Jan 2012 09:12:43 +0000 (10:12 +0100)]
Merge branch 'MT7995'

12 years agoBug 6518 : XSS errors
Chris Cormack [Thu, 16 Jun 2011 23:04:23 +0000 (11:04 +1200)]
Bug 6518 : XSS errors

12 years agoMT8586 : Fixing display of biblio that have no items when Hidelostitems syspref is on
Sophie Meynieux [Wed, 28 Dec 2011 13:55:21 +0000 (14:55 +0100)]
MT8586 : Fixing display of biblio that have no items when Hidelostitems syspref is on

12 years agoMT8078 : automatic copy of translated columns.def
Adrien Saurat [Wed, 28 Dec 2011 11:26:03 +0000 (12:26 +0100)]
MT8078 : automatic copy of translated columns.def

Modified the misc/translator/translate script to automatically
copy the columns.def.fr-FR (or other language) file after
translation.
+ update of columns.def.fr-FR translation

12 years agoAdding French translation for column titles of databasse tables
Sophie Meynieux [Wed, 28 Dec 2011 08:43:42 +0000 (09:43 +0100)]
Adding French translation for column titles of databasse tables

12 years agoMT2062 : corrects sort order for Patron search
Adrien Saurat [Tue, 13 Dec 2011 15:19:58 +0000 (16:19 +0100)]
MT2062 : corrects sort order for Patron search

Sorting by cardnumber now works (removed a client-side
sort, the server-side is enough).
In bugzilla: Bug 7349

12 years agoMT7898: today_iso contains '-' not ','
Jonathan Druart [Fri, 23 Sep 2011 09:22:48 +0000 (11:22 +0200)]
MT7898: today_iso contains '-' not ','

12 years ago(MT #7524) followup : remove \r in html contents
Stéphane Delaune [Wed, 21 Sep 2011 14:48:13 +0000 (16:48 +0200)]
(MT #7524) followup : remove \r in html contents

12 years ago(MT #7524) followup : set html as default letter's format
Stéphane Delaune [Fri, 9 Sep 2011 13:44:13 +0000 (15:44 +0200)]
(MT #7524) followup : set html as default letter's format

12 years ago(MT #7524) add support of new format and encoding fields in letter table
Stéphane Delaune [Fri, 9 Sep 2011 13:23:44 +0000 (15:23 +0200)]
(MT #7524) add support of new format and encoding fields in letter table

12 years agoMerge branch 'MT1632'
Sophie Meynieux [Tue, 6 Dec 2011 17:08:18 +0000 (18:08 +0100)]
Merge branch 'MT1632'

12 years agoMT8175 : removed control for city deletion
Adrien Saurat [Mon, 28 Nov 2011 15:20:55 +0000 (16:20 +0100)]
MT8175 : removed control for city deletion

The city list is only here to help users when they want
to select a list instead of typing. But there is no ID
and no link stored in base.
There is no reason to prevent deletion of a city, even
if its name is used in the database. This
control has been removed.

12 years agoMerge branch 'MT8391'
Sophie Meynieux [Tue, 6 Dec 2011 15:28:27 +0000 (16:28 +0100)]
Merge branch 'MT8391'

12 years agoMT8391 [followup] : fix lost selection
Sophie Meynieux [Tue, 6 Dec 2011 15:25:12 +0000 (16:25 +0100)]
MT8391 [followup] : fix lost selection

12 years agoMerge branch 'MT8450'
Sophie Meynieux [Tue, 6 Dec 2011 15:06:21 +0000 (16:06 +0100)]
Merge branch 'MT8450'

12 years agoMerge branch 'MT8455'
Sophie Meynieux [Tue, 6 Dec 2011 14:50:17 +0000 (15:50 +0100)]
Merge branch 'MT8455'

12 years agoMT8307 : Fix overdue notification if a branch given as parameter does not have rules
Sophie Meynieux [Tue, 6 Dec 2011 14:12:23 +0000 (15:12 +0100)]
MT8307 : Fix overdue notification if a branch given as parameter does not have rules

  Bug 7287

12 years ago(MT #7872) Suggestions not sent by mail
Christophe Croullebois [Thu, 15 Sep 2011 08:47:36 +0000 (10:47 +0200)]
(MT #7872) Suggestions not sent by mail

This patch allows if the notices exist to send them by mail, and creates in Koha module ddl the "suggestions" line.

12 years ago(#MT 8224) Corrections to addbiblio.tmpl to be able to delete repetable mandatory...
Christophe Croullebois [Mon, 7 Nov 2011 13:47:48 +0000 (14:47 +0100)]
(#MT 8224) Corrections to addbiblio.tmpl to be able to delete repetable mandatory subfields

This patch was written by Janusz Kaczmarek bgz_5569.
His comments:
If a subfield has both attributes: mandatory and repeatable a following problem
occurs.  If the record is edited and there was more then one such subfield it
should be still possible to delete (UnClone) or one leave empty all but one
occurrence of such a subfield.  But it is not.

There are two cases:

1) If one tries to UnClone the subfield, virtually nothing happens (because
AreMandatoriesNotOk tries then to check
!document.getElementById(mandatories[i]).value, whereas this object does not
exist at the time, so the script fails giving no information.

2) If one deletes the text area and leaves it empty (having still another
subfield correct), then the alert "Can't save this record because the following
..." appears.

Both is wrong.

12 years ago(MT #7897) With stopwords if the query string begins with one, no matches.
Christophe Croullebois [Tue, 15 Nov 2011 13:28:01 +0000 (14:28 +0100)]
(MT #7897) With stopwords if the query string begins with one, no matches.

Just remove a space if the query string begins with a stopword, all in sub _remove_stopwords, and a change to have no regular words sliced in $operand.
But many other bugs downstream...

12 years agoMT8095 : actual use of syspref OPACBaseURL
Adrien Saurat [Mon, 28 Nov 2011 10:34:11 +0000 (11:34 +0100)]
MT8095 : actual use of syspref OPACBaseURL

If OPACBaseURL is defined, it is now used to call the RSS results.

12 years agoMT8455 - Changes AddReserve parameters in HoldItem ILSDI service
Alex Arnaud [Fri, 2 Dec 2011 10:03:00 +0000 (11:03 +0100)]
MT8455 - Changes AddReserve parameters in HoldItem ILSDI service

12 years agoMT8450 - AuthenticatePatron doesn't work
Alex Arnaud [Fri, 2 Dec 2011 08:37:06 +0000 (09:37 +0100)]
MT8450 - AuthenticatePatron doesn't work

12 years agoMT8117 : Adding Sudoc icons for itemtype
Sophie Meynieux [Mon, 28 Nov 2011 17:09:27 +0000 (18:09 +0100)]
MT8117 : Adding Sudoc icons for itemtype
Modifying access right

12 years agoMT8391 : filter in overdue.pl (flags)
Adrien Saurat [Fri, 25 Nov 2011 10:02:00 +0000 (11:02 +0100)]
MT8391 : filter in overdue.pl (flags)
Repairs filtering on gonenoaddress, debarred and lost flag status

12 years agoMerge branch 'MT7024'
Sophie Meynieux [Tue, 22 Nov 2011 16:46:29 +0000 (17:46 +0100)]
Merge branch 'MT7024'

12 years agoMerge branch 'MT8150'
Sophie Meynieux [Tue, 22 Nov 2011 15:06:42 +0000 (16:06 +0100)]
Merge branch 'MT8150'

12 years ago(MT #7024) followup : fix support of item-level_itypes in Creators/Lib.pm
Stéphane Delaune [Tue, 22 Nov 2011 14:48:05 +0000 (15:48 +0100)]
(MT #7024) followup : fix support of item-level_itypes in Creators/Lib.pm

12 years agoMT7565 : Adding tables collections and collections_tracking in kohastructure.pl
Sophie Meynieux [Tue, 22 Nov 2011 14:16:14 +0000 (15:16 +0100)]
MT7565 : Adding tables collections and collections_tracking in kohastructure.pl

12 years agoMerge branch 'MT7744'
Sophie Meynieux [Tue, 22 Nov 2011 13:49:54 +0000 (14:49 +0100)]
Merge branch 'MT7744'

12 years ago(MT #7024) fix callnumber and support of item-level_itypes in Label.pm
Stéphane Delaune [Fri, 18 Nov 2011 15:46:50 +0000 (16:46 +0100)]
(MT #7024) fix callnumber and support of item-level_itypes in Label.pm

12 years ago(MT #8181) Multiple holds on opac takes only the last checked
Christophe Croullebois [Wed, 16 Nov 2011 14:41:42 +0000 (15:41 +0100)]
(MT #8181) Multiple holds on opac takes only the last checked

Due to a lack in jscript in $(".placehold").click(function().
selections in a case was not concatened.

12 years agoMerge branch 'MT8104'
Sophie Meynieux [Thu, 10 Nov 2011 14:26:36 +0000 (15:26 +0100)]
Merge branch 'MT8104'

12 years agoMerge branch 'MT8203'
Sophie Meynieux [Thu, 10 Nov 2011 13:57:39 +0000 (14:57 +0100)]
Merge branch 'MT8203'

12 years agoMerge branch 'MT4349'
Sophie Meynieux [Thu, 10 Nov 2011 12:44:21 +0000 (13:44 +0100)]
Merge branch 'MT4349'

12 years agoMerge branch 'MT7314'
Sophie Meynieux [Thu, 10 Nov 2011 11:35:32 +0000 (12:35 +0100)]
Merge branch 'MT7314'

12 years agoMerge branch 'MT6784'
Sophie Meynieux [Thu, 10 Nov 2011 09:24:55 +0000 (10:24 +0100)]
Merge branch 'MT6784'

12 years agoMT4349 : Status ORDERED for suggestions
Adrien Saurat [Wed, 9 Nov 2011 16:05:07 +0000 (17:05 +0100)]
MT4349 : Status ORDERED for suggestions

The ordered suggestions were remaining in the ACCEPTED state.
Now they become ORDERED and appear accordingly in Admin
and OPAC.

Bug linked to BZ Bug 6893.

12 years agoMT2180 : added a Save button at bottom of addbiblio.tmpl
Adrien Saurat [Mon, 31 Oct 2011 15:57:22 +0000 (16:57 +0100)]
MT2180 : added a Save button at bottom of addbiblio.tmpl

Second save button to enhance usability of longer forms.

12 years agoMT8217 : missing rights in the FR permissions table
Adrien Saurat [Wed, 26 Oct 2011 15:06:28 +0000 (17:06 +0200)]
MT8217 : missing rights in the FR permissions table

Added the "15" rights.
Also removed "batchmod" and "batchdel", deprecated.

12 years agoMT8203 : Circulation didn't take care of item-level_itypes preference system to show...
Sophie Meynieux [Tue, 25 Oct 2011 09:57:33 +0000 (11:57 +0200)]
MT8203 : Circulation didn't take care of item-level_itypes preference system to show item type on return or save item type in statistics.
This patch modify every UpdateStat function call to give the right item type parameter and display the right item type on return.

12 years ago(MT #6784) Opac logo
Christophe Croullebois [Sat, 15 Oct 2011 13:09:17 +0000 (15:09 +0200)]
(MT #6784) Opac logo

Solve a bug regarding the use of LibraryName and opacsmallimage.
Now in each case the page is well printed.
Note : if you don't want to have "Koha Online Catalog" under the logo you can edit a space in LibraryName.
Also be careful LibraryName is used in the pdf for printing basketgroup.

12 years ago(MT #8104) add support of lib_opac value to display item's status in opac-detail
Stéphane Delaune [Mon, 24 Oct 2011 07:51:02 +0000 (09:51 +0200)]
(MT #8104) add support of lib_opac value to display item's status in opac-detail

12 years agoMT7314 : If a search returns only one item and that item is lost, and if HideLostItem...
Sophie Meynieux [Tue, 18 Oct 2011 12:56:39 +0000 (14:56 +0200)]
MT7314 : If a search returns only one item and that item is lost, and if HideLostItem system preference is activated, there was a software error because of trying to display a biblio without any biblionumber. This patch fixes this bug.

12 years agoMT1632 : "Print Slip" on Patrons -> Details, added name and surname before cardnumber
Adrien Saurat [Tue, 18 Oct 2011 09:41:06 +0000 (11:41 +0200)]
MT1632 : "Print Slip" on Patrons -> Details, added name and surname before cardnumber

12 years agoMerge branch 'MT8082'
Sophie Meynieux [Mon, 17 Oct 2011 15:14:28 +0000 (17:14 +0200)]
Merge branch 'MT8082'

12 years agoMT8150: Fix Cancel link in orderreceive.pl
Julian Maurice [Mon, 17 Oct 2011 15:10:07 +0000 (17:10 +0200)]
MT8150: Fix Cancel link in orderreceive.pl

12 years agoMerge branch 'MT8093'
Sophie Meynieux [Mon, 17 Oct 2011 14:55:53 +0000 (16:55 +0200)]
Merge branch 'MT8093'

12 years agoMerge branch 'MT8111'
Sophie Meynieux [Mon, 17 Oct 2011 11:40:46 +0000 (13:40 +0200)]
Merge branch 'MT8111'

12 years agoMT8111 [follow-up] : Add SET NAMES utf8 for diacritics
Sophie Meynieux [Mon, 17 Oct 2011 11:35:30 +0000 (13:35 +0200)]
MT8111 [follow-up] : Add SET NAMES utf8 for diacritics

12 years agoMT8141 : file overdues.csv -> added column: issuedate.
Adrien Saurat [Fri, 14 Oct 2011 15:05:43 +0000 (17:05 +0200)]
MT8141 : file overdues.csv -> added column: issuedate.

12 years agoMT7995 : claim late orders (email problem)
Adrien Saurat [Fri, 14 Oct 2011 09:15:47 +0000 (11:15 +0200)]
MT7995 : claim late orders (email problem)

It was possible to claim orders for which no e-mail address was available.
Now, the checkbox appears only when the DB contains a mail for the bookseller.

12 years agoMT8082 : Display of serial results
Adrien Saurat [Wed, 12 Oct 2011 14:46:58 +0000 (16:46 +0200)]
MT8082 : Display of serial results

Removed the '---' formerly displayed for serials of the same title.
Each serial is displayed with its full title now.

12 years agoMT8111 : French translation of user permissions (was incomplete)
Adrien Saurat [Wed, 12 Oct 2011 14:24:13 +0000 (16:24 +0200)]
MT8111 : French translation of user permissions (was incomplete)

12 years ago(MT #8093) See bug_6970 I have just tranlated it for 3.2
Christophe Croullebois [Tue, 11 Oct 2011 15:21:26 +0000 (17:21 +0200)]
(MT #8093) See bug_6970 I have just tranlated it for 3.2

FF7 when logout don't close and let a white page.

12 years agoMT5753 : Wrong encoding of serial "receivedlist"
Sophie Meynieux [Fri, 7 Oct 2011 13:29:41 +0000 (15:29 +0200)]
MT5753 : Wrong encoding of serial "receivedlist"

  BZ6479 this patch fixes incoming issues but a script should be used to correct already received issues.

12 years agoMT7155 [follow-up] Filter on catalog search
Adrien Saurat [Thu, 6 Oct 2011 14:07:08 +0000 (16:07 +0200)]
MT7155 [follow-up] Filter on catalog search

Already corrected for OPAC.
To repair the admin part: replaced "q=au:author name" by "idx=au&q=author name" in results.tmpl

12 years agoBZ6926: In advanced_notices.pl you can return the number of due items using <<count>>
Paul Poulain [Tue, 27 Sep 2011 13:44:24 +0000 (15:44 +0200)]
BZ6926: In advanced_notices.pl you can return the number of due items using <<count>>
flag.

If you use this flag in overdue_notices, it does not work, no number is
displayed.

(N° bugzilla directement donc patch déjà remonté au niveau communautaire)

12 years agoTranslating : MT7588, MT7857, MT7192, MT7123, MT6771, MT7629, MT7833, MT7960 master_11.10
Sophie Meynieux [Mon, 26 Sep 2011 07:39:00 +0000 (09:39 +0200)]
Translating : MT7588, MT7857, MT7192, MT7123, MT6771, MT7629, MT7833, MT7960

12 years agoMerge branch 'MT7958'
Sophie Meynieux [Mon, 26 Sep 2011 07:33:21 +0000 (09:33 +0200)]
Merge branch 'MT7958'

12 years agoMerge branch 'MT6771'
Sophie Meynieux [Fri, 23 Sep 2011 14:15:58 +0000 (16:15 +0200)]
Merge branch 'MT6771'

12 years agoMerge branch 'MT7672'
Sophie Meynieux [Fri, 23 Sep 2011 10:31:17 +0000 (12:31 +0200)]
Merge branch 'MT7672'

12 years agoMerge branch 'MT7538'
Sophie Meynieux [Fri, 23 Sep 2011 09:50:26 +0000 (11:50 +0200)]
Merge branch 'MT7538'

12 years agoMerge branch 'MT7400'
Sophie Meynieux [Fri, 23 Sep 2011 08:52:52 +0000 (10:52 +0200)]
Merge branch 'MT7400'

12 years agoMerge branch 'MT7155'
Sophie Meynieux [Thu, 22 Sep 2011 15:56:17 +0000 (17:56 +0200)]
Merge branch 'MT7155'

12 years agoMerge branch 'MT7123'
Sophie Meynieux [Thu, 22 Sep 2011 15:36:04 +0000 (17:36 +0200)]
Merge branch 'MT7123'

12 years agoMerge branch 'MT7084'
Sophie Meynieux [Thu, 22 Sep 2011 15:01:22 +0000 (17:01 +0200)]
Merge branch 'MT7084'

12 years agoMerge branch 'MT7010'
Sophie Meynieux [Thu, 22 Sep 2011 13:55:59 +0000 (15:55 +0200)]
Merge branch 'MT7010'

12 years agoMerge branch 'MT6949'
Sophie Meynieux [Thu, 22 Sep 2011 13:37:22 +0000 (15:37 +0200)]
Merge branch 'MT6949'

12 years agoMT7958 Adding UseTablesortForCirc syspref to enable/disable tablesorter usage in...
Sophie Meynieux [Wed, 21 Sep 2011 21:13:47 +0000 (23:13 +0200)]
MT7958 Adding UseTablesortForCirc syspref to enable/disable tablesorter usage in circ/circulation.pl page. Tablesorter can be very slow on circulation operation if a borrower has many document checked out.

12 years agoMerge branch 'MT7294'
Sophie Meynieux [Wed, 14 Sep 2011 13:58:04 +0000 (15:58 +0200)]
Merge branch 'MT7294'

12 years ago(MT #7744) Removes diacritics in C4::Members->Generate_Userid
Stéphane Delaune [Thu, 8 Sep 2011 10:02:29 +0000 (12:02 +0200)]
(MT #7744) Removes diacritics in C4::Members->Generate_Userid

12 years ago(MT #7672) Adding french PDF for printing basketgroup
Christophe Croullebois [Wed, 31 Aug 2011 12:44:41 +0000 (14:44 +0200)]
(MT #7672) Adding french PDF for printing basketgroup

everything is in the title

12 years ago(MT #7123) add homebranch and holdingbranch of the item filters in overdue.pl
Stéphane Delaune [Thu, 18 Aug 2011 12:53:39 +0000 (14:53 +0200)]
(MT #7123) add homebranch and holdingbranch of the item filters in overdue.pl

12 years ago(MT #7538) fix advanced search members
Stéphane Delaune [Thu, 18 Aug 2011 08:44:01 +0000 (10:44 +0200)]
(MT #7538) fix advanced search members

12 years ago(MT #7084) subject = report_name in misc/cronjobs/runreport.pl
Stéphane Delaune [Wed, 17 Aug 2011 13:20:53 +0000 (15:20 +0200)]
(MT #7084) subject = report_name in misc/cronjobs/runreport.pl

12 years ago(MT #7010) followup : fix urls in patroncards/members-search.pl
Stéphane Delaune [Wed, 17 Aug 2011 12:17:55 +0000 (14:17 +0200)]
(MT #7010) followup : fix urls in patroncards/members-search.pl

12 years agoMT6949 When several overdues exist, notification is sent only for the oldest one...
Sophie Meynieux [Fri, 12 Aug 2011 22:05:02 +0000 (00:05 +0200)]
MT6949 When several overdues exist, notification is sent only for the oldest one, but the letter only list overdues of the level corresponding to the oldest one. If the oldest is too old, no notification is sent even if newer overdues exist.
Community bug 6292

12 years agoMT7155: replace 'q=au:author name' by 'idx=au&q=author name' in opac-results.tmpl
Alex Arnaud [Fri, 12 Aug 2011 09:48:03 +0000 (11:48 +0200)]
MT7155: replace 'q=au:author name' by 'idx=au&q=author name' in opac-results.tmpl

Problem details: When searching for a title and limits on author and branch, all works well. But when searching
for a title, then clicking on author link a the result, limit on branch does not work.

12 years agoMT6771: batchedit.tmpl: Minor template modification
Julian Maurice [Wed, 10 Aug 2011 08:16:06 +0000 (10:16 +0200)]
MT6771: batchedit.tmpl: Minor template modification

- Change page title
- Add class 'rows' to 3rd fieldset to display it correctly
- Remove an empty TMPL_LOOP
(cherry picked from commit d6959a7db7c9cf3a749854f70c97640c2d77b8d8)

12 years agoMerge branch 'bug/CRI/MT5661'
Paul Poulain [Wed, 27 Jul 2011 13:00:39 +0000 (15:00 +0200)]
Merge branch 'bug/CRI/MT5661'

12 years agoMerge remote branch 'remotes/origin/bug/MIN/MT7184'
Claire Hernandez [Wed, 27 Jul 2011 12:46:22 +0000 (14:46 +0200)]
Merge remote branch 'remotes/origin/bug/MIN/MT7184'

Conflicts solved:
koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl

12 years agoMT5661: error in ISBN decoding (UNIMARC specific)
Paul Poulain [Wed, 27 Jul 2011 12:19:08 +0000 (14:19 +0200)]
MT5661: error in ISBN decoding (UNIMARC specific)

There is an error is splitting the isbn for country/editor/number/control number
When the 1st number is <=7, the 1st digit is the country.
Before this patch, it was saved as 0 digits as country, which is wrong !

Note that the DisplayISBN sub in C4/Koha.pm is correct

12 years ago(MT #7400) Default framework in MARCdetail.pl
Christophe Croullebois [Wed, 27 Jul 2011 08:31:40 +0000 (10:31 +0200)]
(MT #7400) Default framework in MARCdetail.pl

A bug cleans the screen when you choose "default".

12 years ago(MT #4843) add C4::Dates->datefortablesorter function to define a correct tablesorter...
Stéphane Delaune [Fri, 22 Apr 2011 15:15:22 +0000 (17:15 +0200)]
(MT #4843) add C4::Dates->datefortablesorter function to define a correct tablesorter sort date type

12 years ago(MT #7010) add search on categorycode in SearchMember
Stéphane Delaune [Tue, 19 Jul 2011 09:05:56 +0000 (11:05 +0200)]
(MT #7010) add search on categorycode in SearchMember

12 years agoMerge remote-tracking branch 'origin/bug/MIN/MT6413'
Paul Poulain [Tue, 19 Jul 2011 08:58:28 +0000 (10:58 +0200)]
Merge remote-tracking branch 'origin/bug/MIN/MT6413'

Conflicts:
installer/data/mysql/updatedatabase.pl

12 years ago(MT #6760) add location_description support on opac-basket
Stéphane Delaune [Thu, 7 Jul 2011 13:12:32 +0000 (15:12 +0200)]
(MT #6760) add location_description support on opac-basket

12 years agoMT6918: followup suggestions were displayed 3 times
Henri-Damien LAURENT [Mon, 18 Jul 2011 10:15:09 +0000 (12:15 +0200)]
MT6918: followup suggestions were displayed 3 times

This fixes a comment on 6918 suggestions were displayed more than once

12 years ago(MT #6918) Fix broken moremember page due to a lack of a closing tag
Christophe Croullebois [Thu, 16 Jun 2011 11:53:08 +0000 (13:53 +0200)]
(MT #6918) Fix broken moremember page due to a lack of a closing tag

all in the title.

12 years agoMT6342 : longoverdue.pl is limited to 366 days range.
Sophie Meynieux [Tue, 19 Apr 2011 12:53:03 +0000 (14:53 +0200)]
MT6342 : longoverdue.pl is limited to 366 days range.

366 end range limit was hardcoded. Added a parameter to give a specif end range, using 366 as a default value

12 years agoMerge branch 'MT5826'
Sophie Meynieux [Fri, 15 Jul 2011 13:19:47 +0000 (15:19 +0200)]
Merge branch 'MT5826'

12 years agoMT6409 View logs does not display logs even if it is activated
Sophie Meynieux [Wed, 13 Apr 2011 13:41:39 +0000 (15:41 +0200)]
MT6409 View logs does not display logs even if it is activated

Modify viewlog template to pass right parameters and improve csv file generation

12 years agoMT6480 comment in updatedatabase does not match action taken
Sophie Meynieux [Wed, 13 Apr 2011 13:34:44 +0000 (15:34 +0200)]
MT6480 comment in updatedatabase does not match action taken

Modify comment for version 3.02.00.061

12 years agoMT5399 follow-up Removing debug warnings
Sophie Meynieux [Wed, 13 Jul 2011 13:45:27 +0000 (15:45 +0200)]
MT5399 follow-up Removing debug warnings

12 years agoMT5399 In Overdue letters, code streettype is displais instead of label
Sophie Meynieux [Fri, 8 Apr 2011 16:17:41 +0000 (18:17 +0200)]
MT5399 In Overdue letters, code streettype is displais instead of label

Modify parseletter in C4/Letters to get label of streettype