summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
Commit message (Collapse)AuthorAgeFilesLines
* Split the PDO check in twoPaul Arthur2013-02-031-4/+6
| | | | It's more helpful this way.
* Clean up PHP tests and reuse them in init.phpPaul Arthur2013-02-031-110/+31
| | | | | Also move the config-related functions out of debug.lib.php (why they were there in the first place is anyone's guess.)
* Fix the debug_result convenience functionPaul Arthur2013-02-031-9/+8
| | | | | The point of a convenience function is to be convenient, not to have an unused first parameter and always be surrounded by the same boilerplate.
* Fix up the tests a bitPaul Arthur2013-02-031-27/+1
| | | | | The hash check shouldn't be mixed in with the version check, and we now need JSON.
* Add a check that makes sure PDO is availablePaul Arthur2013-02-031-0/+13
| | | | | | Calling an unavailable class is a fatal error, so people without PDO were left with a fairly useless blank screen and no indicator of what was wrong. Let's be a bit more user-friendly.
* Drop checks for mysql extensionPaul Arthur2013-01-301-14/+0
| | | | Nothing to replace it for now.
* Cosmetics: death to tabsPaul Arthur2013-01-261-130/+130
| | | | | 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.
* Continue moving things into UIPaul Arthur2013-01-261-14/+0
| | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate()
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
|
* Move check_database_inserted into the Dba classPaul Arthur2012-11-081-23/+0
|
* Move check_database into the Dba classPaul Arthur2012-11-081-25/+0
|
* Fix an off-by-one error in the execution time checkPaul Arthur2012-04-091-1/+1
|
* Make the install-time execution time check more betterPaul Arthur2012-04-091-1/+1
|
* Bug where configuration file was escaped incorrectlyStephen Shkardoon2012-01-021-8/+16
| | | | Bug where a timeout of 0 was incorrectly recognized
* Remove dangling version testPaul Arthur2011-11-301-5/+0
|
* Ampache now requires PHP 5.3 or greater... 'JFDI'Karl Vollmer2011-11-301-1/+1
|
* Escape config values when outputting the config fileStephen Shkardoon2011-09-191-3/+3
| | | | Allows for odd characters in the database username and password.
* Make debug and install tests friendlierPaul Arthur2011-09-191-13/+21
| | | | | | "PHP putenv support" had nothing to do with putenv. Split it into multiple tests and have the output actually correspond to what we're checking.
* Install now contains two buttons, Download & Write for the config file, ↵Karl Vollmer2011-07-271-0/+11
| | | | | | there is also an additional check before that if the config file is writeable
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | 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/+9
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-23/+28
|
* Refactored Last.FM recommendations; drop new dependency on curl sincePaul 'flowerysong' Arthur2010-08-171-15/+0
| | | | Snoopy works just as well for this application.
* Check cURL before install.momo-i2010-07-301-0/+15
| | | | if cURL have not installed, get_like() should be return false.
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-30/+30
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Replaced almost every dba::query to dba::read or dba::write.dipsol2009-12-141-1/+1
|
* Issue #559, corrected the variables as suggested by quack23.dipsol2009-11-051-98/+98
|
* add additional information during the install processKarl 'vollmerk' Vollmer2009-07-081-0/+41
|
* revert to old random methods for nowKarl 'vollmerk' Vollmer2009-03-151-1/+1
|
* more work for alpha2 release, clean up install and debug a bitKarl 'vollmerk' Vollmer2009-03-081-0/+49
|
* fix version check in debug libKarl 'vollmerk' Vollmer2009-03-031-1/+1
|
* add a check for the sha256() hash algoKarl 'vollmerk' Vollmer2008-12-281-1/+9
|
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-0/+10
|
* (no commit message)momo-i2008-09-031-2/+2
|
* remove restriction forcing non-blank root pwKarl 'vollmerk' Vollmer2008-07-111-1/+1
|
* some rather major bug fixes, corrected a preference setting issue, as well ↵Karl 'vollmerk' Vollmer2008-05-101-7/+6
| | | | as a preference update issue, fixed infinite plugin installing for fun and profit, also fixed updating the config file not regenerating the version correctly and the user creation allowing users with blank password, which does not work at the login
* updated russian translation and tweaked some plural points thx littlesavageKarl 'vollmerk' Vollmer2008-02-281-1/+1
|
* fixed old password problemKarl 'vollmerk' Vollmer2007-12-251-1/+1
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵Karl 'vollmerk' Vollmer2007-07-051-1/+2
| | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
* fixed the debug pageKarl 'vollmerk' Vollmer2007-06-211-29/+28
|
* updated sql file, and the install process now worksKarl 'vollmerk' Vollmer2007-05-131-5/+50
|
* first step of installer works, will finish later tomorrow morningKarl 'vollmerk' Vollmer2007-05-131-7/+6
|
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-173/+23
| | | | everything broken
* * Added new icons, and speed up icon displayKarl 'vollmerk' Vollmer2006-12-201-47/+52
| | | | | | * Fixed ORDER BY `track` on play selected * Started work on editing/flagging albums and artists
* * Prevent Album art set on demo because people put porn in there :( Karl 'vollmerk' Vollmer2006-12-051-18/+10
| | | | | | | * Fix Push functionality for the Democratic view stuff * Add footer div definition per Apex's request * Fix Config display with multi-value elements * Added plugin checking to update.php wq
* final commit before alpha2 releaseKarl 'vollmerk' Vollmer2006-11-131-6/+1
|
* fixed mpd logic error and post max sizeKarl 'vollmerk' Vollmer2006-11-021-0/+5
|
* updated translations, new russian translation, generate config tool to ↵Karl 'vollmerk' Vollmer2006-10-221-0/+368
update config and new putenv test on /test.php