Commit Graph

9917 Commits

Author SHA1 Message Date
Rudi Grinberg 5a8f51fc26 Fixed urlencode in ApiRequest 2012-10-30 16:08:52 -04:00
Rudi Grinberg 83f5c9a3ce Fixed typo 2012-10-30 16:03:33 -04:00
Rudi Grinberg 013346056e Changed send_media_monitor_requests to use RequestProvider 2012-10-30 15:48:24 -04:00
Rudi Grinberg 845db6a3cc Added TODO 2012-10-30 15:45:41 -04:00
Rudi Grinberg 24dce45a06 Added support for post data and updated test 2012-10-30 15:45:10 -04:00
Rudi Grinberg b751482183 Formatting 2012-10-30 15:36:39 -04:00
denise 00947f9d7e CC-4640: Automatically jump to current song when loading the Now Playing page.
-small fix
2012-10-30 15:34:38 -04:00
Rudi Grinberg 59c55ae27f Updated api client to do automatic json parsing. Updated tests to reflect that as well 2012-10-30 15:19:51 -04:00
denise 5f03a38262 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-30 15:04:08 -04:00
denise cabe583a3b CC-4649: Library -> Disable simple search if advanced search fields are open
-done
2012-10-30 15:01:46 -04:00
James ef68680868 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-30 13:23:23 -04:00
James 3e60ac4393 remove \r line endings 2012-10-30 13:23:09 -04:00
denise acc3ccca22 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-30 13:03:05 -04:00
denise b8039e315a CC-4577: Webstream UI: little improvement about 'SAVE' button and input boxes for URL and length
-done
2012-10-30 13:02:55 -04:00
James bba7975882 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-30 12:36:59 -04:00
James 5061dfa05d CC-4647: apache error log entries
- fixed
2012-10-30 12:36:50 -04:00
denise 71291b14f0 CC-4646: Library: Make advanced search options hidden by default
-done
2012-10-30 11:59:52 -04:00
denise 695c0fa926 CC-4607: Library: Please make the 'Add x items' following mouse's point
-fixed
2012-10-30 11:45:53 -04:00
denise 51de436fd5 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-30 11:18:18 -04:00
denise b08f5091b5 CC-4609: Calendar -> Add/Remove contents: Please remove useless buttons: 'Jump to current playing song' and 'Cancel current show'
-done
2012-10-30 11:18:11 -04:00
Rudi Grinberg 232bbd2bb7 Added tests for the requestprovider class 2012-10-30 00:29:52 -04:00
Rudi Grinberg a6417439af Fixed a few simple bugs 2012-10-30 00:29:35 -04:00
Rudi Grinberg a71bebc35b Fixed typo in RequestProvider definition 2012-10-29 23:38:33 -04:00
Rudi Grinberg a33a1e6e2a Added more testing for ApiRequest using mocks 2012-10-29 23:34:26 -04:00
Rudi Grinberg ccb4925779 Added tests for ApiRequest 2012-10-29 22:44:45 -04:00
Rudi Grinberg 593542b5ed Fixed ApiRequest typo (def -> class) 2012-10-29 22:44:29 -04:00
Rudi Grinberg fb59e78fda Added tests for ApcUrl class 2012-10-29 22:19:35 -04:00
Rudi Grinberg 5ab3ba221d Fixed bug in params method returning after first iteration in loop 2012-10-29 22:19:16 -04:00
Rudi Grinberg 5a1f405993 formatting 2012-10-29 19:53:06 -04:00
Rudi Grinberg 7276985bb4 test commit 2012-10-29 19:19:48 -04:00
Rudi Grinberg c9ce288a65 Beginning of api client refactor 2012-10-29 19:01:48 -04:00
Rudi Grinberg b5bad594bf Wrapping + initial ApiClient 2012-10-29 17:46:47 -04:00
Rudi Grinberg 0b71c913a9 Added TODO and removed line of code that assigned to unused variables 2012-10-29 17:25:53 -04:00
Rudi Grinberg 0d78a825e0 Formatting 2012-10-29 17:20:56 -04:00
James aea21a801b Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-29 16:37:47 -04:00
James 5651dbce56 CC-4644: Exception from zendphp.log
- fixed
2012-10-29 16:37:27 -04:00
Martin Konecny 5f0fd0ef09 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-29 16:29:20 -04:00
Martin Konecny e40d49219b add missing gstreamer.liq file 2012-10-29 16:29:10 -04:00
James a937aa0e28 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-29 16:19:39 -04:00
James 4861397872 CC-4644: Exception from zendphp.log
- fixed
2012-10-29 16:19:23 -04:00
denise d97afabaea CC-4640: Automatically jump to current song when loading the Now Playing page.
-added check to see if a show is currently playing
2012-10-29 15:40:58 -04:00
denise 332f9993c0 CC-4640: Automatically jump to current song when loading the Now Playing page.
-done
2012-10-29 15:20:16 -04:00
Rudi Grinberg 2556f3ba30 added error handling on the caller of replaygain instead of in api client 2012-10-29 14:57:43 -04:00
Rudi Grinberg 18d8e24a56 Formatting 2012-10-29 14:40:24 -04:00
Rudi Grinberg a3be821f3f Added Url class for making Api Client requests 2012-10-29 12:30:53 -04:00
denise fdd889d7a8 - fixed formatting 2012-10-29 12:09:11 -04:00
denise 02d02cd460 Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x 2012-10-29 11:57:35 -04:00
denise 8ac0f41987 CC-4590: New smart block says 'Empty playlist'
-fixed
2012-10-29 11:57:20 -04:00
Rudi Grinberg dc00528cd5 Merged baseUrl related conflicts 2012-10-29 11:56:20 -04:00
Rudi Grinberg bf5bc3a116 Changed APC to new-style classes 2012-10-29 11:43:39 -04:00