Commit graph

5166 commits

Author SHA1 Message Date
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
Paul POULAIN
ec7bd0b2ff (unimarc specific) BUGFIX : if 100$a exist but is not 35 char long, MARC::File::XML may fail
So, add blanks if needed...

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:17:56 -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
Henri-Damien LAURENT
f8db0248f5 BUG FIXING :
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:40 -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
b67d77e211 BUGFIX : repeated fields where merged on biblio update
When updating a biblio, all repeated fields had the same input name.
Thus, when retrieving them through cgi->param resulted in a single line
Thus all subfields where merged in a single MARC field.
Adding a random() part to the name solves the problem

+ removing some warn lines

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:31 -05:00
Henri-Damien LAURENT
cf2a9ff8db removing Date::Manip
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:28 -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
14301333cc BUGFIX : adding management of the 5 new biblioitems columns for biblio adding
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:18 -05:00
Paul POULAIN
7ed10cb920 BUGFIX & improvement : new biblioitems fields saving and GetMarcAuthors improvement
hdl defined 5 new fields in biblioitems, to handle collections.
The _koha_modify_biblioitem didn't deal with those fields. it's fixed now.

GetMarcAuthor in UNIMARC have a $4 field that is related to the responsability the author has
it is connected to an authorised value.
The improvement expand the numeric value to the expanded one.

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:13 -05:00
Paul POULAIN
75cd7b02ef BIGFIX : making rebuildnonmarc script work with koha 3.0
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:08 -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
Chris Cormack
67237dcd7a Making some changes so the resulting db matches kohastructure.sql more closely
Still more to be done

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 20:37:07 -05:00
Chris Cormack
65080b46d1 Shifting print before operation
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-10 20:36:56 -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
MJ Ray
81a5e0f08e Update instructions to match latest installer settings.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-09 17:15:23 -05:00
Chris Cormack
8ef96bcd4b Fixing spelling mistakes with reviews
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-08 19:26:02 -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