index
:
ampache.git
api
caching
ffmpeg
master
plugins
remote_catalog
teskew
testing
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
class
/
catalog.class.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add remote_username/password to Catalog Edit page
Karl Vollmer
2011-11-23
1
-1
/
+3
*
Fix DB updates so catalog remote_username and remote_password are added corre...
Karl Vollmer
2011-11-23
1
-8
/
+19
*
Restore mistakenly reverted commit:
Paul Arthur
2011-10-26
1
-1
/
+1
*
Some Catalog cleanup and enhancement.
Paul Arthur
2011-08-12
1
-255
/
+200
*
Consistently use $album_disk in Catalog::check_album
Paul Arthur
2011-05-04
1
-7
/
+7
*
Do some clean up of the code for finding duplicate songs
Paul Arthur
2011-04-29
1
-37
/
+27
*
Clean up some PHPDoc crap
Paul Arthur
2011-04-04
1
-14
/
+0
*
Catalog work
Paul Arthur
2011-04-02
1
-41
/
+41
*
Fix FS#156
Paul Arthur
2011-04-02
1
-2
/
+8
*
header comment modified for phpdoc
momo-i
2011-02-03
1
-1
/
+1
*
header comment for phpdoc
momo-i
2011-02-03
1
-1
/
+1
*
test header for phpdoc. now using only classes and libraries.
momo-i
2011-02-02
1
-1
/
+0
*
test for phpdoc
momo-i
2011-02-02
1
-20
/
+42
*
Catalog Filtering Added Bug#60
Chris Slamar
2011-01-24
1
-1
/
+1
*
Implement db art method. Fixes FS#121.
Paul Arthur
2011-01-04
1
-1
/
+1
*
Fix #121 - db position in art_order is now checked to make sure that previous...
Chris Slamar
2010-12-26
1
-1
/
+1
*
Use a function to format bytes -> human-readable sizes. Also bump catalog build
Paul 'flowerysong' Arthur
2010-10-15
1
-19
/
+4
*
Don't escape album names twice.
Paul 'flowerysong' Arthur
2010-07-02
1
-2
/
+2
*
JavaScript cleanup. Consistently use camelCase for naming JS functions. Use
Paul 'flowerysong' Arthur
2010-06-24
1
-36
/
+16
*
Be less forgiving when checking whether an album currently exists. Fixes
Paul 'flowerysong' Arthur
2010-06-15
1
-33
/
+38
*
Use scrub_out when displaying update status; scrub_out calls htmlentities with
Paul 'flowerysong' Arthur
2010-06-14
1
-3
/
+3
*
Miscellaneous cleanup.
Paul 'flowerysong' Arthur
2010-06-13
1
-2
/
+5
*
Move prefix trimming into a static function. Reduces duplicate code and allows
Paul 'flowerysong' Arthur
2010-06-07
1
-14
/
+24
*
Some more Art-related cleanup. Removing references to album_data, removing old
Paul 'flowerysong' Arthur
2010-05-09
1
-51
/
+38
*
Art work. Rationalise DB schema, support multiple thumbnail sizes and
Paul 'flowerysong' Arthur
2010-05-05
1
-2
/
+2
*
Cosmetics. %s/assoicated/associated/g
Paul 'flowerysong' Arthur
2010-04-28
1
-3
/
+3
*
Clean up catalog size calculation - mainly removes a section of code which did
Paul 'flowerysong' Arthur
2010-04-19
1
-26
/
+14
*
Add missing debug output for failed sanity check on catalog clean.
Paul 'flowerysong' Arthur
2010-03-25
1
-0
/
+1
*
Add missing 'else' to avoid some spurious log lines when cleaning.
Paul 'flowerysong' Arthur
2010-03-25
1
-1
/
+1
*
commit everything.
Karl 'vollmerk' Vollmer
2010-03-22
1
-1
/
+1
*
Add ability to generate thumbnails via catalog_update and also generate thumb...
Karl 'vollmerk' Vollmer
2010-03-21
1
-12
/
+63
*
Cosmetics: remove trailing whitespace
Paul 'flowerysong' Arthur
2010-03-14
1
-247
/
+247
*
Another instance of the dropped column `key` being used.
Paul 'flowerysong' Arthur
2010-03-14
1
-2
/
+1
*
Don't try to insert the key field, since it doesn't exist in the catalog table.
Paul 'flowerysong' Arthur
2010-03-14
1
-3
/
+2
*
Cosmetics: use tabs for indentation, tweak some indentation/coding style.
Paul 'flowerysong' Arthur
2010-03-14
1
-61
/
+61
*
Add vim modelines to all php files (Thx ascheel)
Karl 'vollmerk' Vollmer
2010-03-14
1
-0
/
+1
*
use filemtime for catalog verify untested
Karl 'vollmerk' Vollmer
2010-03-12
1
-0
/
+4
*
Command line installation script completed - pending updates to lib/install.p...
Karl 'vollmerk' Vollmer
2010-02-20
1
-0
/
+6
*
Change catalog update display to 1/second
Karl 'vollmerk' Vollmer
2010-02-19
1
-8
/
+19
*
Sync of r2270 from 3.5.x
Karl 'vollmerk' Vollmer
2010-02-02
1
-0
/
+17
*
Remove Dba::query from a few more classes
Karl 'vollmerk' Vollmer
2009-12-14
1
-26
/
+26
*
sync fix for doing something with collected m3u files during catalog creation
Karl 'vollmerk' Vollmer
2009-11-14
1
-0
/
+6
*
Added multiple id3v2 genre to tag patch from quack23 resolves #564
Karl 'vollmerk' Vollmer
2009-11-14
1
-8
/
+17
*
fixed for PHP 5.3.0 deprecate warnings
momo-i
2009-07-02
1
-2
/
+2
*
fix typo (Thx Paleo)
Karl 'vollmerk' Vollmer
2009-06-25
1
-1
/
+1
*
sync fix of #489
Karl 'vollmerk' Vollmer
2009-06-19
1
-4
/
+4
*
add MBID support Thx flowerysong
Karl 'vollmerk' Vollmer
2009-06-02
1
-22
/
+61
*
sync
Karl 'vollmerk' Vollmer
2009-06-01
1
-1
/
+5
*
Add Hint for translators
momo-i
2009-05-19
1
-1
/
+5
*
fix typo on get_class() check causing it to not identify song objects correctly
Karl 'vollmerk' Vollmer
2009-05-11
1
-2
/
+1
[prev]
[next]