Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00:00
Lawrence Brown
447647910e
loop over directories the "correct" way
...
see http://php.net/manual/en/function.readdir.php - specifically:
/* This is the correct way to loop over the directory. */
while (false !== ($entry = readdir($handle))) {
echo "$entry\n";
}
/* This is the WRONG way to loop over the directory. */
while ($entry = readdir($handle)) {
echo "$entry\n";
}
2015-01-03 16:29:17 +00: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
98664d2a84
Update copyright years
2014-05-18 09:53:57 +02: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
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
0c66442b55
require and require_once aren't functions
...
Since the parentheses are optional, we leave them off to remind ourselve
that PHP be crazy, yo.
2013-01-25 19:20:47 -05:00
Paul Arthur
16c3ba34fd
Cosmetics: clean up heads in lib/
2013-01-25 18:38:22 -05:00
Paul Arthur
4be88447e8
Break Localplay->add(), it's been replaced
2013-01-15 01:26:38 -05:00
Paul Arthur
7cd9fd9e08
localplay: make add_url actually do something
2013-01-15 01:26:38 -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
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
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
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
211a0c47a6
added localplay controls to api in addition to added/updated filters
2009-02-25 01:52:27 +00:00
Karl 'vollmerk' Vollmer
260b62361e
fixed recently played, removed a bunch of useless files, added new methods to api as requested by dev, fixed some minor issues with enabling of localplay methods
2008-03-21 04:43:48 +00:00
Karl 'vollmerk' Vollmer
2c337852cf
major corrections to reading of preferences and a few misc fixes which I have now forgotten
2008-02-29 06:14:46 +00:00
Karl 'vollmerk' Vollmer
6a0573d1fe
slight tweak to the random album art, needs improvement will look funny on catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing
2008-01-01 22:34:12 +00:00
Karl 'vollmerk' Vollmer
850edbb1f2
first vestiages of edit localplay instance and test localplay instance support
2007-12-31 08:38:12 +00:00
Karl 'vollmerk' Vollmer
0d2c89e90d
fixed the last of the missing MPD features, added new ajax config hotness (not that special)
2007-12-10 04:35:26 +00:00
Karl 'vollmerk' Vollmer
17a4516e29
added the controls to the mpd playlist does not refresh correctly, but does work
2007-12-09 20:58:04 +00:00
Karl 'vollmerk' Vollmer
f64a2f4d00
fixed admin prefs, flushed out localplay stuff, tweaked filters on browse
2007-10-18 05:52:06 +00:00
Karl 'vollmerk' Vollmer
ba62ca14b9
added abilty to display and delete localplay instances
2007-10-12 04:55:20 +00:00
Karl 'vollmerk' Vollmer
32349846fb
fixed two MPD issues, can now disable localplay modules, added check for PHP5
2007-10-10 06:08:33 +00:00
Karl 'vollmerk' Vollmer
e496a54bfa
fixed the localplay controls, per limeds recommendation currently under rightbar actions, not happy with location
2007-10-02 04:14:41 +00:00
Karl 'vollmerk' Vollmer
79ca59df62
fixed some localplay issues, now correctly shows the active instance at least for the MPD module
2007-09-28 04:34:02 +00:00
Karl 'vollmerk' Vollmer
1dfdf2afab
made localplay technically work, lots of work to still do
2007-09-20 07:39:45 +00:00
Karl 'vollmerk' Vollmer
d1dcfcbc90
some fixes for the localplay, you can now install the MPD controller, and add instances, just not actually play to it... realized I need to think on how to do that a little...
2007-09-14 07:04:26 +00:00
Karl 'vollmerk' Vollmer
f89098d3ac
few more tweaks to localplay, added in the mpd table creation mojo, just need to finish install and then build the interface
2007-09-09 22:17:13 +00:00
Karl 'vollmerk' Vollmer
b1b7998a0f
few minor bug fixes, and some more tweaks for localplay
2007-09-09 21:07:45 +00:00
Karl 'vollmerk' Vollmer
b3950d0c94
new db update, moved prefs around removed useless one and fixed some defaults, also fixed some potential issues with lastfm
2007-09-09 06:13:32 +00:00
Karl 'vollmerk' Vollmer
f4ad61dccf
- Fixed missing web_path on catalog functions
...
- New Localplay Controller Abstract class, required for controllers
- Tweaked preferences as needed for localplay mojo
2007-09-09 05:41:26 +00:00
Karl 'vollmerk' Vollmer
3e46a9775c
licence updates, Thx porthose
2007-08-19 22:02:23 +00:00
Karl 'vollmerk' Vollmer
689517e332
fixed preferences mostly, also fixed some genre issues and other stuff I am forgetting now
2007-06-11 05:16:20 +00:00
Karl 'vollmerk' Vollmer
f881a29430
slight improvement, I hope to french translation, still a few missing translations and translations that need improvement plus populaire --> les plus populaire
2007-01-24 04:31:45 +00:00
Karl 'vollmerk' Vollmer
b611d2e0a3
* Added echo of pattern on print tags
...
* Tweaked headers on ajax page
* Fixed quick search box issues on browse by song
* Reverted to text for browse by albums
* Fixed some bad error handling on localplay
2007-01-05 08:07:00 +00:00
Karl 'vollmerk' Vollmer
ca34aa1ede
* Prevent Album art set on demo because people put porn in there :(
...
* Fix Push functionality for the Democratic view stuff
* Add footer div definition per Apex's request
* Fix Config display with multi-value elements
* Added plugin checking to update.php wq
2006-12-05 04:43:13 +00:00
Karl 'vollmerk' Vollmer
ad6644d6cb
fixed some localplay issues
2006-11-15 09:28:23 +00:00
Karl 'vollmerk' Vollmer
f79a2489c1
updates, ajax kind of broken right now its late
2006-10-09 09:00:47 +00:00
Karl 'vollmerk' Vollmer
78590d7d51
fixed a problem with preferences showing disabled localplay modules, included sajax library
2006-10-09 05:46:40 +00:00
Karl 'vollmerk' Vollmer
ebdb7573bf
fixed up localplay a little more, to the point of it basicly working... added check for mysql on installer langue page, tweaked some css as well
2006-09-28 05:39:50 +00:00
Karl 'vollmerk' Vollmer
dbdc2a6158
updated changelog made reseting album art take above user perms
2006-09-13 14:37:21 +00:00
xgizzmo
94991b185c
fixed pause function in localplay (thanks Salguod) bug #923
2006-08-16 11:36:58 +00:00
xgizzmo
2b62d84743
Added new pages to ui.lib,Fixed typo in show_playlist,Some XHTML fix ups
2006-06-23 01:00:36 +00:00