Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -18/+18 |
| | | | | | 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. | ||||
* | Move get_user_icon from ui.lib.php to UI::get_icon | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Cosmetics: clean up heads in templates/ | Paul Arthur | 2013-01-25 | 1 | -8/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -5/+5 |
| | | | | | | 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. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -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. | ||||
* | templates header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | some templates modified header comment | momo-i | 2011-02-03 | 1 | -17/+29 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -1/+1 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | I should have done it this way in the first place, instead of that ugly | Paul 'flowerysong' Arthur | 2010-06-09 | 1 | -1/+1 |
| | | | | show_playlist_full_row hack. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -2/+2 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Fix typos, and tweak insert_now_playing preping for Video now playing | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | Tweaked how features / bandwidth level is checked, not happy with it. | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -7/+5 |
| | |||||
* | fixed a failed attempt to limit tags shown | martian | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | Adding the bandwidth option to the preferences. This changes the complexity ↵ | martian | 2010-02-09 | 1 | -9/+11 |
| | | | | of the UI and toggles album art. | ||||
* | added the tags to the artist and album display, and also made the cataloging ↵ | Karl 'vollmerk' Vollmer | 2008-12-28 | 1 | -0/+1 |
| | | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style | ||||
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -1/+0 |
| | |||||
* | test icon for tag add, does not work | Karl 'vollmerk' Vollmer | 2008-07-30 | 1 | -1/+2 |
| | |||||
* | albums and artists now have ratings | Karl 'vollmerk' Vollmer | 2008-04-15 | 1 | -0/+1 |
| | |||||
* | Added alt/titles on album pictures | spocky | 2008-01-17 | 1 | -2/+5 |
| | | | | Fixed a display bug in templates | ||||
* | added shoutbox functionality, only linked from song and album right now also ↵ | Karl 'vollmerk' Vollmer | 2007-12-17 | 1 | -1/+6 |
| | | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc | ||||
* | little more work on the xml api, artists and albums now works | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | renamed a few files (missing php extension) | spocky | 2007-10-24 | 1 | -7/+7 |
| | | | | updated most of the tables so that every column is independently customizable by css rules | ||||
* | - hardcoded disk# sort order when sort is set to album name | spocky | 2007-10-16 | 1 | -2/+3 |
| | | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css | ||||
* | - Cleaned up php files (removed useless inlines styles, replaced header td ↵ | spocky | 2007-09-24 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | added the initial playlist view page, fixed the artist name on albums of the ↵ | Karl 'vollmerk' Vollmer | 2007-08-22 | 1 | -1/+1 |
| | | | | moment | ||||
* | added ability to view album art on browse ablums and removed redundent code ↵ | Karl 'vollmerk' Vollmer | 2007-08-06 | 1 | -0/+6 |
| | | | | in show_artist, props to the first person who finds the bug with this re-use of code | ||||
* | corrected ajax but introduced with prototype, tweaked how ajax stuff is ↵ | Karl 'vollmerk' Vollmer | 2007-07-22 | 1 | -16/+12 |
| | | | | done, now uses ajax:: class also replaced player with a logout icon | ||||
* | some minor tweakage to make ajaxie stuff kind of work in IE | Karl 'vollmerk' Vollmer | 2007-07-17 | 1 | -0/+43 |