| Commit message (Expand) | Author | Age | Files | Lines |
* | Try not to include invalid characters in our AJAX XML output. | Paul 'flowerysong' Arthur | 2010-06-30 | 1 | -6/+22 |
* | Fix installation (base.js requires prototype). Also squelch a warning in update. | Paul 'flowerysong' Arthur | 2010-06-29 | 1 | -1/+1 |
* | Missing ` | Paul 'flowerysong' Arthur | 2010-06-24 | 1 | -1/+1 |
* | Fix JavaScript. | Paul 'flowerysong' Arthur | 2010-06-24 | 1 | -1/+1 |
* | Whitespace/indentation cleanup. | Paul 'flowerysong' Arthur | 2010-06-24 | 2 | -85/+85 |
* | JavaScript cleanup. Consistently use camelCase for naming JS functions. Use | Paul 'flowerysong' Arthur | 2010-06-24 | 8 | -170/+232 |
* | Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard ... | Paul 'flowerysong' Arthur | 2010-06-22 | 1 | -234/+103 |
* | Plugin work. Plugins are now pluggable: no plugin-specific code in the main ... | Paul 'flowerysong' Arthur | 2010-06-22 | 5 | -57/+105 |
* | Always check for validity before inserting images. Also, whitespace cleanup. | Paul 'flowerysong' Arthur | 2010-06-17 | 1 | -40/+56 |
* | Add missing scrub_out; fixes some display issues. | Paul 'flowerysong' Arthur | 2010-06-17 | 1 | -1/+1 |
* | Browsing by tag is broken. This doesn't fix it. | Paul 'flowerysong' Arthur | 2010-06-15 | 3 | -125/+216 |
* | Be less forgiving when checking whether an album currently exists. Fixes | Paul 'flowerysong' Arthur | 2010-06-15 | 1 | -33/+38 |
* | Use scrub_out when displaying update status; scrub_out calls htmlentities with | Paul 'flowerysong' Arthur | 2010-06-14 | 1 | -3/+3 |
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 21 | -141/+184 |
* | Logging. Use constants instead of numeric values in the switch, bump | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -63/+68 |
* | Clean up general.lib.php and ui.lib.php: remove unused functions, group related | Paul 'flowerysong' Arthur | 2010-06-13 | 2 | -409/+227 |
* | Remove leftover references to $id from before I decided to make Query non-sta... | Paul 'flowerysong' Arthur | 2010-06-12 | 1 | -3/+3 |
* | $key wasn't defined in Error::add, I'm going to assume it was supposed to be ... | Paul 'flowerysong' Arthur | 2010-06-12 | 1 | -3/+3 |
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 5 | -401/+447 |
* | Remove some unused genre stuff. | Paul 'flowerysong' Arthur | 2010-06-10 | 2 | -11/+0 |
* | Always update the access level associated with a preference, even if it's a | Paul 'flowerysong' Arthur | 2010-06-09 | 1 | -3/+5 |
* | Remove unused function format_time. | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -11/+0 |
* | Aggressively make sure we don't end up with extra spaces when joining the pre... | Paul 'flowerysong' Arthur | 2010-06-07 | 2 | -7/+6 |
* | Move prefix trimming into a static function. Reduces duplicate code and allows | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -14/+24 |
* | Clean up the rating code by moving uniqueness constraints into the database, | Paul 'flowerysong' Arthur | 2010-06-07 | 2 | -125/+110 |
* | Change debugging output on transcode. | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -1/+1 |
* | Fix bin/print_tags so it accurately reflects what Ampache will see; it was | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -6/+5 |
* | Minor output change. FS#96, reported by Nate Gotz. | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -1/+1 |
* | Cleanup and rationalisation of authentication related code. Among other things, | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -156/+181 |
* | Make Art::clean actually work. | Paul 'flowerysong' Arthur | 2010-05-10 | 1 | -1/+1 |
* | Some more Art-related cleanup. Removing references to album_data, removing old | Paul 'flowerysong' Arthur | 2010-05-09 | 4 | -277/+82 |
* | Testing is all well and good...but uncomment things before you commit them. | Paul 'flowerysong' Arthur | 2010-05-06 | 1 | -1/+1 |
* | Use lowest addition_time for ordering "newest" items. FS#54. | Paul 'flowerysong' Arthur | 2010-05-06 | 1 | -1/+1 |
* | You know, maybe I shouldn't be allowed to use computers. Revert accidentally | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -18/+0 |
* | Really unbreak gather_musicbrainz. | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -2/+2 |
* | Art work. Rationalise DB schema, support multiple thumbnail sizes and | Paul 'flowerysong' Arthur | 2010-05-05 | 3 | -51/+164 |
* | make downsampling command log a little clearer | Karl 'vollmerk' Vollmer | 2010-05-05 | 1 | -1/+1 |
* | fix notice due to undefined indexes when checking for unset config values | Karl 'vollmerk' Vollmer | 2010-05-04 | 2 | -2/+3 |
* | Cosmetics: use tabs for indentation. | Paul 'flowerysong' Arthur | 2010-05-04 | 1 | -460/+460 |
* | Cosmetics: remove trailing whitespace. | Paul 'flowerysong' Arthur | 2010-05-04 | 1 | -206/+206 |
* | Use strpos correctly in the API class. Fixes FS#68, reported by Bryce Geiser. | Paul 'flowerysong' Arthur | 2010-05-03 | 1 | -5/+6 |
* | Remove unused img_resize function, cosmetic changes around the altered version | Paul 'flowerysong' Arthur | 2010-05-03 | 2 | -92/+4 |
* | Cosmetics. %s/assoicated/associated/g | Paul 'flowerysong' Arthur | 2010-04-28 | 6 | -9/+9 |
* | Some missed hunks for playlist editing and miscellaneous related cleanup. | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -4/+5 |
* | Clean up democratic/tmpplaylist relationship to work under E_STRICT. | Paul 'flowerysong' Arthur | 2010-04-28 | 2 | -17/+28 |
* | Clean up catalog size calculation - mainly removes a section of code which did | Paul 'flowerysong' Arthur | 2010-04-19 | 1 | -26/+14 |
* | Pad track number with zeros, like the doc says. Fixes FS#58, reported by Ada... | Paul 'flowerysong' Arthur | 2010-04-15 | 1 | -2/+2 |
* | Remove album art functions from album class, this most likely breaks things | Karl 'vollmerk' Vollmer | 2010-04-01 | 1 | -625/+0 |
* | Add missing debug output for failed sanity check on catalog clean. | Paul 'flowerysong' Arthur | 2010-03-25 | 1 | -0/+1 |
* | Add missing 'else' to avoid some spurious log lines when cleaning. | Paul 'flowerysong' Arthur | 2010-03-25 | 1 | -1/+1 |