John Moore
501d2bb2c8
updated the html5 player to use jquery, i think we are there, still need some more testing.
2013-07-28 18:51:45 -05:00
John Moore
a03b53485d
fix ajax post logic to include form elements
2013-07-27 17:52:37 -05:00
John Moore
6b40e833ea
fixed up the playlist and the auto refresh with jquery
2013-07-27 11:30:17 -05:00
John Moore
de35a43d54
replace prototype.js with jquery, i think everything is working...
2013-07-26 23:18:39 -05:00
John Moore
4a0a737e32
eliminate a null tag possbility
2013-07-25 20:54:41 -05:00
John Moore
09e09523af
remove my testing alert
2013-07-25 20:52:04 -05:00
John Moore
3b8d0f3430
its ugly and we need some serious jquery UI niceness but we are tagging!!
2013-07-25 20:16:23 -05:00
John Moore
ed26c1a51a
initial shot at tagging songs
2013-07-25 19:02:44 -05:00
John Moore
53f8f96528
javascript change listener prevented the changing of any album/artist drop downs from actually changing
2013-07-21 11:55:36 -05:00
Holger Brunn
81ff3c5d81
the important part of the previous queue-commit...
2013-02-07 14:46:28 -05:00
Paul Arthur
d6b3955656
Disable looping in the HTML5 player
...
Should make this a toggle, but eh.
2013-01-28 13:26:11 -05:00
Holger Brunn
959aebe07f
Add an HTML5 player
...
Merge request #20 . Basic, not very pretty, but works and, unlike the
Flash player, is maintainable.
2013-01-28 13:26:11 -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
a12679b13d
Move get_user_icon from ui.lib.php to UI::get_icon
2013-01-26 02:19:06 -05:00
Paul Arthur
16c3ba34fd
Cosmetics: clean up heads in lib/
2013-01-25 18:38:22 -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
e8f4577d9a
Clean JSON output of user-controlled strings
...
JSON has some strict rules about what can be escaped, and we should have
been scrubbing to entities all along.
2012-03-09 14:02:50 -05: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
Paul 'flowerysong' Arthur
bbed2d23b5
Fix JavaScript.
2010-06-24 03:31:43 +00:00
Paul 'flowerysong' Arthur
330d89968b
Whitespace/indentation cleanup.
2010-06-24 03:04:06 +00:00
Paul 'flowerysong' Arthur
6277492321
JavaScript cleanup. Consistently use camelCase for naming JS functions. Use
...
Prototype functionality where possible (particularly for Ajax). Move our JS
into lib/javascript (I dropped kajax as an external module since the new
ajax.js is completely different apart from function headers.) Remove unused
JS functions from base.js.
2010-06-24 02:52:01 +00:00