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

69 commits

Author SHA1 Message Date
Afterster
a6d68fef55 Fix channel htaccess installation 2015-04-05 21:00:38 +02:00
Afterster
a80bc4b6f9 Add Installation Type and Players helper sections at installation process
Add 'no catalog' message helper
2015-01-31 12:29:31 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
8c452f6638 Add Missing Artist search on top search 2014-10-04 00:27:40 +02:00
Afterster
90a57321c4 Replace PHP_SELF with REQUEST_URI 2014-10-03 23:33:41 +02:00
Afterster
351f43708d Improve installation process to avoid manual action for each config file
Add max upload size check in installation tests
2014-06-14 08:38:15 +02:00
Afterster
59d038335f Fix several php errors 2014-05-25 18:47:43 +02:00
Afterster
035f7a106d Add transcoding default configuration to installation process 2014-05-20 00:30:10 +02:00
Afterster
862dde3e00 Add .htaccess generation in installation process
Improve installation configuration to be less error-prone
2014-05-18 17:27:29 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Jean-François Bilger
ff013ef6b7 [MOD] Bootstrapify installation 2014-04-10 22:39:26 +02:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
4fbcad59db Fix installation when we don't want to create the database user and add a 'skip' button to skip administrative setup if we don't want to setup the database at all. 2013-11-13 23:23:23 +01:00
Paul Arthur
a2fa8d3019 More cleanup of install, add DB port option 2013-05-13 21:11:38 -04:00
Paul Arthur
716c50f2e9 Clean up the install code a bit
Remove lang/charset copypasta, unnecessary setting of $prefix,
unnecessary constants.
2013-05-13 21:11:18 -04: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
b7d00ceeb4 Cosmetics: clean up heads in / 2013-01-25 15:40:47 -05:00
Paul Arthur
915b29c985 check_database() -> Dba::check_database() 2012-11-08 14:42:48 -05:00
Paul Arthur
c51ddbd3d6 Clean up check_database, more direct mysql calls 2012-11-08 14:02:28 -05:00
Paul Arthur
70b37ad472 Clean up direct callers of mysql_error() 2012-11-08 13:34:58 -05: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
86783c009a Restore missing includes
Slightly overzealous in removing things
2012-03-14 03:07:05 -04:00
Paul Arthur
fe5d18095e Refactor similar init code into new init-tiny.php
Several places were doing operations that were practically the same
(loading core libraries and setting some variables), with varying
levels of success in remembering to do the right things in the right
order. Making a separate minimal init.php that doesn't worry about
some of the sanity checks and session bumpf makes this cleaner and
easier to maintain.
2012-03-13 17:57:07 -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
ffad56ec18 Install now contains two buttons, Download & Write for the config file, there is also
an additional check before that if the config file is writeable
2011-07-27 14:35:49 -03: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
aee809f1dc header comment replace for phpdoc 2011-02-03 10:07:39 +09:00
Karl 'vollmerk' Vollmer
a5775d5654 Fix potential issue with Apache+Windows causing extranous slash in path during install 2010-10-29 12:43:04 +00:00
momo-i
fede8cc8bd Fixed: didn't show lang and Charset, if Write Config. 2010-07-06 22:06:52 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
dipsol
c717912676 Made an redirect when it seems like the installation has already been completed. 2009-11-04 13:14:31 +00:00
momo-i
6136bb1081 fixed for PHP 5.3.0 deprecate warnings 2009-07-02 22:42:40 +00:00
momo-i
2789846584 Add Hint for translators 2009-05-19 00:45:51 +00:00
Karl 'vollmerk' Vollmer
0b63ba290a sync from branch 2009-05-06 00:24:34 +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
56fa0e31ad verify that they at least typed in the right db information, before creating the config file for them 2008-11-29 16:37:54 +00:00
Karl 'vollmerk' Vollmer
6a62135d67 improved error messages during install if you fail at typing the same thing twice 2008-11-27 00:13:56 +00:00
Karl 'vollmerk' Vollmer
3267cf14b9 sync from branch 2008-08-30 19:49:39 +00:00
momo-i
7d8db9b0ec Updated tempalate, po files, and Install process. 2008-08-27 00:59:11 +00:00
Karl 'vollmerk' Vollmer
ace739e4cc sync from branches 2008-07-24 05:26:05 +00:00
Karl 'vollmerk' Vollmer
843d942fbc correct type in install page 2008-06-02 04:30:10 +00:00
Karl 'vollmerk' Vollmer
c53ca35a0d fixed install, fixed default sort on single album view 2008-05-29 08:01:12 +00:00
Karl 'vollmerk' Vollmer
2f5c09b55c updated locales, hopefully one of the last commits before 3.4 stable release 2008-05-10 09:27:42 +00:00
Karl 'vollmerk' Vollmer
0a401c7ca4 updated sql files, tweak to the update and installers to make it more utf-8ish hopefully final commit before release 2008-03-17 05:47:07 +00:00
Karl 'vollmerk' Vollmer
de8d1eafb0 added Greek translation 2008-02-28 05:58:25 +00:00
Karl 'vollmerk' Vollmer
5296a8d351 fixed issue with xmlapi when no limit provided, fixed now playing refresh, fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi 2008-01-19 23:11:57 +00:00
Karl 'vollmerk' Vollmer
f6ea76097e slight correction to installer 2007-12-24 02:19:35 +00:00
spocky
e855988af2 renamed a few files (missing php extension)
updated most of the tables so that every column is independently customizable by css rules
2007-10-24 21:15:58 +00:00
Karl 'vollmerk' Vollmer
b032ac027e removed reference to file that I deleted... 2007-06-14 21:36:03 +00:00