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

112 commits

Author SHA1 Message Date
Afterster
619ca48ffe Add paging to information pages (fix #8) 2013-11-23 01:06:58 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
846d4dc37f Catalog type are now plugins!
Fix support HTTPS and musicbrainz ids sur AmpacheAPI
2013-11-16 16:48:28 +01: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
d572c2776f Move show_box_{top,bottom}() from ui.lib.php to UI 2013-01-26 01:28:34 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
0982bc392e Use Ajax::action to generate the browse AJAX. 2012-12-19 12:44:20 -05: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
dipsol
a352cb965d FS#189, added the catalog name to the browse instead of the id. 2011-09-15 10:08:18 +02: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
a9da6a6fa2 Reworked search
Still has tentacles and should have been integrated into the existing
API/Browse implementation better, but it's functional.
2011-04-02 00:48:58 -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
Chris Slamar
4910d13fa4 Catalog Filtering Added Bug#60 2011-01-24 19:25:01 -06:00
Paul 'flowerysong' Arthur
4b5756ba9d Miscellaneous cleanup. 2010-06-13 08:11:09 +00:00
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +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
8bc17dd3f0 Tweaked how features / bandwidth level is checked, not happy with it. 2010-02-14 00:56:07 +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
9a54e854bf add caching to video browse, update changelog 2009-03-10 00:07:00 +00:00
Karl 'vollmerk' Vollmer
edd76c1759 make browse extend query, removes a ton of redundent useless code 2009-03-09 21:17:26 +00:00
Karl 'vollmerk' Vollmer
50036b1fad fix some browsing issues I created with the query switch, considering having browse class extend query 2009-03-09 15:32:18 +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
04bcb58be9 move over to query class as backend for browse 2009-03-08 22:39:38 +00:00
Karl 'vollmerk' Vollmer
abc6eac0e3 maybe fix #404, unconfirmed implemented #405 other misc cleanup 2009-03-01 23:47:36 +00:00
Karl 'vollmerk' Vollmer
a8f79bb8f4 move add radio station link to a more obvious location 2009-03-01 02:48:06 +00:00
Karl 'vollmerk' Vollmer
211a0c47a6 added localplay controls to api in addition to added/updated filters 2009-02-25 01:52:27 +00:00
Karl 'vollmerk' Vollmer
2a0c72b30c some more minor tweaks to democratic playlist, fixed now playing on localplay playlist 2009-02-08 15:16:02 +00:00
Karl 'vollmerk' Vollmer
9d6ca07ecb more tweaks to the democratic playlist, move the play command out front also clean up now playing on localplay status box 2009-02-08 02:27:14 +00:00
Karl 'vollmerk' Vollmer
00effbf554 Add very basic buggy as crap video support, fix a few other minor bugs with playlists and random elements 2009-02-02 04:25:25 +00:00
dipsol
76f176159e Ticket #378, The where statement was inserted before the join. That resulted in an invalid sql statement. Fixed it. 2009-01-28 13:09:51 +00:00
Karl 'vollmerk' Vollmer
809bbe1f97 little more work, at least it is unbroken again... still not finished 2008-12-06 13:49:23 +00:00
Karl 'vollmerk' Vollmer
08f09cbe02 some more minor changes to the browsing, not complete yet but it is stuff I do not want to lose 2008-12-06 11:31:37 +00:00
Karl 'vollmerk' Vollmer
ee10d335e0 junk commit, nothing really changed 2008-12-02 08:47:15 +00:00
Karl 'vollmerk' Vollmer
e33a8f344d no real progress, just saving my work 2008-11-03 09:05:47 +00:00
Karl 'vollmerk' Vollmer
e8559dd683 fix http auth issues, fix missing line sfrom dipsols patch, few other minor things 2008-10-29 06:47:00 +00:00
Karl 'vollmerk' Vollmer
f593f18131 Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
Karl 'vollmerk' Vollmer
12a6c9addd fix search when no results are found, actually show the correct "error" 2008-08-31 05:52:30 +00:00
Karl 'vollmerk' Vollmer
f54f17453d fixed two sql queries and the slicing on search (Thx sylvander) 2008-08-26 16:02:11 +00:00
Karl 'vollmerk' Vollmer
478c6618b0 fixed the search add result button and messed up some browse sort stuff 2008-08-22 04:28:36 +00:00
Karl 'vollmerk' Vollmer
968cb2a281 fix filter + paging and add sort by artist and album on song browse 2008-08-21 05:22:33 +00:00
Karl 'vollmerk' Vollmer
a6a8c08e37 fixed the search a bit, made some random changes to charset and fixed some echo printf() references 2008-08-19 04:31:52 +00:00
Karl 'vollmerk' Vollmer
619368f183 correct sql for re-sorting 2008-08-19 04:02:53 +00:00
Karl 'vollmerk' Vollmer
8151391c52 fix single album and artist views, corrected get_total() from show_objects() 2008-08-19 03:45:47 +00:00
Karl 'vollmerk' Vollmer
781d77e558 bunch of fixes, and some breaks for the browsing 2008-08-18 02:51:59 +00:00
Karl 'vollmerk' Vollmer
64fb3786bb good number of changes to browse, this breaks more then it fixes... 2008-08-13 03:36:29 +00:00