Commit graph

690 commits

Author SHA1 Message Date
78df55c5a5 More work to toolbars and menus. Adding experimental YUI-based toolbar to detail.tmpl. Adding dashboard-style layout to tools-home.tmpl. Correcting markup in request.tmpl. Adding patron information variables to request.pl for display in holds-menu.inc.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:40:03 -05:00
9b05e9c2d5 Fixes for Bug 1457. Also replacing calendar widget script and css calls with call to calendar.inc
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:39:52 -05:00
Joe Atzberger
d7a1e69d31 Logical error where closing tags for LI and OL were inside the (2nd half of the) conditional.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:39:37 -05:00
Chris Catalfo
83ce739d32 Removed obsolete member entry templates.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:38:44 -05:00
Paul POULAIN
db5b97d364 BUGFIX for 1447: Duplicate record function fails
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 04:35:40 -05:00
Joshua Ferraro
df8bd98747 nomenclature fixes, changing document to item
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 19:42:21 -05:00
Chris Cormack
b989b83264 Fix for bug 1437, items not showing on moredetail.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 17:58:02 -05:00
Paul POULAIN
9ea7cb3702 FIX for 1418 (Notices (letters) overdues actions busted)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 16:03:28 -05:00
Paul POULAIN
bf988e4dc8 just reindenting
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 16:03:23 -05:00
Paul POULAIN
2c979e6268 BUGFIX : I forgot to add the random part of UpSubfield(...)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 15:57:42 -05:00
Joshua Ferraro
2b415543df changing nomenclature of notice/status triggers feature
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 15:57:26 -05:00
Joshua Ferraro
611b0d75e8 more auth cleaning
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:07:20 -05:00
Joshua Ferraro
3747b829dc minor cleanup of authorities home
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:07:07 -05:00
Joshua Ferraro
f3e2ccfbf6 revive IntranetmainUserblock syspref, three-column design for mainpage
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:06:26 -05:00
Joshua Ferraro
547243e5c5 improvements to nomenclature for English
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:06:06 -05:00
Joshua Ferraro
57408637b9 improvements to the system preferences
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:05:47 -05:00
Joshua Ferraro
7be258131a remove test data from branches template
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:04:59 -05:00
Joshua Ferraro
0f27adabc2 nomenclature to branches
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:04:34 -05:00
Joshua Ferraro
c900aaa3ee nomenclature changes and improvements to breadcrumb logic
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:03:46 -05:00
Joshua Ferraro
898c0321a2 Small nomenclature change, add types
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 03:02:38 -05:00
Joshua Ferraro
885f8a6673 removing confusing display of patron category from moremember
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-29 16:00:59 -05:00
21b08b3b20 General work on menus and toolbars, as well as some minor terminology changes on some pages.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-29 16:00:48 -05:00
4b09332aed More tweaks to holds interface. Using js to link hold item and hold any checkboxes.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-29 16:00:43 -05:00
Joshua Ferraro
57f0675a10 fixing hardcoded borrowernumber
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-29 16:00:32 -05:00
Chris Cormack
948f8c0640 Fix for hardcoded borrowernumber in this template
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 17:44:13 -05:00
Chris Cormack
23bd5325cb Fix for bug with request.pl not showing an error message if a borrower is not found
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 17:01:36 -05:00
401dce8971 Various random noodlings: - Visual changes to circ, detail, request, and member pages. Fixed checkouts/reserves tabs on circulation.tmpl. Moved new form-layout CSS into staff-global.css and generalized it for wider use. Refined patron details sidebar for use on circulation.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:52 -05:00
0966dca9e2 Corrections to memberentrygen.tmpl and members.js, experimental reformatting of moremember.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:46 -05:00
Paul POULAIN
9a1b556879 BUGFIX : create a unique div for each subfield
otherwise, when you have a repeated field, when editing biblio,
the cloneSubfield (+) button will clone the subfield in the 1st field
wherever you click !

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:40 -05:00
Paul POULAIN
b81f961b7f acquisition, parcel recieve : Changing column order & title and adding totals
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:29:53 -05:00
Henri-Damien LAURENT
93bca202da Bug Fix : Unknown is displayed when needed. and First arrival and innercounter is displayed.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:29:30 -05:00
Paul POULAIN
871c93278a template change : removing <table> & setting <label> instead (bug 183 on suivi.paulpoulain.com)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:29:20 -05:00
Paul POULAIN
5f15ea68e8 2 BUGFIX (1 being unimarc specific) : change in plugin handling
before this commit, the main (usually $a) entry could not be entered by the librarian.
With the new BiblioAddAuthority feature, it's a bad idea : the librarian will
be able to enter a value manually, and the authority will be automatically created on the fly
Thus the small change in addbiblio.pl

This commit also fixes a bug in plugin 4XX (which is unimarc specific) :
"Empty" option did not work properly + API convention fix (biblionumber instead of bibnum)

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:28:45 -05:00
34b67109d1 A couple more tweaks to member entry form. Still unfinished: inline CSS will have to be generalized and moved to external stylesheet. Trying some changes to circ page, including moving patron info into sidebar, consolidating messages and warnings. Also unfinished!
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:47:02 -05:00
808519a2f5 Minor changes to header and circ-toolbar. Beginning work on memberentry form layout CSS (unfinished)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:47:00 -05:00
a37daca905 More efforts with toolbars, nothing solved. Also corrections, and modifications to resident search to place focus on displayed form field.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:56 -05:00
2666466407 Corrections, and first test of Circ toolbar
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:54 -05:00
33f8001652 Cleaning up acquisitions, adding breadcrumbs, adding resident search. Other minor corrections.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:51 -05:00
7febf4745b Various corrections, and addition of printers-admin search form
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:06 -05:00
Paul POULAIN
549afc9647 BUGFIX : fix url for up button
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:32:10 -05:00
Paul POULAIN
a3a4bfc5e6 IMPROVEMENT : reintroducing stopwords management
Zebra (and NoZebra) doesn't deal with stopwords.
It search the exact string the user types.
This commit :
- reintroduces stopword management script that was in 2.2
- add stopword management to Zebra & NoZebra searches.

PS : fortunatly, the stopwords table was not removed by updatedatabase, so nothing to do here.
(& the table is in kohastructure.sql)

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:32:06 -05:00
Paul POULAIN
72e5d4f62d BUGFIX : API changed, removing "old"
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:49 -05:00
Paul POULAIN
a477061dc9 BUGFIX #670
Ported code from librarian interface, as it works here

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:45 -05:00
Paul POULAIN
0e3b44e3f8 Bug fixing : Editing broken javascript
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:37 -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
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
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
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
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
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
737730e4a6 Continuing to add resident search form and breakcrumbs. Markup cleanup all around.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:50 -05:00
c442e8fa1e Modifications to ensure XHTML compliance; Adding breadcrumbs and global search
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:47 -05:00
Paul POULAIN
7902f78491 Som reorganization and recommiting memberentrygen.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:44 -05:00
Paul POULAIN
e4846dc09a BUGFIX for unimarc 4XX plugin
We don't have to count parentNode, but grand-parentNode

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:42 -05:00
Paul POULAIN
e0c6540912 BUGFIX : Expand property fixed on duplicated fields + added _() to string that must be translated
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:37 -05:00
Henri-Damien LAURENT
71be461b0e Bug Fixing : Year/Number Pattern was buggy.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:35 -05:00
Paul POULAIN
a1f3982bd4 improving detail page :
- fixing some bugs (subtitle repeated & shown on collection, authors repeated...)
- changing some things to look close to ISBD standard description
- adding the new biblioitems fields

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:26 -05:00
Paul POULAIN
1795d11bcf Bug Fixing : information were messed around when editing an expired subscription.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:21 -05:00
Paul POULAIN
08c50f5f80 updating french translation
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:52:57 -05:00
0f3b435b15 Removing script-specified CSS and js pointers. More markup cleanup and restructuring.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:39 -05:00
55bc6939ad Corrections for XHTML compliance
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:36 -05:00
eb427ffda3 Continuing addition of resident search form, other markup corrections.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:35 -05:00
5083ecf4c0 More jquery tabs integration
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:34 -05:00
d5584e1030 Trying new jquery tabs system. Appearance may not be quite right
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-11 16:41:31 -05:00
b2d476aa5c Continuing integration of breadcrumbs and resident search form, now on member pages. The search form tabs need to be handled in a more sane manner given that they might have multiple options. Either a custom handling script for the different includes or a js-library-based system that will handle all of them.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:44 -05:00
Joshua Ferraro
c67338f7c3 finishing the changes to circulation.tmpl
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:41 -05:00
Joshua Ferraro
d04206431c validation of yui grids
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:38 -05:00
bccf46fade More work on resident search, adding breadcrumbs and resident search to member pages.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:35 -05:00
Joshua Ferraro
e1d9c516ca missing end <div>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:31 -05:00
Joshua Ferraro
c97693c884 useless <p> was causing validation probs
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 15:58:28 -05:00
Chris Cormack
c64a19f407 Adding link to the committed budget breakdown
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-07 22:06:35 -05:00
Chris Cormack
c2439d23fd Re-adding the link to the spent budget breakdown
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-07 22:06:22 -05:00
e817f5d203 New basic page structure implemented for circ pages: global main menu in the header, resident search box and logo, followed by breadcrumb navigation. Added circ-menu.inc for left-hand sidebar menu (needs revision), circ-search.inc which defines the resident search box for circ pages, additions to staff-global.js to handle tab-switching in search box.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-07 15:44:57 -05:00
d95a039286 Snapshot of CSS which includes global search box with two-tabbed bordered box
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-07 15:44:52 -05:00
d3d5fadb43 Adding jquery as default js library and staff-global.js for global js functions. Converting form field focus scripts to jquery syntax (use class="focus" for auto-focusing form fields)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:54 -05:00
039df85cf9 Moving inline script blocks to <head> where possible
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:52 -05:00
3fb1875a81 Cleanup of catalogue files, previously excluded from layout fixes. Some bugs may still remain due to script errors in my installation (results.tmpl, MARCdetail.tmpl, ISBDdetail.tmpl)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:48 -05:00
9f4971abc1 Cleanup on Serials. Markup corrections and cleanup, moving script blocks into header, correcting previous incorrect changes to embedded scripts (translator-related stuff)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:45 -05:00
Paul POULAIN
4604a17226 BUGFIX : due to the new template structure, the up.png button has moved
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 05:51:49 -05:00
Paul POULAIN
ec282e07b4 BUGFIX : missing <!-- /TMPL_IF -->
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 05:49:32 -05:00
Paul POULAIN
9886bc758c updating french translation
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-03 03:44:53 -05:00
Paul POULAIN
9521bf68b8 some spelling fixes
in 2 english templates and a french plugin

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-03 03:40:14 -05:00
1031d5b265 Moving top-level navigation links, login information into header section of pages
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:58 -05:00
c44f56fcac Moving </head><body> into body of templates so that js and css can be embedded per-page.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:54 -05:00
dc68c00c8d Testing new changes to Auth.pm to allow passing of page-specific js and css to templates
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:01 -05:00
Joshua Ferraro
eb43cc8a32 adding support for js includes
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-08-29 12:22:37 -05:00
Joshua Ferraro
346269591b finishing up changes to cascades
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-08-29 11:45:36 -05:00
Joshua Ferraro
6ff1ecf14f adding levels for library, module, page and widgets per page
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-08-29 11:45:05 -05:00
d7e634edf9 reset-fonts-grids.css is the YUI-Grids stylesheet
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:46 -05:00
62e94fd1b0 More changes to enable YUI-Grids CSS layout
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:44 -05:00
3262d91a16 Modifications to enable YUI-Grids layout structure. Unfinished.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:42 -05:00
Henri-Damien LAURENT
8319613763 BUG FIX
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:35 -05:00
c6131c4429 Corrections for XHTML compliance, again.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:18 -05:00
Chris Cormack
58fa2e168b Removing windows linefeeds to get a patch to apply 2007-08-28 16:50:04 -05:00
Chris Cormack
7406ebd48f Removing \r characters 2007-08-23 21:35:21 -05:00
Joshua Ferraro
ec4e8ecf0f removing unused countryCodes dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:31:59 -05:00
Joshua Ferraro
27d45375d0 moving calendar to lib
Output.pm: sanatizing variable names
ran  perl -pi~ -e 's/\/includes\/calendar\//\/lib\/calendar\//' * in every staff template dir

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:30:49 -05:00
Joshua Ferraro
cd0a858c47 move all css in includes to css dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:22:01 -05:00
Joshua Ferraro
3359654835 move hierarchy.css to css dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:22:00 -05:00
Joshua Ferraro
d1f6407baa moved images to img fixed installer path for templates
perl -pi~ -e 's/\/prog\/images\//\/prog\/img\//' *
perl -pi~ -e 's/\/prog\/en\/images\//\/prog\/img\//' *

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:21:58 -05:00
Joshua Ferraro
d114e811c8 removing old barcodes, itemsLabelConfig, and printerConfig
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:21:56 -05:00
Joshua Ferraro
d08387dd28 first go at moving templates to a modules/ dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:11:27 -05:00
Joshua Ferraro
fe59dc27ed Removing unused export files, better tools exist
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 15:14:44 -05:00
7161f9bf18 Correcting <!-- TMPL_IF -->'s nested inside HTML (breaks translator)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-20 15:16:48 -05:00
Ryan Higgins
6e2564450e Adding labels generator.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-18 17:39:38 -05:00
Paul POULAIN
2716acbb11 loading template 1st to have userenv set + fixing javasccript bug + reindenting
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-18 17:38:28 -05:00
Paul POULAIN
61c72f8f3e Adding KOHAVERSION management.
The kohaversion is in the code directory (in /kohaversion.pl)
C4::Context now has a new method C4::Context->KOHAVERSION
that returns the koha code version.
The systempreference Version contains the database version.

If the 2 are differents, when the user log in, he is redirected to web installer (new behaviour : before this commit, the check was done on everypage, it's too CPU costly I think)

In the web installer, we check now if we do a new setup or an upgrade and show only the appropriate link.

The updatedatabase contains a lot of new things :
* SetVersion($kohaversion), that set the kohaversion after each update
* TransformToNum($kohaversion) that returns a number (3.0000001 from 3.00.00.001 for example) for a given koha version
* DropAllForeignKeys($table) that does what is written : drop all foreign keys. A shame it's not possible directly in mySQL...
* for each database update, just :
add the following lines :
=item
    Describe what it does for other developpers
=cut

$DBversion = "your.koha.version.dbnumber";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
	#
	# DO YOUR UPDATE STUFF
	#
        print "Upgrade to $DBversion done (specify what it does if you want)\n";
        SetVersion ($DBversion);
}

IMPORTANT NOTES :
in koha 2.2, a new install was done through installing a 2.2.0 database, then updating it to the installed version.
in Koha 3.0, /installer/kohaversion.sql MUST contain an uptodate version, as the installer set the DB version to kohaversion after uploading kohaversion.sql. It does NOT run updatedatabase.

The update from Koha 2.2 to Koha 3.0 must NOT be done through the webinstaller : updatedatabase is very very long to run and you'll reach Apache timeout for sure. See http://wiki.koha.org/doku.php?id=22_to_30 that contains my notes for upgrading (with some/few UNIMARC specific stuff)


Note For RM, please eyeball this change

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-16 06:58:32 -05:00
Paul POULAIN
39cb2ee520 some minor changes in template
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-16 06:56:31 -05:00
Paul POULAIN
1e6c13df39 show callnumber in result list and update SQL by using LEFT JOIN
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-16 06:56:17 -05:00
Paul POULAIN
720bc7b37a adding supplier deletion feature.
A supplier can be deleted ONLY if it has NO basket

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-16 06:56:00 -05:00
Joshua Ferraro
836b9857ed content-type was incorrectly set in InstallAuth.pm
Adding 'wizard' and 'login' detection

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-08-15 21:22:21 -05:00
Paul POULAIN
55ac115e61 fixes to fine management
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:32:45 -05:00
Paul POULAIN
e49fc799f5 spelling error
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:32:34 -05:00
Paul POULAIN
497bbd84b0 show the departure date if close or past
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:32:22 -05:00
Paul POULAIN
67416b736d some template cleaning, using right action tool bar for buttons
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:32:10 -05:00
Paul POULAIN
7f30f3b20a fixing cleanborrowers
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:32:04 -05:00
Paul POULAIN
7612dacc6f show username instead of cardnumber
Signed-off-by: Chris Cormack <crc@liblime.com>

Note from Chris, this should probably be a system preference, some libraries want the cardnumber there.
2007-08-14 21:30:38 -05:00
Paul POULAIN
e55803e8d6 fix bug in calendar handling
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:28:53 -05:00
Joshua Ferraro
2b2f7a1794 revisions to login page to make it pretty
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-10 12:15:05 -05:00
Joshua Ferraro
663f3bb7d8 Revert "set the branch at login"
This reverts commit bf1fd83d08.

Conflicts:

	koha-tmpl/intranet-tmpl/prog/en/auth.tmpl

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 10:46:47 -05:00
Joshua Ferraro
b2420d8aa3 working on adding library logi
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 10:46:38 -05:00
Paul POULAIN
3f9017b349 adding a ExpandField feature to MARC editor : all subfields that are empty and not mandatory are hidden by default. a click on the tag title expand all of them. This is better imho than the previous minimizer, because :
Note that the minimize/expand by default behaviour could be changed to use the hidden property. Il let LibLime guys say what they think of this proposal, and discuss another behaviour.
Anyway, it proves that the new editor is better than the previous one as it can evolve easily ;-)

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:51:57 -05:00
Paul POULAIN
ec2ec47418 removing the notes field from parcel recieve.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:51:43 -05:00
Paul POULAIN
d02a48a977 minor spelling fix, the column was not displayed
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:51:38 -05:00
Joshua Ferraro
6cdf0832e2 new virtual shelves changes, keyed by biblionumber
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:17:49 -05:00
Joshua Ferraro
0e0475b67a gives the user the ability to re-login 2007-08-08 16:39:40 -05:00
Joshua Ferraro
f2cd577f25 give the user the option to re-login
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 16:33:46 -05:00
Joshua Ferraro
d5acfe9d73 update to virtual shelves -- approved 2007-08-08 13:12:47 -05:00
Joshua Ferraro
812ba6cd9c working on virtual shelves cleanup, partially finished
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 11:39:24 -05:00
Joshua Ferraro
e9ae8c0686 patches from paul 2007-08-08 07:41:19 -05:00
Chris Cormack
2e4a11773c Merge branch 'master' of /home/jmf/repos/koha-rm-root.git/ 2007-08-08 07:36:43 -05:00
Joshua Ferraro
8ee881174f Merge branch 'master' of /usr/local/git/koha_base.git/ 2007-08-08 07:27:26 -05:00
Paul POULAIN
b39fca73d4 fixing buggy url in cancel button
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
Paul POULAIN
f9ac2fc14b reordering & spell change for more consistency
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
Paul POULAIN
9bdba0d861 fixing bug in API
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
Paul POULAIN
7eacca4b79 reordering columns + adding qty recieved + cleaning html (class=... from 22 templates
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
Joshua Ferraro
bf1fd83d08 set the branch at login 2007-08-07 15:45:03 -05:00
Joshua Ferraro
ab77322c08 adds the ability to set the branch at login,
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-07 15:41:19 -05:00
kados
40af15d8e6 changing permissions on templates and scripts 2007-08-07 13:20:51 -05:00
tipaul
e24c247915 adding confirmation to basket closing 2007-08-06 12:27:31 +00:00
jmf@arwen.metavore.com
2fc59a2e76 From c428933ebfa5f56e14f3b32824ebb368c3258c24 Mon Sep 17 00:00:00 2001
From: kados <jmf@arwen.metavore.com>
Date: Sat, 4 Aug 2007 20:06:28 -0500
Subject: [PATCH] changing permissions on templates

Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
2007-08-04 22:41:28 -05:00
jmf@arwen.metavore.com
9519c14e32 From d201d6349a10adc69c4de95a6465e92b293eb4f6 Mon Sep 17 00:00:00 2001
From: kados <jmf@arwen.metavore.com>
Date: Sat, 4 Aug 2007 20:02:10 -0500
Subject: [PATCH] changing permissions

Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
2007-08-04 22:41:19 -05:00
Chris Cormack
060d731bf6 Patch 2007-08-03 12:36:22 -05:00
toins
ae706f0d7a fix indentation. 2007-07-31 16:14:15 +00:00
toins
1a48872caa fixed to work with addbiblio. 2007-07-31 16:11:48 +00:00
toins
aeae5685c0 display enhancement. 2007-07-31 16:06:59 +00:00
toins
3731406592 plugin rewrited to works with addbiblio.
NOTE :
Unimarc plugins has been fully tested but not MARC21 one.
Unimarc plugins respect the norme now.
2007-07-31 16:06:21 +00:00
toins
e14fdf1f5e addbiblio cleaned.
TODO: There is still a encoding pb when modifying a biblio.
2007-07-31 16:03:09 +00:00
hpassini
46a99d8681 *** empty log message *** 2007-07-30 15:24:06 +00:00
toins
c07db4a97d XHTML validation. 2007-07-26 15:23:11 +00:00
toins
942afede38 there is no detailprint for authorities 2007-07-26 15:22:31 +00:00
btoumi
9395334e69 add control of 'return date' if it 's a special or repeatable holidays , and return a right return date
(renewal)
2007-07-25 14:09:39 +00:00
toins
ee5c4c303c display enhancement. 2007-07-24 14:17:07 +00:00
toins
6cea0e824e do not write the result if there is no breeding id. 2007-07-24 14:10:05 +00:00
hdl
0fcce07183 Bug Fixing search order now relies on Template and not on internal lists. 2007-07-20 16:10:51 +00:00
hdl
2379316079 adding popup to display biblio at inventory 2007-07-20 14:04:16 +00:00
toins
0c5f1a7a66 refine your search is not available on NoZebra. 2007-07-19 13:20:53 +00:00
hdl
fbec734d57 Adding selection by location for inventory 2007-07-19 07:40:08 +00:00
toins
a9b9f8002b using LoginBranchnameShort instead of LoginBranchname. 2007-07-17 09:28:52 +00:00
toins
466979fff0 fix XHTML syntax error.
writing method="post" instead of method="POST"
2007-07-16 15:54:08 +00:00
hdl
4d5ed7ac27 AddBiblio can be executed as a popup now. 2007-07-16 15:41:40 +00:00
hdl
eb8c3f432b - two periodicities 2/day and 3/week
- two other non critic periodicity unknown and without regularity.

Adding popup facility for create Biblio and subscription-renew
2007-07-16 15:39:43 +00:00
hdl
581f7a8e41 Adding popup stylesheet. 2007-07-16 15:34:05 +00:00
rangi
bf7eaca974 Fix for bug 1313, silent failure when entering manual invoice with invalid
itemnumber
2007-07-15 22:19:01 +00:00
toins
644e340fdb GPL added + tmpl display fix. 2007-07-13 16:01:32 +00:00
toins
71894b6830 adding a pagination bar 2007-07-13 15:37:20 +00:00
toins
5d3d4523f4 using a white logo. 2007-07-13 13:18:07 +00:00
hdl
ba8fd94a62 minor changes 2007-07-12 16:40:47 +00:00
hdl
086f7656bf Adding some information to resultlists. 2007-07-12 16:35:19 +00:00
hdl
ff7e73708c systempreferences were too large.
Beware... Some values contains long links and should be used as links with  shorter labels.
2007-07-12 16:17:53 +00:00
toins
267ca1b99a displaying the query to search
re indenting
minor style enhancement
2007-07-12 15:30:13 +00:00
toins
3c1ae55fcf adding a pagination bar & displaying only 20 results per page.
style enhancement
re indenting
2007-07-12 15:28:00 +00:00
toins
9ff24ae9b5 new img 2007-07-10 15:22:06 +00:00
toins
2cb738c5b4 auto focus on search box 2007-07-10 15:21:51 +00:00
toins
632f7efe63 removing note from results list 2007-07-10 15:17:02 +00:00
hdl
7494188760 Adding macle_plugin for FRANTIQ 2007-07-10 08:48:54 +00:00
hdl
fd416f67fd Bug Fixing : Dynamic change of framework in edition would blank the biblio record. 2007-07-09 13:03:46 +00:00
rangi
73e6be1340 Fix for bug 1295 adding a borrower with the same cardnumber 2007-07-08 23:07:31 +00:00
toins
8ea463b843 deleting a wrong and unused javascript code. 2007-07-06 13:36:28 +00:00
kados
97842f992c reserves => holds, some language cleanup 2007-07-03 18:36:14 +00:00
kados
e2f7d04f41 more instances of branches => libraries 2007-07-03 18:33:35 +00:00
kados
49e815ce8e more language improvements 2007-07-03 18:27:18 +00:00
kados
c62b2af7fd Default use the pretty CSS, not the programmer one ... programmers can
switch back for ease of programming
2007-07-03 18:22:02 +00:00
kados
d585d5a2bc This is a language commit. I've gone through most of the templates and
based on user feedback I've made the following changes:

Borrower, Member => Patron
Debarred => Restricted
Issues => Checkouts
Reserves => Holds
2007-07-03 18:19:49 +00:00
kados
f6f451ead3 warning the user about the redirect after the install has completed,
giveing them the option to click directly
2007-07-03 16:17:54 +00:00
tipaul
a60c83d5b0 adding volume and volumeddesc field in the result list. Kados, pls check that it is interesting for you as well (sounds interesting for serials or volumed publications, where the title will be the same on every volume, like an encyclopedia 2007-07-03 10:12:34 +00:00
tipaul
24b5fab833 do not use REPLACE in SQL statements : it is not standard SQL, and don't work with integrity contraints : it's a delete/insert, not an UPDATE if the row exist. fixes the problem for borrower categories 2007-07-03 08:48:14 +00:00
tipaul
dd992ca4fe french translations 2007-07-02 09:15:40 +00:00
tipaul
2d954fc7c3 minor template changes 2007-07-02 09:14:52 +00:00
rangi
d27c5bb427 Fix for bug 1296, making surnames uppercase a systems preference 2007-07-02 02:30:15 +00:00
rangi
c078fc3d9f Fix for layout problem with css 2007-07-02 00:24:37 +00:00
hdl
e9035fd560 serials-home.tmpl
Display information provided serials-edit modifications.
2007-06-30 06:25:06 +00:00
hdl
f6c5b4db42 Receive serials now display both late AND waited serials 2007-06-30 05:24:23 +00:00
hdl
781e44babf Adding link to moremember to directly email members.
This could be considered as unsafe since emails are plain text and may be used by spam robots.
BUT : Authentication required to get to these pages may help securing those data.
2007-06-28 07:59:42 +00:00
tipaul
b1dc4e24b6 moving the _s() javascript function, that is used by getext for translation purposes to doc-head-clos to avoid having to create it everywhere 2007-06-27 13:01:36 +00:00
tipaul
b01fd6ffdb adding location sql field to location column, with branch & callnumber 2007-06-26 09:23:02 +00:00
tipaul
8b29900d24 bugfix on adding a subfield 2007-06-26 09:17:56 +00:00
tipaul
726ef467a3 some graphic changes (minor) 2007-06-25 15:02:15 +00:00
hpassini
1c1f963416 add zipcode list 2007-06-21 15:49:25 +00:00
btoumi
fc411acde3 bug fixing :make possible to create a tag in biblio framework 2007-06-21 12:43:57 +00:00
tipaul
74c50d1965 french templates, updated 2007-06-18 07:56:03 +00:00
toins
5d610f543b s/opac-botton.inc/intranet-botton.inc/ 2007-06-15 16:34:35 +00:00
toins
5964ea2c5c sync with english template. 2007-06-15 16:33:55 +00:00
toins
1f9733604d removing notes from the results 2007-06-15 16:31:58 +00:00
toins
7fc3f2394b fix a french error. 2007-06-11 15:22:15 +00:00
toins
5d69dd7160 this template is for intranet not for opac... including the good footer. 2007-06-11 15:21:19 +00:00
tipaul
5dd3f0229a bugfixes (various), handling utf-8 without guessencoding (as suggested by joshua, fixing some zebra config files -for french but should be interesting for other languages- 2007-06-06 13:08:35 +00:00
toins
5e775a5d36 correct a wrong link 2007-06-05 09:47:07 +00:00
toins
b0bcda97dc auto focus on login when document is loaded. 2007-06-05 09:02:49 +00:00
tipaul
577a7bf094 some (minor, functionnaly speaking) bugfixes 2007-06-05 08:54:17 +00:00
toins
784bd215e7 this template is not used has a popup. including header to have stylesheet. 2007-06-05 08:45:18 +00:00
tipaul
e43c164395 fixing template & javascript bug on almost all plugins 2007-06-05 08:38:39 +00:00
btoumi
c5b97c4153 bug fixxing : add hidden field to allow modification of biblio framework . 2007-06-01 09:55:35 +00:00
tipaul
1e2d7c8b5a cleaning duplicate entries in top menus & fixing a bug in "branch" index (zebra) & updated french translation 2007-05-30 09:33:18 +00:00
hdl
183d8de0ba Bug Fix :
When no date, provide a manage tab and allow ppl to click on this tab.
2007-05-29 16:36:46 +00:00
tipaul
a04f92a30a some minor bugfixes, templates improvements & zebra default config file changes 2007-05-29 16:36:11 +00:00
hdl
4ab40c0d65 Editing old numbers is allowed when subscription expired.
WARNING : Needs HTML::Template::Expr
(should be provided with HTML::Template::Pro)
2007-05-29 16:20:54 +00:00
tipaul
29ac21862a updated french translation + improved & fixed default zebra config files 2007-05-25 16:27:58 +00:00
btoumi
90dee1f3ee add security when u delete biblio :
u must delete linked items before delete biblio
2007-05-25 09:27:46 +00:00
hdl
c01afc83b3 Changing pattern Number to Number only.
putting | together with create Biblio link.
2007-05-23 20:00:28 +00:00
tipaul
cbec15086e french translation 2007-05-23 16:25:02 +00:00