-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG.txt
542 lines (446 loc) · 18.9 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
------------------------------------------------------------------------
r119 | jblyberg | 2010-02-28 20:54:50 -0500 (Sun, 28 Feb 2010) | 2 lines
Changed paths:
M /trunk/sopac-results-hitlist-rss.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
Small template changes.
------------------------------------------------------------------------
r118 | jblyberg | 2010-02-28 16:04:17 -0500 (Sun, 28 Feb 2010) | 3 lines
Changed paths:
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac-results.tpl.php
M /trunk/sopac-search-block.tpl.php
M /trunk/sopac.css
M /trunk/sopac.install
M /trunk/sopac.module
M /trunk/sopac_catalog.php
M /trunk/sopac_social.php
Numerous bugfixes.
IE compliance in templates.
------------------------------------------------------------------------
r117 | jblyberg | 2010-02-26 16:57:20 -0500 (Fri, 26 Feb 2010) | 3 lines
Changed paths:
M /trunk/sopac-record.tpl.php
M /trunk/sopac_admin.php
M /trunk/sopac_catalog.php
Fixed a bug that caused a result set to "overreach" when limiting by available.
Added location information to item record view when multi-branch is enabled.
------------------------------------------------------------------------
r116 | jblyberg | 2010-02-26 11:04:55 -0500 (Fri, 26 Feb 2010) | 4 lines
Changed paths:
M /trunk/sopac-facet-block.tpl.php
M /trunk/sopac-search-block.tpl.php
M /trunk/sopac.install
M /trunk/sopac_user.php
Added availability limits to search block.
Changed "All Locations" to "Any Location"
Began work on checkout history.
------------------------------------------------------------------------
r115 | jblyberg | 2010-02-25 11:27:18 -0500 (Thu, 25 Feb 2010) | 2 lines
Changed paths:
M /trunk/sopac-facet-block.tpl.php
Added multi-branch availability facet.
------------------------------------------------------------------------
r114 | jblyberg | 2010-02-25 10:26:36 -0500 (Thu, 25 Feb 2010) | 2 lines
Changed paths:
M /trunk/sopac.module
M /trunk/sopac_admin.php
M /trunk/sopac_catalog.php
Added admin option to enable multi-branch.
------------------------------------------------------------------------
r113 | jblyberg | 2010-02-24 17:20:57 -0500 (Wed, 24 Feb 2010) | 3 lines
Changed paths:
M /trunk/sopac-facet-block.tpl.php
M /trunk/sopac.css
M /trunk/sopac.module
M /trunk/sopac_catalog.php
Finished (I think) limit-to-available functionality.
Removed location facet.
------------------------------------------------------------------------
r112 | jblyberg | 2010-02-19 17:42:36 -0500 (Fri, 19 Feb 2010) | 2 lines
Changed paths:
M /trunk/sopac-record.tpl.php
Fixed a small plurality check.
------------------------------------------------------------------------
r111 | jblyberg | 2010-02-08 09:27:17 -0500 (Mon, 08 Feb 2010) | 2 lines
Changed paths:
M /trunk/sopac_catalog.php
Began work on "limiting to available"
------------------------------------------------------------------------
r110 | jblyberg | 2010-02-06 09:15:09 -0500 (Sat, 06 Feb 2010) | 2 lines
Changed paths:
M /trunk/sopac-facet-block.tpl.php
M /trunk/sopac-search-block.tpl.php
Small bugfix related to decade facet.
------------------------------------------------------------------------
r109 | jblyberg | 2010-02-05 17:36:14 -0500 (Fri, 05 Feb 2010) | 4 lines
Changed paths:
M /trunk/sopac-facet-block.tpl.php
M /trunk/sopac-record.tpl.php
M /trunk/sopac-search-block.tpl.php
M /trunk/sopac.module
M /trunk/sopac_catalog.php
Added download links to record template.
Updated facets to include age and decade.
Added age and decade support to the search forms.
------------------------------------------------------------------------
r108 | jblyberg | 2010-02-04 18:16:13 -0500 (Thu, 04 Feb 2010) | 3 lines
Changed paths:
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac.css
M /trunk/sopac.module
M /trunk/sopac_catalog.php
Implemented new record display.
Incorporated syndetics/review links.
------------------------------------------------------------------------
r107 | jblyberg | 2010-02-02 17:41:02 -0500 (Tue, 02 Feb 2010) | 5 lines
Changed paths:
M /contrib/covercache/covercache.module
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist-rss.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac-results-rss.tpl.php
M /trunk/sopac.module
M /trunk/sopac_catalog.php
M /trunk/sopac_user.php
Added function to cover cache module to return just image url.
Completed catalog search RSS implementation.
Updated availability code to reflect changes in Locum.
Began implementation of Syndetics reviews and summaries.
------------------------------------------------------------------------
r106 | jblyberg | 2010-01-29 15:44:31 -0500 (Fri, 29 Jan 2010) | 2 lines
Changed paths:
M /contrib/covercache/covercache.module
D /trunk/sopac-record-rss.php
A /trunk/sopac-results-hitlist-rss.tpl.php
A /trunk/sopac-results-rss.tpl.php (from /trunk/sopac-record-rss.php:105)
M /trunk/sopac.module
M /trunk/sopac_catalog.php
Initial implementation of native RSS templates
------------------------------------------------------------------------
r105 | jblyberg | 2010-01-28 18:27:05 -0500 (Thu, 28 Jan 2010) | 3 lines
Changed paths:
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac_catalog.php
Updated availability to use new convention in catalog display.
Added collapsible item list in record display.
------------------------------------------------------------------------
r104 | reby | 2009-11-02 15:59:44 -0500 (Mon, 02 Nov 2009) | 1 line
Changed paths:
M /trunk/sopac.install
brought sopac.install up to drupal standards other than a db_query_range
------------------------------------------------------------------------
r103 | jblyberg | 2009-10-09 22:51:00 -0400 (Fri, 09 Oct 2009) | 2 lines
Changed paths:
M /trunk/sopac_user.php
Converted holds functionality to use new update_holds().
------------------------------------------------------------------------
r102 | jblyberg | 2009-10-05 23:02:59 -0400 (Mon, 05 Oct 2009) | 2 lines
Changed paths:
M /trunk/sopac-pat-overview.tpl.php
M /trunk/sopac-ratings-page.tpl.php
M /trunk/sopac-review.tpl.php
M /trunk/sopac-tags-page.tpl.php
M /trunk/sopac.info
M /trunk/sopac.module
M /trunk/sopac_admin.php
M /trunk/sopac_catalog.php
M /trunk/sopac_social.php
M /trunk/sopac_user.php
Version number change and minor code clean-up.
------------------------------------------------------------------------
r101 | jblyberg | 2009-10-05 22:35:32 -0400 (Mon, 05 Oct 2009) | 2 lines
Changed paths:
M /trunk/sopac_user.php
The holds form now passes (int) 0 or 1 instead of (string) true or false, as expected by locum.
------------------------------------------------------------------------
r100 | jblyberg | 2009-10-05 16:35:54 -0400 (Mon, 05 Oct 2009) | 2 lines
Changed paths:
M /trunk/sopac_user.php
Fixed security flaw that allowed users to see non-verified account info.
------------------------------------------------------------------------
r99 | jblyberg | 2009-10-02 16:53:17 -0400 (Fri, 02 Oct 2009) | 2 lines
Changed paths:
M /contrib/covercache/covercache.module
M /trunk/sopac-facet-block.tpl.php
M /trunk/sopac-fines.tpl.php
M /trunk/sopac-pat-overview.tpl.php
M /trunk/sopac-ratings-page.tpl.php
M /trunk/sopac-record.tpl.php
M /trunk/sopac-request.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac-results-nohits.tpl.php
M /trunk/sopac-results.tpl.php
M /trunk/sopac-review.tpl.php
M /trunk/sopac-search-block.tpl.php
M /trunk/sopac-tags-page.tpl.php
M /trunk/sopac-user-links-block.tpl.php
M /trunk/sopac.css
M /trunk/sopac.install
M /trunk/sopac.module
M /trunk/sopac_admin.php
M /trunk/sopac_catalog.php
M /trunk/sopac_social.php
M /trunk/sopac_user.php
Changed whitespace standard to match Drupal coding standards.
------------------------------------------------------------------------
r96 | jblyberg | 2009-09-10 18:13:03 -0400 (Thu, 10 Sep 2009) | 3 lines
Changed paths:
A /contrib/covercache
A /contrib/covercache/covercache.css
A /contrib/covercache/covercache.info
A /contrib/covercache/covercache.module
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
Added covercache module to contrib directory.
Modified the templates to support covercache if it's enabled.
------------------------------------------------------------------------
r95 | jsantoni | 2009-09-08 05:26:04 -0400 (Tue, 08 Sep 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac_catalog.php
This prevents the search form to display url arguments when we aren't on the right page
------------------------------------------------------------------------
r94 | jblyberg | 2009-08-27 17:21:40 -0400 (Thu, 27 Aug 2009) | 3 lines
Changed paths:
A /contrib
M /trunk/sopac-record.tpl.php
M /trunk/sopac.css
M /trunk/sopac_catalog.php
M /trunk/sopac_social.php
Added Google Book support in the record template.
Added "destination" variables to login links to send users back to originating pages.
------------------------------------------------------------------------
r93 | smaskit | 2009-07-29 16:49:54 -0400 (Wed, 29 Jul 2009) | 1 line
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac.module
M /trunk/sopac_admin.php
M /trunk/sopac_catalog.php
M /trunk/sopac_social.php
M /trunk/sopac_user.php
add support for checkout history, and for freezing holds
------------------------------------------------------------------------
r92 | jblyberg | 2009-07-21 22:23:12 -0400 (Tue, 21 Jul 2009) | 2 lines
Changed paths:
M /trunk/sopac.module
Fixed a commit discrepency from a prior commit conflict.
------------------------------------------------------------------------
r91 | jblyberg | 2009-07-03 09:24:28 -0400 (Fri, 03 Jul 2009) | 2 lines
Changed paths:
M /trunk/sopac-results-hitlist.tpl.php
Slight change in code syntax.
------------------------------------------------------------------------
r90 | jblyberg | 2009-07-02 22:07:07 -0400 (Thu, 02 Jul 2009) | 2 lines
Changed paths:
M /trunk/sopac-results-hitlist.tpl.php
Fixed x of y display tht was somehow lost in translation ;)
------------------------------------------------------------------------
r89 | jblyberg | 2009-07-02 17:11:56 -0400 (Thu, 02 Jul 2009) | 2 lines
Changed paths:
M /trunk/sopac.module
M /trunk/sopac_admin.php
M /trunk/sopac_user.php
Added some fixes to fines toggle to make it more comprehensive.
------------------------------------------------------------------------
r88 | jsantoni | 2009-07-02 03:46:14 -0400 (Thu, 02 Jul 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac_admin.php
Add a call to menu_rebuild() when submitting system_settings_form
------------------------------------------------------------------------
r87 | jsantoni | 2009-07-01 08:04:51 -0400 (Wed, 01 Jul 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac_social.php
This fixes UTF-8 compliance in blocks
------------------------------------------------------------------------
r86 | jsantoni | 2009-06-30 10:30:05 -0400 (Tue, 30 Jun 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac.module
M /trunk/sopac_admin.php
M /trunk/sopac_user.php
Add configuration options to globally disable fines and payments
------------------------------------------------------------------------
r85 | jsantoni | 2009-06-30 10:11:59 -0400 (Tue, 30 Jun 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac_admin.php
M /trunk/sopac_social.php
Add 3 options to configure tag cloud
------------------------------------------------------------------------
r84 | jsantoni | 2009-06-30 06:20:10 -0400 (Tue, 30 Jun 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac.css
Removed review-block-itemtitle fixed width to let it auto-adjust its size and better fit to differents Drupal Themes.
------------------------------------------------------------------------
r83 | jsantoni | 2009-06-30 05:04:20 -0400 (Tue, 30 Jun 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac-pat-overview.tpl.php
M /trunk/sopac-request.tpl.php
M /trunk/sopac-review.tpl.php
M /trunk/sopac.module
M /trunk/sopac_admin.php
Added forgotten t() functions
------------------------------------------------------------------------
r82 | jblyberg | 2009-06-28 23:43:10 -0400 (Sun, 28 Jun 2009) | 3 lines
Changed paths:
M /trunk/sopac-facet-block.tpl.php
M /trunk/sopac-pat-overview.tpl.php
M /trunk/sopac-ratings-page.tpl.php
A /trunk/sopac-record-rss.php
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac-results-nohits.tpl.php
M /trunk/sopac-results.tpl.php
M /trunk/sopac-review.tpl.php
M /trunk/sopac-search-block.tpl.php
M /trunk/sopac-tags-page.tpl.php
M /trunk/sopac.module
M /trunk/sopac_catalog.php
M /trunk/sopac_social.php
M /trunk/sopac_user.php
Code clean-up.
Resolved conflicts w/ Jean's translation changes.
------------------------------------------------------------------------
r81 | jsantoni | 2009-06-27 12:34:26 -0400 (Sat, 27 Jun 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac-ratings-page.tpl.php
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac-results.tpl.php
Added forgotten t() functions to templates
------------------------------------------------------------------------
r80 | jsantoni | 2009-06-26 09:35:44 -0400 (Fri, 26 Jun 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac_catalog.php
Added forgotten t() functions.
------------------------------------------------------------------------
r79 | jsantoni | 2009-06-26 08:04:56 -0400 (Fri, 26 Jun 2009) | 3 lines
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac_social.php
M /trunk/sopac_user.php
Added forgotten t() functions.
------------------------------------------------------------------------
r78 | smaskit | 2009-06-24 00:31:12 -0400 (Wed, 24 Jun 2009) | 1 line
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac_user.php
comment out line creating broken RSS link in list of saved searches
------------------------------------------------------------------------
r77 | jblyberg | 2009-06-19 10:05:34 -0400 (Fri, 19 Jun 2009) | 2 lines
Changed paths:
M /trunk/sopac-record.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
M /trunk/sopac_catalog.php
Added x of y holds in display
------------------------------------------------------------------------
r76 | smaskit | 2009-05-18 14:11:49 -0400 (Mon, 18 May 2009) | 1 line
Changed paths:
M /trunk/CHANGELOG.txt
M /trunk/sopac.module
------------------------------------------------------------------------
r75 | smaskit | 2009-03-26 06:45:32 -0400 (Thu, 26 Mar 2009) | 1 line
Changed paths:
M /trunk/CHANGELOG.txt
add date to CHANGELOG.txt
------------------------------------------------------------------------
r74 | smaskit | 2009-03-26 06:38:03 -0400 (Thu, 26 Mar 2009) | 1 line
Changed paths:
A /trunk/CHANGELOG.txt
A /trunk/sopac-catalog-front.tpl.php
M /trunk/sopac-results-hitlist.tpl.php
A /trunk/sopac-user-links-block.tpl.php
M /trunk/sopac.module
M /trunk/sopac_admin.php
M /trunk/sopac_catalog.php
M /trunk/sopac_social.php
M /trunk/sopac_user.php
Add support for multi-branch holds, default branch, and some additional theming
------------------------------------------------------------------------
r73 | jblyberg | 2009-03-18 09:22:56 -0400 (Wed, 18 Mar 2009) | 2 lines
Changed paths:
M /trunk/sopac_catalog.php
Modified the message a user gets when they place a hold.
------------------------------------------------------------------------
r70 | jblyberg | 2009-03-17 21:48:56 -0400 (Tue, 17 Mar 2009) | 1 line
Changed paths:
D /images
D /js
D /sopac-facet-block.tpl.php
D /sopac-fines.tpl.php
D /sopac-pat-overview.tpl.php
D /sopac-ratings-page.tpl.php
D /sopac-record.tpl.php
D /sopac-request.tpl.php
D /sopac-results-hitlist.tpl.php
D /sopac-results-nohits.tpl.php
D /sopac-results.tpl.php
D /sopac-review.tpl.php
D /sopac-search-block.tpl.php
D /sopac-tags-page.tpl.php
D /sopac.css
D /sopac.info
D /sopac.install
D /sopac.module
D /sopac_admin.php
D /sopac_catalog.php
D /sopac_social.php
D /sopac_user.php
A /trunk
A /trunk/images (from /images:9)
R /trunk/images/1.png (from /images/1.png:69)
R /trunk/images/2.png (from /images/2.png:69)
R /trunk/images/3.png (from /images/3.png:69)
R /trunk/images/4.png (from /images/4.png:69)
R /trunk/images/5.png (from /images/5.png:69)
R /trunk/images/6.png (from /images/6.png:69)
R /trunk/images/9.png (from /images/9.png:69)
R /trunk/images/a.png (from /images/a.png:69)
R /trunk/images/b.png (from /images/b.png:69)
R /trunk/images/c.png (from /images/c.png:69)
R /trunk/images/d.png (from /images/d.png:69)
R /trunk/images/g.png (from /images/g.png:69)
R /trunk/images/h.png (from /images/h.png:69)
R /trunk/images/k.png (from /images/k.png:69)
R /trunk/images/m.png (from /images/m.png:69)
R /trunk/images/n.png (from /images/n.png:69)
R /trunk/images/nocover.png (from /images/nocover.png:69)
A /trunk/images/stars (from /images/stars:69)
A /trunk/images/treeview (from /images/treeview:69)
R /trunk/images/x.png (from /images/x.png:69)
A /trunk/js (from /js:37)
R /trunk/js/facet-browser.js (from /js/facet-browser.js:69)
A /trunk/js/jquery.rating.js (from /js/jquery.rating.js:69)
R /trunk/js/jquery.treeview.js (from /js/jquery.treeview.js:69)
A /trunk/sopac-facet-block.tpl.php (from /sopac-facet-block.tpl.php:38)
A /trunk/sopac-fines.tpl.php (from /sopac-fines.tpl.php:41)
A /trunk/sopac-pat-overview.tpl.php (from /sopac-pat-overview.tpl.php:54)
A /trunk/sopac-ratings-page.tpl.php (from /sopac-ratings-page.tpl.php:54)
A /trunk/sopac-record.tpl.php (from /sopac-record.tpl.php:47)
A /trunk/sopac-request.tpl.php (from /sopac-request.tpl.php:30)
A /trunk/sopac-results-hitlist.tpl.php (from /sopac-results-hitlist.tpl.php:53)
A /trunk/sopac-results-nohits.tpl.php (from /sopac-results-nohits.tpl.php:9)
A /trunk/sopac-results.tpl.php (from /sopac-results.tpl.php:53)
A /trunk/sopac-review.tpl.php (from /sopac-review.tpl.php:58)
A /trunk/sopac-search-block.tpl.php (from /sopac-search-block.tpl.php:64)
A /trunk/sopac-tags-page.tpl.php (from /sopac-tags-page.tpl.php:53)
A /trunk/sopac.css (from /sopac.css:68)
A /trunk/sopac.info (from /sopac.info:67)
A /trunk/sopac.install (from /sopac.install:68)
A /trunk/sopac.module (from /sopac.module:67)
A /trunk/sopac_admin.php (from /sopac_admin.php:40)
A /trunk/sopac_catalog.php (from /sopac_catalog.php:69)
A /trunk/sopac_social.php (from /sopac_social.php:69)
A /trunk/sopac_user.php (from /sopac_user.php:66)
Moving root directory to trunk directory
------------------------------------------------------------------------