Commit graph

5449 commits

Author SHA1 Message Date
Paul POULAIN
0e3b44e3f8 Bug fixing : Editing broken javascript
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:37 -05:00
Paul POULAIN
3568e20644 bug fixing on 1396 :
Conflicts:

	circ/circulation.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:42 -05:00
Henri-Damien LAURENT
6bfcc00751 Adding a status description.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:29 -05:00
Paul POULAIN
a00de016a5 Bug Fixing: button renew did not work. (popup was changed to take only useful variable.)
Conflicts:

	koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:25 -05:00
Paul POULAIN
09d6d9f583 bug IPT176 :Once more.
Conflicts:

	koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:21 -05:00
Paul POULAIN
91b01d3862 BUGFIX for 1309 (displayXXX in Koha.pm)
Those subs were no more useful, the template didn't use them.
No hardcoding strings in .pl & .pm pls, we can't translate them.

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:16 -05:00
Paul POULAIN
0b78706879 FIX for 1391, search on 1 digit cardnumber
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:09 -05:00
Paul POULAIN
fd10552848 FIX for 1298 : removing hardcoded calls to mySQL, Perl, zebra & yaz-client
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:06 -05:00
Chris Cormack
1a4fc157bf Applying the fix for bug 1416 from paul
Had to edit the patch as it was corrupt
2007-09-20 17:39:43 -05:00
Paul POULAIN
3206db0692 no need to define a const var just to pass it to a sub
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:31:23 -05:00
Paul POULAIN
fa87c4d8ff BUGfix : return correctly the form checking
The check_form_borrowers showed an error in the user entry if needed,
but validated it anyway

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:31:06 -05:00
Paul POULAIN
033d9c25cb just adding links to add patrons
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:30:59 -05:00
Paul POULAIN
952e4bd9dc BUGFIX : biblionumber instead of oldbiblionumber (2.2 API)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:30:33 -05:00
Paul POULAIN
789a88691c adding action style (probably temporary need)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:30:25 -05:00
Chris Cormack
2cd76adddf Files sent from paul, Systempreferences translated to French 2007-09-19 02:52:07 -05:00
Joshua Ferraro
606ae968a8 moving itemslost to reports from tools
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 20:47:48 -05:00
Joshua Ferraro
eac5ed44a0 fix link to reading record
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 20:47:46 -05:00
Joshua Ferraro
f280a42787 changing nomenclature: s/letters/notices/
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 19:11:17 -05:00
a24d525e7f Cleaning up Tools pages, adding breadcrumbs and resident search form
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:20:45 -05:00
Chris Cormack
6b5790eda6 Removing \r characters that were busting a patch 2007-09-18 15:17:35 -05:00
fa79f6f177 Some changes to members pages: - refining members-menu.inc - cleaning up memberentrygen.tmpl - some tweaks to moremember.tmpl - adding borrowernumber variable output to member-password.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:52 -05:00
Paul POULAIN
e809eff05f BUGFIX : branch CPL was hardcoded
What is the branch CPL ?

Anyway, this was buggy and reseted the branch to empty
which was a bug ;-)

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:47 -05:00
Paul POULAIN
159187adf4 BUGFIX : no need to load a package twice
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:18 -05:00
Henri-Damien LAURENT
d3022c3caf Fixing previous fix.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:09 -05:00
Henri-Damien LAURENT
036811f9df Fixing error on duplicate entry process.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:04 -05:00
Paul POULAIN
d832c88462 BUGFIX : ModReserveStatus can't be found if you don't specify full path
this is a workaround, and could hide another problem.
However, I haven't found ModReserveStatus problem or duplicate definition.

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:02 -05:00
Paul POULAIN
1450fd180e FIX for #1375
marc_subfield_structure.hidden lost on create new framework

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:05:51 -05:00
Paul POULAIN
f68b6d6cc9 Installer perl package checking
- Data::Random is not necessary. I don't have it & have no problems
- HTML::Tree was used in the 1st versions of the translator. I don't have it installed, it is useless now

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:05:33 -05:00
Henri-Damien LAURENT
24ac2d0313 Adding error management for memberentry.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:05:22 -05:00
c3ac60db88 More template cleanup, resident search forms, breadcrumbs menus
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:24 -05:00
205d0d3200 Adding breadcrumbs menu to serials pages
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:19 -05:00
a453c16632 Finishing cleanup of Admin templates: - Corrected markup generated by scripts. - Added standard or custom resident search form on all pages. - Add breadcrumb navigation to all pages
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:17 -05:00
Russel Garlick
4c671c0345 Disabling image uploader in TinyMCE
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 19:18:20 -05:00
Russel Garlick
c5fe20493e Fixing missing , breaking tinyMCE config
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 19:18:12 -05:00
Russel Garlick
1cdb71c125 More changes to TinyMCE tool bar config - removing unnecessary options
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 19:18:03 -05:00
Chris Cormack
99ad44c7c3 Typo in edithelp.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:46:45 -05:00
Russel Garlick
14c72d55c9 Changing TinyMCE config - location of edit bar and available options
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:46:29 -05:00
Chris Cormack
6175e99598 Help includes
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:38:19 -05:00
Russel Garlick
c11643a9be Fixing path to TinyMCE
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:38:11 -05:00
Russel Garlick
2ccdc01b1d Fixing windows carrige return charaters in files and adding TinyMCE source files
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:37:55 -05:00
Russel Garlick
b46e5236e1 Adding TinyMCE Rich Text Editor for editing User Contributed Help pages
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:37:38 -05:00
Chris Cormack
154a01077a Bugfix for help editor
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:37:19 -05:00
Chris Cormack
b8250afa53 Editing help system.
Mostly working needs prettying Russ is working on that now

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:36:51 -05:00
Chris Cormack
a7d96798b4 Fix for template
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:36:41 -05:00
7c3d2fa61b - Lots of markup corrections, in scripts and templates, for XHTML compliance
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:56 -05:00
Paul POULAIN
1fd17a7d96 Proposal for a staff-global2.css
An alternate stylesheet for the staff client.
Set intranetstylesheet to /intranet-tmpl/prog/en/css/staff-global2.css
to see the result.

Note it's a draft, or a proof of concept if you prefer ;-)

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:54 -05:00
Paul POULAIN
623ac80330 BUGFIXES : 3 (marc_biblio, check biblionumber, ModMarcBiblio API)
- use biblio instead of marc_biblio,
- better check that biblionumber is correctly stored
- fix an buggy API call when ModMarcBiblio

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:50 -05:00
Paul POULAIN
d5c5cae0e2 BUGFIX : reintroduce the intranetstylesheet behaviour
If a intranetstylesheet is defined in the systemprefs, use it instead of staff-global.css

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:47 -05:00
Paul POULAIN
8d4c0f1d6b BUGFIX : those 2 files are required by misc/migration_tools/rebuild_zebra.pl
without them, the copy will fail to the zebra directory structure,
and zebra won't work correctly.

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:44 -05:00
Paul POULAIN
bb54c2ae28 BUGBIX : this line has nothing to do here
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:17:58 -05:00