1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
Commit graph

66 commits

Author SHA1 Message Date
Afterster
32bb52f9ff Implements Democratic::get_voters function (fix #694) 2015-02-05 22:13:04 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
173d5e9d76 Requires user catalog right to edit arts
Avoid additional sql requests on searches
2014-10-15 22:37:06 +02:00
Afterster
a157856675 Add user feedback near mouse cursor when voting to a song (democratic playlist) 2014-10-01 22:17:31 +02:00
Afterster
467e071b73 Add few songs & videos metadata
Add release type on albums
Add methods code comments on few classes
Display release date on all videos
2014-08-02 22:48:41 +02:00
Afterster
73d7b0e3fb Fix democratic vote remove when no user auth (fix #251) 2014-06-13 07:48:54 +02:00
Afterster
740427c328 Add session id on votes (fix #173) and a new option to clear expired sessions votes (#178) 2014-05-29 07:18:33 +02:00
Afterster
485371643b Get right insertion order for same level songs in democratic playlist 2014-05-28 22:18:43 +02:00
Afterster
cd0b66391e Ignore some unused warnings 2014-05-26 00:02:11 +02:00
Afterster
811115958e Fix code style 2014-05-25 22:54:29 +02:00
Afterster
b16958f44e Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
Afterster
59d038335f Fix several php errors 2014-05-25 18:47:43 +02:00
Afterster
814297a030 Fix create democratic playlist
Fix democratic web player play
Removed search descriptor lib/init.php inclusion
Update CHANGELOG.md
2014-05-25 12:22:57 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
355f6885c7 Add beautiful stream url setting and clear playlist before playing in localplay mode 2014-01-11 15:00:52 +01:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
9acabf8b97 Fix democratic playlist display 2013-04-13 15:06:33 -04:00
Paul Arthur
46cb6c81c5 FS#272 - Adding songs to democratic playlist
This might fix democratic handling.  Untested.
2013-02-07 14:35:03 -05:00
Paul Arthur
101f4a047a Cosmetics: s/Itterate/Iterate/ 2013-01-28 21:46:00 -05:00
Paul Arthur
ef4d366060 Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference
for spaces, and I feel inclined to impose my will on the tree.
2013-01-26 03:38:46 -05:00
Paul Arthur
57483216e4 Rename tmpPlaylist to Tmp_Playlist 2013-01-25 21:48:51 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
bc90c0128c Start cleaning up the democratic thing.
Whoever wrote the old implementation of get_items suffered from intense fear
and hatred of SQL.
2012-10-15 13:20:28 -04:00
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
Paul Arthur
fd718fe786 Remove outdated comment. 2011-04-04 15:12:20 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
momo-i
bc7344c9f5 test for phpdoc 2011-02-02 13:35:26 +09:00
Karl Vollmer
94db841355 Fix Democratic play - properly remove songs after playback 2011-01-25 09:23:24 -04:00
Karl Vollmer
5cd7146c4d Resolve #90 and #89, remove democratic playlist entries if there is a fatal error when trying to play them 2010-12-09 22:08:59 -04:00
Paul 'flowerysong' Arthur
df1c8d74d5 Clean up democratic/tmpplaylist relationship to work under E_STRICT. 2010-04-28 00:07:30 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
9b3232ba29 whole bunch more Dba::query replacements 2009-12-14 05:21:36 +00:00
Karl 'vollmerk' Vollmer
1a475806e0 fix democratic play interface feedback issues and make the wizard actually work 2009-03-15 22:46:28 +00:00
Karl 'vollmerk' Vollmer
b92109a64f put supplemental object support back into the browse object for now, replace later 2009-03-13 03:15:09 +00:00
Karl 'vollmerk' Vollmer
151afa4ec1 assoicate the democratic playback with the user who sends the url 2009-03-11 03:01:24 +00:00
Karl 'vollmerk' Vollmer
b49a271f88 fix missing page headers on democratic playlist, also show the voters 2009-03-11 02:46:48 +00:00
Karl 'vollmerk' Vollmer
98f41161aa fix a problem with single album display, also make the democratic play votes ordered by track as secondary to vote time() 2009-03-09 00:20:22 +00:00
Karl 'vollmerk' Vollmer
6777ec1e2e first work on next db update, correct play_url() removing redundent path, fix democratic play clear 2009-03-01 00:10:49 +00:00
Karl 'vollmerk' Vollmer
dbdd96ed1b unify how the stream is constructed and played, this is a major change might be some regressions 2009-02-28 18:13:48 +00:00
Karl 'vollmerk' Vollmer
c59dd7d4b3 corrected display on cleared democratic playlist, and added some basic caching, vote amount needs to be cached 2009-02-21 01:59:11 +00:00
Karl 'vollmerk' Vollmer
917c8198ae * Add mpeg to list of _parse_avi valid file types
* Fixed clear playlist, however it reveled a problem with the get items
* Removed a stupid extra check on database build
2009-02-21 01:42:10 +00:00
Karl 'vollmerk' Vollmer
b43aacaaba sync to trunk 2008-12-28 17:47:49 +00:00
Karl 'vollmerk' Vollmer
a55a80fd30 sync changes to trunk 2008-12-26 20:48:39 +00:00
Karl 'vollmerk' Vollmer
0e1e087655 fixed remove vote removing all votes regardless on democratic play 2008-04-22 03:09:45 +00:00