summaryrefslogtreecommitdiffstats
path: root/lib/class/core.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Core::autoload()Paul Arthur2013-05-301-11/+11
|
* Add and use Core::is_readable()Paul Arthur2013-05-301-16/+40
| | | | | | | | bea34c42 fixed one use of is_readable, but Windows users encountering this issue would still be affected in other cases. This commit fixes all of the important is_readable calls within Ampache; I'm not going to hack this into external modules, so if they're broken people will have to live with it.
* Cosmetics: death to tabsPaul Arthur2013-01-261-135/+135
| | | | | 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.
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
|
* Use spl_autoload_register instead of __autoloadPaul Arthur2012-04-181-0/+25
| | | | | Might be useful in the future, __autoload is discouraged according to the PHP documentation.
* Allow multiple valid forms of the same typePaul Arthur2012-03-061-16/+34
| | | | | Use the SID for the primary key, instead of the non-unique form name. Also add some debugging to the form functions in Core.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-1/+0
|
* test for phpdocmomo-i2011-02-021-19/+41
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-45/+45
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* sync from 3.5.x and fix display issue on playlist viewKarl 'vollmerk' Vollmer2009-12-201-2/+10
|
* fix typo causing height to not display on art retrival, update to db ↵Karl 'vollmerk' Vollmer2009-03-151-1/+1
| | | | allowing gc of tmp_browse, add extension to api album art image urls
* add image dimensions on find album art pageKarl 'vollmerk' Vollmer2008-07-071-0/+23
|
* reorganize the menu a whole bunch and add a confirmation page to the catalog ↵Karl 'vollmerk' Vollmer2008-06-191-0/+51
| | | | deletion
* make the live stream add work again by removing genre needs to get tag ↵Karl 'vollmerk' Vollmer2008-06-181-0/+40
added, but I can do that later