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

29 commits

Author SHA1 Message Date
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
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
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +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
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +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
momo-i
d78aa27d48 fix nexturl typo and more translate 2009-05-06 23:21:29 +00:00
momo-i
bd3b70008b Update translate strings
Change indent tab from blank
Fix show_confirmation web_path
2009-05-06 23:14:16 +00:00
Karl 'vollmerk' Vollmer
0a184d3db4 make the disabled songs link show something, need to make a custom view for that as the song one i not really valid, also played around with the caching a bit 2008-07-14 04:56:52 +00:00
Karl 'vollmerk' Vollmer
65bc8762b1 fixed flag management interface, and potentially fixed an issue with use_auth=false 2007-12-31 04:08:35 +00:00
Karl 'vollmerk' Vollmer
c56aeb1b70 removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit 2007-12-25 17:32:50 +00:00
Karl 'vollmerk' Vollmer
a3bdc3148d fixed tracking of user of flagged objects and allowed mass reject, approve 2007-01-12 21:51:48 +00:00
Karl 'vollmerk' Vollmer
0b39cf3100 few minor fixes including a XML-RPC fix 2007-01-12 07:45:01 +00:00
Karl 'vollmerk' Vollmer
936c78c2b8 updated disable icon and fixed an issue with mass flagging and selecting multiple albums 2006-12-28 02:25:38 +00:00
Karl 'vollmerk' Vollmer
b75f243569 added ability to mass tag songs using the play selected code 2006-12-27 15:54:36 +00:00
Karl 'vollmerk' Vollmer
c9bf00afb1 removed some unused files, and tweaked the style of a few pages 2006-12-22 04:35:24 +00:00
Karl 'vollmerk' Vollmer
e540814435 added ability to edit artists and albums and flag all songs under them for re-taging 2006-12-21 19:32:25 +00:00
Karl 'vollmerk' Vollmer
2493e8eb48 switched the enable/disable icons and filled out the show_edit_album page, still doesnt work 2006-12-21 08:22:31 +00:00
Karl 'vollmerk' Vollmer
d62207327c * Added new icons, and speed up icon display
* Fixed ORDER BY `track` on play selected
* Started work on editing/flagging albums and artists
2006-12-20 02:59:31 +00:00
Karl 'vollmerk' Vollmer
ce284d7a83 last commit pre beta1 release 2006-12-18 09:16:20 +00:00
Karl 'vollmerk' Vollmer
9c8be228a7 playlist switcher, plugin interface and the shell of a lastfm plugin (need patch file) 2006-11-26 20:28:46 +00:00
Karl 'vollmerk' Vollmer
e3734f063e moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
Karl 'vollmerk' Vollmer
0bacebf1eb fixed a problem where it would redirect you back to an empty album/artist view 2006-03-27 08:16:02 +00:00
Karl 'vollmerk' Vollmer
664bd9a28a I am not proud... but it works 2006-03-27 07:59:33 +00:00
Karl 'vollmerk' Vollmer
7673d000dd added some more to flagging and updated mail page to fit new standards 2006-03-27 04:29:23 +00:00
xgizzmo
6c73477fc8 Fixed disable/enable song 2006-01-19 03:03:26 +00:00
Karl 'vollmerk' Vollmer
1aebb301ed fixed catalog update bug 2006-01-18 07:23:39 +00:00
Renamed from admin/song.php (Browse further)