-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
136 lines (93 loc) · 4.63 KB
/
ChangeLog
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
2004-11-14 Philip Lowman <[email protected]>
* UPGRADE: Howto from 1.20 to 1.21
2004-11-14 Philip Lowman <[email protected]>
* html/admin/admin_daemon.php: Some issues with newer code where -INT
isn't good enough and we have to do a -KILL (with tunezd.pl & tunezd.php)
2004-11-14 Philip Lowman <[email protected]>
* INSTALL: Improved wording
2004-11-14 Philip Lowman <[email protected]>
* config.inc.php: Added non-mandatory option which allows the local-php
mode to choose which random algorithm to use.
2004-11-13 Philip Lowman <[email protected]>
* system/classes/PQueue.class.php: Makes the new random selection SQL work
in PHP but requires a config.inc.php variable to be set.
* tunezd.php: Now supports the new PQueue.class.php. Also fixed a bug
with ogg vorbis playback not working!
2004-11-13 Adi Linden <[email protected]>
[PATCH]
* system/classes/song.class.php: OGG vorbis track numbers & genre IDs are
supported now (thanks to Adi Linden's patch
https://sourceforge.net/forum/forum.php?thread_id=1177457&forum_id=6592)
2004-11-13 Manik Surtani <[email protected]>
[PATCH]
* html/admin/admin_updateDb.php: Fixes SQL issue where undesired directories
are selected for update (Closes bug #1012797).
2004-11-13 Philip Lowman <[email protected]>
* PQueue/PQueue.pm:
- Merged in the weighted random algorithm Henrik Wejdmark came up with
- When instantiating PQueue can now specify government_type &
random_query_type and appropriate SQL queries are set.
- government & random_query can be specified to manually override queries
- timesPlayed is now returned when songs are picked so it can be displayed
- if an unallowed media type enters the queue it will be removed and an
error message outputted if it reaches the top of the queue.
* ices.pm: Modified to use new PQueue.pm options
* tunezd.pl: Modified to use new PQueue.pm options
2004-11-13 Philip Lowman <[email protected]>
* html/admin/admin_volume.php: Closes patch #1049939 on SourceForge
although no patch attached. Fixes issue with last element of
$_CONF['mixer_devices'] array not showing up on volume page.
2004-09-19 Philip Lowman <[email protected]>
* PQueue/PQueue.pm:
- Now restricts random song SQL to allowed filetypes
- Changes allowed_filetypes layout to be a proper hash
* PQueue/Changes: updated the PQueue changelog
* tunezd.pl: Uses the new $allowed_filetypes hash
* ices.pm: Uses the new $allowed_filetypes hash
2004-08-17 Philip Lowman <[email protected]>
* tunezd.pl: More verbose output, eliminated superfluous paramater in
playsong()
2004-08-17 Philip Lowman <[email protected]>
* ices.pm: Only registers mp3 filetype with PQueue now so OGGs aren't
returned
2004-08-17 Philip Lowman <[email protected]>
* PQueue/PQueue.pm:
Added option to module to limit filetypes returned
Fixed government SQL and random-gen SQL in top() to eliminate the
possibility of selecting a song which is offline or scheduled for deletion
Fixed email addresses / URLs
2004-08-17 Philip Lowman <[email protected]>
* PQueue/README: Updated version to 1.21
2004-08-16 Philip Lowman <[email protected]>
* html/admin/admin_updateDb.php: Fixed include as per TbNobody's request
(assuming it improves Windows compatability)
2004-08-16 CakTux <[email protected]>
[PATCH]
* html/tunez.inc.php: Added option for setting playInRandomMode en masse
* html/admin/admin_edit_record.php: HTML to enable above
2004-08-16 Philip Lowman <[email protected]>
* config.inc.php: New option for number of seconds to sleep when skipping
a song
* html/skip_random.php: Now uses $_CONF['skip_sleepsecs'] for sleep call
* html/admin/admin_skip.php: Now users $_CONF['skip_sleepsecs'] for sleep
call
2004-08-16 Henrik Wejdmark <[email protected]>
[PATCH]
* html/tunez.inc.php: If song length isn't available reload is displayed
as 1:00 instead of 60
2004-08-16 Philip Lowman <[email protected]>
* html/tunez.inc.php: If nothing is playing timeleft() returns -5000
which allows header.php to avoid setting a metarefresh
* html/header.inc.php: If timeleft() returns a value around 0 the metarefresh
is set to 5 seconds, otherwise it remains the same as before. If the
value is way below -5 the metarefresh isn't set at all.
2004-08-16 Henrik Wejdmark <[email protected]>
[PATCH]
* html/tunez.inc.php: Changed refresh time to 60 seconds for songs without
known song length.
2004-08-16 Henrik Wejdmark <[email protected]>
[PATCH]
* html/tunez.inc.php: Fixed absolute image paths
2004-08-16 Philip Lowman <[email protected]>
* Changelog: Moved to ChangeLog.public
* ChangeLog: Created an actual ChangeLog.