1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00
Commit graph

627 commits

Author SHA1 Message Date
Paul Arthur
e8f5f470da Update prototype to git HEAD (ecacc0246f)
git://github.com/sstephenson/prototype.git
2012-08-11 14:14:30 -04: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
fc81208797 Replace unclearly-sourced gettext emulator
php-gettext is niftier. With its autoemulation we can use native
gettext if the locale support is set up properly, or automatically
fall back to emulated if not. This should address many of the issues
people run into when trying to use different interface languages.
2012-04-12 21:13:29 -04:00
Paul Arthur
8b27b6aee2 Update getID3 from 1.9.1 to 1.9.3 2012-04-09 12:55:06 -04:00
Paul Arthur
34b0eaf233 Clean up uses of Config::set and Config::set_by_array
Consistently pass in a boolean instead of a string or an int for the
clobber flag.
2012-03-06 12:18:57 -05:00
Karl Vollmer
312052f235 Fix some missing documentation, remove some obsolete functions 2011-12-01 22:00:40 -04:00
Karl Vollmer
2c06cb5440 Switched API to exceptions rather then trigger_error in most instances, more work on the
remote catalog indexing.
2011-11-28 11:22:47 -04:00
Karl Vollmer
8fbbe64e8f AmpacheApi -- Store handshake information
Catalog -- pull handshake info, do something with it?
2011-11-23 15:59:41 -04:00
Karl Vollmer
6f8e4985d5 Add Basic Ampache API library - to be used by the remote catalog functionality 2011-11-23 09:36:17 -04:00
Karl Vollmer
292aa281a0 Removed examples 2011-11-23 08:56:57 -04:00
Paul Arthur
20311fe03e Remove unneeded file from captcha module 2011-11-15 17:28:18 -05:00
Karl Vollmer
2b412b3632 Remove test scripts 2011-11-15 17:38:39 -04:00
Paul Arthur
f6ae580612 Use strtolower in Horde_Browser
This is less locale-safe than Horde_String::lower, but if we start
pulling in other parts of Horde the madness may never end.
2011-10-29 22:25:50 -04:00
Paul Arthur
a3a087e404 Update Horde_Browser to latest. 2011-10-27 21:07:54 -04:00
Paul Arthur
0518055309 Update Captcha PHP to 2.3
http://freshmeat.net/projects/captchaphp
2011-10-27 20:50:35 -04:00
Paul Arthur
51893b1ee5 Update getID3 to 1.9.1 2011-10-27 20:41:26 -04:00
Paul Arthur
8e89cb990a Update PHPMailer to 5.2.0 2011-10-27 20:23:38 -04:00
Paul Arthur
e199182773 FS#193 - Localplay MPD cannot turn off Repeat or Random
The rewritten MPD module did not allow passing false values to MPD.
Using isset instead of boolean evaluation fixes this.
2011-10-10 21:45:26 -04:00
Paul Arthur
262954c39d getID3: Don't unset the UFID values in id3v2 tags.
These are used for retrieving the MusicBrainz track IDs.
2011-05-04 12:52:44 -04:00
Paul Arthur
cfaedb8e30 Use latest stable getid3 version (1.8.5)
2.0 is supposedly still being developed, but the current version is
not recommended by upstream, and 1.8 receives active updates and appears
to work better on the files I tested.  Fixes FS#169
2011-05-04 12:48:34 -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
Paul Arthur
f5248ba0cc Don't unset the UFID values in id3v2 tags.
These are used for retrieving the MusicBrainz track IDs.
2011-02-24 14:36:25 -05:00
momo-i
8b5aadb73b update getid3 version 1.8.2 -> 2.0.0b6
modified vainfo class (not complete)
2011-02-08 08:39:47 +09:00
momo-i
bb80fa2c46 Forgot comment end... 2011-02-03 11:12:25 +09:00
momo-i
5da3caed31 Modified header comment for phpdoc 2011-02-03 10:25:54 +09:00
Paul Arthur
a9e5bf8c63 Don't unset the UFID values in id3v2 tags.
These are used for retrieving the MusicBrainz track IDs.
2011-01-04 23:45:33 -05:00
Karl Vollmer
1c5a4b7479 Merge branch 'master' of gitorious.org:ampache/ampache 2011-01-04 11:33:45 -04:00
Karl Vollmer
cf7924243e Updated Prototype to 1.7 and Getid3 to 1.8.2 2011-01-04 11:33:02 -04:00
Chris Slamar
ef8721bedb Twitter module license 2010-12-30 19:58:34 -06:00
Chris Slamar
d223a1ed74 Added simple README file to explain how to get the non Ampache pieces from twitter. 2010-12-24 23:50:44 -06:00
Chris Slamar
a88ecf3bab fixed missing debug number and added alt text 2010-12-15 18:12:40 -06:00
Chris Slamar
f83fa48e5c Switched mysql functions to Dba 2010-12-15 12:35:08 -06:00
Chris Slamar
c405965ccb typos #3 2010-12-14 22:37:44 -06:00
Chris Slamar
f039de5ba4 typo #2 2010-12-14 21:57:28 -06:00
Chris Slamar
441532ef24 fixed typo. One of many I imagine 2010-12-14 21:55:35 -06:00
Chris Slamar
67b5cbee4a Clean up and added Debug messages 2010-12-14 21:01:02 -06:00
Chris Slamar
e8638a686c More Clean Up 2010-12-13 20:06:37 -06:00
Chris Slamar
4ab05da955 Clean up begins 2010-12-13 18:27:40 -06:00
Charlie
40b9d2ec6e Initial Twitter 2010-12-13 16:34:44 -06:00
Elias Probst
52a7f9c0d8 Killed some leftover whitespaces. 2010-12-07 23:25:37 +01:00
Paul 'flowerysong' Arthur
f82f5454f9 Refactor mail handling a bit and make registration use the same method as the
other places that send mail.
2010-10-09 08:06:12 +00:00
Paul 'flowerysong' Arthur
4f3d8851cf Break everyone's config by changing metadata gathering. 2010-10-06 16:58:31 +00:00
Paul 'flowerysong' Arthur
34d1449660 MPD class rewrite. 2010-08-05 17:39:09 +00:00
Paul 'flowerysong' Arthur
673684b88a Minor php_musicbrainz updates. 2010-07-02 04:26:45 +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
Paul 'flowerysong' Arthur
a66bf4c5f6 Plugin work. Plugins are now pluggable: no plugin-specific code in the main Ampache
code.  Plugins are now updatable, if configuration changes are needed for a new
version.
2010-06-22 19:00:45 +00:00
Paul 'flowerysong' Arthur
ecd41dd4bb php_musicbrainz: proper license headers, support for submitting tags. 2010-06-16 20:58:12 +00:00
Paul 'flowerysong' Arthur
261bc657f6 Cosmetics: consistent line endings. No DOS for you. 2010-06-11 10:05:34 +00:00
Paul 'flowerysong' Arthur
c7abdbbdb7 Fix bitrate calculation regressions on LAME CBR files. Now doesn't return 0,
doesn't return a higher bitrate than it should.
2010-06-11 09:44:03 +00:00
Paul 'flowerysong' Arthur
9cd42e9cff Version bump for nusoap to 0.9.5. Requested in FS#86, shouldn't break anything
since it's only used for the already broken lyricswiki support.
2010-05-18 18:49:29 +00:00