Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add naive compaction for Query serializationapi | Paul Arthur | 2013-06-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Can be very efficient with the right input, but probably has degenerative cases where it increases the size. Worst-case size increase is one character per ID in the result set, so it shouldn't be an issue. String lengths for a large search result that was unstorable before: serialize: 1991874 json_encode: 756249 cooked: 244 And some with more discontinuity: serialize: 1772238 json_encode: 674751 cooked: 37950 serialize: 164942 json_encode: 65771 cooked: 25369 | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -68/+68 |
| | | | | | 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 show_box_{top,bottom}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Move show_{footer,header}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Cosmetics: clean up heads in / | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Added class names to generic box names. | mywindow | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Clean up comment. | Paul Arthur | 2011-04-04 | 1 | -4/+3 |
| | |||||
* | Fix FS#152 | Paul Arthur | 2011-04-02 | 1 | -0/+3 |
| | | | | Tag browsing is now at least somewhat unbroken. | ||||
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -0/+6 |
| | | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional. | ||||
* | header comment replace for phpdoc | momo-i | 2011-02-03 | 1 | -19/+30 |
| | |||||
* | Catalog Filtering Added Bug#60 | Chris Slamar | 2011-01-24 | 1 | -0/+5 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -24/+27 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -42/+42 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | fix url to song, and throw some non-working tag cloud crap in | Karl 'vollmerk' Vollmer | 2009-05-19 | 1 | -1/+5 |
| | |||||
* | move over to query class as backend for browse | Karl 'vollmerk' Vollmer | 2009-03-08 | 1 | -8/+2 |
| | |||||
* | Add very basic buggy as crap video support, fix a few other minor bugs with ↵ | Karl 'vollmerk' Vollmer | 2009-02-02 | 1 | -0/+6 |
| | | | | playlists and random elements | ||||
* | fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵ | Karl 'vollmerk' Vollmer | 2008-10-29 | 1 | -1/+5 |
| | | | | things | ||||
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -6/+0 |
| | |||||
* | fixed the search add result button and messed up some browse sort stuff | Karl 'vollmerk' Vollmer | 2008-08-22 | 1 | -1/+1 |
| | |||||
* | fixed the search a bit, made some random changes to charset and fixed some ↵ | Karl 'vollmerk' Vollmer | 2008-08-19 | 1 | -6/+7 |
| | | | | echo printf() references | ||||
* | good number of changes to browse, this breaks more then it fixes... | Karl 'vollmerk' Vollmer | 2008-08-13 | 1 | -2/+2 |
| | |||||
* | switched to sha() password encryption not using sha2 because of limitations ↵ | Karl 'vollmerk' Vollmer | 2008-07-26 | 1 | -6/+7 |
| | | | | of amarok, also added some caching and fixed some misc bugs | ||||
* | added in some caching and add the database upgrade that will make the taging ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -0/+3 |
| | | | | mostly work | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -1/+1 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | first little bit of fixing the page remembering mojo for back, still not perfect | Karl 'vollmerk' Vollmer | 2008-04-09 | 1 | -4/+1 |
| | |||||
* | fixed the filter display and added a playlist_type filter for admins | Karl 'vollmerk' Vollmer | 2008-01-14 | 1 | -21/+18 |
| | |||||
* | fixed sorting order on browse playlists | Karl 'vollmerk' Vollmer | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | fixed public/private aspect of playlists, default is to filter out non-owned ↵ | Karl 'vollmerk' Vollmer | 2008-01-14 | 1 | -0/+1 |
| | | | | private playlists now | ||||
* | fixed paging on browse catalogs page, disabled the write_tags script and ↵ | Karl 'vollmerk' Vollmer | 2007-12-30 | 1 | -3/+0 |
| | | | | removed a dbl escape on the preferences | ||||
* | massive speed boost on the standard browse functions | Karl 'vollmerk' Vollmer | 2007-11-30 | 1 | -0/+6 |
| | |||||
* | fixed admin prefs, flushed out localplay stuff, tweaked filters on browse | Karl 'vollmerk' Vollmer | 2007-10-18 | 1 | -0/+6 |
| | |||||
* | ajax loading thingy added to css, fixed random methods on rightbar and added ↵ | Karl 'vollmerk' Vollmer | 2007-09-28 | 1 | -0/+6 |
| | | | | a default sort to the browse methods | ||||
* | added sorting on most objects in most views, report bugs if you find points ↵ | Karl 'vollmerk' Vollmer | 2007-09-17 | 1 | -3/+0 |
| | | | | where sorting fails | ||||
* | licence updates, Thx porthose | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -3/+2 |
| | |||||
* | default sort order on albums, artists & song titles | Karl 'vollmerk' Vollmer | 2007-08-07 | 1 | -0/+3 |
| | |||||
* | year another bump on openstrands, removed redundent files, fixed bug with ↵ | Karl 'vollmerk' Vollmer | 2007-08-05 | 1 | -0/+5 |
| | | | | config gen and started work on playlists | ||||
* | - Added Live Stream (Internet Radio) support | Karl 'vollmerk' Vollmer | 2007-07-23 | 1 | -0/+5 |
| | | | | | | | - New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type | ||||
* | fixed preferences mostly, also fixed some genre issues and other stuff I am ↵ | Karl 'vollmerk' Vollmer | 2007-06-11 | 1 | -1/+1 |
| | | | | forgetting now | ||||
* | fixed genre and artist view... mostly also fixed batch downloads | Karl 'vollmerk' Vollmer | 2007-06-04 | 1 | -29/+6 |
| | |||||
* | started work on the sorting, and added in album viewing that kinda works | Karl 'vollmerk' Vollmer | 2007-05-07 | 1 | -28/+4 |
| | |||||
* | added in basic browse by song functionality with filtering of unplayed | Karl 'vollmerk' Vollmer | 2007-05-06 | 1 | -31/+5 |
| | |||||
* | basic browse concept added to sidebar and start of the browse logic | Karl 'vollmerk' Vollmer | 2007-05-06 | 1 | -4/+2 |
| | |||||
* | initial, ugly, non-working "new" sidebar | Karl 'vollmerk' Vollmer | 2007-05-01 | 1 | -8/+9 |
| | |||||
* | Updated all offset_limit refs to ->pref['offset_limit'] | pb1dft | 2007-02-27 | 1 | -3/+3 |
| | |||||
* | * Re-worked Main page of Ampache, adding Album of the moment. | Karl 'vollmerk' Vollmer | 2007-01-07 | 1 | -12/+1 |
| | | | | | | | | | | | * Moved stats to /stats.php page * Fixed logic error in resize that could cause nothign to display if resize was on, but it still failed * Fixed Upload Album art from Find Album Art * Added Menu to the TV page * Fixed logic error that showed localplay if user had access regardless of global config * Changed default action of browse.php to song browse | ||||
* | * Added echo of pattern on print tags | Karl 'vollmerk' Vollmer | 2007-01-05 | 1 | -1/+1 |
| | | | | | | | * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay | ||||
* | fixed show all browse issue with song titles and a silent error on a ↵ | Karl 'vollmerk' Vollmer | 2006-11-06 | 1 | -1/+1 |
| | | | | show_songs call |