Afterster
7f82bea13e
Move from React 0.4.0 to 0.3.4 for PHP 5.3 compatibility reasons
2014-04-13 08:58:34 +02:00
Afterster
d3f01a3bc7
Save browse filter options in local cookies
...
Add curl module check
2014-04-13 00:20:54 +02:00
SUTJael
72eca29235
Fix filterbox search. Fix group album by disks songs count and changing art on all sub albums.
2014-03-28 12:12:02 +01:00
SUTJael
7e4e12f53b
Fix #173 . Fix rating. Fix plenty of Warnings.
2014-03-27 15:28:58 +01:00
Afterster
f35994cadb
Add web interface cookie session check on stream access if http query string session failed
2014-03-25 22:52:04 +01:00
SUTJael
01691feded
#136 UI started, still in development.
...
favicon updated to ampache-doped icon.
2014-03-23 20:57:57 +01:00
SUTJael
7d22e8d466
Implementation for #136 started. Album is now ready to be grouped by disks.
...
Need to create the new view in the album details. Group only works for album with musicbrainz identifiers.
2014-03-20 21:23:34 +01:00
Afterster
916057fda7
Add broadcast templates
2014-02-09 02:06:27 +01:00
Afterster
2cdcf348bf
Add Broadcast template files
2014-02-05 13:44:48 +01:00
Afterster
e0a1443566
Add UI for Channels
2014-02-03 07:24:13 +01:00
Afterster
8d7ce473d0
Add share feature
2014-01-15 23:55:19 +01:00
Afterster
ca921f3dfd
Fix filter reset when alphabet browsing
2014-01-12 03:17:47 +01:00
Afterster
cfb349178e
Add Infinite Scroll in Browse
2014-01-12 01:55:14 +01:00
SUTJael
fc3a6e0f10
Fix #100
2014-01-07 20:47:15 +01:00
Afterster
26b0320c4a
Add song previews on missing albums, EchoNest API support
2013-12-28 16:40:35 +01:00
Afterster
be947f9218
Add Wanted List feature
2013-12-26 22:13:44 +01:00
SUTJael
58332b5cb6
Starting locales (languages) update
...
Fix similar artist async refresh
Update icons
Hide sortable column when not required
2013-12-13 11:54:05 +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
SUTJael
a53d308b6c
Can now re-order playlist and album songs #53 (new grab icon displayed on sortable list)
...
Updating only the modified item (not refreshing page anymore) #43
Removed last 'Flag' items found #54
Reborn theme set as default #22
Fix: filters are now working
Fix: Artist edition
2013-12-03 15:50:00 +01:00
SUTJael
4eaf4f7e8a
"flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure.
...
Fix jPlayer theme
2013-11-29 00:23:17 +01:00
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