Afterster
58ff76b481
Merge pull request #666 from thinca/fix-content-type-of-asx
...
Fix Content-Type of asx
2015-01-12 07:11:17 +01:00
thinca
21a6d42353
Fix Content-Type of asx
2015-01-12 13:44:57 +09:00
Afterster
169b719749
Coorect preg_split return check on genre parsing
2015-01-08 23:55:15 +01:00
Afterster
6902452a39
Remove tag delimiter regex post check
2015-01-08 22:58:57 +01:00
Afterster
fcfa4a8ae6
Merge pull request #662 from Razrael/feature/improveGenreSplitting
...
Feature/improve genre splitting
2015-01-08 22:48:13 +01:00
René Bigler
6a4fd91d25
[FEATURE] increment config file version
2015-01-08 21:20:11 +01:00
SUTJael
4dff613a13
Merge pull request #663 from Razrael/feature/codingHelpers
...
Git helper for Coding standard
2015-01-08 09:44:07 +01:00
René Bigler
ae1544d966
[FEATURE] Git hook for code analysation
2015-01-07 23:26:18 +01:00
René Bigler
d2718887f1
[FEATURE] Change name and description
2015-01-07 23:03:33 +01:00
René Bigler
7d93f7c851
[CLEANUP] Syntax cleanup
2015-01-07 22:51:32 +01:00
René Bigler
99d66eb620
[FEATURE] improve genre tag splitting
2015-01-07 22:42:59 +01:00
Afterster
4f60766437
Merge pull request #655 from Razrael/feature/improveMultipleGenreSupport
...
[FEATURE] Create and update splitted tags
2015-01-07 00:04:24 +01:00
Afterster
b2ee395f8b
Remove print_r test...
2015-01-06 23:10:01 +01:00
René Bigler
16e22cb672
[BUGFIX] Remove debuging route through if statement
2015-01-06 23:09:22 +01:00
Afterster
47e8c237a7
Merge pull request #658 from brownl/copyright-2015
...
Change copyright years to 2015
2015-01-06 23:03:41 +01:00
Afterster
9e03f6242d
Add additional genre delimiters
...
Update config version to 22
2015-01-06 23:02:32 +01:00
Afterster
a5f8ef2a61
Merge pull request #657 from lotan/add_genre_delim
...
Added support for additional ID3v2 genre delimiters.
2015-01-06 22:54:59 +01:00
Afterster
a9c6cbabea
Merge pull request #659 from brownl/fix/shoutbox
...
Fix shoutbox not displaying (fix #656 )
2015-01-06 22:54:26 +01:00
Lawrence Brown
982624e39b
fix shoutbox not displaying
...
jQuery-mediaTables (for some reason) was stopping the shoutbox from showing. It turns out that mediaTables makes no difference to the shoutbox, so the simple solution is not to use mediaTables for it.
2015-01-06 20:46:53 +00:00
René Bigler
3edcbb7a9b
[CLEANUP] Remove space in empty line
2015-01-06 21:16:08 +01:00
René Bigler
a1f0b5e62e
revert vainfo
2015-01-06 20:41:48 +01:00
René Bigler
125d203d95
[FIX] fix code style
2015-01-06 20:32:27 +01:00
René Bigler
3e05c0c9ac
[FEATURE] Add album and artist tag update
2015-01-06 20:31:36 +01:00
Lawrence Brown
73f35cd4aa
change copyright years to 2015
...
sorry for taking two commits to do this!
2015-01-06 17:34:39 +00:00
lotan
be531ed93f
Added support for additional ID3v2 genre delimiters.
2015-01-06 14:20:51 +01:00
René Bigler
f8c36acaf5
[FEATURE] Create and update splitted tags
2015-01-05 23:13:21 +01:00
Afterster
cd5ac45e1e
Merge pull request #652 from brownl/develop
...
Change "Copyright 2014" to "Copyright 2015"
2015-01-05 07:10:15 +01:00
Afterster
c181fe6381
Merge pull request #651 from brownl/readme-changes
...
Update & tidy list of translations
2015-01-05 07:09:07 +01:00
Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00:00
Lawrence Brown
9447a6ce92
update & tidy list of translations
2015-01-04 10:34:58 +00:00
Afterster
b8dea1b666
Merge pull request #650 from brownl/language-menu-order
...
Order Languages Menu alphabetically
2015-01-03 21:15:14 +01:00
Lawrence Brown
d95703ca37
sort languages alphabetically in source code, too
2015-01-03 18:45:00 +00:00
Lawrence Brown
81f9bbe9d8
organize comments, spacing and prepend English US to languages list
2015-01-03 18:41:45 +00:00
Lawrence Brown
32df467096
sort list of languages by country code
2015-01-03 18:32:51 +00:00
Afterster
ab8ce35a2c
Merge pull request #649 from brownl/develop
...
Loop over directories the "correct" way
2015-01-03 17:55:51 +01:00
Lawrence Brown
447647910e
loop over directories the "correct" way
...
see http://php.net/manual/en/function.readdir.php - specifically:
/* This is the correct way to loop over the directory. */
while (false !== ($entry = readdir($handle))) {
echo "$entry\n";
}
/* This is the WRONG way to loop over the directory. */
while ($entry = readdir($handle)) {
echo "$entry\n";
}
2015-01-03 16:29:17 +00:00
Afterster
0ee3d5d090
Fix paging on stats since sort was disabled on these pages
2015-01-03 10:38:23 +01:00
Afterster
da69141c55
Merge pull request #645 from Psy-Virus/develop
...
Translation catalog + Ger translation updated
2015-01-02 23:57:24 +01:00
Psy-Virus
09d54de0db
Translation catalog + Ger translation updated
...
Once again another update for the translation catalog and the Ger
translation. I also have updated the Fr Translation via Google.
2015-01-02 22:55:21 +01:00
Afterster
218e93b386
Merge branch 'develop' of github.com:ampache/ampache into develop
2015-01-02 20:56:55 +01:00
Afterster
a71cde89b9
Merge branch 'tan-ce-play_next' into develop
2015-01-02 20:56:10 +01:00
Afterster
85e39f7c8e
Add Play Next on Albums / Artists / Playlists
2015-01-02 20:55:49 +01:00
Afterster
64a2fae72a
Merge branch 'play_next' of https://github.com/tan-ce/ampache into tan-ce-play_next
2015-01-02 20:35:53 +01:00
Afterster
da394f02e5
Merge pull request #643 from brownl/search-placeholder
...
Add placeholder text to search box
2015-01-02 20:30:29 +01:00
Afterster
cbcc372cb9
Fix wrong download limit control hit calculation ( fix #491 )
2015-01-02 20:27:14 +01:00
Lawrence Brown
3ce053ee78
translate search bar placeholder into every language
2015-01-02 19:01:14 +00:00
Lawrence Brown
9e85048782
add placeholder text to search box
2015-01-02 17:28:00 +00:00
SUTJael
4c8154803d
Merge pull request #641 from brownl/install-margin
...
Add 10px margin to the bottom of the install page
2015-01-02 13:53:09 +01:00
Lawrence Brown
ff9a4b9795
use 4 spaces indent everywhere in install-doped.css
2015-01-01 17:35:31 +00:00
Lawrence Brown
f515109e17
add 10 pixels margin to bottom of install page
2015-01-01 17:34:45 +00:00