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

37 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Jean-François Bilger
97b4f8f488 [MOD] Bootstrap deploy - test page 2014-04-12 19:29:45 +02:00
Afterster
916057fda7 Add broadcast templates 2014-02-09 02:06:27 +01:00
SUTJael
aca49c658d Completely replaced the inline edition by dialog edition.
Add autocomplete for tags.
Directplay added on Radio and Smart Playlists.
Many code style fixed.
Removed all defined size (need to do that into CSS if needed).
Fixed other bugs found around..
2013-11-24 22:01:21 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
954748b0ae Reuse our tests in the install check
The install check was drifting significantly from being correct.  Which
is what happens when you duplicate code.
2013-02-03 03:51:37 -05:00
Paul Arthur
675fd21cf1 Add a check that makes sure PDO is available
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.
2013-02-03 02:35:13 -05:00
Paul Arthur
de98b1b92d Drop checks for mysql extension
Nothing to replace it for now.
2013-01-30 01:36:02 -05:00
Paul Arthur
ef4d366060 Cosmetics: death to tabs
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.
2013-01-26 03:38:46 -05:00
Paul Arthur
eaa44dcd09 Continue moving things into UI
check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv()
truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate()
2013-01-26 01:15:59 -05:00
Paul Arthur
2ab840a48b Cosmetics: clean up heads in templates/ 2013-01-25 16:38:14 -05:00
Paul Arthur
c51ddbd3d6 Clean up check_database, more direct mysql calls 2012-11-08 14:02:28 -05:00
Paul Arthur
93251b3c8d Move check_database_inserted into the Dba class 2012-11-08 13:22:56 -05:00
Paul Arthur
d2eaf10b07 Move check_database into the Dba class 2012-11-08 13:15:19 -05:00
Paul Arthur
a22776e954 Rework debug page
We don't need to check for PCRE any more, it can't be disabled in PHP
5.3.

Try to improve the descriptions.
2012-07-11 14:47:02 -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
99fd9d7fe2 Make debug and install tests friendlier
"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.
2011-09-19 13:40:07 -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
momo-i
629502b147 templates header comment modified for phpdoc 2011-02-03 09:24:02 +09:00
Paul 'flowerysong' Arthur
dc495ea8ea Clean up general.lib.php and ui.lib.php: remove unused functions, group related
functions, simplify implementation of some functions.
2010-06-13 07:58:43 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
4b262ec16b Add additional config is readable check to installer, and fix some typos on installer text 2009-08-26 16:07:50 +00:00
Karl 'vollmerk' Vollmer
4259d662de fix show test page 2009-05-13 11:41:43 +00:00
Karl 'vollmerk' Vollmer
0cb0f5d851 typo :S 2009-03-26 21:11:24 +00:00
Karl 'vollmerk' Vollmer
b443458311 slight tweak to /test.php and /install.php check to make the sha256() check work, also make reference to auto_user config option under auto_create config option 2009-03-26 21:10:53 +00:00
Karl 'vollmerk' Vollmer
2a83cc96dc more work for alpha2 release, clean up install and debug a bit 2009-03-08 05:08:21 +00:00
Karl 'vollmerk' Vollmer
572f375eee Allow blank root MySQL password, required for compatibilty, continue to dis-allow Ampache MySQL account password to be blank. Revert additional check on DB Connection, do not want to tell the world their DB password is blank. The config clearly states this restriction 2009-01-28 21:10:53 +00:00
dipsol
8dc49610d6 Ticket #387, added some checks during install for empty db passwords. Also added this to check when something goes wrong. 2009-01-28 12:23:37 +00:00
Karl 'vollmerk' Vollmer
f593f18131 Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
momo-i
7d8db9b0ec Updated tempalate, po files, and Install process. 2008-08-27 00:59:11 +00:00
Karl 'vollmerk' Vollmer
e9f54c8d72 initial debug work 2008-05-07 06:23:39 +00:00
Karl 'vollmerk' Vollmer
2743730424 force consistant charset on file add, add fix_filenames script and minor tweak for democratic play 2008-03-17 00:50:16 +00:00
spocky
0dce31de40 - Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes)
- Changed quick search size and added ability to customize it
- Removed width=100% in preferences tables
- Corrected missing closing tag in sidebar
- Minor corrections
2007-09-24 19:49:38 +00:00
Karl 'vollmerk' Vollmer
edf482ff3d moved back to a GPL flash player for 3.4 codebase, fixed some stream issues (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation 2007-07-05 06:05:18 +00:00
Karl 'vollmerk' Vollmer
71f0c05034 fixed the debug page 2007-06-21 07:33:35 +00:00
Renamed from templates/show_test.inc (Browse further)