]>
git.koha-community.org Git - koha.git/log
hdl [Mon, 27 Jun 2005 23:06:42 +0000 (23:06 +0000)]
Reporting Doxulting Fix on a french template.
hdl [Mon, 27 Jun 2005 23:03:09 +0000 (23:03 +0000)]
Adding favicon.ico to default en... Getting rid of favicon.ico warning in logs
hdl [Mon, 27 Jun 2005 22:58:41 +0000 (22:58 +0000)]
Adding favicon.ico
hdl [Wed, 22 Jun 2005 13:14:12 +0000 (13:14 +0000)]
file newbiblio.tmpl was added on branch rel_2_2 on 2005-06-28 11:51:58 +0000
tipaul [Wed, 22 Jun 2005 12:51:10 +0000 (12:51 +0000)]
bugfix (in repeated subfield separator position)
tipaul [Wed, 22 Jun 2005 12:49:51 +0000 (12:49 +0000)]
polish translation for OPAC
tipaul [Wed, 22 Jun 2005 12:49:22 +0000 (12:49 +0000)]
updated french translation
tipaul [Wed, 22 Jun 2005 12:48:08 +0000 (12:48 +0000)]
minor css changes
tipaul [Wed, 22 Jun 2005 12:46:52 +0000 (12:46 +0000)]
small changes in template look
tipaul [Wed, 22 Jun 2005 12:45:37 +0000 (12:45 +0000)]
changing image size (on top-left)
oleonard [Tue, 21 Jun 2005 22:05:30 +0000 (22:05 +0000)]
Removing extra junk from WorldCat query string
tipaul [Tue, 21 Jun 2005 14:50:26 +0000 (14:50 +0000)]
bugfix for next/previous and number links on result list, when long list of results
tipaul [Tue, 21 Jun 2005 13:34:26 +0000 (13:34 +0000)]
template creators : REMEMBER that TRANSLATOR tool really HATES <!-- TMPL_IF --> inside a standard html tag, like :
<td <!-- tmpl_if name="x">class="x"<!-- /TMPL_IF -->> or
<input ... <!-- tmpl_if name="y" --> checked<!-- /TMPL_IF -->>
pls alway write :
<!-- TMPL_IF name="y" -->
<input ... checked>
<!-- TMPL_ELSE -->
<input ...>
<!-- /TMPL_IF -->
tipaul [Fri, 17 Jun 2005 15:54:40 +0000 (15:54 +0000)]
bugfix : some columns where "doNotPrint" style & should not
tipaul [Fri, 17 Jun 2005 15:53:35 +0000 (15:53 +0000)]
special bugfix for HDL : when doing X+Y on 2 fields that can have a numeric value, you will get X+Y as result. What you wanted to do was concat(X,Y), to have 700+9 being 7009 and not 709 ;-)
tipaul [Fri, 17 Jun 2005 15:51:54 +0000 (15:51 +0000)]
bugfix : when saving a special issue, "arrived" and "missing" status must be stored in history as well.
tipaul [Fri, 17 Jun 2005 12:31:43 +0000 (12:31 +0000)]
last commits before 2.2.3
* css fixes for better IE compliance
* adding LibraryName parameter in login screen
tipaul [Thu, 16 Jun 2005 15:51:05 +0000 (15:51 +0000)]
fix for UNIMARC BNF behaviour (now work as expected)
tipaul [Thu, 16 Jun 2005 15:50:22 +0000 (15:50 +0000)]
bugfix in SQL query. Now the z3950 server works...
tipaul [Thu, 16 Jun 2005 15:49:40 +0000 (15:49 +0000)]
missing plugins
tipaul [Thu, 16 Jun 2005 15:49:05 +0000 (15:49 +0000)]
adding opac text messaging to login page.
tipaul [Thu, 16 Jun 2005 15:47:52 +0000 (15:47 +0000)]
switching to complete or standard history view
tipaul [Thu, 16 Jun 2005 15:45:59 +0000 (15:45 +0000)]
improving script with a new parameter to show all the subfields usage.
tipaul [Thu, 16 Jun 2005 15:44:31 +0000 (15:44 +0000)]
proofread & better english & better look
tipaul [Thu, 16 Jun 2005 15:43:44 +0000 (15:43 +0000)]
changing some html (minor)
tipaul [Thu, 16 Jun 2005 15:42:03 +0000 (15:42 +0000)]
* css change for better IE compliance
* adding switch from complete to compact history view
tipaul [Thu, 16 Jun 2005 15:41:09 +0000 (15:41 +0000)]
changing popup size
tipaul [Thu, 16 Jun 2005 15:40:15 +0000 (15:40 +0000)]
minor changes in css for better IE compliance
tipaul [Thu, 16 Jun 2005 15:39:51 +0000 (15:39 +0000)]
adding the little glass to CVS
tipaul [Thu, 16 Jun 2005 15:38:36 +0000 (15:38 +0000)]
online help (missing files or cvs problem on my computer)
tipaul [Thu, 16 Jun 2005 15:35:27 +0000 (15:35 +0000)]
formating dates to user format
hdl [Thu, 16 Jun 2005 15:06:22 +0000 (15:06 +0000)]
adding rapid links to pages inside
hdl [Tue, 14 Jun 2005 23:22:11 +0000 (23:22 +0000)]
file favicon.ico was added on branch rel_2_2 on 2005-06-27 22:58:41 +0000
joshferraro [Tue, 14 Jun 2005 18:24:23 +0000 (18:24 +0000)]
readme for sample usmarc file.
joshferraro [Tue, 14 Jun 2005 18:23:57 +0000 (18:23 +0000)]
A sample USMARC for inclusion with the release.
tipaul [Mon, 13 Jun 2005 15:12:03 +0000 (15:12 +0000)]
translation update for 2.2.3 release
oleonard [Sat, 11 Jun 2005 14:28:07 +0000 (14:28 +0000)]
Changing 'id' to 'supplierid' in Company link. This is probably what's causing Bug 990
oleonard [Sat, 11 Jun 2005 14:23:22 +0000 (14:23 +0000)]
Quoting some unquoted attributes
hdl [Fri, 10 Jun 2005 08:40:09 +0000 (08:40 +0000)]
Fixing : css class error on titles.
oleonard [Thu, 9 Jun 2005 21:20:53 +0000 (21:20 +0000)]
Adding 'control box' styles for MARC detail screens
oleonard [Thu, 9 Jun 2005 21:18:44 +0000 (21:18 +0000)]
Including marc-editor.css for full serials display
oleonard [Thu, 9 Jun 2005 21:17:31 +0000 (21:17 +0000)]
Updated to work with full serials display
oleonard [Thu, 9 Jun 2005 21:16:20 +0000 (21:16 +0000)]
Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content
oleonard [Thu, 9 Jun 2005 19:41:00 +0000 (19:41 +0000)]
Fixing to conform with NPL template design
oleonard [Thu, 9 Jun 2005 19:21:10 +0000 (19:21 +0000)]
Bugfix for display problem
oleonard [Thu, 9 Jun 2005 18:21:40 +0000 (18:21 +0000)]
Adding authority search functionality to OPAC advanced search page, to synch with default template
oleonard [Thu, 9 Jun 2005 16:19:19 +0000 (16:19 +0000)]
Adding authority search functionality to intranet advanced search page, to synch with default template
oleonard [Wed, 8 Jun 2005 21:22:22 +0000 (21:22 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 20:53:12 +0000 (20:53 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 20:43:12 +0000 (20:43 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 20:36:30 +0000 (20:36 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 20:14:59 +0000 (20:14 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 20:04:14 +0000 (20:04 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 19:19:40 +0000 (19:19 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 18:47:47 +0000 (18:47 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 18:38:57 +0000 (18:38 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 17:13:55 +0000 (17:13 +0000)]
Synching with default template
oleonard [Wed, 8 Jun 2005 17:03:00 +0000 (17:03 +0000)]
Synching with default template
oleonard [Tue, 7 Jun 2005 20:39:28 +0000 (20:39 +0000)]
Synching with default template
tipaul [Tue, 7 Jun 2005 14:35:23 +0000 (14:35 +0000)]
adding issn & not showing total number of items if there are no
tipaul [Tue, 7 Jun 2005 13:17:38 +0000 (13:17 +0000)]
warn the user if no budget is defined (& prevent creating an order, as it would be buggy)
tipaul [Tue, 7 Jun 2005 12:56:36 +0000 (12:56 +0000)]
fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here.
The table has been improved :
* title / isbn / author / note are on the same column, as in marc search
* alternate colors working
tipaul [Tue, 7 Jun 2005 11:03:52 +0000 (11:03 +0000)]
adding total to calculate rrp & est prices separately
tipaul [Tue, 7 Jun 2005 10:23:13 +0000 (10:23 +0000)]
porting dictionary search to OPAC
tipaul [Tue, 7 Jun 2005 10:02:00 +0000 (10:02 +0000)]
porting dictionnary search from head to 2.2. there is now a ... facing titles, author & subject, to search in biblio & authorities existing values.
tipaul [Mon, 6 Jun 2005 16:36:43 +0000 (16:36 +0000)]
specifying table order to have aqorders.notes and not biblio.notes in {notes} field
tipaul [Mon, 6 Jun 2005 16:32:08 +0000 (16:32 +0000)]
The correct parameter is supplierid, not id.
tipaul [Mon, 6 Jun 2005 16:10:57 +0000 (16:10 +0000)]
adding 2 new checkings for MARC setup :
* only 1 MARC tag must be mapped to item tab
* warning if there is NULL in a frameworkcode
hdl [Mon, 6 Jun 2005 16:00:56 +0000 (16:00 +0000)]
Fixing Bug : Not on first page when viewing opac-full-serial.tmpl
tipaul [Mon, 6 Jun 2005 15:47:27 +0000 (15:47 +0000)]
fix to send an iso2709 file as attachment
tipaul [Mon, 6 Jun 2005 15:23:35 +0000 (15:23 +0000)]
adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy !
tipaul [Mon, 6 Jun 2005 14:15:55 +0000 (14:15 +0000)]
adding 2 systemparameters to define an alternate image as logo in opac (the image on main page & on each top-left page)
tipaul [Mon, 6 Jun 2005 14:15:08 +0000 (14:15 +0000)]
* fixing a bug
* redirecting to patron page, it's more logic
tipaul [Mon, 6 Jun 2005 14:13:22 +0000 (14:13 +0000)]
minor graphic change + library message shown just after login
tipaul [Mon, 6 Jun 2005 14:12:14 +0000 (14:12 +0000)]
*** empty log message ***
tipaul [Mon, 6 Jun 2005 14:11:47 +0000 (14:11 +0000)]
minor change (to fill a table bottom)
tipaul [Mon, 6 Jun 2005 14:08:35 +0000 (14:08 +0000)]
* adding parameter to have an alternate image as logo
tipaul [Mon, 6 Jun 2005 14:07:27 +0000 (14:07 +0000)]
splitting title in 2 parts :
* title (logo + title)
* menuline (the menuline)
to be able to have a vertical menuline
* adding parameter to have an alternate image as logo
tipaul [Mon, 6 Jun 2005 14:06:14 +0000 (14:06 +0000)]
improving stylesheet
(adding title & tabs entries + some minor changes)
works fine on opera & konqueror
tipaul [Mon, 6 Jun 2005 14:03:54 +0000 (14:03 +0000)]
adding opacsmallimage parameter if applicable
tipaul [Mon, 6 Jun 2005 12:38:16 +0000 (12:38 +0000)]
some css changes, for better compliance & look
tipaul [Mon, 6 Jun 2005 12:16:06 +0000 (12:16 +0000)]
small css fixes
tipaul [Mon, 6 Jun 2005 11:41:08 +0000 (11:41 +0000)]
* changing unititle label
* hidding "number of items" if there is none
tipaul [Mon, 6 Jun 2005 09:27:42 +0000 (09:27 +0000)]
some CSS improvements (opac works better with opera & konqueror now)
hdl [Fri, 3 Jun 2005 13:27:25 +0000 (13:27 +0000)]
Bug Fixing : PDF::API2 Not mandatory
hdl [Fri, 3 Jun 2005 13:01:23 +0000 (13:01 +0000)]
adding tabsub for subbscription tabs.
hdl [Fri, 3 Jun 2005 12:53:08 +0000 (12:53 +0000)]
Featuring OPAC with Full History Subscription
hdl [Thu, 2 Jun 2005 21:05:34 +0000 (21:05 +0000)]
adding variable SubscriptionHistory
hdl [Thu, 2 Jun 2005 21:04:35 +0000 (21:04 +0000)]
Adding full history support to opac serial
Needs fixing
tipaul [Thu, 2 Jun 2005 15:44:29 +0000 (15:44 +0000)]
file unimarc_field_123j.pl was added on branch rel_2_2 on 2005-06-16 15:49:40 +0000
tipaul [Thu, 2 Jun 2005 15:44:02 +0000 (15:44 +0000)]
file unimarc_field_123i.pl was added on branch rel_2_2 on 2005-06-16 15:49:40 +0000
hdl [Thu, 2 Jun 2005 15:19:35 +0000 (15:19 +0000)]
Adding history of received and missing serials to simple information
hdl [Thu, 2 Jun 2005 13:03:31 +0000 (13:03 +0000)]
Sending e-mail with joined file.
Seems to work OK. But I never received the email.
May be my postfix configuration.
hdl [Wed, 1 Jun 2005 20:05:41 +0000 (20:05 +0000)]
FIXING : Bug line 37 missing comma
hdl [Wed, 1 Jun 2005 19:55:53 +0000 (19:55 +0000)]
Sending basket in OPAC with joined iso2709 biblios
tipaul [Wed, 1 Jun 2005 15:54:42 +0000 (15:54 +0000)]
fixing "warning use of uninitialized value in concatenation..."
hdl [Wed, 1 Jun 2005 14:29:21 +0000 (14:29 +0000)]
Minor display changes
hdl [Wed, 1 Jun 2005 14:12:10 +0000 (14:12 +0000)]
Adding Date to messages.
Adding lists of books borrowed with barcode.
One Bug To Fix : use of uninitialized value.
tipaul [Wed, 1 Jun 2005 13:52:05 +0000 (13:52 +0000)]
some graphic improvements
hdl [Wed, 1 Jun 2005 13:22:07 +0000 (13:22 +0000)]
Bug Fixing : Ugly display
Non Working Arrows at the bottom of page.